seibuspi.c: Add default EEPROM to the Raiden Fighters Jet (US, Single Board) set so it will boot correctly the first time run.

This commit is contained in:
Brian Troha 2010-08-13 01:07:43 +00:00
parent 952b609d28
commit d8afec51cf

View File

@ -3337,6 +3337,9 @@ ROM_START( rfjetus ) /* Single board version SXX2G */
ROM_REGION(0x280000, "ymf", ROMREGION_ERASE00) /* sound roms */
ROM_LOAD("pcm-d.u0103", 0x000000, 0x200000, CRC(8ee3ff45) SHA1(2801b23495866c91c8f8bebd37d5fcae7a625838) )
ROM_LOAD("rfj-04.u0107", 0x200000, 0x080000, CRC(c050da03) SHA1(1002dac51a3a4932c4f0074c1f3d97a597d98755) ) /* SOUND1 */
ROM_REGION16_BE( 0x80, "eeprom", 0 )
ROM_LOAD16_WORD( "93c46-rfjetus.bin", 0x0000, 0x0080, CRC(8fe8063b) SHA1(afb0141580e1b2bd149092a9cc9e8b4072b1ef10) )
ROM_END