Access routines for different eeprom types. By Karri Kaksonen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4994 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-04-25 18:42:50 +00:00
parent 5e37ed1a16
commit cc3424a545
5 changed files with 709 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ OBJS = bllhdr.o \
ctype.o \
defdir.o \
eeprom.o \
eeprom46.o \
eeprom66.o \
eeprom86.o \
exec.o \
exehdr.o \
extzp.o \