added a note about Mission Craft v2.7 known to exist based on Yahoo Japan auction

This commit is contained in:
Brian Troha 2011-09-06 03:05:07 +00:00
parent c7b55276fc
commit ccd9fb18d9

View File

@ -1354,12 +1354,14 @@ Notes:
SW2 - PCB Reset
* - Empty socket for additional program ROM
Version 2.7 known to exist, just not currently dumped
*/
ROM_START( misncrft )
ROM_REGION16_BE( 0x100000, "user1", ROMREGION_ERASE00 ) /* Hyperstone CPU Code */
/* 0 - 0x80000 empty */
ROM_LOAD( "prg-rom2.bin", 0x80000, 0x80000, CRC(059ae8c1) SHA1(2c72fcf560166cb17cd8ad665beae302832d551c) )
ROM_LOAD( "prg-rom2.bin", 0x80000, 0x80000, CRC(059ae8c1) SHA1(2c72fcf560166cb17cd8ad665beae302832d551c) ) /* Version 2.4 */
ROM_REGION( 0x400000, "audiocpu", 0 ) /* i8052 code */
ROM_LOAD( "snd-rom2.us1", 0x00000, 0x20000, CRC(8821e5b9) SHA1(4b8df97bc61b48aa16ed411614fcd7ed939cac33) )