allow changing MB type in Berzap

This commit is contained in:
Peter Ferrie 2020-08-13 17:42:12 -07:00
parent ad175e31e4
commit 41a650f0ab

View File

@ -87,6 +87,7 @@
skipmb
lda $65AB
patchmb
cmp #3
bne ++
+READ_RAM2_NO_WRITE
@ -98,6 +99,8 @@ skipmb
sta $380
lda #$0D
sta $FF
lda #$FF
sta patchmb+1
+ +READ_ROM_NO_WRITE
++