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)
PATH_BIN := bin
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_JOYPORTA := mouse
.SUFFIXES:
.PHONY: all
all:
@echo $(BUILD_HELP)
@echo $(BUILD_ALL)
BUILD_HELP += \\n\\t* help
.PHONY: help
help:
@echo $(BUILD_HELP)
BUILD_HELP += \\n\\t* clean
.PHONY: clean
clean:
$(call mb_clean,$(PATH_BIN))

View File

@ -7,4 +7,4 @@
#PATH_HEX2BIN ?= /usr/bin
#PATH_OPENMSX ?= /opt/openMSX/bin/
#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.
The code is not fit for todays standards ;)
## Running
make clean dist-run
make dist-run
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