mirror of
https://github.com/cc65/cc65.git
synced 2025-03-04 16:30:33 +00:00
Fix tabs
This commit is contained in:
parent
dbd39c63a9
commit
b195c10a4c
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
.proc _clrscr
|
.proc _clrscr
|
||||||
|
|
||||||
lda #<_screen
|
lda #<_screen
|
||||||
ldx #>_screen
|
ldx #>_screen
|
||||||
sta ptr7800
|
sta ptr7800
|
||||||
stx ptr7800+1
|
stx ptr7800+1
|
||||||
ldx #screenrows
|
ldx #screenrows
|
||||||
|
@ -212,8 +212,8 @@ vblankoff:
|
|||||||
sta CTRL
|
sta CTRL
|
||||||
lda #$00 ; Black background
|
lda #$00 ; Black background
|
||||||
sta BKGRND
|
sta BKGRND
|
||||||
sta CURS_X
|
sta CURS_X
|
||||||
sta CURS_Y
|
sta CURS_Y
|
||||||
lda #$33 ; Red
|
lda #$33 ; Red
|
||||||
sta P0C1
|
sta P0C1
|
||||||
lda #$c8 ; Green
|
lda #$c8 ; Green
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
ptr7800: .res 2
|
ptr7800: .res 2
|
||||||
ptrtmp: .res 2
|
ptrtmp: .res 2
|
||||||
cursorzone: .res 2
|
cursorzone: .res 2
|
||||||
CURS_X: .res 1
|
CURS_X: .res 1
|
||||||
CURS_Y: .res 1
|
CURS_Y: .res 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user