mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Next... try ?
This commit is contained in:
+3
-3
@@ -193,12 +193,12 @@ ClearPlot
|
||||
;--------------------------------------------------
|
||||
.proc ClearScreen
|
||||
;--------------------------------------------------
|
||||
mwa #display temp
|
||||
mwa #displayC64 temp
|
||||
ldy #0
|
||||
@ lda #$ff
|
||||
sta (temp),y
|
||||
inw temp
|
||||
cpw temp #display+screenheight*screenBytes+1
|
||||
cpw temp #displayC64+screenheight*screenBytes+1
|
||||
bne @-
|
||||
rts
|
||||
.endp
|
||||
@@ -223,7 +223,7 @@ ClearPlot
|
||||
;--------------------------------------------------
|
||||
.proc SetMainScreen
|
||||
SwitchVICBank(0)
|
||||
SetScreenMemory(displayC64)
|
||||
SetScreenMemory($2000)
|
||||
SetHiresBitmapMode ; Hires mode on
|
||||
rts
|
||||
.endp
|
||||
|
||||
Reference in New Issue
Block a user