Updated Super FX chipsram settings
This commit is contained in:
@@ -5803,28 +5803,27 @@ NEWSYM CheckROMType
|
|||||||
mov byte[CHIPSRAM],1 ;Check later if this should be removed
|
mov byte[CHIPSRAM],1 ;Check later if this should be removed
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSETAB
|
.notSETAB
|
||||||
|
;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
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
mov byte[SFXSRAM],1 ;Check later if this should be removed
|
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXA
|
.notSFXA
|
||||||
cmp ax,01420h
|
cmp ax,01420h
|
||||||
jne .notSFXB
|
jne .notSFXB
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
mov byte[SFXSRAM],1 ;Check later if this should be removed
|
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXB
|
.notSFXB
|
||||||
cmp ax,01520h
|
cmp ax,01520h
|
||||||
jne .notSFXC
|
jne .notSFXC
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
mov byte[SFXSRAM],1 ;Check later if this should be removed
|
mov byte[SFXSRAM],1 ;Contains Battery
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXC
|
.notSFXC
|
||||||
cmp ax,01A20h
|
cmp ax,01A20h
|
||||||
jne .notSFXD
|
jne .notSFXD
|
||||||
mov byte[SFXEnable],1
|
mov byte[SFXEnable],1
|
||||||
mov byte[SFXSRAM],1 ;Check later if this should be removed
|
mov byte[SFXSRAM],1 ;Contains Battery
|
||||||
jmp .endchpdtct
|
jmp .endchpdtct
|
||||||
.notSFXD
|
.notSFXD
|
||||||
cmp ax,05535h
|
cmp ax,05535h
|
||||||
@@ -6210,3 +6209,4 @@ NEWSYM InitAsmEnd
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user