mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-27 23:33:52 +00:00
Also convert '\n' to SCODE_RET
This commit is contained in:
parent
b5b79faf1d
commit
981cff845b
@ -124,7 +124,7 @@ static char key_pressed[ 256 ] = { 0 };
|
|||||||
|
|
||||||
static int scode_map[MAP_SIZE] =
|
static int scode_map[MAP_SIZE] =
|
||||||
{ -1, -1, -1, -1, -1, -1, -1, -1, /* 00-07 */
|
{ -1, -1, -1, -1, -1, -1, -1, -1, /* 00-07 */
|
||||||
SCODE_BS, SCODE_TAB, -1, -1, -1, SCODE_RET, -1, -1, /* 08-15 */
|
SCODE_BS, SCODE_TAB, SCODE_RET, -1, -1, SCODE_RET, -1, -1, /* 08-15 */
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, /* 16-23 */
|
-1, -1, -1, -1, -1, -1, -1, -1, /* 16-23 */
|
||||||
-1, -1, -1, SCODE_ESC, -1, -1, -1, -1, /* 24-31 */
|
-1, -1, -1, SCODE_ESC, -1, -1, -1, -1, /* 24-31 */
|
||||||
/* */57, /*!*/2 , /*"*/40, /*#*/4 , /*$*/5 , /*%*/6 , /*&*/8 , /*'*/40, /* 32-39 */
|
/* */57, /*!*/2 , /*"*/40, /*#*/4 , /*$*/5 , /*%*/6 , /*&*/8 , /*'*/40, /* 32-39 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user