mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
The C16 is not really a separate machine, but identical to the Plus/4, so
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
This commit is contained in:
parent
38a1690968
commit
28736e9a17
@ -1,9 +1,9 @@
|
||||
;
|
||||
; C16 generic definitions.
|
||||
;
|
||||
; The C16 and Plus/4 are identical, so just include the Plus/4 include file.
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Zero page, Commodore stuff
|
||||
.include "plus4.inc"
|
||||
|
||||
|
||||
DEVNUM := $AE ; Device number
|
||||
|
Loading…
x
Reference in New Issue
Block a user