Next... try ?

This commit is contained in:
Pecusx
2023-05-08 15:49:08 +02:00
parent c32d7b0ce4
commit 825ef76362
8 changed files with 40 additions and 79 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -3,7 +3,7 @@
;* SYSTEM EQUATES *
;****************************************************************************
FAKEADDR EQU $0100
FAKEADDR EQU $0002
;
+4
View File
@@ -280,4 +280,8 @@ upstartEnd
;-------------------------------------
.macro wait
nop
.endm
;-------------------------------------
.macro halt
?s jmp ?s
.endm