Updated Super FX chipsram settings

This commit is contained in:
n-a-c-h
2003-08-18 22:19:17 +00:00
parent a386ab340f
commit abc87d7b62

View File

@@ -5803,28 +5803,27 @@ NEWSYM CheckROMType
mov byte[CHIPSRAM],1 ;Check later if this should be removed
jmp .endchpdtct
.notSETAB
;Super FX has SRAM, but only a battery to save it on the latter two
cmp ax,01320h
jne .notSFXA
mov byte[SFXEnable],1
mov byte[SFXSRAM],1 ;Check later if this should be removed
jmp .endchpdtct
.notSFXA
cmp ax,01420h
jne .notSFXB
mov byte[SFXEnable],1
mov byte[SFXSRAM],1 ;Check later if this should be removed
jmp .endchpdtct
.notSFXB
cmp ax,01520h
jne .notSFXC
mov byte[SFXEnable],1
mov byte[SFXSRAM],1 ;Check later if this should be removed
mov byte[SFXSRAM],1 ;Contains Battery
jmp .endchpdtct
.notSFXC
cmp ax,01A20h
jne .notSFXD
mov byte[SFXEnable],1
mov byte[SFXSRAM],1 ;Check later if this should be removed
mov byte[SFXSRAM],1 ;Contains Battery
jmp .endchpdtct
.notSFXD
cmp ax,05535h
@@ -6210,3 +6209,4 @@ NEWSYM InitAsmEnd