trunk/src/mame/drivers/tigeroad.c
| r31238 | r31239 | |
| 756 | 756 | ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) ) |
| 757 | 757 | |
| 758 | 758 | 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 */ |
| 760 | 760 | ROM_END |
| 761 | 761 | |
| 762 | 762 | ROM_START( tigeroadu ) /* US ROMSTAR program roms */ |
| r31238 | r31239 | |
| 792 | 792 | ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) ) |
| 793 | 793 | |
| 794 | 794 | 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 */ |
| 796 | 796 | ROM_END |
| 797 | 797 | |
| 798 | 798 | ROM_START( toramich ) |
| r31238 | r31239 | |
| 829 | 829 | ROM_LOAD( "tr_13.7l", 0x0000, 0x8000, CRC(a79be1eb) SHA1(4191ccd48f7650930f9a4c2be0790239d7420bb1) ) |
| 830 | 830 | |
| 831 | 831 | 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 */ |
| 833 | 833 | ROM_END |
| 834 | 834 | |
| 835 | 835 | ROM_START( tigeroadb ) |