From abc87d7b62a5b3fdae5fc92556557e5f89b01d0d Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Mon, 18 Aug 2003 22:19:17 +0000 Subject: [PATCH] Updated Super FX chipsram settings --- zsnes/src/init.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 878ea332..4736aee5 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -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 +