Added support for the CBM510

git-svn-id: svn://svn.cc65.org/cc65/trunk@915 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-13 21:47:10 +00:00
parent f74ed6a2d1
commit 3e5adc0926
5 changed files with 374 additions and 11 deletions

View File

@@ -15,18 +15,14 @@ OBJS = _scrsize.o \
banking.o \
break.o \
cgetc.o \
clrscr.o \
color.o \
cputc.o \
crt0.o \
crtc.o \
kbhit.o \
kirq.o \
kplot.o \
color.o \
crt0.o \
kbhit.o \
kirq.o \
kplot.o \
kscnkey.o \
kudtim.o \
pokesys.o \
rs232.o
kudtim.o \
pokesys.o
all: $(OBJS)