fix boot display if no Mockingboard present

This commit is contained in:
4am 2024-06-12 16:25:08 -04:00
parent 6ab0bde6a7
commit 3a269e9362

View File

@ -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