Previous 199869 Revisions Next

r31239 Wednesday 9th July, 2014 at 02:17:40 UTC by Brian Troha
tigeroad.c: Correct name for BPROM and document type for the Tiger Road sets - NW
[src/mame/drivers]tigeroad.c

trunk/src/mame/drivers/tigeroad.c
r31238r31239
756756   ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) )
757757
758758   ROM_REGION( 0x0100, "proms", 0 )
759   ROM_LOAD( "trprom.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) */
759   ROM_LOAD( "tr.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) - N82S129A or compatible */
760760ROM_END
761761
762762ROM_START( tigeroadu ) /* US ROMSTAR program roms */
r31238r31239
792792   ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) )
793793
794794   ROM_REGION( 0x0100, "proms", 0 )
795   ROM_LOAD( "trprom.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) */
795   ROM_LOAD( "tr.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) - N82S129A or compatible */
796796ROM_END
797797
798798ROM_START( toramich )
r31238r31239
829829   ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) )
830830
831831   ROM_REGION( 0x0100, "proms", 0 )
832   ROM_LOAD( "trprom.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) */
832   ROM_LOAD( "tr.9e", 0x0000, 0x0100, CRC(ec80ae36) SHA1(397ec8fc1b106c8b8d4bf6798aa429e8768a101a) )    /* priority (not used) - N82S129A or compatible */
833833ROM_END
834834
835835ROM_START( tigeroadb )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team