]> git.sur5r.net Git - cc65/commit
Added EMD drivers for the Commodore B machines.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 10 Dec 2002 10:30:01 +0000 (10:30 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 10 Dec 2002 10:30:01 +0000 (10:30 +0000)
commitb3ed17f57584b3a0ac128c645dda079f9ac2f262
tree6162535e401fa295143f2ae8b9fbf306f12bfec1
parent4ce2bb2de23ed2b1b187ab67c893b4a7a5918068
Added EMD drivers for the Commodore B machines.
Note: These drivers are currently untested because I didn't realize that
using the drivers would need file routines, which are not available right
now. So in fact the drivers are not only untested, they are also unusable
on the target platforms, because they cannot be loaded.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1732 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/Makefile
libsrc/cbm510/.cvsignore [new file with mode: 0644]
libsrc/cbm510/Makefile
libsrc/cbm510/cbm510-ram.s [new file with mode: 0644]
libsrc/cbm610/.cvsignore [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/cbm610-ram.s [new file with mode: 0644]