Move common stuff for the C16 and Plus/4 into cbm264.h

git-svn-id: svn://svn.cc65.org/cc65/trunk@1731 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-09 22:09:20 +00:00
parent 8dc9619d2e
commit 4ce2bb2de2
3 changed files with 126 additions and 66 deletions

View File

@@ -45,11 +45,10 @@
/* The C16 is actually the Plus/4 with less memory, so use the Plus/4
* include file.
/* Include the base header file for the 264 series. include file.
*/
#ifndef _PLUS4_H
#include <plus4.h>
#ifndef _CBM264_H
#include <cbm264.h>
#endif