New extended memory driver for the C256K memory extension. Written and

contributed by Marco van den Heuvel with several changes by me.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4577 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-02-04 19:19:17 +00:00
parent 074cd57d84
commit 37fbe08df2
3 changed files with 512 additions and 1 deletions

View File

@@ -71,7 +71,8 @@ OBJS = _scrsize.o \
#--------------------------------------------------------------------------
# Drivers
EMDS = c64-georam.emd \
EMDS = c64-c256k.emd \
c64-georam.emd \
c64-isepic.emd \
c64-ram.emd \
c64-ramcart.emd \