Support for the HuC6280 (CPU of the PC Engine) contributed by Tobias Gunkel.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4481 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-11-24 20:04:27 +00:00
parent bfbf94404b
commit 327c989d8b
7 changed files with 449 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ OBJS = asminc.o \
opc65816.o \
opc65c02.o \
opc65sc02.o \
opchuc6280.o \
opctable.o \
output.o \
scanner.o \

View File

@@ -75,6 +75,7 @@ OBJS = asminc.obj \
opc65816.obj \
opc65c02.obj \
opc65sc02.obj \
opchuc6280.obj \
opctable.obj \
output.obj \
scanner.obj \