mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-24 08:30:54 +00:00
reset - enable auto-repeat.
This commit is contained in:
parent
2c432b3fc1
commit
90e807ba46
@ -224,7 +224,8 @@ reset ent
|
|||||||
lda #23
|
lda #23
|
||||||
sta DECBM
|
sta DECBM
|
||||||
lda #$80
|
lda #$80
|
||||||
sta DECANM
|
sta DECANM ; ansi mode
|
||||||
|
sta DECARM ; key repeat on
|
||||||
|
|
||||||
lda #st_vt100
|
lda #st_vt100
|
||||||
sta state
|
sta state
|
||||||
|
Loading…
Reference in New Issue
Block a user