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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user