reset - enable auto-repeat.

This commit is contained in:
Kelvin Sherlock 2022-01-30 22:29:49 -05:00
parent 2c432b3fc1
commit 90e807ba46
1 changed files with 2 additions and 1 deletions

View File

@ -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