Previous 199869 Revisions Next

r32792 Saturday 18th October, 2014 at 04:06:31 UTC by Robbbert
gts3 : split into AN and DMD displays
[src/mame]mame.mak
[src/mame/drivers]gts3.c gts3a.c*
[src/mame/layout]gts3.lay* gts80b.lay

trunk/src/mame/mame.mak
r32791r32792
21192119   $(DRIVERS)/gp_2.o \
21202120   $(DRIVERS)/gts1.o \
21212121   $(DRIVERS)/gts3.o \
2122   $(DRIVERS)/gts3a.o \
21222123   $(DRIVERS)/gts80.o \
21232124   $(DRIVERS)/gts80a.o \
21242125   $(DRIVERS)/gts80b.o \
r32791r32792
26342635         $(LAYOUT)/pmpoker.lh \
26352636         $(LAYOUT)/upndown.lh
26362637
2638$(DRIVERS)/gts3.o:      $(LAYOUT)/gts3.lh
26372639$(DRIVERS)/gts80.o:     $(LAYOUT)/gts80.lh
26382640$(DRIVERS)/gts80a.o:    $(LAYOUT)/gts80a.lh
26392641$(DRIVERS)/gts80b.o:    $(LAYOUT)/gts80b.lh
trunk/src/mame/layout/gts3.lay
r0r32792
1<!-- gts3 copied from gts80b.lay -->
2
3<!-- 2014-10-18: Initial version. -->
4
5<mamelayout version="2">
6
7   <element name="digit" defstate="0">
8      <led16segsc>
9         <color red="0.0" green="0.75" blue="1.0" />
10      </led16segsc>
11   </element>
12   <element name="background">
13      <rect>
14         <bounds left="0" top="0" right="1" bottom="1" />
15         <color red="0.0" green="0.0" blue="0.0" />
16      </rect>
17   </element>
18   <element name="P3"><text string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
19   <element name="P4"><text string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>
20   <element name="P5"><text string="Player 3"><color red="1.0" green="1.0" blue="1.0" /></text></element>
21   <element name="P6"><text string="Player 4"><color red="1.0" green="1.0" blue="1.0" /></text></element>
22
23   <view name="Default Layout">
24
25      <!-- Background -->
26      <backdrop element="background">
27         <bounds left="0" top="25" right="496" bottom="149" />
28      </backdrop>
29
30      <!-- Top Row -->
31      <bezel name="digit0" element="digit">
32         <bounds left="10" top="45" right="30" bottom="84" />
33      </bezel>
34      <bezel name="digit1" element="digit">
35         <bounds left="34" top="45" right="54" bottom="84" />
36      </bezel>
37      <bezel name="digit2" element="digit">
38         <bounds left="58" top="45" right="78" bottom="84" />
39      </bezel>
40      <bezel name="digit3" element="digit">
41         <bounds left="82" top="45" right="102" bottom="84" />
42      </bezel>
43      <bezel name="digit4" element="digit">
44         <bounds left="106" top="45" right="126" bottom="84" />
45      </bezel>
46      <bezel name="digit5" element="digit">
47         <bounds left="130" top="45" right="150" bottom="84" />
48      </bezel>
49      <bezel name="digit6" element="digit">
50         <bounds left="154" top="45" right="174" bottom="84" />
51      </bezel>
52      <bezel name="digit7" element="digit">
53         <bounds left="178" top="45" right="198" bottom="84" />
54      </bezel>
55      <bezel name="digit8" element="digit">
56         <bounds left="202" top="45" right="222" bottom="84" />
57      </bezel>
58      <bezel name="digit9" element="digit">
59         <bounds left="226" top="45" right="246" bottom="84" />
60      </bezel>
61      <bezel name="digit10" element="digit">
62         <bounds left="250" top="45" right="270" bottom="84" />
63      </bezel>
64      <bezel name="digit11" element="digit">
65         <bounds left="274" top="45" right="294" bottom="84" />
66      </bezel>
67      <bezel name="digit12" element="digit">
68         <bounds left="298" top="45" right="318" bottom="84" />
69      </bezel>
70      <bezel name="digit13" element="digit">
71         <bounds left="322" top="45" right="342" bottom="84" />
72      </bezel>
73      <bezel name="digit14" element="digit">
74         <bounds left="346" top="45" right="366" bottom="84" />
75      </bezel>
76      <bezel name="digit15" element="digit">
77         <bounds left="370" top="45" right="390" bottom="84" />
78      </bezel>
79      <bezel name="digit16" element="digit">
80         <bounds left="394" top="45" right="414" bottom="84" />
81      </bezel>
82      <bezel name="digit17" element="digit">
83         <bounds left="418" top="45" right="438" bottom="84" />
84      </bezel>
85      <bezel name="digit18" element="digit">
86         <bounds left="442" top="45" right="462" bottom="84" />
87      </bezel>
88      <bezel name="digit19" element="digit">
89         <bounds left="466" top="45" right="486" bottom="84" />
90      </bezel>
91
92      <!-- Bottom Row -->
93      <bezel name="digit20" element="digit">
94         <bounds left="10" top="100" right="30" bottom="139" />
95      </bezel>
96      <bezel name="digit21" element="digit">
97         <bounds left="34" top="100" right="54" bottom="139" />
98      </bezel>
99      <bezel name="digit22" element="digit">
100         <bounds left="58" top="100" right="78" bottom="139" />
101      </bezel>
102      <bezel name="digit23" element="digit">
103         <bounds left="82" top="100" right="102" bottom="139" />
104      </bezel>
105      <bezel name="digit24" element="digit">
106         <bounds left="106" top="100" right="126" bottom="139" />
107      </bezel>
108      <bezel name="digit25" element="digit">
109         <bounds left="130" top="100" right="150" bottom="139" />
110      </bezel>
111      <bezel name="digit26" element="digit">
112         <bounds left="154" top="100" right="174" bottom="139" />
113      </bezel>
114      <bezel name="digit27" element="digit">
115         <bounds left="178" top="100" right="198" bottom="139" />
116      </bezel>
117      <bezel name="digit28" element="digit">
118         <bounds left="202" top="100" right="222" bottom="139" />
119      </bezel>
120      <bezel name="digit29" element="digit">
121         <bounds left="226" top="100" right="246" bottom="139" />
122      </bezel>
123      <bezel name="digit30" element="digit">
124         <bounds left="250" top="100" right="270" bottom="139" />
125      </bezel>
126      <bezel name="digit31" element="digit">
127         <bounds left="274" top="100" right="294" bottom="139" />
128      </bezel>
129      <bezel name="digit32" element="digit">
130         <bounds left="298" top="100" right="318" bottom="139" />
131      </bezel>
132      <bezel name="digit33" element="digit">
133         <bounds left="322" top="100" right="342" bottom="139" />
134      </bezel>
135      <bezel name="digit34" element="digit">
136         <bounds left="346" top="100" right="366" bottom="139" />
137      </bezel>
138      <bezel name="digit35" element="digit">
139         <bounds left="370" top="100" right="390" bottom="139" />
140      </bezel>
141      <bezel name="digit36" element="digit">
142         <bounds left="394" top="100" right="414" bottom="139" />
143      </bezel>
144      <bezel name="digit37" element="digit">
145         <bounds left="418" top="100" right="438" bottom="139" />
146      </bezel>
147      <bezel name="digit38" element="digit">
148         <bounds left="442" top="100" right="462" bottom="139" />
149      </bezel>
150      <bezel name="digit39" element="digit">
151         <bounds left="466" top="100" right="486" bottom="139" />
152      </bezel>
153   </view>
154</mamelayout>
No newline at end of file
Property changes on: trunk/src/mame/layout/gts3.lay
Added: svn:eol-style
   + native
Added: svn:mime-type
   + text/plain
