mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
28736e9a17
the include file must just include the file for the Plus/4. git-svn-id: svn://svn.cc65.org/cc65/trunk@4610 b7a2c559-68d2-44c3-8de9-860c34a00d81
10 lines
140 B
PHP
10 lines
140 B
PHP
;
|
|
; C16 generic definitions.
|
|
;
|
|
; The C16 and Plus/4 are identical, so just include the Plus/4 include file.
|
|
|
|
|
|
.include "plus4.inc"
|
|
|
|
|