mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +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
|
||||
controlOut_SNES();
|
||||
|
||||
int sramBanks = 0;
|
||||
// LoRom
|
||||
if (romType == LO) {
|
||||
// Sram size
|
||||
|
Loading…
Reference in New Issue
Block a user