From: uz Date: Sun, 19 Feb 2012 17:50:57 +0000 (+0000) Subject: Additional key definitions for the Oric Atmos. By Stefan Haubenthal. X-Git-Tag: V2.14~531 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=787dc1a5dc48b7bc1671722b8cc86defb32a6ea1;hp=1b6f4c3f241321d8244ebd9728970df4411ce5ee;p=cc65 Additional key definitions for the Oric Atmos. By Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5532 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atmos.h b/include/atmos.h index 8b2739380..a73b13a06 100644 --- a/include/atmos.h +++ b/include/atmos.h @@ -88,6 +88,15 @@ #define CH_LTEE '+' #define CH_RTEE '+' #define CH_CROSS '+' +#define CH_CURS_UP 11 +#define CH_CURS_DOWN 10 +#define CH_CURS_LEFT 8 +#define CH_CURS_RIGHT 9 +#define CH_DEL 127 +#define CH_ENTER 13 +#define CH_STOP 3 +#define CH_LIRA 95 +#define CH_ESC 27