From ca9d1af9ce9b5f2ee75cde5051db5170d6e0d86a Mon Sep 17 00:00:00 2001 From: sorgelig Date: Thu, 20 Jun 2019 00:40:06 +0800 Subject: [PATCH] SNES: enable F1 ROCII save. --- support/snes/snes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/snes/snes.cpp b/support/snes/snes.cpp index 734cebd..9b05d51 100644 --- a/support/snes/snes.cpp +++ b/support/snes/snes.cpp @@ -192,8 +192,8 @@ uint8_t* snes_get_header(fileTYPE *f) else if (buf[addr + Mapper] == 0x30 && buf[addr + RomType] == 0xf6) { //ST010 hdr[1] |= 0x88; + ramsz = 1; if(buf[addr + RomSize] < 10) hdr[1] |= 0x20; // ST011 - //ramsz = 2; } else if (buf[addr + Mapper] == 0x30 && buf[addr + RomType] == 0x25) { //OBC1