Previous 199869 Revisions Next

r33612 Monday 1st December, 2014 at 17:32:42 UTC by David Haywood
add communication MCU ROM (dumped from a prototype) to the Riding Hero sets [Brian Hargrove]
[hash]neogeo.xml
[src/mame/drivers]neogeo_noslot.c

trunk/hash/neogeo.xml
r242123r242124
435435            <rom loadflag="load16_word_swap" name="006-p1.p1" offset="0x000000" size="0x080000" crc="d4aaf597" sha1="34d35b71adb5bd06f4f1b50ffd9c58ab9c440a84" />
436436            <!-- MB834200 -->
437437         </dataarea>
438         <dataarea name="mcu" size="0x1000">
438         <dataarea name="mcu" size="0x2000">
439439            <!-- Hitachi HD6301V1 MCU -->
440            <!-- <rom name="hd6301v1p.com", 0x0000, 0x1000, NO_DUMP /> -->
440            <rom offset="0x000000" size="0x02000" name="rhcom.bin" crc="e5cd6306" sha1="f6bbb8ae562804d67e137290c765c3589fa334c0" />
441        <!-- dumped from a prototype with external ROM, not 100% confirmed as being the same on a final, or other games (lbowling, trally) -->
441442         </dataarea>
442443         <dataarea name="fixed" size="0x040000">
443444            <rom offset="0x000000" size="0x020000" name="006-s1.s1" crc="eb5189f0" sha1="0239c342ea62e73140a2306052f226226461a478" />
r242123r242124
487488            <rom loadflag="load16_word_swap" name="006-pg1.p1" offset="0x000000" size="0x080000" status="baddump" crc="52445646" sha1="647bb31f2f68453c1366cb6e2e867e37d1df7a54" />
488489            <!-- Chip label p1h does not exist, renamed temporarly to pg1, marked BAD_DUMP. This needs to be verified. -->
489490         </dataarea>
490         <dataarea name="mcu" size="0x1000">
491         <dataarea name="mcu" size="0x2000">
491492            <!-- Hitachi HD6301V1 MCU -->
492            <!-- <rom name="hd6301v1p.com", 0x0000, 0x1000, NO_DUMP /> -->
493            <rom offset="0x000000" size="0x02000" name="rhcom.bin" crc="e5cd6306" sha1="f6bbb8ae562804d67e137290c765c3589fa334c0" />
494        <!-- dumped from a prototype with external ROM, not 100% confirmed as being the same on a final, or other games (lbowling, trally) -->
493495         </dataarea>
494496         <dataarea name="fixed" size="0x040000">
495497            <rom offset="0x000000" size="0x020000" name="006-s1.s1" crc="eb5189f0" sha1="0239c342ea62e73140a2306052f226226461a478" />
trunk/src/mame/drivers/neogeo_noslot.c
r242123r242124
620620   ROM_REGION( 0x100000, "maincpu", 0 )
621621   ROM_LOAD16_WORD_SWAP( "006-p1.p1", 0x000000, 0x080000, CRC(d4aaf597) SHA1(34d35b71adb5bd06f4f1b50ffd9c58ab9c440a84) ) /* MB834200 */
622622
623   ROM_REGION( 0x1000, "mcu", 0 )    /* Hitachi HD6301V1 MCU */
624   ROM_LOAD( "hd6301v1p.com", 0x0000, 0x1000, NO_DUMP )
623   ROM_REGION( 0x2000, "mcu", 0 )    /* Hitachi HD6301V1 MCU */
624   ROM_LOAD( "rhcom.bin", 0x0000, 0x2000, CRC(e5cd6306) SHA1(f6bbb8ae562804d67e137290c765c3589fa334c0) ) // dumped from a prototype with external ROM, not 100% confirmed as being the same on a final, or other games (lbowling, trally)
625625
626626   NEO_SFIX_128K( "006-s1.s1", CRC(eb5189f0) SHA1(0239c342ea62e73140a2306052f226226461a478) ) /* TC531000 */
627627
r242123r242124
649649   ROM_LOAD16_WORD_SWAP( "006-pg1.p1", 0x000000, 0x080000, BAD_DUMP CRC(52445646) SHA1(647bb31f2f68453c1366cb6e2e867e37d1df7a54) )
650650   /* Chip label p1h does not exist, renamed temporarly to pg1, marked BAD_DUMP. This needs to be verified. */
651651
652   ROM_REGION( 0x1000, "mcu", 0 )    /* Hitachi HD6301V1 MCU */
653   ROM_LOAD( "hd6301v1p.com", 0x0000, 0x1000, NO_DUMP )
652   ROM_REGION( 0x2000, "mcu", 0 )    /* Hitachi HD6301V1 MCU */
653   ROM_LOAD( "rhcom.bin", 0x0000, 0x2000, CRC(e5cd6306) SHA1(f6bbb8ae562804d67e137290c765c3589fa334c0) ) // dumped from a prototype with external ROM, not 100% confirmed as being the same on a final, or other games (lbowling, trally)
654654
655655   NEO_SFIX_128K( "006-s1.s1", CRC(eb5189f0) SHA1(0239c342ea62e73140a2306052f226226461a478) ) /* TC531000 */
656656


Previous 199869 Revisions Next


© 1997-2024 The MAME Team