summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2014-12-01 16:51:37 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2014-12-01 16:51:37 +0000
commit8ff35b4a93f2b7f9c51de0cd00f6ffe8161c9cef (patch)
treecf82a5b7088ba742538b86edcf1e071ea8c63660
parent410858e85e647e87007856a7911e9a00b7f93ead (diff)
redump / verify Fight Fever romsets [DsNo]
Boards used for redump.... http://mvs.gotwalls.com/index.php/File:Fight_fever_set2_b1_front.jpg http://mvs.gotwalls.com/index.php/File:Fight_fever_set2_b2_front.jpg
-rw-r--r--hash/neogeo.xml8
-rw-r--r--src/mame/drivers/neogeo_noslot.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/hash/neogeo.xml b/hash/neogeo.xml
index 229fd653e5c..58703b2115b 100644
--- a/hash/neogeo.xml
+++ b/hash/neogeo.xml
@@ -3566,7 +3566,7 @@
<!-- VIC940800 -->
</dataarea>
<dataarea name="fixed" size="0x040000">
- <rom offset="0x000000" size="0x020000" name="060-s1.s1" crc="7f012104" sha1="f366dcc3923655dff16ec08a40d5fce22a84257d" />
+ <rom offset="0x000000" size="0x020000" name="060-s1.s1" crc="d62a72e9" sha1="a23e4c4fd4ec11a7467ce41227c418b4dd1ef649" />
<!-- VIC930100 -->
</dataarea>
<dataarea name="audiocpu" size="0x020000">
@@ -3604,11 +3604,11 @@
<rom loadflag="load16_word_swap" name="060-p1.p1" offset="0x000000" size="0x100000" crc="2a104b50" sha1="3eb663d3df7074e1cdf4c0e450a35c9cf55d8979" />
<!-- VIC940800 -->
<!-- the rom below acts as a patch to the program rom in the cart, replacing the first 512kb -->
- <rom loadflag="load16_word_swap" name="060-epr.sp2" offset="0x000000" size="0x080000" status="baddump" crc="3032041b" sha1="4b8ed2e6f74579ea35a53e06ccac42d6905b0f51" />
- <!-- P is on eprom, correct chip label unknown -->
+ <rom loadflag="load16_word_swap" name="1.sp2" offset="0x000000" size="0x080000" crc="3032041b" sha1="4b8ed2e6f74579ea35a53e06ccac42d6905b0f51" />
+ <!-- P is on eprom, has a Viccom logo at the top of the label with a circled '1' in the center -->
</dataarea>
<dataarea name="fixed" size="0x040000">
- <rom offset="0x000000" size="0x020000" name="060-s1.s1" crc="7f012104" sha1="f366dcc3923655dff16ec08a40d5fce22a84257d" />
+ <rom offset="0x000000" size="0x020000" name="060-s1.s1" crc="d62a72e9" sha1="a23e4c4fd4ec11a7467ce41227c418b4dd1ef649" />
<!-- VIC930100 -->
</dataarea>
<dataarea name="audiocpu" size="0x020000">
diff --git a/src/mame/drivers/neogeo_noslot.c b/src/mame/drivers/neogeo_noslot.c
index 67795344d3b..91acfc4c2a9 100644
--- a/src/mame/drivers/neogeo_noslot.c
+++ b/src/mame/drivers/neogeo_noslot.c
@@ -2539,7 +2539,7 @@ ROM_START( fightfev ) /* MVS ONLY RELEASE */
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "060-p1.p1", 0x0000000, 0x100000, CRC(2a104b50) SHA1(3eb663d3df7074e1cdf4c0e450a35c9cf55d8979) ) /* VIC940800 */
- NEO_SFIX_128K( "060-s1.s1", CRC(7f012104) SHA1(f366dcc3923655dff16ec08a40d5fce22a84257d) ) /* VIC930100 */
+ NEO_SFIX_128K( "060-s1.s1", CRC(d62a72e9) SHA1(a23e4c4fd4ec11a7467ce41227c418b4dd1ef649) ) /* VIC930100 */
NEO_BIOS_AUDIO_128K( "060-m1.m1", CRC(0b7c4e65) SHA1(999a1e784de18db3f1332b30bc425836ea6970be) ) /* VIC930100 */
@@ -2560,10 +2560,10 @@ ROM_START( fightfeva ) /* MVS ONLY RELEASE */
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "060-p1.p1", 0x0000000, 0x100000, CRC(2a104b50) SHA1(3eb663d3df7074e1cdf4c0e450a35c9cf55d8979) ) /* VIC940800 */
/* the rom below acts as a patch to the program rom in the cart, replacing the first 512kb */
- ROM_LOAD16_WORD_SWAP( "060-epr.sp2", 0x000000, 0x080000, BAD_DUMP CRC(3032041b) SHA1(4b8ed2e6f74579ea35a53e06ccac42d6905b0f51) )
- /* P is on eprom, correct chip label unknown */
+ ROM_LOAD16_WORD_SWAP( "1.sp2", 0x000000, 0x080000, CRC(3032041b) SHA1(4b8ed2e6f74579ea35a53e06ccac42d6905b0f51) )
+ /* P is on eprom, has a Viccom logo at the top of the label with a circled '1' in the center */
- NEO_SFIX_128K( "060-s1.s1", CRC(7f012104) SHA1(f366dcc3923655dff16ec08a40d5fce22a84257d) ) /* VIC930100 */
+ NEO_SFIX_128K( "060-s1.s1", CRC(d62a72e9) SHA1(a23e4c4fd4ec11a7467ce41227c418b4dd1ef649) ) /* VIC930100 */
NEO_BIOS_AUDIO_128K( "060-m1.m1", CRC(0b7c4e65) SHA1(999a1e784de18db3f1332b30bc425836ea6970be) ) /* VIC930100 */