This commit is contained in:
Karri Kaksonen 2022-04-18 12:09:19 +03:00
parent dbd39c63a9
commit b195c10a4c
3 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@
.proc _clrscr
lda #<_screen
ldx #>_screen
lda #<_screen
ldx #>_screen
sta ptr7800
stx ptr7800+1
ldx #screenrows

View File

@ -212,8 +212,8 @@ vblankoff:
sta CTRL
lda #$00 ; Black background
sta BKGRND
sta CURS_X
sta CURS_Y
sta CURS_X
sta CURS_Y
lda #$33 ; Red
sta P0C1
lda #$c8 ; Green

View File

@ -11,5 +11,5 @@
ptr7800: .res 2
ptrtmp: .res 2
cursorzone: .res 2
CURS_X: .res 1
CURS_Y: .res 1
CURS_X: .res 1
CURS_Y: .res 1