mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-12 19:04:42 +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
|
||||
+READ_ROM_WRITE_RAM1
|
||||
stx MockingboardStuff ; save mockingboard slot and type
|
||||
; requires RAM1 write
|
||||
|
||||
txa ; requires RAM1 write
|
||||
php
|
||||
jsr BuildVBLFunction ; requires ROM read, RAM1 write
|
||||
|
||||
txa
|
||||
plp
|
||||
beq @done_with_mb
|
||||
and #HAS_STEREO
|
||||
beq @mb_mono
|
||||
|
Loading…
Reference in New Issue
Block a user