Previous 199869 Revisions Next

r30582 Wednesday 21st May, 2014 at 09:53:57 UTC by Miodrag Milanović
New clones added:
-Zira [PinMAME]
-Meg-Aaton (alternate set) [PinMAME]
-Nautilus [PinMAME]
-The Raid [PinMAME]
-Star Fire (alternate set) [PinMAME]
-Flash Dragon [PinMAME]
-Skill Flight (Playmatic) [PinMAME]
[src/mame]mame.lst
[src/mame/drivers]play_2.c play_3.c play_5.c

trunk/src/mame/drivers/play_2.c
r30581r30582
191191/*-------------------------------------------------------------------
192192/ Zira (??/80)
193193/-------------------------------------------------------------------*/
194ROM_START(zira)
195   ROM_REGION(0x10000, "maincpu", 0)
196   ROM_LOAD("zira_u8.bin", 0x0000, 0x0800, CRC(53f8bf17) SHA1(5eb74f27bc65374a85dd44bbc8f6142488c226a2))
197   ROM_RELOAD(0x4000, 0x0800)
198   ROM_RELOAD(0x8000, 0x0800)
199   ROM_RELOAD(0xc000, 0x0800)
200   ROM_LOAD("zira_u9.bin", 0x0800, 0x0800, CRC(d50a2419) SHA1(81b157f579a433389506817b1b6e02afaa2cf0d5))
201   ROM_RELOAD(0x4800, 0x0800)
202   ROM_RELOAD(0x8800, 0x0800)
203   ROM_RELOAD(0xc800, 0x0800)
204   ROM_REGION(0x10000, "cpu2", 0)
205   ROM_LOAD("zira.snd", 0x0000, 0x0400, NO_DUMP)
206ROM_END
194207
195208/*-------------------------------------------------------------------
196209/ Cerberus (03/82)
r30581r30582
234247GAME(1980,  blkfever,  0,      play_2,  play_2, play_2_state,  play_2,  ROT0,  "Playmatic",    "Black Fever",        GAME_IS_SKELETON_MECHANICAL)
235248GAME(1982,  cerberup,  0,      play_2,  play_2, play_2_state,  play_2,  ROT0,  "Playmatic",    "Cerberus (Pinball)", GAME_IS_SKELETON_MECHANICAL)
236249GAME(1985,  madrace,   0,      play_2,  play_2, play_2_state,  play_2,  ROT0,  "Playmatic",    "Mad Race",           GAME_IS_SKELETON_MECHANICAL)
250GAME(1980,  zira,      0,      play_2,  play_2, play_2_state,  play_2,  ROT0,  "Playmatic",    "Zira",           GAME_IS_SKELETON_MECHANICAL)
trunk/src/mame/drivers/play_3.c
r30581r30582
5353/*-------------------------------------------------------------------
5454/ Meg Aaton (1983)
5555/-------------------------------------------------------------------*/
56
5657ROM_START(megaaton)
5758   ROM_REGION(0x10000, "maincpu", 0)
5859   ROM_LOAD("cpumegat.bin", 0x0000, 0x2000, CRC(7e7a4ede) SHA1(3194b367cbbf6e0cb2629cd5d82ddee6fe36985a))
r30581r30582
6162   ROM_RELOAD(0xc000, 0x2000)
6263
6364   ROM_REGION(0x10000, "cpu2", 0)
64   ROM_LOAD("smogot.bin", 0x0000, 0x2000, CRC(92fa0742) SHA1(ef3100a53323fd67e23b47fc3e72fdb4671e9b0a))
65   ROM_LOAD("smogot.bin", 0x0000, 0x2000, CRC(fefc3ab2) SHA1(e748d9b443a69fcdd587f22c87d41818b6c0e436))
6566   ROM_RELOAD(0x4000, 0x2000)
6667   ROM_RELOAD(0x8000, 0x2000)
6768   ROM_RELOAD(0xc000, 0x2000)
r30581r30582
7172   ROM_RELOAD(0xe000, 0x1000)
7273ROM_END
7374
74GAME(1983,  megaaton,  0,  play_3,  play_3, play_3_state,  play_3,  ROT0,  "Playmatic",    "Meg Aaton",     GAME_IS_SKELETON_MECHANICAL)
75ROM_START(megaatona)
76   ROM_REGION(0x10000, "maincpu", 0)
77   ROM_LOAD("mega_u12.bin", 0x0000, 0x1000, CRC(65761b02) SHA1(dd9586eaf70698ef7a80ce1be293322f64829aea))
78   ROM_RELOAD(0x4000, 0x1000)
79   ROM_RELOAD(0x8000, 0x1000)
80   ROM_RELOAD(0xc000, 0x1000)
81   ROM_LOAD("mega_u11.bin", 0x1000, 0x1000, CRC(513f3683) SHA1(0f080a33426df1ffdb14e9b2e6382304e201e335))
82   ROM_RELOAD(0x5000, 0x1000)
83   ROM_RELOAD(0x9000, 0x1000)
84   ROM_RELOAD(0xd000, 0x1000)
85   ROM_REGION(0x10000, "cpu2", 0)
86   ROM_LOAD("smogot.bin", 0x0000, 0x2000, CRC(fefc3ab2) SHA1(e748d9b443a69fcdd587f22c87d41818b6c0e436))
87   ROM_RELOAD(0x4000, 0x2000)
88   ROM_RELOAD(0x8000, 0x2000)
89   ROM_RELOAD(0xc000, 0x2000)
90   ROM_LOAD("smegat.bin", 0x2000, 0x1000, CRC(910ab7fe) SHA1(0ddfd15c9c25f43b8fcfc4e11bc8ea180f6bd761))
91   ROM_RELOAD(0x6000, 0x1000)
92   ROM_RELOAD(0xa000, 0x1000)
93   ROM_RELOAD(0xe000, 0x1000)
94ROM_END
95
96GAME(1983,  megaaton,  0,  play_3,  play_3, play_3_state,  play_3,  ROT0,  "Playmatic",    "Meg-Aaton",     GAME_IS_SKELETON_MECHANICAL)
97GAME(1983,  megaatona, megaaton,  play_3,  play_3, play_3_state,  play_3,  ROT0,  "Playmatic",    "Meg-Aaton (alternate set)",     GAME_IS_SKELETON_MECHANICAL)
trunk/src/mame/drivers/play_5.c
r30581r30582
5757   ROM_RELOAD(0x8000, 0x2000)
5858   ROM_RELOAD(0xc000, 0x2000)
5959   ROM_REGION(0x10000, "cpu2", 0)
60   ROM_LOAD("sound1.su3", 0x0000, 0x2000, CRC(f9550ab4) SHA1(7186158f515fd9fbe5a7a09c6b7d2e8dfc3b4bb2))
60   ROM_LOAD("sound1.su3", 0x0000, 0x2000, CRC(8ad1a804) SHA1(6177619f09af4302ffddd8c0c1b374dab7f47e91))
6161   ROM_RELOAD(0x4000, 0x2000)
6262   ROM_RELOAD(0x8000, 0x2000)
6363   ROM_RELOAD(0xc000, 0x2000)
r30581r30582
9191ROM_END
9292
9393/*-------------------------------------------------------------------
94/ ??/84 Nautilus
95/-------------------------------------------------------------------*/
96ROM_START(nautilus)
97   ROM_REGION(0x10000, "maincpu", 0)
98   ROM_LOAD("nautilus.rom", 0x0000, 0x2000, CRC(197e5492) SHA1(0f83fc2e742fd0cca0bd162add4bef68c6620067))
99   ROM_RELOAD(0x4000, 0x2000)
100   ROM_RELOAD(0x8000, 0x2000)
101   ROM_RELOAD(0xc000, 0x2000)
102   ROM_REGION(0x10000, "cpu2", 0)
103   ROM_LOAD("nautilus.snd", 0x0000, 0x2000, CRC(413d110f) SHA1(8360f652296c46339a70861efb34c41e92b25d0e))
104   ROM_RELOAD(0x2000, 0x2000)
105   ROM_RELOAD(0x4000, 0x2000)
106   ROM_RELOAD(0x6000, 0x2000)
107   ROM_RELOAD(0x8000, 0x2000)
108   ROM_RELOAD(0xa000, 0x2000)
109   ROM_RELOAD(0xc000, 0x2000)
110ROM_END
111
112/*-------------------------------------------------------------------
113/ ??/84 The Raid
114/-------------------------------------------------------------------*/
115ROM_START(theraid)
116   ROM_REGION(0x10000, "maincpu", 0)
117   ROM_LOAD("theraid.rom", 0x0000, 0x2000, CRC(97aa1489) SHA1(6b691b287138cc78cfc1010f380ff8c66342c39b))
118   ROM_RELOAD(0x4000, 0x2000)
119   ROM_RELOAD(0x8000, 0x2000)
120   ROM_RELOAD(0xc000, 0x2000)
121   ROM_REGION(0x10000, "cpu2", 0)
122   ROM_LOAD("theraid.snd", 0x0000, 0x2000, CRC(e33f8363) SHA1(e7f251c334b15e12b1eb7e079c2e9a5f64338052))
123   ROM_RELOAD(0x2000, 0x2000)
124   ROM_RELOAD(0x4000, 0x2000)
125   ROM_RELOAD(0x6000, 0x2000)
126   ROM_RELOAD(0x8000, 0x2000)
127   ROM_RELOAD(0xa000, 0x2000)
128   ROM_RELOAD(0xc000, 0x2000)
129ROM_END
130
131/*-------------------------------------------------------------------
94132/ 11/84 UFO-X
95133/-------------------------------------------------------------------*/
96134ROM_START(ufo_x)
r30581r30582
149187   ROM_RELOAD(0xe000, 0x0800)
150188ROM_END
151189
190ROM_START(starfirpa)
191   ROM_REGION(0x10000, "maincpu", 0)
192   ROM_LOAD("starcpua.rom", 0x0000, 0x2000, CRC(29bac350) SHA1(ab3e3ea4881be954f7fa7278800ffd791c4581da))
193   ROM_RELOAD(0x4000, 0x2000)
194   ROM_RELOAD(0x8000, 0x2000)
195   ROM_RELOAD(0xc000, 0x2000)
196   ROM_REGION(0x10000, "cpu2", 0)
197   ROM_LOAD("starfu3.rom", 0x0000, 0x2000, CRC(5d602d80) SHA1(19d21adbcbd0067c051f3033468eda8c5af57be1))
198   ROM_RELOAD(0x4000, 0x2000)
199   ROM_RELOAD(0x8000, 0x2000)
200   ROM_RELOAD(0xc000, 0x2000)
201   ROM_LOAD("starfu4.rom", 0x2000, 0x0800, CRC(9af8be9a) SHA1(da6db3716db73baf8e1493aba91d4d85c5d613b4))
202   ROM_RELOAD(0x6000, 0x0800)
203   ROM_RELOAD(0xa000, 0x0800)
204   ROM_RELOAD(0xe000, 0x0800)
205ROM_END
206
152207/*-------------------------------------------------------------------
208/ ??/86 Flash Dragon
209/-------------------------------------------------------------------*/
210ROM_START(fldragon)
211   ROM_REGION(0x10000, "maincpu", 0)
212   ROM_LOAD("fldrcpu1.rom", 0x0000, 0x2000, CRC(e513ded0) SHA1(64ed3dcff53311fb93bd50d105a4c1186043fdd7))
213   ROM_RELOAD(0x4000, 0x2000)
214   ROM_RELOAD(0x8000, 0x2000)
215   ROM_RELOAD(0xc000, 0x2000)
216   ROM_LOAD("fldrcpu2.rom", 0x2000, 0x2000, CRC(6ff2b276) SHA1(040b614f0b0587521ef5550b5587b94a7f3f178b))
217   ROM_RELOAD(0x6000, 0x2000)
218   ROM_RELOAD(0xa000, 0x2000)
219   ROM_RELOAD(0xe000, 0x2000)   
220   ROM_REGION(0x10000, "cpu2", 0)
221   ROM_LOAD("fdsndu3.rom", 0x0000, 0x2000, NO_DUMP)
222   ROM_RELOAD(0x4000, 0x2000)
223   ROM_RELOAD(0x8000, 0x2000)
224   ROM_RELOAD(0xc000, 0x2000)
225   ROM_LOAD("fdsndu4.rom", 0x2000, 0x0800, NO_DUMP)
226   ROM_RELOAD(0x6000, 0x0800)
227   ROM_RELOAD(0xa000, 0x0800)
228   ROM_RELOAD(0xe000, 0x0800)
229ROM_END
230
231/*-------------------------------------------------------------------
232/ ??/85 Stop Ship
233/-------------------------------------------------------------------*/
234
235/*-------------------------------------------------------------------
236/ ??/87 Skill Flight
237/-------------------------------------------------------------------*/
238ROM_START(sklflite)
239   ROM_REGION(0x10000, "maincpu", 0)
240   ROM_LOAD("skflcpu1.rom", 0x0000, 0x2000, CRC(8f833b55) SHA1(1729203582c22b51d1cc401aa8f270aa5cdadabe))
241   ROM_RELOAD(0x4000, 0x2000)
242   ROM_RELOAD(0x8000, 0x2000)
243   ROM_RELOAD(0xc000, 0x2000)
244   ROM_LOAD("skflcpu2.rom", 0x2000, 0x2000, CRC(ffc497aa) SHA1(3e88539ae1688322b9268f502d8ca41cffb28df3))
245   ROM_RELOAD(0x6000, 0x2000)
246   ROM_RELOAD(0xa000, 0x2000)
247   ROM_RELOAD(0xe000, 0x2000)   
248   ROM_REGION(0x10000, "cpu2", 0)
249   ROM_LOAD("sfsndu3.rom", 0x0000, 0x2000, NO_DUMP)
250   ROM_RELOAD(0x4000, 0x2000)
251   ROM_RELOAD(0x8000, 0x2000)
252   ROM_RELOAD(0xc000, 0x2000)
253   ROM_LOAD("sfsndu4.rom", 0x2000, 0x0800, NO_DUMP)
254   ROM_RELOAD(0x6000, 0x0800)
255   ROM_RELOAD(0xa000, 0x0800)
256   ROM_RELOAD(0xe000, 0x0800)
257ROM_END
258
259/*-------------------------------------------------------------------
260/ ??/87 Phantom Ship
261/-------------------------------------------------------------------*/
262
263/*-------------------------------------------------------------------
153264/ Trailer (1985)
154265/-------------------------------------------------------------------*/
155266ROM_START(trailer)
r30581r30582
170281ROM_END
171282
172283GAME(1982,  spain82,    0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Spain '82",        GAME_IS_SKELETON_MECHANICAL)
284GAME(1984,  nautilus,   0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Nautilus",        GAME_IS_SKELETON_MECHANICAL)
285GAME(1984,  theraid,    0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "The Raid",        GAME_IS_SKELETON_MECHANICAL)
173286GAME(1984,  ufo_x,      0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "UFO-X",        GAME_IS_SKELETON_MECHANICAL)
174287GAME(1984,  kz26,       0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "KZ-26",        GAME_IS_SKELETON_MECHANICAL)
175288GAME(1985,  rock2500,   0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Rock 2500",        GAME_IS_SKELETON_MECHANICAL)
176289GAME(1985,  starfirp,   0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Star Fire",        GAME_IS_SKELETON_MECHANICAL)
290GAME(1985,  starfirpa,  starfirp,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Star Fire (alternate set)",        GAME_IS_SKELETON_MECHANICAL)
177291GAME(1985,  trailer,    0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Trailer",      GAME_IS_SKELETON_MECHANICAL)
292GAME(1986,  fldragon,   0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Flash Dragon",      GAME_IS_SKELETON_MECHANICAL)
293GAME(1987,  sklflite,   0,  play_5, play_5, play_5_state,   play_5, ROT0,   "Playmatic",        "Skill Flight (Playmatic)",      GAME_IS_SKELETON_MECHANICAL)
trunk/src/mame/mame.lst
r30581r30582
3037430374blkfever
3037530375cerberup
3037630376madrace
30377zira
3037730378
3037830379
3037930380// play_3.c
3038030381megaaton
30382megaatona
3038130383
3038230384
3038330385// play_5.c
3038430386spain82
30387nautilus
30388theraid
3038530389ufo_x
3038630390kz26
3038730391rock2500
3038830392starfirp
30393starfirpa
3038930394trailer
30395fldragon
30396sklflite
3039030397
3039130398// rowamet.c
3039230399heavymtl

Previous 199869 Revisions Next


© 1997-2024 The MAME Team