summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-05-15 06:59:54 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-05-15 06:59:54 +0000
commit4a8e9a4d3945fd5b62de0b28a95cff637ff583e5 (patch)
tree9e1f28bd775410e2b44265c8a779f5c0402bf357
parentcd941da1657929e60dce840c05d71a786b379b65 (diff)
nes: bringing back the second hashfile usage which had to be disabled
some time ago. thanks judge for rev. 30432. nw.
-rw-r--r--src/emu/bus/nes/nes_ines.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/nes/nes_ines.inc b/src/emu/bus/nes/nes_ines.inc
index 27e5ff7525a..713060d2314 100644
--- a/src/emu/bus/nes/nes_ines.inc
+++ b/src/emu/bus/nes/nes_ines.inc
@@ -834,8 +834,7 @@ const char * nes_cart_slot_device::get_default_card_ines(UINT8 *ROM, UINT32 len)
}
// use info from nes.hsi if available!
-// if (hashfile_extrainfo(*this, mapinfo))
- if (0)
+ if (hashfile_extrainfo(*this, mapinfo))
{
if (4 == sscanf(mapinfo,"%d %d %d %d", &mapint1, &mapint2, &mapint3, &mapint4))
{