mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
(fix romname ending with a ".")
This commit is contained in:
parent
0d58b9395a
commit
e237b9f406
@ -1669,7 +1669,7 @@ ROM_START( gt103a3 )
|
||||
ROM_REGION( 0x38000, "maincpu", 0 )
|
||||
ROM_LOAD( "t_3a-8_1.bin", 0x00000, 0x4000, CRC(02aef306) SHA1(1ffc10c79a55d41ea36bcaab13cb3f02cb3f9712) )
|
||||
ROM_LOAD( "rock-n-roll_alt", 0x10000, 0x8000, CRC(8eb83052) SHA1(93e3c1ae6c2048fb44ecafe1013b6a96da38fa84) ) /* Questions from an unknown set, will be corrected when verified */
|
||||
ROM_LOAD( "history-geog.", 0x18000, 0x8000, CRC(c9a70fc3) SHA1(4021e5d702844416e8c798ed0a57c9ecd20b1d4b) ) /* These questions are likely mix-n-match do to opperator swaps */
|
||||
ROM_LOAD( "history-geog", 0x18000, 0x8000, CRC(c9a70fc3) SHA1(4021e5d702844416e8c798ed0a57c9ecd20b1d4b) ) /* These questions are likely mix-n-match do to opperator swaps */
|
||||
ROM_LOAD( "the_sixties", 0x20000, 0x8000, CRC(8cfa854e) SHA1(81428c12f99841db1c61b471ac8d00f0c411883b) ) /* Currently unverified are Series 12, 13 & 14 */
|
||||
ROM_LOAD( "tv_comedies", 0x28000, 0x8000, CRC(992ae38e) SHA1(312780d651a85a1c433f587ff2ede579456d3fd9) )
|
||||
ROM_END
|
||||
|
Loading…
Reference in New Issue
Block a user