New module eeprom.s

git-svn-id: svn://svn.cc65.org/cc65/trunk@3247 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-10-14 17:29:22 +00:00
parent 4964382c67
commit 20d1cb2054
2 changed files with 256 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
# Object files
OBJS = crt0.o \
eeprom.o \
framerate.o
#--------------------------------------------------------------------------