mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
use local sramBanks variable in SNES.ino
This commit is contained in:
parent
bc3dd3dd13
commit
d22f35b2ef
@ -1312,6 +1312,7 @@ void writeSRAM (boolean browseFile) {
|
|||||||
// Set RST RD WR to High and CS to Low
|
// Set RST RD WR to High and CS to Low
|
||||||
controlOut_SNES();
|
controlOut_SNES();
|
||||||
|
|
||||||
|
int sramBanks = 0;
|
||||||
// LoRom
|
// LoRom
|
||||||
if (romType == LO) {
|
if (romType == LO) {
|
||||||
// Sram size
|
// Sram size
|
||||||
|
Loading…
Reference in New Issue
Block a user