Made overlaydemo compatible with the Atari:

- 8.3 overlay filenames
- exit only after keypress

git-svn-id: svn://svn.cc65.org/cc65/trunk@5740 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-06-24 21:15:39 +00:00
parent 1bafd55557
commit 9b56f8086b
2 changed files with 8 additions and 6 deletions

View File

@@ -79,6 +79,7 @@ EXELIST = ascii \
mandelbrot \
mousedemo \
nachtm \
ovrldemo \
plasma \
sieve \
tgidemo
@@ -122,7 +123,7 @@ endif
nachtm: nachtm.o
overlaydemo: overlaydemo.o
ovrldemo: overlaydemo.o
@$(LD) -t $(SYS) -m $(basename $@).map -C $(SYS)-overlay.cfg -o $@ $^ $(CLIB)
plasma: plasma.o
@@ -168,5 +169,3 @@ clean:
.PHONY: zap
zap: clean
$(RM) $(EXELIST) samples.d64