From: uz Date: Sat, 6 Mar 2010 15:17:08 +0000 (+0000) Subject: The C16 is not really a separate machine, but identical to the Plus/4, so X-Git-Tag: V2.13.2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28736e9a17954fba34c39c0f868f2d5add064962;p=cc65 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 --- diff --git a/asminc/c16.inc b/asminc/c16.inc index 9372e72c0..d99a3c758 100644 --- a/asminc/c16.inc +++ b/asminc/c16.inc @@ -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