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