mhavoc.cpp: verified PROM [Andrew Welburn]

This commit is contained in:
Ivan Vangelista 2020-10-16 20:52:22 +02:00
parent 63be22d8f3
commit b3f391f584

View File

@ -35,6 +35,8 @@
or
A Tempest-like spinner on upgrades
All PCB pics point to this game using the 136002-125 PROM. However MAME had it using the 036408-01 PROM.
They have identical contents, anyway.
Memory Map for Major Havoc
@ -642,7 +644,7 @@ ROM_START( mhavoc )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "036408-01.b1", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END
@ -673,7 +675,7 @@ ROM_START( mhavoc2 )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "036408-01.b1", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END
@ -704,7 +706,7 @@ ROM_START( mhavocrv )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "036408-01.b1", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END
@ -735,7 +737,7 @@ ROM_START( mhavocp )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "036408-01.b1", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END
@ -763,7 +765,7 @@ ROM_START( alphaone )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "036408-01.b1", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END
@ -791,7 +793,7 @@ ROM_START( alphaonea )
/* AVG PROM */
ROM_REGION( 0x100, "avg:prom", 0 )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_LOAD( "136002-125.6c", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
ROM_END