Corrected filename to list actual board location (per Guru)

This commit is contained in:
Scott Stone 2010-11-21 15:01:34 +00:00
parent 6f0061cfa8
commit e7e29b437c

View File

@ -3999,7 +3999,7 @@ ROM_END
ROM_START( espgal )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "espgaluda_v100.bin", 0x000000, 0x200000, CRC(08ecec34) SHA1(bce2e7fb9105ed51603d09cbd3a9eeb5b8f47ee2) )
ROM_LOAD16_WORD_SWAP( "espgaluda_v100.u38", 0x000000, 0x200000, CRC(08ecec34) SHA1(bce2e7fb9105ed51603d09cbd3a9eeb5b8f47ee2) )
ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "espgal_igs027a.bin", 0x000000, 0x04000, NO_DUMP )