From 28736e9a17954fba34c39c0f868f2d5add064962 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 6 Mar 2010 15:17:08 +0000 Subject: [PATCH] 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 --- asminc/c16.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2