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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user