]> git.sur5r.net Git - cc65/blobdiff - libsrc/dbg/dbg.c
Added 'sim6502' and 'sim65C02' targets.
[cc65] / libsrc / dbg / dbg.c
index e6d8c5c88587a6b307ea642b52d514fffeabb205..3d7b8dd9172ca24e2f414db3cd8f822d5aa6046d 100644 (file)
@@ -104,7 +104,7 @@ static char GetKeyUpdate (void);
 #endif
 
 /* Replacement key definitions */
-#if defined(__APPLE2__) || defined(__LYNX__) || defined(__SUPERVISION__)
+#if defined(__APPLE2__) || defined(__LYNX__) || defined(__SIM6502__) || defined (__SIM65C02__) || defined(__SUPERVISION__)
 #  define CH_DEL        ('H' - 'A' + 1)         /* Ctrl+H */
 #endif