1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-01 14:57:08 +00:00

Examples update, getc returns low ascii

This commit is contained in:
David Schmenk 2014-12-01 10:54:51 -08:00
parent c4b772acbd
commit a6e6bcffd8
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -651,6 +651,7 @@ asm cin
BIT LCRDEN+LCBNK2
DEX
LDY #$00
AND #$7F
STA ESTKL,X
STY ESTKH,X
RTS