mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 05:31:06 +00:00
vttest fixes
1. control-space should generate a null character 2. vt52 application mode keys were off.
This commit is contained in:
parent
186d71de47
commit
9cf52cb34e
@ -59,6 +59,7 @@ keypress ent
|
|||||||
|
|
||||||
:ctrl
|
:ctrl
|
||||||
lda key
|
lda key
|
||||||
|
and #$1f ; control-space should generate 0, not $20.
|
||||||
bra :send
|
bra :send
|
||||||
|
|
||||||
:notctrl
|
:notctrl
|
||||||
@ -199,6 +200,7 @@ digit
|
|||||||
lda #'?'
|
lda #'?'
|
||||||
jsr dispatch
|
jsr dispatch
|
||||||
lda key
|
lda key
|
||||||
|
ora #$40
|
||||||
jmp dispatch
|
jmp dispatch
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user