summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-04-05 16:01:50 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-04-05 16:01:50 +0000
commit889162a4f3f41113637d7902f9c5baf72dead481 (patch)
tree1b22718d713c24485f04d11568d633cba74aa251
parentf53f9ca80868bc56d725f80acbbc98748c6ddb74 (diff)
ok, nevermind this bit then =)
-rw-r--r--src/mess/machine/nes_slot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/nes_slot.c b/src/mess/machine/nes_slot.c
index 7fbb8e6ca15..7f0260949d0 100644
--- a/src/mess/machine/nes_slot.c
+++ b/src/mess/machine/nes_slot.c
@@ -296,7 +296,6 @@ bool nes_cart_slot_device::call_load()
if (4 == sscanf(mapinfo,"%d %d %d %d", &mapint1, &mapint2, &mapint3, &mapint4))
{
/* image is present in nes.hsi: overwrite the header settings with these */
- ines20 = FALSE;
mapper = mapint1;
local_options = mapint2 & 0x0f;
m_crc_hack = (mapint2 & 0xf0) >> 4; // this is used to differentiate among variants of the same Mapper (see below)