Next try...

This commit is contained in:
Pecusx
2023-05-08 11:54:34 +02:00
parent 56a756f0ba
commit c32d7b0ce4
6 changed files with 23 additions and 40 deletions
+7
View File
@@ -220,5 +220,12 @@ ClearPlot
bne @-
rts
.endp
;--------------------------------------------------
.proc SetMainScreen
SwitchVICBank(0)
SetScreenMemory(displayC64)
SetHiresBitmapMode ; Hires mode on
rts
.endp
.ENDIF