Check for wrong header file inclusions, add CBM510 stuff
git-svn-id: svn://svn.cc65.org/cc65/trunk@948 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2000 Ullrich von Bassewitz */
|
||||
/* (C) 1998-2001 Ullrich von Bassewitz */
|
||||
/* Wacholderweg 14 */
|
||||
/* D-70597 Stuttgart */
|
||||
/* EMail: uz@musoftware.de */
|
||||
@@ -33,19 +33,18 @@
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* c128.h
|
||||
*
|
||||
* Ullrich von Bassewitz, 12.08.1998
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _C128_H
|
||||
#define _C128_H
|
||||
|
||||
|
||||
|
||||
/* Check for errors */
|
||||
#if !defined(__C128__)
|
||||
# error This module may only be used when compiling for the C128!
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* Additional key defines */
|
||||
#define CH_F1 133
|
||||
#define CH_F2 137
|
||||
|
||||
Reference in New Issue
Block a user