mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
favour SSI over SC in Berzap, fix Crime Wave
This commit is contained in:
parent
1f81a4f130
commit
eb48e6534a
@ -98,17 +98,19 @@ setopt
|
||||
|
||||
ldy #0
|
||||
sty $382 ; joystick
|
||||
ldx #2
|
||||
iny
|
||||
|
||||
ldx #4
|
||||
ldy #2
|
||||
+READ_RAM2_NO_WRITE
|
||||
bit MockingboardStuff
|
||||
bmi + ; Sounds / Speech (mono, SC-01)
|
||||
dex
|
||||
bvs + ; Mockingboard "C"
|
||||
php
|
||||
ldx #2
|
||||
dey
|
||||
bvc + ; Sound II / A (stereo, no speech)
|
||||
ldx #4
|
||||
ldy #2 ; Mockingboard "C"
|
||||
plp
|
||||
bmi + ; Sound / Speech (mono, SC-01)
|
||||
dex
|
||||
dey ; Sound II / A (stereo, no speech)
|
||||
+ stx $380
|
||||
sty $381
|
||||
lda #$0D
|
||||
|
@ -22,9 +22,7 @@
|
||||
; reset vector in high score file
|
||||
; gets loaded directly to $300
|
||||
lda MockingboardStuff
|
||||
asl
|
||||
bpl skipmb
|
||||
lsr
|
||||
and #7
|
||||
sta $A0C9
|
||||
lda #2
|
||||
|
Loading…
Reference in New Issue
Block a user