]> git.sur5r.net Git - cc65/commit
Added somewhat more complex demo. It looks for emdrivers in the current directory...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Aug 2012 21:23:18 +0000 (21:23 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Aug 2012 21:23:18 +0000 (21:23 +0000)
commit2d97630d030c905f97dfef8fb8dab41bd5c71993
treec8932cb2d03bc0dc69378f784acd7d4a308113ff
parent942c0b6b2f175ce0eb83e2c3ee0e373230cfd4d3
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
samples/Makefile
samples/multidemo.c [new file with mode: 0644]