Skip to content

Commit

Permalink
Ozmoo is now compilable with target X16
Browse files Browse the repository at this point in the history
  • Loading branch information
johanberntsson committed Feb 29, 2024
1 parent f2b9d18 commit 8a99c16
Show file tree
Hide file tree
Showing 6 changed files with 622 additions and 620 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
all: x16

x16:
#ruby make.rb -s examples/dragontroll.z5 -t:x16
acme --cpu 65c02 -o testx16.bin --format cbm -l temp/acme_labels.txt testx16.asm
ruby make.rb -s examples/dragontroll.z5 -t:x16 -v
#acme --cpu 65c02 -o testx16.bin --format cbm -l temp/acme_labels.txt testx16.asm
# Need F12 to enter the debugger
#grep testscreen temp/acme_labels.txt
#grep s_printchar temp/acme_labels.txt
x16-emulator/x16emu -prg testx16.bin -scale 2 -debug -run
#x16-emulator/x16emu -prg testx16.bin -scale 2 -debug -run

mega65:
ruby make.rb -t:mega65 ./games/infocom/sherlock.z5 -u -s -ch:100 -sb:0 -dm:0
Expand Down
Loading

0 comments on commit 8a99c16

Please sign in to comment.