mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Cold start after Reset key
This commit is contained in:
+3
-1
@@ -306,7 +306,7 @@ rom2joy
|
|||||||
no5200splash
|
no5200splash
|
||||||
.ENDIF
|
.ENDIF
|
||||||
jsr MakeDarkScreen
|
jsr MakeDarkScreen
|
||||||
|
|
||||||
; one time zero variables in RAM (non zero page)
|
; one time zero variables in RAM (non zero page)
|
||||||
lda #0
|
lda #0
|
||||||
ldy #OneTimeZeroVariablesCount-1
|
ldy #OneTimeZeroVariablesCount-1
|
||||||
@@ -339,6 +339,8 @@ no5200splash
|
|||||||
lda #3 ; stereo
|
lda #3 ; stereo
|
||||||
sta POKEY+$0f ; stereo
|
sta POKEY+$0f ; stereo
|
||||||
sta POKEY+$1f ; stereo
|
sta POKEY+$1f ; stereo
|
||||||
|
|
||||||
|
sta COLDST ; Cold start after Reset key
|
||||||
|
|
||||||
lda PAL
|
lda PAL
|
||||||
and #%00001110
|
and #%00001110
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user