clear alt char set so flashing (red) X is always displayed properly

This commit is contained in:
mgcaret 2018-03-12 09:31:28 -07:00
parent 8742530a8d
commit e6e9da709b
2 changed files with 4 additions and 1 deletions

View File

@ -71,6 +71,8 @@ cout = $fded ; character out
setkbd = $fe89 ; set keyboard as input
setvid = $fe93 ; set text screen as output
clraltchar = $c00e
.org BootStart ; code gets loaded here
; Main routine
@ -380,7 +382,8 @@ done: rts
lda #$ff
jsr wait ; wait a bit so user can see message
jmp $faba
: lda #$58 ; flashing (red) X
: sta clraltchar ; make sure alt char set is off
lda #$58 ; flashing (red) X
sta DeathLoc ; on screen
hang: bra hang ; hang
.endproc

0
t Normal file
View File