removed breakpoints for Mario Chip 1 and GSU-1.
This commit is contained in:
@@ -4498,14 +4498,12 @@ NEWSYM CheckROMType
|
|||||||
;Super FX has SRAM, but only a battery to save it on the latter two
|
;Super FX has SRAM, but only a battery to save it on the latter two
|
||||||
cmp ax,01320h
|
cmp ax,01320h
|
||||||
jne .notSFXA
|
jne .notSFXA
|
||||||
int 3h
|
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXA
|
.notSFXA
|
||||||
cmp ax,01420h
|
cmp ax,01420h
|
||||||
jne .notSFXB
|
jne .notSFXB
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
int 3h
|
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXB
|
.notSFXB
|
||||||
cmp ax,01520h
|
cmp ax,01520h
|
||||||
|
|||||||
Reference in New Issue
Block a user