mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fixing a couple of duplicate sets found - From Haze (nw)
This commit is contained in:
parent
5871259308
commit
e1858a0a33
@ -308,11 +308,6 @@ MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
||||
ROM_START( ac1cshtw )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD( "ctp1.bin", 0x0000, 0x8000, CRC(2fabb08f) SHA1(b737930e428f9258ab22394229c2b5039edf8f97) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( ac1clbmn )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 ) // same thing but in smaller roms? should they all really be like this?
|
||||
@ -383,11 +378,17 @@ ROM_START( ac1taklv )
|
||||
ROM_LOAD( "430tlp14.bin", 0x6000, 0x2000, CRC(09008e12) SHA1(f3f6dd3bafdcf7187148fed914d7c43caf53d48a) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ac1taklva )
|
||||
/*
|
||||
ROM_START( ac1taklva ) // set 2, just a merged rom of the above, probably for another emulator
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD( "430tl.bin", 0x0000, 0x8000, CRC(2fabb08f) SHA1(b737930e428f9258ab22394229c2b5039edf8f97) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ac1cshtw ) // Cash Towers, same ROM as above, original machine apparently plays the same, reskinned machine?
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD( "ctp1.bin", 0x0000, 0x8000, CRC(2fabb08f) SHA1(b737930e428f9258ab22394229c2b5039edf8f97) )
|
||||
ROM_END
|
||||
*/
|
||||
|
||||
|
||||
ROM_START( ac1bbclb )
|
||||
@ -697,7 +698,6 @@ DRIVER_INIT( aces1 )
|
||||
{
|
||||
}
|
||||
|
||||
GAME( 199?, ac1cshtw ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Cash Towers (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1clbmn ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Club Money (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1clbmna ,ac1clbmn ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Club Money (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL ) // same but different rom size?
|
||||
GAME( 199?, ac1gogld ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Go For Gold (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
@ -708,7 +708,8 @@ GAME( 199?, ac1pstrt ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Pcp", "Pound Stretcher (
|
||||
GAME( 199?, ac1primt ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Primetime (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1primta ,ac1primt ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Primetime (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL ) // same but different rom size?
|
||||
GAME( 199?, ac1taklv ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Take It Or Leave It (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1taklva ,ac1taklv ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Take It Or Leave It (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL ) // same but different rom size?
|
||||
//GAME( 199?, ac1taklva ,ac1taklv ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Take It Or Leave It (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL ) // just a merged rom of the above, probably for another emulator
|
||||
//GAME( 199?, ac1cshtw ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Cash Towers (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL ) // same ROM as above, original machine apparently plays the same, reskinned machine?
|
||||
GAME( 199?, ac1bbclb ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Big Break Club (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1bbclba ,ac1bbclb ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Big Break Club (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, ac1clbsv ,0 ,aces1 ,aces1 ,aces1 ,ROT0 ,"Ace", "Club Sovereign (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL )
|
||||
|
@ -1629,13 +1629,6 @@ ROM_START( sp_spellg )
|
||||
SP_SPELL_SOUND
|
||||
ROM_END
|
||||
|
||||
ROM_START( sp_spellh )
|
||||
ROM_REGION( 0x80000, "maincpu", 0 )
|
||||
ROM_LOAD( "spellbound2.bin", 0x0000, 0x8000, CRC(439bcf8b) SHA1(d84be299744eeb4c3040e5ed64fb64f614fe0a1c) )
|
||||
ROM_LOAD( "spellbound1.bin", 0x8000, 0x8000, CRC(285b4774) SHA1(0d7816cf0a47dabdb45eb5d904e45b44a170f87f) )
|
||||
SP_SPELL_SOUND
|
||||
ROM_END
|
||||
|
||||
ROM_START( sp_spelli )
|
||||
ROM_REGION( 0x80000, "maincpu", 0 )
|
||||
ROM_LOAD( "0009p5.bin", 0x0000, 0x010000, CRC(5d94418e) SHA1(92a9b6deed307b99bb57193d9974a0b4d76ee569) ) // merged rom
|
||||
@ -4150,7 +4143,6 @@ GAME( 199?, sp_spelld ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbou
|
||||
GAME( 199?, sp_spelle ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 6)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_spellf ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 7)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_spellg ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 8)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_spellh ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 9)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_spelli ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 10)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_spellj ,sp_spell ,ace_sp ,ace_sp ,ace_sp ,ROT0 ,"Ace", "Spellbound (Ace) (sp.ACE) (set 11)",GAME_IS_SKELETON_MECHANICAL )
|
||||
|
||||
|
@ -19355,7 +19355,6 @@ acefruit // (c) 1982? ACE
|
||||
|
||||
// Ace System 1
|
||||
|
||||
ac1cshtw // Cash Towers (Ace)
|
||||
ac1clbmn // Club Money (Ace)
|
||||
ac1clbmna //
|
||||
ac1gogld // Go For Gold (Ace)
|
||||
@ -19366,7 +19365,6 @@ ac1pstrt // Pound Stretcher (Pcp)
|
||||
ac1primt // Primetime (Ace)
|
||||
ac1primta //
|
||||
ac1taklv // Take It Or Leave It (Ace)
|
||||
ac1taklva //
|
||||
ac1bbclb // Big Break Club (Ace)
|
||||
ac1bbclba //
|
||||
ac1clbsv // Club Sovereign (Ace)
|
||||
@ -19622,7 +19620,6 @@ sp_spelld //
|
||||
sp_spelle //
|
||||
sp_spellf //
|
||||
sp_spellg //
|
||||
sp_spellh //
|
||||
sp_spelli //
|
||||
sp_spellj //
|
||||
sp_swop // Swop Shop (Ace)
|
||||
|
Loading…
Reference in New Issue
Block a user