Mercurial > hg > index.cgi
changeset 67:9c2e66ef5fa1
Clean up weirdness in coco2/2b targets
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 23 Apr 2023 10:16:31 -0600 |
parents | 02080e77386f |
children | 8ac1aafb9ecb |
files | Makefile |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Apr 23 10:12:14 2023 -0600 +++ b/Makefile Sun Apr 23 10:16:31 2023 -0600 @@ -2,7 +2,7 @@ all: bin/lwbasic.rom bin/lwbasic-coco2b.rom bin/lwbasic-coco3.rom bin/coco2.zip bin/coco2b.zip bin/coco3.zip bin/lwbasic.rom: src/lwbasic.s - lwasm --tabs=16 --raw --list=src/lwbasic.list --symbols --output=bin/lwbasic.rom src/lwbasic.s + lwasm --tabs=16 --raw --list=src/lwbasic-coco2.list --symbols --output=bin/lwbasic.rom src/lwbasic.s bin/lwbasic-coco2b.rom: src/lwbasic.s lwasm --tabs=16 --raw --list=src/lwbasic-coco2b.list --symbols --output=bin/lwbasic-coco2b.rom -DCOCO2B=1 src/lwbasic.s bin/lwbasic-coco3.rom: src/lwbasic.s @@ -51,3 +51,9 @@ mame coco3 -skip_gameinfo -rompath ./bin mame3d: bin/coco3.zip mame coco3 -skip_gameinfo -rompath ./bin -debug + +.PHONY: mame2b mame2bd +mame2b: bin/coco2b.zip + mame coco2b -skip_gameinfo -rompath ./bin +mame2bd: bin/coco2b.zip + mame coco2b -skip_gameinfo -rompath ./bin -debug