2
0
Fork 0

Updated to lastest msxbuild

This commit is contained in:
Willem Cazander 2020-12-23 18:28:22 +01:00
parent 4e8ac97877
commit e29fd1b3d8
5 changed files with 12 additions and 6 deletions

View file

@ -7,18 +7,22 @@ INC_MODS := $(call rwildcard, src, */0module.mk)
INC_LIBS := $(call rwildcard, src, */0module.lib.mk) INC_LIBS := $(call rwildcard, src, */0module.lib.mk)
PATH_BIN := bin PATH_BIN := bin
PATH_SRC := src PATH_SRC := src
BUILD_HELP := "Use one of the following build targets;\\n\\t* clean" BUILD_ALL := "Use 'make help' for possible targets."
BUILD_HELP := "Use one of the following build targets;"
MB_OPENMSX_EXTS += -ext video9000 MB_OPENMSX_EXTS += -ext video9000
MB_OPENMSX_JOYPORTA := mouse MB_OPENMSX_JOYPORTA := mouse
.SUFFIXES:
.PHONY: all .PHONY: all
all: all:
@echo $(BUILD_HELP) @echo $(BUILD_ALL)
BUILD_HELP += \\n\\t* help
.PHONY: help .PHONY: help
help: help:
@echo $(BUILD_HELP) @echo $(BUILD_HELP)
BUILD_HELP += \\n\\t* clean
.PHONY: clean .PHONY: clean
clean: clean:
$(call mb_clean,$(PATH_BIN)) $(call mb_clean,$(PATH_BIN))

View file

@ -7,4 +7,4 @@
#PATH_HEX2BIN ?= /usr/bin #PATH_HEX2BIN ?= /usr/bin
#PATH_OPENMSX ?= /opt/openMSX/bin/ #PATH_OPENMSX ?= /opt/openMSX/bin/
#PATH_MSXBUILD ?= /opt/msxbuild #PATH_MSXBUILD ?= /opt/msxbuild
#PATH_OMSXCTL ?= ~/opt/omsxctl-1.0

View file

@ -1,11 +1,13 @@
### TARA ### Tara under the dome
Very raw port of orginal '99 code to sdcc format. Very raw port of orginal '99 code to sdcc format.
The code is not fit for todays standards ;)
## Running ## Running
make clean dist-run make dist-run
note: requires working openmsx with 8250+ide roms. note: requires working openmsx with 8250+ide roms.

BIN
src/dist/TARA6.bmp vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

2
src/dist/readme.txt vendored
View file

@ -1,4 +1,4 @@
== Tara: ... == Tara under the dome
MSX RTS gfx9000 game MSX RTS gfx9000 game