This commit is contained in:
jede
2017-02-25 22:23:46 +01:00
parent 7bc3bff83f
commit b0e035ba2b
5 changed files with 5 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
.proc _clrscr
lda #<SCREEN
ldy #>SCREEN
ldy #>SCREEN
sta RES
sty RES+1
@@ -20,14 +20,14 @@
BRK_TELEMON XFILLM
; reset prompt position
; reset prompt position
lda #<(SCREEN+40)
sta ADSCRL
lda #>(SCREEN+40)
sta ADSCRH
; reset display position
lda #$01
; reset display position
lda #$01
sta SCRY
lda #$00
sta SCRX