Fixed escape and stop key definitions for the commodore machines

git-svn-id: svn://svn.cc65.org/cc65/trunk@1741 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-12 21:01:34 +00:00
parent 380f5ce51d
commit 0dc85c727b
7 changed files with 31 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 1998-2001 Ullrich von Bassewitz */
/* (C) 1998-2002 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
@@ -45,6 +45,9 @@
/* Additional key defines */
#define CH_ESC 27
/* Color defines */
#define COLOR_BLACK 0x00
#define COLOR_WHITE 0x01