From: sur5r Date: Sat, 1 Sep 2007 00:00:55 +0000 (+0000) Subject: - put executable as first file on disk because it's possible to do DLOAD"* or RUN... X-Git-Tag: rgb2rv6~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff06a75fcf985f3beab255fdc95e5fbb8136bb4b;p=c128-kasse - put executable as first file on disk because it's possible to do DLOAD"* or RUN"* then git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@43 af93e077-1a23-4f1e-9cbe-9382a9d578f5 --- diff --git a/Makefile b/Makefile index 98bfcd3..56dc731 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ package: all c1541 -attach kasse.d64 -delete state || exit 0 c1541 -attach kasse.d64 -delete items || exit 0 c1541 -attach kasse.d64 -delete kasse || exit 0 + c1541 -attach kasse.d64 -write kasse || exit 0 c1541 -attach kasse.d64 -write state || exit 0 c1541 -attach kasse.d64 -write items || exit 0 - c1541 -attach kasse.d64 -write kasse || exit 0 test: config.o test.o general.o cl65 -t c128 config.o test.o general.o -o test @@ -20,9 +20,9 @@ test-package: test c1541 -attach test.d64 -delete state || exit 0 c1541 -attach test.d64 -delete items || exit 0 c1541 -attach test.d64 -delete test || exit 0 + c1541 -attach test.d64 -write test || exit 0 c1541 -attach test.d64 -write state || exit 0 c1541 -attach test.d64 -write items || exit 0 - c1541 -attach test.d64 -write test || exit 0 clean: rm -rf *.o *.s diff --git a/kasse.d64 b/kasse.d64 index 2e3a4a2..a592886 100644 Binary files a/kasse.d64 and b/kasse.d64 differ