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:
ol.sc
2012-08-08 21:23:18 +00:00
parent 942c0b6b2f
commit 2d97630d03
2 changed files with 257 additions and 0 deletions

View File

@@ -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