trunk/src/mame/layout/gts80b.lay
r32791r32792
66
77   <element name="digit" defstate="0">
88      <led16segsc>
9         <color red="1.0" green="0.0" blue="0.0" />
9         <color red="0.0" green="0.75" blue="1.0" />
1010      </led16segsc>
1111   </element>
1212   <element name="background">
trunk/src/mame/drivers/gts3.c
r32791r32792
5252/-------------------------------------------------------------------*/
5353
5454/*-------------------------------------------------------------------
55/ Barb Wire
55/ Bell Ringer (N103)
5656/-------------------------------------------------------------------*/
57ROM_START(barbwire)
58   ROM_REGION(0x10000, "maincpu", 0)
59   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(2e130835) SHA1(f615eaf1c48851d837c57c17c038cc1d0806f6f7))
60   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
61   ROM_REGION(0x80000, "user1", 0)
62   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(2b9533cd) SHA1(2b154550006e37a9dd1acb0cb832535415a7266b))
63   ROM_REGION(0x10000, "cpu4", 0)
64   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ebde41b0) SHA1(38a132f815a5270dff58a5e34f5c73701d6e214d))
65   ROM_REGION(0x100000, "sound1", 0)
66   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(7171bc86) SHA1(d9b1f54d34400490c219ca3ba566cc40cac517d7))
67   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(ce83c6c3) SHA1(95a364844525548d28f78d54f9d058728cebf089))
68   ROM_RELOAD(0x80000+0x40000, 0x40000)
69   ROM_REGION(0x10000, "cpu3", 0)
70   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(7c602a35) SHA1(66dbd7679973683c8346836c28c02ff922d17375))
71ROM_END
72
73/*-------------------------------------------------------------------
74/ Bell Ringer
75/-------------------------------------------------------------------*/
7657ROM_START(bellring)
7758   ROM_REGION(0x10000, "maincpu", 0)
7859   ROM_LOAD("br_gprom.bin", 0x0000, 0x10000, CRC(a9a59b36) SHA1(ca6d0e54a5c85ef72485975c632660831a3b8c82))
60
7961   ROM_REGION(0x10000, "cpu3", 0)
8062   ROM_LOAD("br_drom1.bin", 0x8000, 0x8000, CRC(99f38229) SHA1(f63d743e63e88728e8d53320b21b2fda1b6385f8))
63
8164   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
8265   ROM_LOAD("br_yrom1.bin", 0x8000, 0x8000, CRC(d5aab379) SHA1(b3995f8aa2e54f91f2a0fd010c807fbfbf9ae847))
8366ROM_END
8467
8568/*-------------------------------------------------------------------
86/ Brooks & Dunn (#749)
87/-------------------------------------------------------------------*/
88ROM_START(brooks)
89   ROM_REGION(0x10000, "maincpu", 0)
90   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(26cebf07) SHA1(14741e2d216528f176dc35ade856baffab0f99a0))
91   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
92   ROM_REGION(0x80000, "user1", 0)
93   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, NO_DUMP)
94   ROM_REGION(0x10000, "cpu4", 0)
95   ROM_LOAD("drom1.bin", 0x8000, 0x8000, NO_DUMP)
96   ROM_REGION(0x100000, "sound1", 0)
97   ROM_LOAD("arom1.bin", 0x00000, 0x80000, NO_DUMP)
98   ROM_LOAD("arom2.bin", 0x80000, 0x40000, NO_DUMP)
99   ROM_RELOAD(0x80000+0x40000, 0x40000)
100   ROM_REGION(0x10000, "cpu3", 0)
101   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, NO_DUMP)
102ROM_END
103
104/*-------------------------------------------------------------------
10569/ Cactus Jack's (#729)
10670/-------------------------------------------------------------------*/
10771ROM_START(cactjack)
10872   ROM_REGION(0x10000, "maincpu", 0)
10973   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(5661ab06) SHA1(12b7066110feab0aef36ff7bdc74690fc8da4ed3))
74
11075   ROM_REGION(0x10000, "cpu3", 0)
11176   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(78c099e1) SHA1(953111237fdc3e20562d823eb2b6430e5a4afe4d))
77
11278   ROM_REGION(0x100000, "sound1", 0)
11379   ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(c890475f) SHA1(1cf6ed0dbd003a76a5cf889f62b489c0a62e9d25))
11480   ROM_RELOAD(0x00000+0x40000, 0x20000)
r32791r32792
11884   ROM_RELOAD(0x20000+0x40000, 0x20000)
11985   ROM_RELOAD(0x20000+0x80000, 0x20000)
12086   ROM_RELOAD(0x20000+0xc0000, 0x20000)
87
12188   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
12289   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4554ed0d) SHA1(df0a9225f961e0ee876c3e63ad54c6e4eac080ae))
12390ROM_END
r32791r32792
12895ROM_START(carhop)
12996   ROM_REGION(0x10000, "maincpu", 0)
13097   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(164b2c9c) SHA1(49cf7e3a3acb5de8dbfd2ad22f8bd9a352ff2899))
98
13199   ROM_REGION(0x10000, "cpu3", 0)
132100   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9dec74e7) SHA1(8234bdca5536d30dc1eabcb3a5505d2fd824ce0f))
101
133102   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
134103   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(831ee812) SHA1(57056cde36b17cb7d7f34275b1bb5dc3d52bde4e))
135104ROM_END
r32791r32792
140109ROM_START(ccruise)
141110   ROM_REGION(0x10000, "maincpu", 0)
142111   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(668b5757) SHA1(8ff955e8598ffdc68eab7fd69c6a67c4eed13f0f))
112
143113   ROM_REGION(0x10000, "cpu3", 0)
144114   ROM_LOAD("drom1.bin", 0x8000,  0x8000, CRC(4480257e) SHA1(50b93d4496816ef7cdf007ac75c72c6aaa956aba))
115
145116   ROM_REGION(0x100000, "sound1", 0)
146117   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(f8cec60c) SHA1(e52f3a5890a3bb5eb6c932c3d0ed471ed76909c9))
147118   ROM_RELOAD(0x40000,  0x40000)
119
148120   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
149121   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6e424e53) SHA1(90a9bf5ce84680972f9d12eb386215494c584b9b))
150122ROM_END
r32791r32792
155127ROM_START(clas1812)
156128   ROM_REGION(0x10000, "maincpu", 0)
157129   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(564349bf) SHA1(458eb2ece924a20d309dce7117c94e75b4a21fd7))
130
158131   ROM_REGION(0x10000, "cpu3", 0)
159132   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3863a9df) SHA1(1759abbfcb127a6909f70845f41daf3ac8e80cef))
133
160134   ROM_REGION(0x100000, "sound1", 0)
161135   ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(357b0069) SHA1(870b0b84c6b3754f89b4e4e0b4594613ef589204))
162136   ROM_RELOAD(0x00000+0x40000, 0x20000)
r32791r32792
166140   ROM_RELOAD(0x20000+0x40000, 0x20000)
167141   ROM_RELOAD(0x20000+0x80000, 0x20000)
168142   ROM_RELOAD(0x20000+0xc0000, 0x20000)
143
169144   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
170145   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ecf6ecb) SHA1(92469ccdedcc8e61edcddaedd688ef990a9ad5ad))
171146ROM_END
172147
173148/*-------------------------------------------------------------------
174/ Cue Ball Wizard
175/-------------------------------------------------------------------*/
176ROM_START(cueball)
177   ROM_REGION(0x10000, "maincpu", 0)
178   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(3437fdd8) SHA1(2a0fc9bc8e3d0c430ce2cf8afad378fc93af609d))
179   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
180   ROM_REGION(0x80000, "user1", 0)
181   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(3cc7f470) SHA1(6adf8ac2ff93eb19c7b1dbbcf8fff6cd926dc563))
182   ROM_RELOAD( 0x40000, 0x40000)
183   ROM_REGION(0x10000, "cpu4", 0)
184   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9fd04109) SHA1(27864fe4e9c248dce6221c9e56861967d089b216))
185   ROM_REGION(0x100000, "sound1", 0)
186   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(476bb11c) SHA1(ce546df59933cc230a6671dec493bbbe71146dee))
187   ROM_RELOAD(0x00000+0x40000, 0x40000)
188   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(23708ad9) SHA1(156fcb19403f9845404af1a4ac4edfd3fcde601d))
189   ROM_RELOAD(0x80000+0x40000, 0x40000)
190   ROM_REGION(0x10000, "cpu3", 0)
191   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c22f5cc5) SHA1(a5bfbc1824bc483eecc961851bd411cb0dbcdc4a))
192ROM_END
193
194/*-------------------------------------------------------------------
195149/ Deadly Weapon (#724)
196150/-------------------------------------------------------------------*/
197151ROM_START(deadweap)
198152   ROM_REGION(0x10000, "maincpu", 0)
199153   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(07d84b32) SHA1(25d8772a5c8655b3406df94563076719b07129cd))
154
200155   ROM_REGION(0x10000, "cpu3", 0)
201156   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f55dd7ec) SHA1(fe306c40bf3d98e4076d0d8a935c3671469d4cff))
157
202158   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
203159   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(93369ed3) SHA1(3340478ffc00cf9991beabd4f0ecd89d0c88965e))
204160ROM_END
205161
206162/*-------------------------------------------------------------------
207/ Frank Thomas' Big Hurt
208/-------------------------------------------------------------------*/
209ROM_START(bighurt)
210   ROM_REGION(0x10000, "maincpu", 0)
211   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(92ce9353) SHA1(479edb2e39fa610eb2854b028d3a039473e52eba))
212   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
213   ROM_REGION(0x80000, "user1", 0)
214   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(bbe96c5e) SHA1(4aaac8d88e739ccb22a7d87a820b14b6d40d3ff8))
215   ROM_REGION(0x10000, "cpu4", 0)
216   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
217   ROM_REGION(0x100000, "sound1", 0)
218   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(b3def376) SHA1(94553052cfe80774affebd5b0f99512055552786))
219   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(59789e66) SHA1(08b7f82f83c53f15cafefb009ab9833457c088cc))
220   ROM_RELOAD(0x80000+0x40000, 0x40000)
221   ROM_REGION(0x10000, "cpu3", 0)
222   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c58941ed) SHA1(3b3545b1e8986b06238576a0cef69d3e3a59a325))
223ROM_END
224
225/*-------------------------------------------------------------------
226/ Freddy: A Nightmare on Elm Street
227/-------------------------------------------------------------------*/
228ROM_START(freddy)
229   ROM_REGION(0x10000, "maincpu", 0)
230   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(f0a6f3e6) SHA1(ad9af12260b8adc639fa00de49366b1016df49ed))
231   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
232   ROM_REGION(0x80000, "user1", 0)
233   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d78d0fa3) SHA1(132c05e71cf5ad53184f044873fb3dd71f6da15f))
234   ROM_REGION(0x10000, "cpu4", 0)
235   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
236   ROM_REGION(0x100000, "sound1", 0)
237   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(6bec0567) SHA1(510c0e5a5af7573761a69bad5ab36f0019767c48))
238   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(f0e9284d) SHA1(6ffe8286e27b0eecab9620ca613e3d72bb7f77ce))
239   ROM_RELOAD(0x80000+0x40000, 0x40000)
240   ROM_REGION(0x10000, "cpu3", 0)
241   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4a748665) SHA1(9f08b6d0731390c306194808226d2e99fbe9122d))
242ROM_END
243
244ROM_START(freddy4)
245   ROM_REGION(0x10000, "maincpu", 0)
246   ROM_LOAD("gprom4.bin", 0x0000, 0x10000, CRC(cd8b46ea) SHA1(3151a9f7b514314dc4989232e1eda444555242c0))
247   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
248   ROM_REGION(0x80000, "user1", 0)
249   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d78d0fa3) SHA1(132c05e71cf5ad53184f044873fb3dd71f6da15f))
250   ROM_REGION(0x10000, "cpu4", 0)
251   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
252   ROM_REGION(0x100000, "sound1", 0)
253   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(6bec0567) SHA1(510c0e5a5af7573761a69bad5ab36f0019767c48))
254   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(f0e9284d) SHA1(6ffe8286e27b0eecab9620ca613e3d72bb7f77ce))
255   ROM_RELOAD(0x80000 +0x40000, 0x40000)
256   ROM_REGION(0x10000, "cpu3", 0)
257   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4a748665) SHA1(9f08b6d0731390c306194808226d2e99fbe9122d))
258ROM_END
259/*-------------------------------------------------------------------
260/ Gladiators
261/-------------------------------------------------------------------*/
262ROM_START(gladiatp)
263   ROM_REGION(0x10000, "maincpu", 0)
264   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(40386cf5) SHA1(3139e3707971a708ad98c735deec7e4ee7bb36cd))
265   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
266   ROM_REGION(0x80000, "user1", 0)
267   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(fdc8baed) SHA1(d8ad96665cd9d8b2a6ce94653753c692384685ff))
268   ROM_REGION(0x10000, "cpu4", 0)
269   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(60779d60) SHA1(2fa09c65ddd6cf638382229062a48163e8972136))
270   ROM_REGION(0x100000, "sound1", 0)
271   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(85cbdda7) SHA1(4eaea8866cb281034e30f425e864419fdb58081f))
272   ROM_RELOAD(0x00000+0x40000, 0x40000)
273   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(da2c1073) SHA1(faf58099e78dffdce5c15f393ffa3707ec80dd51))
274   ROM_RELOAD(0x80000+0x40000, 0x40000)
275   ROM_REGION(0x10000, "cpu3", 0)
276   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c5b72153) SHA1(c5d94f3fa815fc33952107c3a3ad698c3c443ce3))
277ROM_END
278
279/*-------------------------------------------------------------------
280163/ Hoops (#727)
281164/-------------------------------------------------------------------*/
282165ROM_START(hoops)
283166   ROM_REGION(0x10000, "maincpu", 0)
284167   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(78391273) SHA1(dbf91597ce2910e526fb5e82355ad862706b4975))
168
285169   ROM_REGION(0x10000, "cpu3", 0)
286170   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(e72c00eb) SHA1(5b9f85083b38d916afb0f9b72b061501504725ff))
171
287172   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
288173   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9718b958) SHA1(bac806267bab4852c0f3fdb48f8d872992f61ace))
289174ROM_END
r32791r32792
294179ROM_START(lca)
295180   ROM_REGION(0x10000, "maincpu", 0)
296181   ROM_LOAD("gprom.bin", 0x8000, 0x8000, CRC(52957d70) SHA1(0c24d824b1aa966eb3af3db3ff02870ba463dcd6))
182
297183   ROM_REGION(0x10000, "cpu3", 0)
298184   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(a258d72d) SHA1(eeb4768c8b2f57509a088d3ac8d35aa34f2cfc2c))
185
299186   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
300187   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20919ebb) SHA1(a2ea79863b41a04aa23ea596932825408cca64e3))
301188ROM_END
r32791r32792
303190ROM_START(lca2)
304191   ROM_REGION(0x10000, "maincpu", 0)
305192   ROM_LOAD("gprom2.bin", 0x8000, 0x8000, CRC(937a8426) SHA1(6bc2d1b0c3dc273577376654ba72b60febe32529))
193
306194   ROM_REGION(0x10000, "cpu3", 0)
307195   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(a258d72d) SHA1(eeb4768c8b2f57509a088d3ac8d35aa34f2cfc2c))
196
308197   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
309198   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20919ebb) SHA1(a2ea79863b41a04aa23ea596932825408cca64e3))
310199ROM_END
311200
312201/*-------------------------------------------------------------------
313/ Mario Andretti
314/-------------------------------------------------------------------*/
315ROM_START(andretti)
316   ROM_REGION(0x10000, "maincpu", 0)
317   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(cffa788d) SHA1(84646880b09dce73a42a6d87666897f6bd74a8f9))
318   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
319   ROM_REGION(0x80000, "user1", 0)
320   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(1f70baae) SHA1(cf07bb057093b2bd18e6ee45009245ea62094e53))
321   ROM_REGION(0x10000, "cpu4", 0)
322   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
323   ROM_REGION(0x100000, "sound1", 0)
324   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(918c3270) SHA1(aa57d3bfba01e701b02ca7e4f0946144cfb7d4b1))
325   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3c61a2f7) SHA1(65cfb5d1261a1b0c219e1786b6635d7b0a188040))
326   ROM_RELOAD(0x80000+0x40000, 0x40000)
327   ROM_REGION(0x10000, "cpu3", 0)
328   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ffb15b0) SHA1(de4e9b2ccca865deb2595320015a149246795260))
329ROM_END
330
331ROM_START(andretti4)
332   ROM_REGION(0x10000, "maincpu", 0)
333   ROM_LOAD("gpromt4.bin", 0x0000, 0x10000, CRC(c6f6a23b) SHA1(01ea23a830be1e86f5ecd27d6d56c1c6d5ff3176))
334   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
335   ROM_REGION(0x80000, "user1", 0)
336   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(1f70baae) SHA1(cf07bb057093b2bd18e6ee45009245ea62094e53))
337   ROM_REGION(0x10000, "cpu4", 0)
338   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
339   ROM_REGION(0x100000, "sound1", 0)
340   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(918c3270) SHA1(aa57d3bfba01e701b02ca7e4f0946144cfb7d4b1))
341   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3c61a2f7) SHA1(65cfb5d1261a1b0c219e1786b6635d7b0a188040))
342   ROM_RELOAD(0x80000+0x40000, 0x40000)
343   ROM_REGION(0x10000, "cpu3", 0)
344   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ffb15b0) SHA1(de4e9b2ccca865deb2595320015a149246795260))
345ROM_END
346
347/*-------------------------------------------------------------------
348202/ Nudge-It (N102)
349203/-------------------------------------------------------------------*/
350204ROM_START(nudgeit)
351205   ROM_REGION(0x10000, "maincpu", 0)
352206   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(3d9e0309) SHA1(caaa28482e7f260668aa05b39b551acb8e4cc41a))
207
353208   ROM_REGION(0x10000, "cpu3", 0)
354209   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ae0c4b1d) SHA1(c8aa409c9b54fd8ecf70eb2926f4e98fc5eb11fe))
210
355211   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
356212   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(65fc2e60) SHA1(6377c220753d9e4b5c76d445056409526d95772f))
357213ROM_END
r32791r32792
362218ROM_START(opthund)
363219   ROM_REGION(0x10000, "maincpu", 0)
364220   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(96a128c2) SHA1(4032c5191b167a0498371207666a1f73155b7a74))
221
365222   ROM_REGION(0x10000, "cpu3", 0)
366223   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(db28be69) SHA1(6c505c34c8bdccc43dd8f310f01dd3a6b49e8059))
224
367225   ROM_REGION(0x100000, "sound1", 0)
368226   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(0fbb130a) SHA1(a171c20f861dac5918c5b410e2a2bdd6e7c0553b))
369227   ROM_RELOAD(0x00000+0x40000, 0x40000)
370228   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0f7632b3) SHA1(a122a062448139d5c1a9daa7d827c3073aa194f7))
371229   ROM_RELOAD(0x80000+0x40000, 0x40000)
230
372231   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
373232   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(169816d1) SHA1(d23b1d8d1b841ca065a485e80805ecc6342ce57b))
374233ROM_END
375234
376235/*-------------------------------------------------------------------
377/ Rescue 911
378/-------------------------------------------------------------------*/
379ROM_START(rescu911)
380   ROM_REGION(0x10000, "maincpu", 0)
381   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(943a7597) SHA1(dcf4151727efa64e8740202b68fc8e76098ff8dd))
382   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
383   ROM_REGION(0x80000, "user1", 0)
384   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(9657ebd5) SHA1(b716daa71f8ec4332bf338f1f976425b6ec781ab))
385   ROM_REGION(0x10000, "cpu4", 0)
386   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(034c6bc3) SHA1(c483690a6e4ce533b8939e27547175c301316172))
387   ROM_REGION(0x100000, "sound1", 0)
388   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(f6daa16c) SHA1(be132072b27a94f61653de0a22eecc8b90db3077))
389   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(59374104) SHA1(8ad7f5f0109771dd5cebe13e80f8e1a9420f4447))
390   ROM_RELOAD(0x80000+0x40000, 0x40000)
391   ROM_REGION(0x10000, "cpu3", 0)
392   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(14f86b56) SHA1(2364c284412eba719f88d50dcf47d5482365dbf3))
393ROM_END
394
395/*-------------------------------------------------------------------
396/ Shaq Attaq
397/-------------------------------------------------------------------*/
398ROM_START(shaqattq)
399   ROM_REGION(0x10000, "maincpu", 0)
400   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(7a967fd1) SHA1(c06e2aad9452150d92cfd3ba37b8e4a932cf4324))
401   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
402   ROM_REGION(0x80000, "user1", 0)
403   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d6cca842) SHA1(0498ab558d252e42dee9636e6736d159c7d06275))
404   ROM_REGION(0x10000, "cpu4", 0)
405   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(16a03261) SHA1(25f5a3d32d2ec80766381106445fd624360fea78))
406   ROM_REGION(0x100000, "sound1", 0)
407   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(019014ec) SHA1(808a8c3154fca6218fe991b46a2525926d8e51f9))
408   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(cc5f157d) SHA1(81c3dadff1bbf37a1f091ea77d9061879be7d99c))
409   ROM_RELOAD(0x80000+0x40000, 0x40000)
410   ROM_REGION(0x10000, "cpu3", 0)
411   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e81e2928) SHA1(4bfe57efa99bb762e4de6c7e88e79b8c5ff57626))
412ROM_END
413
414ROM_START(shaqattq2)
415   ROM_REGION(0x10000, "maincpu", 0)
416   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(494b5cec) SHA1(91511eb9f8b0182ffeff5301fb5bcf4ee9056b3f))
417   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
418   ROM_REGION(0x80000, "user1", 0)
419   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d6cca842) SHA1(0498ab558d252e42dee9636e6736d159c7d06275))
420   ROM_REGION(0x10000, "cpu4", 0)
421   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(16a03261) SHA1(25f5a3d32d2ec80766381106445fd624360fea78))
422   ROM_REGION(0x100000, "sound1", 0)
423   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(019014ec) SHA1(808a8c3154fca6218fe991b46a2525926d8e51f9))
424   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(cc5f157d) SHA1(81c3dadff1bbf37a1f091ea77d9061879be7d99c))
425   ROM_RELOAD(0x80000+0x40000, 0x40000)
426   ROM_REGION(0x10000, "cpu3", 0)
427   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e81e2928) SHA1(4bfe57efa99bb762e4de6c7e88e79b8c5ff57626))
428ROM_END
429
430/*-------------------------------------------------------------------
431236/ Silver Slugger (#722)
432237/-------------------------------------------------------------------*/
433238ROM_START(silvslug)
434239   ROM_REGION(0x10000, "maincpu", 0)
435240   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(a6c524e2) SHA1(dc12dd8e814a37aada021f84c58475efe72cb846))
241
436242   ROM_REGION(0x10000, "cpu3", 0)
437243   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(eac3e1cc) SHA1(2725457231854e4f3d54fbba745b8fc6f55b1688))
244
438245   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
439246   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20bc9797) SHA1(5d17b5f0423d8854fb7c4816d53a223ecc7c50c6))
440247ROM_END
441248
442249/*-------------------------------------------------------------------
443/ Stargate
444/-------------------------------------------------------------------*/
445ROM_START(stargatp)
446   ROM_REGION(0x10000, "maincpu", 0)
447   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(837e4354) SHA1(b7d1e270309b3d7965dafeec7b81d2dd41e5700c))
448   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
449   ROM_REGION(0x80000, "user1", 0)
450   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(17b89750) SHA1(927702f88013945cb9f2ea8389800b925182c347))
451   ROM_REGION(0x10000, "cpu4", 0)
452   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
453   ROM_REGION(0x100000, "sound1", 0)
454   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
455   ROM_RELOAD(0x80000, 0x80000)
456   ROM_REGION(0x10000, "cpu3", 0)
457   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
458ROM_END
459
460ROM_START(stargatp1)
461   ROM_REGION(0x10000, "maincpu", 0)
462   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(567ecd88) SHA1(2dc4bfbc971cc873af6ec32e5ddbbed001d2e1d2))
463   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
464   ROM_REGION(0x80000, "user1", 0)
465   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(91c1b01a) SHA1(96eec2e9e52c8278c102f433a554327d420fe131))
466   ROM_REGION(0x10000, "cpu4", 0)
467   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
468   ROM_REGION(0x100000, "sound1", 0)
469   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
470   ROM_RELOAD(0x80000, 0x80000)
471   ROM_REGION(0x10000, "cpu3", 0)
472   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
473ROM_END
474
475ROM_START(stargatp2)
476   ROM_REGION(0x10000, "maincpu", 0)
477   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(862920f8) SHA1(cde77e7937782f2f9fe4b7fe27b56206d6f26f63))
478   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
479   ROM_REGION(0x80000, "user1", 0)
480   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(d0205e03) SHA1(d8dea47f0fa0e46e2bd107a1f57121372fdef0d8))
481   ROM_REGION(0x10000, "cpu4", 0)
482   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
483   ROM_REGION(0x100000, "sound1", 0)
484   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
485   ROM_RELOAD(0x80000, 0x80000)
486   ROM_REGION(0x10000, "cpu3", 0)
487   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
488ROM_END
489
490ROM_START(stargatp3)
491   ROM_REGION(0x10000, "maincpu", 0)
492   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(83f0a2e7) SHA1(5d247a3329a946449e4b333b18c13e351caa230b))
493   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
494   ROM_REGION(0x80000, "user1", 0)
495   ROM_LOAD("dsprom3.bin", 0x00000, 0x80000, CRC(db483524) SHA1(ea14e8b04c32fc403ce2ff060caed5562104a862))
496   ROM_REGION(0x10000, "cpu4", 0)
497   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
498   ROM_REGION(0x100000, "sound1", 0)
499   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
500   ROM_RELOAD(0x80000, 0x80000)
501   ROM_REGION(0x10000, "cpu3", 0)
502   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
503ROM_END
504
505ROM_START(stargatp4)
506   ROM_REGION(0x10000, "maincpu", 0)
507   ROM_LOAD("gprom4.bin", 0x0000, 0x10000, CRC(7b8f6920) SHA1(f354593e13c30e15c25580387ef2eb9b23622c89))
508   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
509   ROM_REGION(0x80000, "user1", 0)
510   ROM_LOAD("dsprom3.bin", 0x00000, 0x80000, CRC(db483524) SHA1(ea14e8b04c32fc403ce2ff060caed5562104a862))
511   ROM_REGION(0x10000, "cpu4", 0)
512   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
513   ROM_REGION(0x100000, "sound1", 0)
514   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
515   ROM_RELOAD(0x80000, 0x80000)
516   ROM_REGION(0x10000, "cpu3", 0)
517   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
518ROM_END
519
520/*-------------------------------------------------------------------
521/ Street Fighter II
522/-------------------------------------------------------------------*/
523ROM_START(sfight2)
524   ROM_REGION(0x10000, "maincpu", 0)
525   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(299ad173) SHA1(95cca8c22cfabc55175a49b0439fc7858bdec1bd))
526   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
527   ROM_REGION(0x80000, "user1", 0)
528   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(e565e5e9) SHA1(c37abf28918feb38bbad6ebb610023d52ba96957))
529   ROM_REGION(0x10000, "cpu4", 0)
530   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
531   ROM_REGION(0x100000, "sound1", 0)
532   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
533   ROM_RELOAD(0x00000+0x40000, 0x40000)
534   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
535   ROM_RELOAD(0x80000+0x40000, 0x40000)
536   ROM_REGION(0x10000, "cpu3", 0)
537   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
538ROM_END
539
540ROM_START(sfight2a)
541   ROM_REGION(0x10000, "maincpu", 0)
542   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(5b42c332) SHA1(958e9fe09e587038dc282fc2f276608ef3744b1d))
543   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
544   ROM_REGION(0x80000, "user1", 0)
545   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(80eb7513) SHA1(d13d44545c7b177e27b596bac6eba173b34a017b))
546   ROM_REGION(0x10000, "cpu4", 0)
547   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
548   ROM_REGION(0x100000, "sound1", 0)
549   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
550   ROM_RELOAD(0x00000+0x40000, 0x40000)
551   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
552   ROM_RELOAD(0x80000+0x40000, 0x40000)
553   ROM_REGION(0x10000, "cpu3", 0)
554   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
555ROM_END
556
557ROM_START(sfight2b)
558   ROM_REGION(0x10000, "maincpu", 0)
559   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(26d24c06) SHA1(c706bd6b2bd5b9ad6a6fb69178169977a54107b5))
560   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
561   ROM_REGION(0x80000, "user1", 0)
562   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(80eb7513) SHA1(d13d44545c7b177e27b596bac6eba173b34a017b))
563   ROM_REGION(0x10000, "cpu4", 0)
564   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
565   ROM_REGION(0x100000, "sound1", 0)
566   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
567   ROM_RELOAD(0x00000+0x40000, 0x40000)
568   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
569   ROM_RELOAD(0x80000+0x40000, 0x40000)
570   ROM_REGION(0x10000, "cpu3", 0)
571   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
572ROM_END
573
574/*-------------------------------------------------------------------
575/ Strikes 'N' Spares
576/-------------------------------------------------------------------*/
577
578/*-------------------------------------------------------------------
579/ Super Mario Brothers (#733) - Only one dsprom dump seems to work?
580/-------------------------------------------------------------------*/
581ROM_START(smb)
582   ROM_REGION(0x10000, "maincpu", 0)
583   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(fa1f6e52) SHA1(d7ade0e129cb399494967e025d25614bf1650db7))
584   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
585   ROM_REGION(0x80000, "user1", 0)
586   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
587   ROM_RELOAD( 0x40000, 0x40000)
588   ROM_REGION(0x10000, "cpu4", 0)
589   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
590   ROM_REGION(0x100000, "sound1", 0)
591   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
592   ROM_RELOAD(0x00000+0x40000, 0x40000)
593   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
594   ROM_RELOAD(0x80000+0x40000, 0x40000)
595   ROM_REGION(0x10000, "cpu3", 0)
596   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
597ROM_END
598
599ROM_START(smb1)
600   ROM_REGION(0x10000, "maincpu", 0)
601   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(1d8c4df8) SHA1(e301bf3b2a8ed6ef902fe15b890b4c06c4606aa9))
602   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
603   ROM_REGION(0x80000, "user1", 0)
604   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
605   ROM_RELOAD( 0x40000, 0x40000)
606   ROM_REGION(0x10000, "cpu4", 0)
607   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
608   ROM_REGION(0x100000, "sound1", 0)
609   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
610   ROM_RELOAD(0x00000+0x40000, 0x40000)
611   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
612   ROM_RELOAD(0x80000+0x40000, 0x40000)
613   ROM_REGION(0x10000, "cpu3", 0)
614   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
615ROM_END
616
617ROM_START(smb2)
618   ROM_REGION(0x10000, "maincpu", 0)
619   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(5b0f44c4) SHA1(ca9b0cd82c75612c85c956497c8f9c12992f6ad5))
620   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
621   ROM_REGION(0x80000, "user1", 0)
622   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
623   ROM_RELOAD( 0x40000, 0x40000)
624   ROM_REGION(0x10000, "cpu4", 0)
625   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
626   ROM_REGION(0x100000, "sound1", 0)
627   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
628   ROM_RELOAD(0x00000+0x40000, 0x40000)
629   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
630   ROM_RELOAD(0x80000+0x40000, 0x40000)
631   ROM_REGION(0x10000, "cpu3", 0)
632   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
633ROM_END
634
635ROM_START(smb3)
636   ROM_REGION(0x10000, "maincpu", 0)
637   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(5a40822c) SHA1(a87ec6307f848483c76141e47fd67e4549f9c9d3))
638   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
639   ROM_REGION(0x80000, "user1", 0)
640   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
641   ROM_RELOAD( 0x40000, 0x40000)
642   ROM_REGION(0x10000, "cpu4", 0)
643   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
644   ROM_REGION(0x100000, "sound1", 0)
645   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
646   ROM_RELOAD(0x00000+0x40000, 0x40000)
647   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
648   ROM_RELOAD(0x80000+0x40000, 0x40000)
649   ROM_REGION(0x10000, "cpu3", 0)
650   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
651ROM_END
652
653/*-------------------------------------------------------------------
654/ Super Mario Brothers Mushroom World
655/-------------------------------------------------------------------*/
656ROM_START(smbmush)
657   ROM_REGION(0x10000, "maincpu", 0)
658   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(45f6d0cc) SHA1(a73c71ab64aee293ae46e65c34d70840296778d4))
659   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
660   ROM_REGION(0x80000, "user1", 0)
661   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(dda6c8be) SHA1(b64f73b81afe973674f9543a704b498e31d26c12))
662   ROM_RELOAD( 0x40000, 0x40000)
663   ROM_REGION(0x10000, "cpu4", 0)
664   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f04a0ac) SHA1(53bbc182a3bd635ad18504692a4454994daef7ef))
665   ROM_REGION(0x100000, "sound1", 0)
666   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(edce7951) SHA1(4a80d6367a5bebf9fee181456280619aa64b441f))
667   ROM_RELOAD(0x00000+0x40000, 0x40000)
668   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(dd7ea212) SHA1(adaf0262e315c26b1f4d6365e9d465c7afb6984d))
669   ROM_RELOAD(0x80000+0x40000, 0x40000)
670   ROM_REGION(0x10000, "cpu3", 0)
671   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(09712c37) SHA1(e2ee902ea6eac3e6257880949bd07a90de08e7b9))
672ROM_END
673
674/*-------------------------------------------------------------------
675250/ Surf'n Safari (#731)
676251/-------------------------------------------------------------------*/
677252ROM_START(surfnsaf)
678253   ROM_REGION(0x10000, "maincpu", 0)
679254   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(ac3393bd) SHA1(f9c533b937b5ca5698b805ed6ed573cb22383d9d))
255
680256   ROM_REGION(0x10000, "cpu3", 0)
681257   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ec8fc963) SHA1(247e76d87beb3339e7d55292f9eadd2351621cfa))
258
682259   ROM_REGION(0x100000, "sound1", 0)
683260   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(38b569b2) SHA1(93be47916a92541d097233b60a42eb7ca587ce52))
684261   ROM_RELOAD(0x00000+0x40000, 0x40000)
685262   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(224c2021) SHA1(6b426097a2870b3b32d786be6e66ba6be9f54c29))
686263   ROM_RELOAD(0x80000+0x40000, 0x40000)
264
687265   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
688266   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(a0480418) SHA1(a982564d5dbf52275c2e7223687b07cf4ca0a115))
689267ROM_END
690268
691269/*-------------------------------------------------------------------
692/ Tee'd Off
693/-------------------------------------------------------------------*/
694ROM_START(teedoffp)
695   ROM_REGION(0x10000, "maincpu", 0)
696   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(0620365b) SHA1(18887c49a5d3806b725fa6289e50db82974c0f40))
697   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
698   ROM_REGION(0x80000, "user1", 0)
699   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(340b8a49) SHA1(3ac76faf920b00b77c77023c42595307840ed3a7))
700   ROM_REGION(0x10000, "cpu4", 0)
701   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
702   ROM_REGION(0x100000, "sound1", 0)
703   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
704   ROM_RELOAD(0x00000+0x40000, 0x40000)
705   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
706   ROM_RELOAD(0x80000+0x40000, 0x40000)
707   ROM_REGION(0x10000, "cpu3", 0)
708   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
709ROM_END
710
711ROM_START(teedoffp1)
712   ROM_REGION(0x10000, "maincpu", 0)
713   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(95760ab1) SHA1(9342128e2de4e81c4b0cfc482bb0650434a04bee))
714   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
715   ROM_REGION(0x80000, "user1", 0)
716   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(24f10ad2) SHA1(15f44f69d39ca9782410a75070edf348f64dba62))
717   ROM_REGION(0x10000, "cpu4", 0)
718   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
719   ROM_REGION(0x100000, "sound1", 0)
720   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
721   ROM_RELOAD(0x00000+0x40000, 0x40000)
722   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
723   ROM_RELOAD(0x80000+0x40000, 0x40000)
724   ROM_REGION(0x10000, "cpu3", 0)
725   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
726ROM_END
727
728ROM_START(teedoffp3)
729   ROM_REGION(0x10000, "maincpu", 0)
730   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(d7008579) SHA1(b7bc9f54340ffb2d684b5df80624e8c01e7fa18b))
731   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
732   ROM_REGION(0x80000, "user1", 0)
733   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(24f10ad2) SHA1(15f44f69d39ca9782410a75070edf348f64dba62))
734   ROM_REGION(0x10000, "cpu4", 0)
735   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
736   ROM_REGION(0x100000, "sound1", 0)
737   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
738   ROM_RELOAD(0x00000+0x40000, 0x40000)
739   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
740   ROM_RELOAD(0x80000+0x40000, 0x40000)
741   ROM_REGION(0x10000, "cpu3", 0)
742   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
743ROM_END
744
745/*-------------------------------------------------------------------
746270/ Title Fight (#726)
747271/-------------------------------------------------------------------*/
748272ROM_START(tfight)
749273   ROM_REGION(0x10000, "maincpu", 0)
750274   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(43b3193a) SHA1(bd185fe67c147a6acca8e78da4b77c384124fc46))
275
751276   ROM_REGION(0x10000, "cpu3", 0)
752277   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9514739f) SHA1(2794549f549d68e064a9a962a4e91fff7dcf0160))
278
753279   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
754280   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8591d421) SHA1(74402cf8b419e0cb05069851b0d5616e66b2f0a9))
755281ROM_END
r32791r32792
760286ROM_START(vegas)
761287   ROM_REGION(0x10000, "maincpu", 0)
762288   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(48189981) SHA1(95144af4b222158becd4d5748d15b7b6c6021bd2))
289
763290   ROM_REGION(0x10000, "cpu3", 0)
764291   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(46eb5755) SHA1(94ec2d0cf41f68a8c3d7505186b11b4abb4803db))
292
765293   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
766294   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(af1095f1) SHA1(06609085cd74b969e4f2ec962c427c5c42ebc6ff))
767295ROM_END
768296
769/*-------------------------------------------------------------------
770/ Waterworld
771/-------------------------------------------------------------------*/
772ROM_START(waterwld)
773   ROM_REGION(0x10000, "maincpu", 0)
774   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(db1fd197) SHA1(caa22f7e3f52be85da496375115933722a414ee0))
775   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
776   ROM_REGION(0x80000, "user1", 0)
777   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(79164099) SHA1(fa048fb7aa91cadd6c0758c570a4c74337bd7cd5))
778   ROM_REGION(0x10000, "cpu4", 0)
779   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(2a8c5d04) SHA1(1a6a698fc05a199923721e91e68aaaa8d3c6a3c2))
780   ROM_REGION(0x100000, "sound1", 0)
781   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(3ee37668) SHA1(9ced05b4f060568bf686974bc2472ff7c05a87c6))
782   ROM_LOAD("arom2.bin", 0x80000, 0x80000, CRC(a631bf12) SHA1(4784da1fabd2858b2c47af71784eb475cbbb4ab5))
783   ROM_REGION(0x10000, "cpu3", 0)
784   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6dddce0a) SHA1(6ad9b023ba8632dda0a4e04a4f66aac52ddd3b09))
785ROM_END
786297
787ROM_START(waterwld2)
788   ROM_REGION(0x10000, "maincpu", 0)
789   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(c3d64cd7) SHA1(63bfd26fdc7082c2bb60c978508820442ac90f14))
790   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
791   ROM_REGION(0x80000, "user1", 0)
792   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(79164099) SHA1(fa048fb7aa91cadd6c0758c570a4c74337bd7cd5))
793   ROM_REGION(0x10000, "cpu4", 0)
794   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(2a8c5d04) SHA1(1a6a698fc05a199923721e91e68aaaa8d3c6a3c2))
795   ROM_REGION(0x100000, "sound1", 0)
796   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(3ee37668) SHA1(9ced05b4f060568bf686974bc2472ff7c05a87c6))
797   ROM_LOAD("arom2.bin", 0x80000, 0x80000, CRC(a631bf12) SHA1(4784da1fabd2858b2c47af71784eb475cbbb4ab5))
798   ROM_REGION(0x10000, "cpu3", 0)
799   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6dddce0a) SHA1(6ad9b023ba8632dda0a4e04a4f66aac52ddd3b09))
800ROM_END
801
802/*-------------------------------------------------------------------
803/ Wipeout
804/-------------------------------------------------------------------*/
805ROM_START(wipeout)
806   ROM_REGION(0x10000, "maincpu", 0)
807   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(1161cdb7) SHA1(fdf4c0abb70a41149c69bd55c613849a662944d3))
808   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
809   ROM_REGION(0x80000, "user1", 0)
810   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(cbdec3ab) SHA1(2d70d436783830bf074a7a0590d5c48432136595))
811   ROM_REGION(0x10000, "cpu4", 0)
812   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(98ae6da4) SHA1(3842c2c4e708a5deae6b5d9407694d337b62384f))
813   ROM_REGION(0x100000, "sound1", 0)
814   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(cccdf23a) SHA1(1b1e31f04cd60d64f0b9b8ab2c6169dacd0bce69))
815   ROM_RELOAD(0x00000+0x40000, 0x40000)
816   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(d4cc44a1) SHA1(c68264f00efa9f219fc257061ed39cd789e94126))
817   ROM_RELOAD(0x80000+0x40000, 0x40000)
818   ROM_REGION(0x10000, "cpu3", 0)
819   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(f08e6d7f) SHA1(284214ac80735ddd36933ecd60debc7aea18403c))
820ROM_END
821
822/*-------------------------------------------------------------------
823/ World Challenge Soccer
824/-------------------------------------------------------------------*/
825ROM_START(wcsoccer)
826   ROM_REGION(0x10000, "maincpu", 0)
827   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(6382c32e) SHA1(e212f4a9a77d1cf089acb226a8079ac4cae8a96d))
828   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
829   ROM_REGION(0x80000, "user1", 0)
830   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(71ba5263) SHA1(e86c2cc89d31534fb2d9d24fab2fcdb0af7cc73d))
831   ROM_REGION(0x10000, "cpu4", 0)
832   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(18d5edf3) SHA1(7d0d46506cf9d4b96b9b93139e3c65643e120c28))
833   ROM_REGION(0x100000, "sound1", 0)
834   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(ece4eebf) SHA1(78f882668967194bd547ace5d22083faeb29ef5e))
835   ROM_RELOAD(0x00000+0x40000, 0x40000)
836   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(4e466500) SHA1(78c4b41a174d82a7e0e7775713c76e679c8a7e89))
837   ROM_RELOAD(0x80000+0x40000, 0x40000)
838   ROM_REGION(0x10000, "cpu3", 0)
839   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8b2795b0) SHA1(b838d4e410c815421099c65b0d3b22227dae17c6))
840ROM_END
841
842ROM_START(wcsoccerd2)
843   ROM_REGION(0x10000, "maincpu", 0)
844   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(6382c32e) SHA1(e212f4a9a77d1cf089acb226a8079ac4cae8a96d))
845   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
846   ROM_REGION(0x80000, "user1", 0)
847   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(4c8ea71d) SHA1(ce751b84e2033e4de2f2c57490867ecafd423aaa))
848   ROM_REGION(0x10000, "cpu4", 0)
849   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(18d5edf3) SHA1(7d0d46506cf9d4b96b9b93139e3c65643e120c28))
850   ROM_REGION(0x100000, "sound1", 0)
851   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(ece4eebf) SHA1(78f882668967194bd547ace5d22083faeb29ef5e))
852   ROM_RELOAD(0x00000+0x40000, 0x40000)
853   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(4e466500) SHA1(78c4b41a174d82a7e0e7775713c76e679c8a7e89))
854   ROM_RELOAD(0x80000+0x40000, 0x40000)
855   ROM_REGION(0x10000, "cpu3", 0)
856   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8b2795b0) SHA1(b838d4e410c815421099c65b0d3b22227dae17c6))
857ROM_END
858
859298/************************************/
860/* NOT OFFICIALY LISTED             */
299/* NOT OFFICIALLY LISTED             */
861300/************************************/
862301
863302/*-------------------------------------------------------------------
r32791r32792
866305ROM_START(tt_game)
867306   ROM_REGION(0x10000, "maincpu", 0)
868307   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(e7944b75) SHA1(b73f2e0004556c8aa88baef0cddcdefb5b905b8d))
308
869309   ROM_REGION(0x10000, "cpu3", 0)
870310   ROM_LOAD("drom1.bin", 0x8000, 0x8000, NO_DUMP)
311
871312   ROM_REGION(0x100000, "sound1", 0)
872313   ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(b0983d90) SHA1(72e6a71f20fd5849543ca13813f062a3fc1d7dcf))
873314   ROM_RELOAD(0x00000+0x40000, 0x20000)
r32791r32792
877318   ROM_RELOAD(0x20000+0x40000, 0x20000)
878319   ROM_RELOAD(0x20000+0x80000, 0x20000)
879320   ROM_RELOAD(0x20000+0xc0000, 0x20000)
321
880322   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
881323   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, NO_DUMP)
882324ROM_END
883325
884/*-------------------------------------------------------------------
885/ Strikes n' Spares (#N111)
886/-------------------------------------------------------------------*/
887ROM_START(snspares)
888   ROM_REGION(0x10000, "maincpu", 0)
889   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(9e018496) SHA1(a4995f153ba2179198cfc56b7011707328e4ec89))
890   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
891   ROM_REGION(0x80000, "user1", 0)
892   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
893   ROM_RELOAD( 0x40000, 0x40000)
894   ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
895   ROM_REGION(0x80000, "user2", 0)
896   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
897   ROM_RELOAD( 0x40000, 0x40000)
898   ROM_REGION(0x100000, "user3", 0)
899   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(e248574a) SHA1(d2bdc2b9a330bb81556d25d464f617e0934995eb))
900ROM_END
901ROM_START(snspares1)
902   ROM_REGION(0x10000, "maincpu", 0)
903   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(590393f4) SHA1(f52400c620e510253abd1c0719050b9bb09be942))
904   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
905   ROM_REGION(0x80000, "user1", 0)
906   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
907   ROM_RELOAD( 0x40000, 0x40000)
908   ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
909   ROM_REGION(0x80000, "user2", 0)
910   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
911   ROM_RELOAD( 0x40000, 0x40000)
912   ROM_REGION(0x100000, "user3", 0)
913   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(e248574a) SHA1(d2bdc2b9a330bb81556d25d464f617e0934995eb))
914ROM_END
915
916
917GAME(1996,  barbwire,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Barb Wire",                GAME_IS_SKELETON_MECHANICAL)
918GAME(1990,  bellring,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Bell Ringer",              GAME_IS_SKELETON_MECHANICAL)
919GAME(1996,  brooks,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Brooks & Dunn (rev.T1)",               GAME_IS_SKELETON_MECHANICAL)
920GAME(1991,  cactjack,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Cactus Jack's",                GAME_IS_SKELETON_MECHANICAL)
921GAME(1991,  carhop,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Car Hop",              GAME_IS_SKELETON_MECHANICAL)
922GAME(1989,  ccruise,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "International Concepts","Caribbean Cruise",                GAME_IS_SKELETON_MECHANICAL)
923GAME(1991,  clas1812,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Class of 1812",                GAME_IS_SKELETON_MECHANICAL)
924GAME(1992,  cueball,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Cue Ball Wizard",              GAME_IS_SKELETON_MECHANICAL)
925GAME(1990,  deadweap,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Deadly Weapon",                GAME_IS_SKELETON_MECHANICAL)
926GAME(1995,  bighurt,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Frank Thomas' Big Hurt (rev.3)",               GAME_IS_SKELETON_MECHANICAL)
927GAME(1994,  freddy,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Freddy: A Nightmare on Elm Street (rev.3)",                GAME_IS_SKELETON_MECHANICAL)
928GAME(1994,  freddy4,    freddy,     gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Freddy: A Nightmare on Elm Street (rev.4)",                GAME_IS_SKELETON_MECHANICAL)
929GAME(1993,  gladiatp,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Gladiators",               GAME_IS_SKELETON_MECHANICAL)
930GAME(1991,  hoops,      0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Hoops",                GAME_IS_SKELETON_MECHANICAL)
931326GAME(1989,  lca,        0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Lights...Camera...Action!",                GAME_IS_SKELETON_MECHANICAL)
932327GAME(1989,  lca2,       lca,        gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Lights...Camera...Action! (rev.2)",                GAME_IS_SKELETON_MECHANICAL)
933GAME(1995,  andretti,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Mario Andretti",               GAME_IS_SKELETON_MECHANICAL)
934GAME(1995,  andretti4,  andretti,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Mario Andretti (rev.T4)",              GAME_IS_SKELETON_MECHANICAL)
935GAME(1990,  nudgeit,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Nudge-It",             GAME_IS_SKELETON_MECHANICAL)
936GAME(1992,  opthund,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Operation: Thunder",               GAME_IS_SKELETON_MECHANICAL)
937GAME(1994,  rescu911,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Rescue 911 (rev.1)",               GAME_IS_SKELETON_MECHANICAL)
938GAME(1995,  shaqattq,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Shaq Attaq (rev.5)",               GAME_IS_SKELETON_MECHANICAL)
939GAME(1995,  shaqattq2,  shaqattq,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Shaq Attaq (rev.2)",               GAME_IS_SKELETON_MECHANICAL)
940328GAME(1990,  silvslug,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Silver Slugger",               GAME_IS_SKELETON_MECHANICAL)
941GAME(1995,  stargatp,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Stargate (Pinball)",               GAME_IS_SKELETON_MECHANICAL)
942GAME(1995,  stargatp1,  stargatp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Stargate (rev.1)",             GAME_IS_SKELETON_MECHANICAL)
943GAME(1995,  stargatp2,  stargatp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Stargate (rev.2)",             GAME_IS_SKELETON_MECHANICAL)
944GAME(1995,  stargatp3,  stargatp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Stargate (rev.3)",             GAME_IS_SKELETON_MECHANICAL)
945GAME(1995,  stargatp4,  stargatp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Stargate (rev.4)",             GAME_IS_SKELETON_MECHANICAL)
946GAME(1993,  sfight2,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Street Fighter II",                GAME_IS_SKELETON_MECHANICAL)
947GAME(1993,  sfight2a,   sfight2,    gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Street Fighter II (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
948GAME(1993,  sfight2b,   sfight2,    gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Street Fighter II (rev.2)",                GAME_IS_SKELETON_MECHANICAL)
949GAME(1992,  smb,        0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Super Mario Brothers",             GAME_IS_SKELETON_MECHANICAL)
950GAME(1992,  smb1,       smb,        gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Super Mario Brothers (rev.1)",             GAME_IS_SKELETON_MECHANICAL)
951GAME(1992,  smb2,       smb,        gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Super Mario Brothers (rev.2)",             GAME_IS_SKELETON_MECHANICAL)
952GAME(1992,  smb3,       smb,        gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Super Mario Brothers (rev.3)",             GAME_IS_SKELETON_MECHANICAL)
953GAME(1992,  smbmush,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Super Mario Brothers Mushroom World",              GAME_IS_SKELETON_MECHANICAL)
954GAME(1991,  surfnsaf,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Surf'n Safari",                GAME_IS_SKELETON_MECHANICAL)
955GAME(1993,  teedoffp,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Tee'd Off",                GAME_IS_SKELETON_MECHANICAL)
956GAME(1993,  teedoffp1,  teedoffp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Tee'd Off (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
957GAME(1993,  teedoffp3,  teedoffp,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Tee'd Off (rev.3)",                GAME_IS_SKELETON_MECHANICAL)
958GAME(1990,  tfight,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Title Fight",              GAME_IS_SKELETON_MECHANICAL)
959329GAME(1990,  vegas,      0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Vegas",                GAME_IS_SKELETON_MECHANICAL)
960GAME(1995,  waterwld,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Waterworld (rev.3)",               GAME_IS_SKELETON_MECHANICAL)
961GAME(1995,  waterwld2,  waterwld,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Waterworld (rev.2)",               GAME_IS_SKELETON_MECHANICAL)
962GAME(1993,  wipeout,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Wipeout (rev.2)",              GAME_IS_SKELETON_MECHANICAL)
963GAME(1994,  wcsoccer,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "World Challenge Soccer (rev.1)",               GAME_IS_SKELETON_MECHANICAL)
964GAME(1994,  wcsoccerd2, wcsoccer,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "World Challenge Soccer (disp.rev.2)",              GAME_IS_SKELETON_MECHANICAL)
330GAME(1990,  deadweap,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Deadly Weapon",                GAME_IS_SKELETON_MECHANICAL)
331GAME(1990,  tfight,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Title Fight",              GAME_IS_SKELETON_MECHANICAL)
332GAME(1990,  nudgeit,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Nudge-It",             GAME_IS_SKELETON_MECHANICAL)
333GAME(1990,  bellring,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Bell Ringer",              GAME_IS_SKELETON_MECHANICAL)
334GAME(1991,  carhop,     0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Car Hop",              GAME_IS_SKELETON_MECHANICAL)
335GAME(1991,  hoops,      0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Hoops",                GAME_IS_SKELETON_MECHANICAL)
336GAME(1991,  cactjack,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Cactus Jack's",                GAME_IS_SKELETON_MECHANICAL)
337GAME(1991,  clas1812,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Class of 1812",                GAME_IS_SKELETON_MECHANICAL)
338GAME(1991,  surfnsaf,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Surf'n Safari",                GAME_IS_SKELETON_MECHANICAL)
339GAME(1992,  opthund,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Operation: Thunder",               GAME_IS_SKELETON_MECHANICAL)
965340GAME(19??,  tt_game,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Toptronic",            "unknown Toptronic pinball game",               GAME_IS_SKELETON_MECHANICAL)
966GAME(1995,  snspares,   0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Strikes n' Spares (rev.6)",                GAME_IS_SKELETON_MECHANICAL)
967GAME(1995,  snspares1,  snspares,   gts3,   gts3, gts3_state,   gts3,   ROT0,   "Gottlieb",             "Strikes n' Spares (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
341GAME(1989,  ccruise,    0,          gts3,   gts3, gts3_state,   gts3,   ROT0,   "International Concepts","Caribbean Cruise",                GAME_IS_SKELETON_MECHANICAL)
trunk/src/mame/drivers/gts3a.c
r0r32792
1/*
2    Gottlieb System 3
3*/
4
5
6#include "emu.h"
7#include "cpu/m6502/m65c02.h"
8
9class gts3a_state : public driver_device
10{
11public:
12   gts3a_state(const machine_config &mconfig, device_type type, const char *tag)
13      : driver_device(mconfig, type, tag),
14         m_maincpu(*this, "maincpu")
15   { }
16
17protected:
18
19   // devices
20   required_device<cpu_device> m_maincpu;
21
22   // driver_device overrides
23   virtual void machine_reset();
24public:
25   DECLARE_DRIVER_INIT(gts3a);
26};
27
28
29static ADDRESS_MAP_START( gts3a_map, AS_PROGRAM, 8, gts3a_state )
30   AM_RANGE(0x0000, 0xffff) AM_NOP
31ADDRESS_MAP_END
32
33static INPUT_PORTS_START( gts3a )
34INPUT_PORTS_END
35
36void gts3a_state::machine_reset()
37{
38}
39
40DRIVER_INIT_MEMBER(gts3a_state,gts3a)
41{
42}
43
44static MACHINE_CONFIG_START( gts3a, gts3a_state )
45   /* basic machine hardware */
46   MCFG_CPU_ADD("maincpu", M65C02, 2000000)
47   MCFG_CPU_PROGRAM_MAP(gts3a_map)
48MACHINE_CONFIG_END
49
50/*-------------------------------------------------------------------
51/ Barb Wire (#748)
52/-------------------------------------------------------------------*/
53ROM_START(barbwire)
54   ROM_REGION(0x10000, "maincpu", 0)
55   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(2e130835) SHA1(f615eaf1c48851d837c57c17c038cc1d0806f6f7))
56
57   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
58
59   ROM_REGION(0x80000, "user1", 0)
60   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(2b9533cd) SHA1(2b154550006e37a9dd1acb0cb832535415a7266b))
61
62   ROM_REGION(0x10000, "cpu4", 0)
63   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ebde41b0) SHA1(38a132f815a5270dff58a5e34f5c73701d6e214d))
64
65   ROM_REGION(0x100000, "sound1", 0)
66   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(7171bc86) SHA1(d9b1f54d34400490c219ca3ba566cc40cac517d7))
67   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(ce83c6c3) SHA1(95a364844525548d28f78d54f9d058728cebf089))
68   ROM_RELOAD(0x80000+0x40000, 0x40000)
69
70   ROM_REGION(0x10000, "cpu3", 0)
71   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(7c602a35) SHA1(66dbd7679973683c8346836c28c02ff922d17375))
72ROM_END
73
74/*-------------------------------------------------------------------
75/ Brooks & Dunn (#749)
76/-------------------------------------------------------------------*/
77ROM_START(brooks)
78   ROM_REGION(0x10000, "maincpu", 0)
79   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(26cebf07) SHA1(14741e2d216528f176dc35ade856baffab0f99a0))
80
81   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
82
83   ROM_REGION(0x80000, "user1", 0)
84   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, NO_DUMP)
85
86   ROM_REGION(0x10000, "cpu4", 0)
87   ROM_LOAD("drom1.bin", 0x8000, 0x8000, NO_DUMP)
88
89   ROM_REGION(0x100000, "sound1", 0)
90   ROM_LOAD("arom1.bin", 0x00000, 0x80000, NO_DUMP)
91   ROM_LOAD("arom2.bin", 0x80000, 0x40000, NO_DUMP)
92   ROM_RELOAD(0x80000+0x40000, 0x40000)
93
94   ROM_REGION(0x10000, "cpu3", 0)
95   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, NO_DUMP)
96ROM_END
97
98/*-------------------------------------------------------------------
99/ Cue Ball Wizard (#734)
100/-------------------------------------------------------------------*/
101ROM_START(cueball)
102   ROM_REGION(0x10000, "maincpu", 0)
103   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(3437fdd8) SHA1(2a0fc9bc8e3d0c430ce2cf8afad378fc93af609d))
104
105   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
106
107   ROM_REGION(0x80000, "user1", 0)
108   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(3cc7f470) SHA1(6adf8ac2ff93eb19c7b1dbbcf8fff6cd926dc563))
109   ROM_RELOAD( 0x40000, 0x40000)
110
111   ROM_REGION(0x10000, "cpu4", 0)
112   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9fd04109) SHA1(27864fe4e9c248dce6221c9e56861967d089b216))
113
114   ROM_REGION(0x100000, "sound1", 0)
115   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(476bb11c) SHA1(ce546df59933cc230a6671dec493bbbe71146dee))
116   ROM_RELOAD(0x00000+0x40000, 0x40000)
117   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(23708ad9) SHA1(156fcb19403f9845404af1a4ac4edfd3fcde601d))
118   ROM_RELOAD(0x80000+0x40000, 0x40000)
119
120   ROM_REGION(0x10000, "cpu3", 0)
121   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c22f5cc5) SHA1(a5bfbc1824bc483eecc961851bd411cb0dbcdc4a))
122ROM_END
123
124/*-------------------------------------------------------------------
125/ Frank Thomas' Big Hurt (#745)
126/-------------------------------------------------------------------*/
127ROM_START(bighurt)
128   ROM_REGION(0x10000, "maincpu", 0)
129   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(92ce9353) SHA1(479edb2e39fa610eb2854b028d3a039473e52eba))
130
131   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
132
133   ROM_REGION(0x80000, "user1", 0)
134   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(bbe96c5e) SHA1(4aaac8d88e739ccb22a7d87a820b14b6d40d3ff8))
135
136   ROM_REGION(0x10000, "cpu4", 0)
137   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
138
139   ROM_REGION(0x100000, "sound1", 0)
140   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(b3def376) SHA1(94553052cfe80774affebd5b0f99512055552786))
141   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(59789e66) SHA1(08b7f82f83c53f15cafefb009ab9833457c088cc))
142   ROM_RELOAD(0x80000+0x40000, 0x40000)
143
144   ROM_REGION(0x10000, "cpu3", 0)
145   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c58941ed) SHA1(3b3545b1e8986b06238576a0cef69d3e3a59a325))
146ROM_END
147
148/*-------------------------------------------------------------------
149/ Freddy: A Nightmare on Elm Street (#744)
150/-------------------------------------------------------------------*/
151ROM_START(freddy)
152   ROM_REGION(0x10000, "maincpu", 0)
153   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(f0a6f3e6) SHA1(ad9af12260b8adc639fa00de49366b1016df49ed))
154
155   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
156
157   ROM_REGION(0x80000, "user1", 0)
158   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d78d0fa3) SHA1(132c05e71cf5ad53184f044873fb3dd71f6da15f))
159
160   ROM_REGION(0x10000, "cpu4", 0)
161   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
162
163   ROM_REGION(0x100000, "sound1", 0)
164   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(6bec0567) SHA1(510c0e5a5af7573761a69bad5ab36f0019767c48))
165   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(f0e9284d) SHA1(6ffe8286e27b0eecab9620ca613e3d72bb7f77ce))
166   ROM_RELOAD(0x80000+0x40000, 0x40000)
167
168   ROM_REGION(0x10000, "cpu3", 0)
169   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4a748665) SHA1(9f08b6d0731390c306194808226d2e99fbe9122d))
170ROM_END
171
172ROM_START(freddy4)
173   ROM_REGION(0x10000, "maincpu", 0)
174   ROM_LOAD("gprom4.bin", 0x0000, 0x10000, CRC(cd8b46ea) SHA1(3151a9f7b514314dc4989232e1eda444555242c0))
175
176   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
177
178   ROM_REGION(0x80000, "user1", 0)
179   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d78d0fa3) SHA1(132c05e71cf5ad53184f044873fb3dd71f6da15f))
180
181   ROM_REGION(0x10000, "cpu4", 0)
182   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
183
184   ROM_REGION(0x100000, "sound1", 0)
185   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(6bec0567) SHA1(510c0e5a5af7573761a69bad5ab36f0019767c48))
186   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(f0e9284d) SHA1(6ffe8286e27b0eecab9620ca613e3d72bb7f77ce))
187   ROM_RELOAD(0x80000 +0x40000, 0x40000)
188
189   ROM_REGION(0x10000, "cpu3", 0)
190   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4a748665) SHA1(9f08b6d0731390c306194808226d2e99fbe9122d))
191ROM_END
192/*-------------------------------------------------------------------
193/ Gladiators (#737)
194/-------------------------------------------------------------------*/
195ROM_START(gladiatp)
196   ROM_REGION(0x10000, "maincpu", 0)
197   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(40386cf5) SHA1(3139e3707971a708ad98c735deec7e4ee7bb36cd))
198
199   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
200
201   ROM_REGION(0x80000, "user1", 0)
202   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(fdc8baed) SHA1(d8ad96665cd9d8b2a6ce94653753c692384685ff))
203
204   ROM_REGION(0x10000, "cpu4", 0)
205   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(60779d60) SHA1(2fa09c65ddd6cf638382229062a48163e8972136))
206
207   ROM_REGION(0x100000, "sound1", 0)
208   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(85cbdda7) SHA1(4eaea8866cb281034e30f425e864419fdb58081f))
209   ROM_RELOAD(0x00000+0x40000, 0x40000)
210   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(da2c1073) SHA1(faf58099e78dffdce5c15f393ffa3707ec80dd51))
211   ROM_RELOAD(0x80000+0x40000, 0x40000)
212
213   ROM_REGION(0x10000, "cpu3", 0)
214   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c5b72153) SHA1(c5d94f3fa815fc33952107c3a3ad698c3c443ce3))
215ROM_END
216
217/*-------------------------------------------------------------------
218/ Mario Andretti (#747)
219/-------------------------------------------------------------------*/
220ROM_START(andretti)
221   ROM_REGION(0x10000, "maincpu", 0)
222   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(cffa788d) SHA1(84646880b09dce73a42a6d87666897f6bd74a8f9))
223
224   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
225
226   ROM_REGION(0x80000, "user1", 0)
227   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(1f70baae) SHA1(cf07bb057093b2bd18e6ee45009245ea62094e53))
228
229   ROM_REGION(0x10000, "cpu4", 0)
230   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
231
232   ROM_REGION(0x100000, "sound1", 0)
233   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(918c3270) SHA1(aa57d3bfba01e701b02ca7e4f0946144cfb7d4b1))
234   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3c61a2f7) SHA1(65cfb5d1261a1b0c219e1786b6635d7b0a188040))
235   ROM_RELOAD(0x80000+0x40000, 0x40000)
236
237   ROM_REGION(0x10000, "cpu3", 0)
238   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ffb15b0) SHA1(de4e9b2ccca865deb2595320015a149246795260))
239ROM_END
240
241ROM_START(andretti4)
242   ROM_REGION(0x10000, "maincpu", 0)
243   ROM_LOAD("gpromt4.bin", 0x0000, 0x10000, CRC(c6f6a23b) SHA1(01ea23a830be1e86f5ecd27d6d56c1c6d5ff3176))
244
245   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
246
247   ROM_REGION(0x80000, "user1", 0)
248   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(1f70baae) SHA1(cf07bb057093b2bd18e6ee45009245ea62094e53))
249
250   ROM_REGION(0x10000, "cpu4", 0)
251   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(d472210c) SHA1(4607e6f928cb9a5f41175210ba0427b6cd50fb83))
252
253   ROM_REGION(0x100000, "sound1", 0)
254   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(918c3270) SHA1(aa57d3bfba01e701b02ca7e4f0946144cfb7d4b1))
255   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3c61a2f7) SHA1(65cfb5d1261a1b0c219e1786b6635d7b0a188040))
256   ROM_RELOAD(0x80000+0x40000, 0x40000)
257
258   ROM_REGION(0x10000, "cpu3", 0)
259   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ffb15b0) SHA1(de4e9b2ccca865deb2595320015a149246795260))
260ROM_END
261
262/*-------------------------------------------------------------------
263/ Rescue 911 (#740)
264/-------------------------------------------------------------------*/
265ROM_START(rescu911)
266   ROM_REGION(0x10000, "maincpu", 0)
267   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(943a7597) SHA1(dcf4151727efa64e8740202b68fc8e76098ff8dd))
268
269   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
270
271   ROM_REGION(0x80000, "user1", 0)
272   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(9657ebd5) SHA1(b716daa71f8ec4332bf338f1f976425b6ec781ab))
273
274   ROM_REGION(0x10000, "cpu4", 0)
275   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(034c6bc3) SHA1(c483690a6e4ce533b8939e27547175c301316172))
276
277   ROM_REGION(0x100000, "sound1", 0)
278   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(f6daa16c) SHA1(be132072b27a94f61653de0a22eecc8b90db3077))
279   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(59374104) SHA1(8ad7f5f0109771dd5cebe13e80f8e1a9420f4447))
280   ROM_RELOAD(0x80000+0x40000, 0x40000)
281
282   ROM_REGION(0x10000, "cpu3", 0)
283   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(14f86b56) SHA1(2364c284412eba719f88d50dcf47d5482365dbf3))
284ROM_END
285
286/*-------------------------------------------------------------------
287/ Shaq Attaq (#743)
288/-------------------------------------------------------------------*/
289ROM_START(shaqattq)
290   ROM_REGION(0x10000, "maincpu", 0)
291   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(7a967fd1) SHA1(c06e2aad9452150d92cfd3ba37b8e4a932cf4324))
292
293   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
294
295   ROM_REGION(0x80000, "user1", 0)
296   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d6cca842) SHA1(0498ab558d252e42dee9636e6736d159c7d06275))
297
298   ROM_REGION(0x10000, "cpu4", 0)
299   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(16a03261) SHA1(25f5a3d32d2ec80766381106445fd624360fea78))
300
301   ROM_REGION(0x100000, "sound1", 0)
302   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(019014ec) SHA1(808a8c3154fca6218fe991b46a2525926d8e51f9))
303   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(cc5f157d) SHA1(81c3dadff1bbf37a1f091ea77d9061879be7d99c))
304   ROM_RELOAD(0x80000+0x40000, 0x40000)
305
306   ROM_REGION(0x10000, "cpu3", 0)
307   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e81e2928) SHA1(4bfe57efa99bb762e4de6c7e88e79b8c5ff57626))
308ROM_END
309
310ROM_START(shaqattq2)
311   ROM_REGION(0x10000, "maincpu", 0)
312   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(494b5cec) SHA1(91511eb9f8b0182ffeff5301fb5bcf4ee9056b3f))
313
314   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
315
316   ROM_REGION(0x80000, "user1", 0)
317   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(d6cca842) SHA1(0498ab558d252e42dee9636e6736d159c7d06275))
318
319   ROM_REGION(0x10000, "cpu4", 0)
320   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(16a03261) SHA1(25f5a3d32d2ec80766381106445fd624360fea78))
321
322   ROM_REGION(0x100000, "sound1", 0)
323   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(019014ec) SHA1(808a8c3154fca6218fe991b46a2525926d8e51f9))
324   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(cc5f157d) SHA1(81c3dadff1bbf37a1f091ea77d9061879be7d99c))
325   ROM_RELOAD(0x80000+0x40000, 0x40000)
326
327   ROM_REGION(0x10000, "cpu3", 0)
328   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e81e2928) SHA1(4bfe57efa99bb762e4de6c7e88e79b8c5ff57626))
329ROM_END
330
331/*-------------------------------------------------------------------
332/ Stargate (#742)
333/-------------------------------------------------------------------*/
334ROM_START(stargatp)
335   ROM_REGION(0x10000, "maincpu", 0)
336   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(837e4354) SHA1(b7d1e270309b3d7965dafeec7b81d2dd41e5700c))
337
338   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
339
340   ROM_REGION(0x80000, "user1", 0)
341   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(17b89750) SHA1(927702f88013945cb9f2ea8389800b925182c347))
342
343   ROM_REGION(0x10000, "cpu4", 0)
344   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
345
346   ROM_REGION(0x100000, "sound1", 0)
347   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
348   ROM_RELOAD(0x80000, 0x80000)
349
350   ROM_REGION(0x10000, "cpu3", 0)
351   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
352ROM_END
353
354ROM_START(stargatp1)
355   ROM_REGION(0x10000, "maincpu", 0)
356   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(567ecd88) SHA1(2dc4bfbc971cc873af6ec32e5ddbbed001d2e1d2))
357
358   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
359
360   ROM_REGION(0x80000, "user1", 0)
361   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(91c1b01a) SHA1(96eec2e9e52c8278c102f433a554327d420fe131))
362
363   ROM_REGION(0x10000, "cpu4", 0)
364   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
365
366   ROM_REGION(0x100000, "sound1", 0)
367   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
368   ROM_RELOAD(0x80000, 0x80000)
369
370   ROM_REGION(0x10000, "cpu3", 0)
371   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
372ROM_END
373
374ROM_START(stargatp2)
375   ROM_REGION(0x10000, "maincpu", 0)
376   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(862920f8) SHA1(cde77e7937782f2f9fe4b7fe27b56206d6f26f63))
377
378   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
379
380   ROM_REGION(0x80000, "user1", 0)
381   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(d0205e03) SHA1(d8dea47f0fa0e46e2bd107a1f57121372fdef0d8))
382
383   ROM_REGION(0x10000, "cpu4", 0)
384   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
385
386   ROM_REGION(0x100000, "sound1", 0)
387   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
388   ROM_RELOAD(0x80000, 0x80000)
389
390   ROM_REGION(0x10000, "cpu3", 0)
391   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
392ROM_END
393
394ROM_START(stargatp3)
395   ROM_REGION(0x10000, "maincpu", 0)
396   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(83f0a2e7) SHA1(5d247a3329a946449e4b333b18c13e351caa230b))
397
398   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
399
400   ROM_REGION(0x80000, "user1", 0)
401   ROM_LOAD("dsprom3.bin", 0x00000, 0x80000, CRC(db483524) SHA1(ea14e8b04c32fc403ce2ff060caed5562104a862))
402
403   ROM_REGION(0x10000, "cpu4", 0)
404   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
405
406   ROM_REGION(0x100000, "sound1", 0)
407   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
408   ROM_RELOAD(0x80000, 0x80000)
409
410   ROM_REGION(0x10000, "cpu3", 0)
411   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
412ROM_END
413
414ROM_START(stargatp4)
415   ROM_REGION(0x10000, "maincpu", 0)
416   ROM_LOAD("gprom4.bin", 0x0000, 0x10000, CRC(7b8f6920) SHA1(f354593e13c30e15c25580387ef2eb9b23622c89))
417
418   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
419
420   ROM_REGION(0x80000, "user1", 0)
421   ROM_LOAD("dsprom3.bin", 0x00000, 0x80000, CRC(db483524) SHA1(ea14e8b04c32fc403ce2ff060caed5562104a862))
422
423   ROM_REGION(0x10000, "cpu4", 0)
424   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
425
426   ROM_REGION(0x100000, "sound1", 0)
427   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
428   ROM_RELOAD(0x80000, 0x80000)
429
430   ROM_REGION(0x10000, "cpu3", 0)
431   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
432ROM_END
433
434/*-------------------------------------------------------------------
435/ Street Fighter II (#735)
436/-------------------------------------------------------------------*/
437ROM_START(sfight2)
438   ROM_REGION(0x10000, "maincpu", 0)
439   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(299ad173) SHA1(95cca8c22cfabc55175a49b0439fc7858bdec1bd))
440
441   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
442
443   ROM_REGION(0x80000, "user1", 0)
444   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(e565e5e9) SHA1(c37abf28918feb38bbad6ebb610023d52ba96957))
445
446   ROM_REGION(0x10000, "cpu4", 0)
447   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
448
449   ROM_REGION(0x100000, "sound1", 0)
450   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
451   ROM_RELOAD(0x00000+0x40000, 0x40000)
452   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
453   ROM_RELOAD(0x80000+0x40000, 0x40000)
454
455   ROM_REGION(0x10000, "cpu3", 0)
456   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
457ROM_END
458
459ROM_START(sfight2a)
460   ROM_REGION(0x10000, "maincpu", 0)
461   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(5b42c332) SHA1(958e9fe09e587038dc282fc2f276608ef3744b1d))
462
463   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
464
465   ROM_REGION(0x80000, "user1", 0)
466   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(80eb7513) SHA1(d13d44545c7b177e27b596bac6eba173b34a017b))
467
468   ROM_REGION(0x10000, "cpu4", 0)
469   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
470
471   ROM_REGION(0x100000, "sound1", 0)
472   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
473   ROM_RELOAD(0x00000+0x40000, 0x40000)
474   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
475   ROM_RELOAD(0x80000+0x40000, 0x40000)
476
477   ROM_REGION(0x10000, "cpu3", 0)
478   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
479ROM_END
480
481ROM_START(sfight2b)
482   ROM_REGION(0x10000, "maincpu", 0)
483   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(26d24c06) SHA1(c706bd6b2bd5b9ad6a6fb69178169977a54107b5))
484
485   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
486
487   ROM_REGION(0x80000, "user1", 0)
488   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(80eb7513) SHA1(d13d44545c7b177e27b596bac6eba173b34a017b))
489
490   ROM_REGION(0x10000, "cpu4", 0)
491   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f5c13e80) SHA1(4dd3d35c25e3cb92d6000e463ddce564e112c108))
492
493   ROM_REGION(0x100000, "sound1", 0)
494   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(8518ff55) SHA1(b31678aa7c1b1240becf0ae0af05b30f7df4a491))
495   ROM_RELOAD(0x00000+0x40000, 0x40000)
496   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(85a304d9) SHA1(71141dea44e4117cad66089c7a0806de1be1a96a))
497   ROM_RELOAD(0x80000+0x40000, 0x40000)
498
499   ROM_REGION(0x10000, "cpu3", 0)
500   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9009f461) SHA1(589d94a9ae2269175be9f71b1946107bb85620ee))
501ROM_END
502
503/*-------------------------------------------------------------------
504/ Strikes n' Spares (#N111)
505/-------------------------------------------------------------------*/
506ROM_START(snspares)
507   ROM_REGION(0x10000, "maincpu", 0)
508   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(9e018496) SHA1(a4995f153ba2179198cfc56b7011707328e4ec89))
509
510   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
511
512   ROM_REGION(0x80000, "user1", 0)
513   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
514   ROM_RELOAD( 0x40000, 0x40000)
515
516   ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
517
518   ROM_REGION(0x80000, "user2", 0)
519   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
520   ROM_RELOAD( 0x40000, 0x40000)
521
522   ROM_REGION(0x100000, "user3", 0)
523   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(e248574a) SHA1(d2bdc2b9a330bb81556d25d464f617e0934995eb))
524ROM_END
525ROM_START(snspares1)
526   ROM_REGION(0x10000, "maincpu", 0)
527   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(590393f4) SHA1(f52400c620e510253abd1c0719050b9bb09be942))
528
529   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
530
531   ROM_REGION(0x80000, "user1", 0)
532   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
533   ROM_RELOAD( 0x40000, 0x40000)
534
535   ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
536
537   ROM_REGION(0x80000, "user2", 0)
538   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(5c901899) SHA1(d106561b2e382afdb16e938072c9c8f1d1ccdae6))
539   ROM_RELOAD( 0x40000, 0x40000)
540
541   ROM_REGION(0x100000, "user3", 0)
542   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(e248574a) SHA1(d2bdc2b9a330bb81556d25d464f617e0934995eb))
543ROM_END
544
545/*-------------------------------------------------------------------
546/ Super Mario Brothers (#733) - Only one dsprom dump seems to work?
547/-------------------------------------------------------------------*/
548ROM_START(smb)
549   ROM_REGION(0x10000, "maincpu", 0)
550   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(fa1f6e52) SHA1(d7ade0e129cb399494967e025d25614bf1650db7))
551
552   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
553
554   ROM_REGION(0x80000, "user1", 0)
555   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
556   ROM_RELOAD( 0x40000, 0x40000)
557
558   ROM_REGION(0x10000, "cpu4", 0)
559   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
560
561   ROM_REGION(0x100000, "sound1", 0)
562   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
563   ROM_RELOAD(0x00000+0x40000, 0x40000)
564   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
565   ROM_RELOAD(0x80000+0x40000, 0x40000)
566
567   ROM_REGION(0x10000, "cpu3", 0)
568   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
569ROM_END
570
571ROM_START(smb1)
572   ROM_REGION(0x10000, "maincpu", 0)
573   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(1d8c4df8) SHA1(e301bf3b2a8ed6ef902fe15b890b4c06c4606aa9))
574
575   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
576
577   ROM_REGION(0x80000, "user1", 0)
578   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
579   ROM_RELOAD( 0x40000, 0x40000)
580
581   ROM_REGION(0x10000, "cpu4", 0)
582   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
583
584   ROM_REGION(0x100000, "sound1", 0)
585   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
586   ROM_RELOAD(0x00000+0x40000, 0x40000)
587   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
588   ROM_RELOAD(0x80000+0x40000, 0x40000)
589
590   ROM_REGION(0x10000, "cpu3", 0)
591   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
592ROM_END
593
594ROM_START(smb2)
595   ROM_REGION(0x10000, "maincpu", 0)
596   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(5b0f44c4) SHA1(ca9b0cd82c75612c85c956497c8f9c12992f6ad5))
597
598   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
599
600   ROM_REGION(0x80000, "user1", 0)
601   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
602   ROM_RELOAD( 0x40000, 0x40000)
603
604   ROM_REGION(0x10000, "cpu4", 0)
605   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
606
607   ROM_REGION(0x100000, "sound1", 0)
608   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
609   ROM_RELOAD(0x00000+0x40000, 0x40000)
610   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
611   ROM_RELOAD(0x80000+0x40000, 0x40000)
612
613   ROM_REGION(0x10000, "cpu3", 0)
614   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
615ROM_END
616
617ROM_START(smb3)
618   ROM_REGION(0x10000, "maincpu", 0)
619   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(5a40822c) SHA1(a87ec6307f848483c76141e47fd67e4549f9c9d3))
620
621   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
622
623   ROM_REGION(0x80000, "user1", 0)
624   ROM_LOAD("dsprom2.bin", 0x00000, 0x40000, CRC(181e8234) SHA1(9b22681f61cae401269a88c3cfd783d683390877))
625   ROM_RELOAD( 0x40000, 0x40000)
626
627   ROM_REGION(0x10000, "cpu4", 0)
628   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f1d0a3e) SHA1(c7f665d79b9073f28f90debde16cafa9ab57a47c))
629
630   ROM_REGION(0x100000, "sound1", 0)
631   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(e9cef116) SHA1(5f710bc24e1a168f296a22417aebecbde3bfaa5c))
632   ROM_RELOAD(0x00000+0x40000, 0x40000)
633   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0acdfd49) SHA1(0baabd32b546842bc5c76a61b509b558677b50f9))
634   ROM_RELOAD(0x80000+0x40000, 0x40000)
635
636   ROM_REGION(0x10000, "cpu3", 0)
637   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(e1379106) SHA1(10c46bad7cbae528716c5ba0709bb1fd3574a0a8))
638ROM_END
639
640/*-------------------------------------------------------------------
641/ Super Mario Brothers Mushroom World (N105)
642/-------------------------------------------------------------------*/
643ROM_START(smbmush)
644   ROM_REGION(0x10000, "maincpu", 0)
645   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(45f6d0cc) SHA1(a73c71ab64aee293ae46e65c34d70840296778d4))
646
647   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
648
649   ROM_REGION(0x80000, "user1", 0)
650   ROM_LOAD("dsprom.bin", 0x00000, 0x40000, CRC(dda6c8be) SHA1(b64f73b81afe973674f9543a704b498e31d26c12))
651   ROM_RELOAD( 0x40000, 0x40000)
652
653   ROM_REGION(0x10000, "cpu4", 0)
654   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(6f04a0ac) SHA1(53bbc182a3bd635ad18504692a4454994daef7ef))
655
656   ROM_REGION(0x100000, "sound1", 0)
657   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(edce7951) SHA1(4a80d6367a5bebf9fee181456280619aa64b441f))
658   ROM_RELOAD(0x00000+0x40000, 0x40000)
659   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(dd7ea212) SHA1(adaf0262e315c26b1f4d6365e9d465c7afb6984d))
660   ROM_RELOAD(0x80000+0x40000, 0x40000)
661
662   ROM_REGION(0x10000, "cpu3", 0)
663   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(09712c37) SHA1(e2ee902ea6eac3e6257880949bd07a90de08e7b9))
664ROM_END
665
666/*-------------------------------------------------------------------
667/ Tee'd Off (#736)
668/-------------------------------------------------------------------*/
669ROM_START(teedoffp)
670   ROM_REGION(0x10000, "maincpu", 0)
671   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(0620365b) SHA1(18887c49a5d3806b725fa6289e50db82974c0f40))
672
673   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
674
675   ROM_REGION(0x80000, "user1", 0)
676   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(340b8a49) SHA1(3ac76faf920b00b77c77023c42595307840ed3a7))
677
678   ROM_REGION(0x10000, "cpu4", 0)
679   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
680
681   ROM_REGION(0x100000, "sound1", 0)
682   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
683   ROM_RELOAD(0x00000+0x40000, 0x40000)
684   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
685   ROM_RELOAD(0x80000+0x40000, 0x40000)
686
687   ROM_REGION(0x10000, "cpu3", 0)
688   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
689ROM_END
690
691ROM_START(teedoffp1)
692   ROM_REGION(0x10000, "maincpu", 0)
693   ROM_LOAD("gprom1.bin", 0x0000, 0x10000, CRC(95760ab1) SHA1(9342128e2de4e81c4b0cfc482bb0650434a04bee))
694
695   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
696
697   ROM_REGION(0x80000, "user1", 0)
698   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(24f10ad2) SHA1(15f44f69d39ca9782410a75070edf348f64dba62))
699
700   ROM_REGION(0x10000, "cpu4", 0)
701   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
702
703   ROM_REGION(0x100000, "sound1", 0)
704   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
705   ROM_RELOAD(0x00000+0x40000, 0x40000)
706   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
707   ROM_RELOAD(0x80000+0x40000, 0x40000)
708
709   ROM_REGION(0x10000, "cpu3", 0)
710   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
711ROM_END
712
713ROM_START(teedoffp3)
714   ROM_REGION(0x10000, "maincpu", 0)
715   ROM_LOAD("gprom3.bin", 0x0000, 0x10000, CRC(d7008579) SHA1(b7bc9f54340ffb2d684b5df80624e8c01e7fa18b))
716
717   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
718
719   ROM_REGION(0x80000, "user1", 0)
720   ROM_LOAD("dsprom1.bin", 0x00000, 0x80000, CRC(24f10ad2) SHA1(15f44f69d39ca9782410a75070edf348f64dba62))
721
722   ROM_REGION(0x10000, "cpu4", 0)
723   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3868e77a) SHA1(2db91c527803a369ca659eaae6022667a126d2ef))
724
725   ROM_REGION(0x100000, "sound1", 0)
726   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(9e442b71) SHA1(889023af42a2527a51343ccee7f66b089b6e6d01))
727   ROM_RELOAD(0x00000+0x40000, 0x40000)
728   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(3dad9508) SHA1(70ed49fa82dbe7586bfca72c5020834f9173d563))
729   ROM_RELOAD(0x80000+0x40000, 0x40000)
730
731   ROM_REGION(0x10000, "cpu3", 0)
732   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(c51d98d8) SHA1(9387a39a03ca90bc8eaddc0c2df8874067a22dea))
733ROM_END
734
735/*-------------------------------------------------------------------
736/ Waterworld (#746)
737/-------------------------------------------------------------------*/
738ROM_START(waterwld)
739   ROM_REGION(0x10000, "maincpu", 0)
740   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(db1fd197) SHA1(caa22f7e3f52be85da496375115933722a414ee0))
741
742   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
743
744   ROM_REGION(0x80000, "user1", 0)
745   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(79164099) SHA1(fa048fb7aa91cadd6c0758c570a4c74337bd7cd5))
746
747   ROM_REGION(0x10000, "cpu4", 0)
748   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(2a8c5d04) SHA1(1a6a698fc05a199923721e91e68aaaa8d3c6a3c2))
749
750   ROM_REGION(0x100000, "sound1", 0)
751   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(3ee37668) SHA1(9ced05b4f060568bf686974bc2472ff7c05a87c6))
752   ROM_LOAD("arom2.bin", 0x80000, 0x80000, CRC(a631bf12) SHA1(4784da1fabd2858b2c47af71784eb475cbbb4ab5))
753
754   ROM_REGION(0x10000, "cpu3", 0)
755   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6dddce0a) SHA1(6ad9b023ba8632dda0a4e04a4f66aac52ddd3b09))
756ROM_END
757
758ROM_START(waterwld2)
759   ROM_REGION(0x10000, "maincpu", 0)
760   ROM_LOAD("gprom2.bin", 0x0000, 0x10000, CRC(c3d64cd7) SHA1(63bfd26fdc7082c2bb60c978508820442ac90f14))
761
762   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
763
764   ROM_REGION(0x80000, "user1", 0)
765   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(79164099) SHA1(fa048fb7aa91cadd6c0758c570a4c74337bd7cd5))
766
767   ROM_REGION(0x10000, "cpu4", 0)
768   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(2a8c5d04) SHA1(1a6a698fc05a199923721e91e68aaaa8d3c6a3c2))
769
770   ROM_REGION(0x100000, "sound1", 0)
771   ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(3ee37668) SHA1(9ced05b4f060568bf686974bc2472ff7c05a87c6))
772   ROM_LOAD("arom2.bin", 0x80000, 0x80000, CRC(a631bf12) SHA1(4784da1fabd2858b2c47af71784eb475cbbb4ab5))
773
774   ROM_REGION(0x10000, "cpu3", 0)
775   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6dddce0a) SHA1(6ad9b023ba8632dda0a4e04a4f66aac52ddd3b09))
776ROM_END
777
778/*-------------------------------------------------------------------
779/ Wipeout (#738)
780/-------------------------------------------------------------------*/
781ROM_START(wipeout)
782   ROM_REGION(0x10000, "maincpu", 0)
783   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(1161cdb7) SHA1(fdf4c0abb70a41149c69bd55c613849a662944d3))
784
785   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
786
787   ROM_REGION(0x80000, "user1", 0)
788   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(cbdec3ab) SHA1(2d70d436783830bf074a7a0590d5c48432136595))
789
790   ROM_REGION(0x10000, "cpu4", 0)
791   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(98ae6da4) SHA1(3842c2c4e708a5deae6b5d9407694d337b62384f))
792
793   ROM_REGION(0x100000, "sound1", 0)
794   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(cccdf23a) SHA1(1b1e31f04cd60d64f0b9b8ab2c6169dacd0bce69))
795   ROM_RELOAD(0x00000+0x40000, 0x40000)
796   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(d4cc44a1) SHA1(c68264f00efa9f219fc257061ed39cd789e94126))
797   ROM_RELOAD(0x80000+0x40000, 0x40000)
798
799   ROM_REGION(0x10000, "cpu3", 0)
800   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(f08e6d7f) SHA1(284214ac80735ddd36933ecd60debc7aea18403c))
801ROM_END
802
803/*-------------------------------------------------------------------
804/ World Challenge Soccer (#741)
805/-------------------------------------------------------------------*/
806ROM_START(wcsoccer)
807   ROM_REGION(0x10000, "maincpu", 0)
808   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(6382c32e) SHA1(e212f4a9a77d1cf089acb226a8079ac4cae8a96d))
809
810   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
811
812   ROM_REGION(0x80000, "user1", 0)
813   ROM_LOAD("dsprom.bin", 0x00000, 0x80000, CRC(71ba5263) SHA1(e86c2cc89d31534fb2d9d24fab2fcdb0af7cc73d))
814
815   ROM_REGION(0x10000, "cpu4", 0)
816   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(18d5edf3) SHA1(7d0d46506cf9d4b96b9b93139e3c65643e120c28))
817
818   ROM_REGION(0x100000, "sound1", 0)
819   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(ece4eebf) SHA1(78f882668967194bd547ace5d22083faeb29ef5e))
820   ROM_RELOAD(0x00000+0x40000, 0x40000)
821   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(4e466500) SHA1(78c4b41a174d82a7e0e7775713c76e679c8a7e89))
822   ROM_RELOAD(0x80000+0x40000, 0x40000)
823
824   ROM_REGION(0x10000, "cpu3", 0)
825   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8b2795b0) SHA1(b838d4e410c815421099c65b0d3b22227dae17c6))
826ROM_END
827
828ROM_START(wcsoccerd2)
829   ROM_REGION(0x10000, "maincpu", 0)
830   ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(6382c32e) SHA1(e212f4a9a77d1cf089acb226a8079ac4cae8a96d))
831
832   ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
833
834   ROM_REGION(0x80000, "user1", 0)
835   ROM_LOAD("dsprom2.bin", 0x00000, 0x80000, CRC(4c8ea71d) SHA1(ce751b84e2033e4de2f2c57490867ecafd423aaa))
836
837   ROM_REGION(0x10000, "cpu4", 0)
838   ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(18d5edf3) SHA1(7d0d46506cf9d4b96b9b93139e3c65643e120c28))
839
840   ROM_REGION(0x100000, "sound1", 0)
841   ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(ece4eebf) SHA1(78f882668967194bd547ace5d22083faeb29ef5e))
842   ROM_RELOAD(0x00000+0x40000, 0x40000)
843   ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(4e466500) SHA1(78c4b41a174d82a7e0e7775713c76e679c8a7e89))
844   ROM_RELOAD(0x80000+0x40000, 0x40000)
845
846   ROM_REGION(0x10000, "cpu3", 0)
847   ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8b2795b0) SHA1(b838d4e410c815421099c65b0d3b22227dae17c6))
848ROM_END
849
850GAME(1992,  smb,        0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Super Mario Brothers",             GAME_IS_SKELETON_MECHANICAL)
851GAME(1992,  smb1,       smb,        gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Super Mario Brothers (rev.1)",             GAME_IS_SKELETON_MECHANICAL)
852GAME(1992,  smb2,       smb,        gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Super Mario Brothers (rev.2)",             GAME_IS_SKELETON_MECHANICAL)
853GAME(1992,  smb3,       smb,        gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Super Mario Brothers (rev.3)",             GAME_IS_SKELETON_MECHANICAL)
854GAME(1992,  smbmush,    0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Super Mario Brothers Mushroom World",              GAME_IS_SKELETON_MECHANICAL)
855GAME(1992,  cueball,    0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Cue Ball Wizard",              GAME_IS_SKELETON_MECHANICAL)
856GAME(1993,  sfight2,    0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Street Fighter II",                GAME_IS_SKELETON_MECHANICAL)
857GAME(1993,  sfight2a,   sfight2,    gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Street Fighter II (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
858GAME(1993,  sfight2b,   sfight2,    gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Street Fighter II (rev.2)",                GAME_IS_SKELETON_MECHANICAL)
859GAME(1993,  teedoffp,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Tee'd Off",                GAME_IS_SKELETON_MECHANICAL)
860GAME(1993,  teedoffp1,  teedoffp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Tee'd Off (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
861GAME(1993,  teedoffp3,  teedoffp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Tee'd Off (rev.3)",                GAME_IS_SKELETON_MECHANICAL)
862GAME(1993,  gladiatp,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Gladiators",               GAME_IS_SKELETON_MECHANICAL)
863GAME(1993,  wipeout,    0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Wipeout (rev.2)",              GAME_IS_SKELETON_MECHANICAL)
864GAME(1994,  rescu911,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Rescue 911 (rev.1)",               GAME_IS_SKELETON_MECHANICAL)
865GAME(1994,  wcsoccer,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "World Challenge Soccer (rev.1)",               GAME_IS_SKELETON_MECHANICAL)
866GAME(1994,  wcsoccerd2, wcsoccer,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "World Challenge Soccer (disp.rev.2)",              GAME_IS_SKELETON_MECHANICAL)
867GAME(1995,  stargatp,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Stargate (Pinball)",               GAME_IS_SKELETON_MECHANICAL)
868GAME(1995,  stargatp1,  stargatp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Stargate (rev.1)",             GAME_IS_SKELETON_MECHANICAL)
869GAME(1995,  stargatp2,  stargatp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Stargate (rev.2)",             GAME_IS_SKELETON_MECHANICAL)
870GAME(1995,  stargatp3,  stargatp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Stargate (rev.3)",             GAME_IS_SKELETON_MECHANICAL)
871GAME(1995,  stargatp4,  stargatp,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Stargate (rev.4)",             GAME_IS_SKELETON_MECHANICAL)
872GAME(1995,  shaqattq,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Shaq Attaq (rev.5)",               GAME_IS_SKELETON_MECHANICAL)
873GAME(1995,  shaqattq2,  shaqattq,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Shaq Attaq (rev.2)",               GAME_IS_SKELETON_MECHANICAL)
874GAME(1994,  freddy,     0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.3)",                GAME_IS_SKELETON_MECHANICAL)
875GAME(1994,  freddy4,    freddy,     gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.4)",                GAME_IS_SKELETON_MECHANICAL)
876GAME(1995,  bighurt,    0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Frank Thomas' Big Hurt (rev.3)",               GAME_IS_SKELETON_MECHANICAL)
877GAME(1995,  waterwld,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Waterworld (rev.3)",               GAME_IS_SKELETON_MECHANICAL)
878GAME(1995,  waterwld2,  waterwld,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Waterworld (rev.2)",               GAME_IS_SKELETON_MECHANICAL)
879GAME(1995,  snspares,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Strikes n' Spares (rev.6)",                GAME_IS_SKELETON_MECHANICAL)
880GAME(1995,  snspares1,  snspares,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Strikes n' Spares (rev.1)",                GAME_IS_SKELETON_MECHANICAL)
881GAME(1995,  andretti,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Mario Andretti",               GAME_IS_SKELETON_MECHANICAL)
882GAME(1995,  andretti4,  andretti,   gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Mario Andretti (rev.T4)",              GAME_IS_SKELETON_MECHANICAL)
883GAME(1996,  barbwire,   0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Barb Wire",                GAME_IS_SKELETON_MECHANICAL)
884GAME(1996,  brooks,     0,          gts3a,   gts3a, gts3a_state,   gts3a,   ROT0,   "Gottlieb", "Brooks & Dunn (rev.T1)",               GAME_IS_SKELETON_MECHANICAL)
Property changes on: trunk/src/mame/drivers/gts3a.c
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Previous 199869 Revisions Next


© 1997-2024 The MAME Team