mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
;* SYSTEM EQUATES *
|
||||
;****************************************************************************
|
||||
|
||||
FAKEADDR EQU $0100
|
||||
FAKEADDR EQU $0002
|
||||
|
||||
|
||||
;
|
||||
|
||||
@@ -280,4 +280,8 @@ upstartEnd
|
||||
;-------------------------------------
|
||||
.macro wait
|
||||
nop
|
||||
.endm
|
||||
;-------------------------------------
|
||||
.macro halt
|
||||
?s jmp ?s
|
||||
.endm
|
||||
Reference in New Issue
Block a user