5 more games, local cl65 build from c2t

This commit is contained in:
Egan Ford 2024-06-23 14:21:09 -06:00
parent 033761b6dc
commit 98a935d917
5 changed files with 12 additions and 5 deletions

View File

@ -20,7 +20,7 @@ titles.inc: titles.pl
sort -t\" -k 5 | \
./titles.pl >$@
gameserverclient: gameserverclient.s titles.inc qrcodes.inc
gameserverclient: gameserverclient.s titles.inc qrcodes.inc cc65-2.13.3/bin/cl65
$(CL) $(CL_FLAGS) $<
gameserverclient.textpage: Makefile
@ -39,6 +39,13 @@ gameserverclient.dsk: gameserverclient.textpage gameserverclient
test: c_ballblazer_game.tiff c_ballblazer_loading.tiff c_ballblazer_piratesplash.tiff c_ballblazer_qrcode.tiff c_ballblazer_selected.tiff c_gameserverdisk_mainscreen.tiff c_gameserverdisk_splash.tiff test.sh test.scrp all
./test.sh
clean:
rm -f qrbytes *.o *.lst *.dsk *.inc *.textpage gameserverclient *.aif
cc65-sources-2.13.3.tar.bz2:
curl -sLO https://github.com/mrdudz/cc65-old/raw/master/cc65-sources-2.13.3.tar.bz2
cc65-2.13.3/bin/cl65: cc65-sources-2.13.3.tar.bz2
bunzip2 -c cc65-sources-2.13.3.tar.bz2 | tar xf -
(cd cc65-2.13.3; /usr/bin/sed 's!/usr/local!'${PWD}'/cc65-2.13.3!' <make/gcc.mak >Makefile; make -j4 bins || make bins && make install || true)
clean:
rm -rf qrbytes *.o *.lst *.dsk *.inc *.textpage gameserverclient *.aif cc65-sources-2.13.3.tar.bz2 cc65-2.13.3

View File

@ -28,7 +28,7 @@ Download <https://github.com/datajerk/gameserverclient/archive/master.zip> and e
#### Build
```
make
PATH=cc65-2.13.3/bin:$PATH make
```

Binary file not shown.

Binary file not shown.

View File

@ -61,7 +61,7 @@ on run argv
set speed to regular
-- down arrow 23x and return
repeat 23 times
repeat 28 times
type key down arrow
delay 0.03
end repeat