Fix inverted dot

This commit is contained in:
Terence Boldt 2021-07-17 10:13:25 -04:00
parent 6036b6e76e
commit a32857e021
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -73,7 +73,7 @@ WaitForRPi:
bcs OK
lda #$ff
jsr Wait
lda #'.'
lda #'.'+$80
jsr PrintChar
jmp WaitForRPi

View File

@ -77,7 +77,7 @@ Current file: MenuFirmware.asm
00C737 1 B0 0D bcs OK
00C739 1 A9 FF lda #$ff
00C73B 1 20 A8 FC jsr Wait
00C73E 1 A9 2E lda #'.'
00C73E 1 A9 AE lda #'.'+$80
00C740 1 20 ED FD jsr PrintChar
00C743 1 4C 33 C7 jmp WaitForRPi
00C746 1

Binary file not shown.