Fix comments, return line and bordercolor return

This commit is contained in:
jede
2021-03-03 22:14:29 +01:00
parent cdbe23c351
commit 872739b5f4
4 changed files with 17 additions and 17 deletions

View File

@@ -23,9 +23,9 @@
; reset prompt position
lda #<(SCREEN)
lda #<SCREEN
sta ADSCR
lda #>(SCREEN)
lda #>SCREEN
sta ADSCR+1
lda #$00
@@ -36,10 +36,10 @@
stx SCRY
stx SCRX
stx OLD_BGCOLOR ; black
stx OLD_BGCOLOR ; Black
stx BGCOLOR
ldx #$07 ; white
ldx #$07 ; White
stx OLD_CHARCOLOR
stx CHARCOLOR