mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-18 14:30:52 +00:00
fix boot display if no Mockingboard present
This commit is contained in:
parent
6ab0bde6a7
commit
3a269e9362
@ -232,11 +232,10 @@
|
|||||||
; /!\ exits with ROM read, no write
|
; /!\ exits with ROM read, no write
|
||||||
+READ_ROM_WRITE_RAM1
|
+READ_ROM_WRITE_RAM1
|
||||||
stx MockingboardStuff ; save mockingboard slot and type
|
stx MockingboardStuff ; save mockingboard slot and type
|
||||||
; requires RAM1 write
|
txa ; requires RAM1 write
|
||||||
|
php
|
||||||
jsr BuildVBLFunction ; requires ROM read, RAM1 write
|
jsr BuildVBLFunction ; requires ROM read, RAM1 write
|
||||||
|
plp
|
||||||
txa
|
|
||||||
beq @done_with_mb
|
beq @done_with_mb
|
||||||
and #HAS_STEREO
|
and #HAS_STEREO
|
||||||
beq @mb_mono
|
beq @mb_mono
|
||||||
|
Loading…
x
Reference in New Issue
Block a user