Added somewhat more complex demo. It looks for emdrivers in the current directory and tries to load them until one loads successfully. In that case it "streams" its overlay files into extended memory. Finally it loads its overlays from extended memory (or disk) and calls into them.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5806 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -78,6 +78,7 @@ EXELIST = ascii \
|
||||
hello \
|
||||
mandelbrot \
|
||||
mousedemo \
|
||||
multdemo \
|
||||
nachtm \
|
||||
ovrldemo \
|
||||
plasma \
|
||||
@@ -121,6 +122,9 @@ else
|
||||
mousedemo: mousedemo.o
|
||||
endif
|
||||
|
||||
multdemo: multidemo.o
|
||||
@$(LD) -t $(SYS) -m $(basename $@).map -C $(SYS)-overlay.cfg -o $@ $^ $(CLIB)
|
||||
|
||||
nachtm: nachtm.o
|
||||
|
||||
ovrldemo: overlaydemo.o
|
||||
|
||||
Reference in New Issue
Block a user