trunk/src/mame/drivers/gts3.c
| r32791 | r32792 | |
| 52 | 52 | /-------------------------------------------------------------------*/ |
| 53 | 53 | |
| 54 | 54 | /*------------------------------------------------------------------- |
| 55 | | / Barb Wire |
| 55 | / Bell Ringer (N103) |
| 56 | 56 | /-------------------------------------------------------------------*/ |
| 57 | | ROM_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)) |
| 71 | | ROM_END |
| 72 | | |
| 73 | | /*------------------------------------------------------------------- |
| 74 | | / Bell Ringer |
| 75 | | /-------------------------------------------------------------------*/ |
| 76 | 57 | ROM_START(bellring) |
| 77 | 58 | ROM_REGION(0x10000, "maincpu", 0) |
| 78 | 59 | ROM_LOAD("br_gprom.bin", 0x0000, 0x10000, CRC(a9a59b36) SHA1(ca6d0e54a5c85ef72485975c632660831a3b8c82)) |
| 60 | |
| 79 | 61 | ROM_REGION(0x10000, "cpu3", 0) |
| 80 | 62 | ROM_LOAD("br_drom1.bin", 0x8000, 0x8000, CRC(99f38229) SHA1(f63d743e63e88728e8d53320b21b2fda1b6385f8)) |
| 63 | |
| 81 | 64 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 82 | 65 | ROM_LOAD("br_yrom1.bin", 0x8000, 0x8000, CRC(d5aab379) SHA1(b3995f8aa2e54f91f2a0fd010c807fbfbf9ae847)) |
| 83 | 66 | ROM_END |
| 84 | 67 | |
| 85 | 68 | /*------------------------------------------------------------------- |
| 86 | | / Brooks & Dunn (#749) |
| 87 | | /-------------------------------------------------------------------*/ |
| 88 | | ROM_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) |
| 102 | | ROM_END |
| 103 | | |
| 104 | | /*------------------------------------------------------------------- |
| 105 | 69 | / Cactus Jack's (#729) |
| 106 | 70 | /-------------------------------------------------------------------*/ |
| 107 | 71 | ROM_START(cactjack) |
| 108 | 72 | ROM_REGION(0x10000, "maincpu", 0) |
| 109 | 73 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(5661ab06) SHA1(12b7066110feab0aef36ff7bdc74690fc8da4ed3)) |
| 74 | |
| 110 | 75 | ROM_REGION(0x10000, "cpu3", 0) |
| 111 | 76 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(78c099e1) SHA1(953111237fdc3e20562d823eb2b6430e5a4afe4d)) |
| 77 | |
| 112 | 78 | ROM_REGION(0x100000, "sound1", 0) |
| 113 | 79 | ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(c890475f) SHA1(1cf6ed0dbd003a76a5cf889f62b489c0a62e9d25)) |
| 114 | 80 | ROM_RELOAD(0x00000+0x40000, 0x20000) |
| r32791 | r32792 | |
| 118 | 84 | ROM_RELOAD(0x20000+0x40000, 0x20000) |
| 119 | 85 | ROM_RELOAD(0x20000+0x80000, 0x20000) |
| 120 | 86 | ROM_RELOAD(0x20000+0xc0000, 0x20000) |
| 87 | |
| 121 | 88 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 122 | 89 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4554ed0d) SHA1(df0a9225f961e0ee876c3e63ad54c6e4eac080ae)) |
| 123 | 90 | ROM_END |
| r32791 | r32792 | |
| 128 | 95 | ROM_START(carhop) |
| 129 | 96 | ROM_REGION(0x10000, "maincpu", 0) |
| 130 | 97 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(164b2c9c) SHA1(49cf7e3a3acb5de8dbfd2ad22f8bd9a352ff2899)) |
| 98 | |
| 131 | 99 | ROM_REGION(0x10000, "cpu3", 0) |
| 132 | 100 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9dec74e7) SHA1(8234bdca5536d30dc1eabcb3a5505d2fd824ce0f)) |
| 101 | |
| 133 | 102 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 134 | 103 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(831ee812) SHA1(57056cde36b17cb7d7f34275b1bb5dc3d52bde4e)) |
| 135 | 104 | ROM_END |
| r32791 | r32792 | |
| 140 | 109 | ROM_START(ccruise) |
| 141 | 110 | ROM_REGION(0x10000, "maincpu", 0) |
| 142 | 111 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(668b5757) SHA1(8ff955e8598ffdc68eab7fd69c6a67c4eed13f0f)) |
| 112 | |
| 143 | 113 | ROM_REGION(0x10000, "cpu3", 0) |
| 144 | 114 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(4480257e) SHA1(50b93d4496816ef7cdf007ac75c72c6aaa956aba)) |
| 115 | |
| 145 | 116 | ROM_REGION(0x100000, "sound1", 0) |
| 146 | 117 | ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(f8cec60c) SHA1(e52f3a5890a3bb5eb6c932c3d0ed471ed76909c9)) |
| 147 | 118 | ROM_RELOAD(0x40000, 0x40000) |
| 119 | |
| 148 | 120 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 149 | 121 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(6e424e53) SHA1(90a9bf5ce84680972f9d12eb386215494c584b9b)) |
| 150 | 122 | ROM_END |
| r32791 | r32792 | |
| 155 | 127 | ROM_START(clas1812) |
| 156 | 128 | ROM_REGION(0x10000, "maincpu", 0) |
| 157 | 129 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(564349bf) SHA1(458eb2ece924a20d309dce7117c94e75b4a21fd7)) |
| 130 | |
| 158 | 131 | ROM_REGION(0x10000, "cpu3", 0) |
| 159 | 132 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(3863a9df) SHA1(1759abbfcb127a6909f70845f41daf3ac8e80cef)) |
| 133 | |
| 160 | 134 | ROM_REGION(0x100000, "sound1", 0) |
| 161 | 135 | ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(357b0069) SHA1(870b0b84c6b3754f89b4e4e0b4594613ef589204)) |
| 162 | 136 | ROM_RELOAD(0x00000+0x40000, 0x20000) |
| r32791 | r32792 | |
| 166 | 140 | ROM_RELOAD(0x20000+0x40000, 0x20000) |
| 167 | 141 | ROM_RELOAD(0x20000+0x80000, 0x20000) |
| 168 | 142 | ROM_RELOAD(0x20000+0xc0000, 0x20000) |
| 143 | |
| 169 | 144 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 170 | 145 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(4ecf6ecb) SHA1(92469ccdedcc8e61edcddaedd688ef990a9ad5ad)) |
| 171 | 146 | ROM_END |
| 172 | 147 | |
| 173 | 148 | /*------------------------------------------------------------------- |
| 174 | | / Cue Ball Wizard |
| 175 | | /-------------------------------------------------------------------*/ |
| 176 | | ROM_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)) |
| 192 | | ROM_END |
| 193 | | |
| 194 | | /*------------------------------------------------------------------- |
| 195 | 149 | / Deadly Weapon (#724) |
| 196 | 150 | /-------------------------------------------------------------------*/ |
| 197 | 151 | ROM_START(deadweap) |
| 198 | 152 | ROM_REGION(0x10000, "maincpu", 0) |
| 199 | 153 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(07d84b32) SHA1(25d8772a5c8655b3406df94563076719b07129cd)) |
| 154 | |
| 200 | 155 | ROM_REGION(0x10000, "cpu3", 0) |
| 201 | 156 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(f55dd7ec) SHA1(fe306c40bf3d98e4076d0d8a935c3671469d4cff)) |
| 157 | |
| 202 | 158 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 203 | 159 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(93369ed3) SHA1(3340478ffc00cf9991beabd4f0ecd89d0c88965e)) |
| 204 | 160 | ROM_END |
| 205 | 161 | |
| 206 | 162 | /*------------------------------------------------------------------- |
| 207 | | / Frank Thomas' Big Hurt |
| 208 | | /-------------------------------------------------------------------*/ |
| 209 | | ROM_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)) |
| 223 | | ROM_END |
| 224 | | |
| 225 | | /*------------------------------------------------------------------- |
| 226 | | / Freddy: A Nightmare on Elm Street |
| 227 | | /-------------------------------------------------------------------*/ |
| 228 | | ROM_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)) |
| 242 | | ROM_END |
| 243 | | |
| 244 | | ROM_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)) |
| 258 | | ROM_END |
| 259 | | /*------------------------------------------------------------------- |
| 260 | | / Gladiators |
| 261 | | /-------------------------------------------------------------------*/ |
| 262 | | ROM_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)) |
| 277 | | ROM_END |
| 278 | | |
| 279 | | /*------------------------------------------------------------------- |
| 280 | 163 | / Hoops (#727) |
| 281 | 164 | /-------------------------------------------------------------------*/ |
| 282 | 165 | ROM_START(hoops) |
| 283 | 166 | ROM_REGION(0x10000, "maincpu", 0) |
| 284 | 167 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(78391273) SHA1(dbf91597ce2910e526fb5e82355ad862706b4975)) |
| 168 | |
| 285 | 169 | ROM_REGION(0x10000, "cpu3", 0) |
| 286 | 170 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(e72c00eb) SHA1(5b9f85083b38d916afb0f9b72b061501504725ff)) |
| 171 | |
| 287 | 172 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 288 | 173 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(9718b958) SHA1(bac806267bab4852c0f3fdb48f8d872992f61ace)) |
| 289 | 174 | ROM_END |
| r32791 | r32792 | |
| 294 | 179 | ROM_START(lca) |
| 295 | 180 | ROM_REGION(0x10000, "maincpu", 0) |
| 296 | 181 | ROM_LOAD("gprom.bin", 0x8000, 0x8000, CRC(52957d70) SHA1(0c24d824b1aa966eb3af3db3ff02870ba463dcd6)) |
| 182 | |
| 297 | 183 | ROM_REGION(0x10000, "cpu3", 0) |
| 298 | 184 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(a258d72d) SHA1(eeb4768c8b2f57509a088d3ac8d35aa34f2cfc2c)) |
| 185 | |
| 299 | 186 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 300 | 187 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20919ebb) SHA1(a2ea79863b41a04aa23ea596932825408cca64e3)) |
| 301 | 188 | ROM_END |
| r32791 | r32792 | |
| 303 | 190 | ROM_START(lca2) |
| 304 | 191 | ROM_REGION(0x10000, "maincpu", 0) |
| 305 | 192 | ROM_LOAD("gprom2.bin", 0x8000, 0x8000, CRC(937a8426) SHA1(6bc2d1b0c3dc273577376654ba72b60febe32529)) |
| 193 | |
| 306 | 194 | ROM_REGION(0x10000, "cpu3", 0) |
| 307 | 195 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(a258d72d) SHA1(eeb4768c8b2f57509a088d3ac8d35aa34f2cfc2c)) |
| 196 | |
| 308 | 197 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 309 | 198 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20919ebb) SHA1(a2ea79863b41a04aa23ea596932825408cca64e3)) |
| 310 | 199 | ROM_END |
| 311 | 200 | |
| 312 | 201 | /*------------------------------------------------------------------- |
| 313 | | / Mario Andretti |
| 314 | | /-------------------------------------------------------------------*/ |
| 315 | | ROM_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)) |
| 329 | | ROM_END |
| 330 | | |
| 331 | | ROM_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)) |
| 345 | | ROM_END |
| 346 | | |
| 347 | | /*------------------------------------------------------------------- |
| 348 | 202 | / Nudge-It (N102) |
| 349 | 203 | /-------------------------------------------------------------------*/ |
| 350 | 204 | ROM_START(nudgeit) |
| 351 | 205 | ROM_REGION(0x10000, "maincpu", 0) |
| 352 | 206 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(3d9e0309) SHA1(caaa28482e7f260668aa05b39b551acb8e4cc41a)) |
| 207 | |
| 353 | 208 | ROM_REGION(0x10000, "cpu3", 0) |
| 354 | 209 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ae0c4b1d) SHA1(c8aa409c9b54fd8ecf70eb2926f4e98fc5eb11fe)) |
| 210 | |
| 355 | 211 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 356 | 212 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(65fc2e60) SHA1(6377c220753d9e4b5c76d445056409526d95772f)) |
| 357 | 213 | ROM_END |
| r32791 | r32792 | |
| 362 | 218 | ROM_START(opthund) |
| 363 | 219 | ROM_REGION(0x10000, "maincpu", 0) |
| 364 | 220 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(96a128c2) SHA1(4032c5191b167a0498371207666a1f73155b7a74)) |
| 221 | |
| 365 | 222 | ROM_REGION(0x10000, "cpu3", 0) |
| 366 | 223 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(db28be69) SHA1(6c505c34c8bdccc43dd8f310f01dd3a6b49e8059)) |
| 224 | |
| 367 | 225 | ROM_REGION(0x100000, "sound1", 0) |
| 368 | 226 | ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(0fbb130a) SHA1(a171c20f861dac5918c5b410e2a2bdd6e7c0553b)) |
| 369 | 227 | ROM_RELOAD(0x00000+0x40000, 0x40000) |
| 370 | 228 | ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(0f7632b3) SHA1(a122a062448139d5c1a9daa7d827c3073aa194f7)) |
| 371 | 229 | ROM_RELOAD(0x80000+0x40000, 0x40000) |
| 230 | |
| 372 | 231 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 373 | 232 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(169816d1) SHA1(d23b1d8d1b841ca065a485e80805ecc6342ce57b)) |
| 374 | 233 | ROM_END |
| 375 | 234 | |
| 376 | 235 | /*------------------------------------------------------------------- |
| 377 | | / Rescue 911 |
| 378 | | /-------------------------------------------------------------------*/ |
| 379 | | ROM_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)) |
| 393 | | ROM_END |
| 394 | | |
| 395 | | /*------------------------------------------------------------------- |
| 396 | | / Shaq Attaq |
| 397 | | /-------------------------------------------------------------------*/ |
| 398 | | ROM_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)) |
| 412 | | ROM_END |
| 413 | | |
| 414 | | ROM_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)) |
| 428 | | ROM_END |
| 429 | | |
| 430 | | /*------------------------------------------------------------------- |
| 431 | 236 | / Silver Slugger (#722) |
| 432 | 237 | /-------------------------------------------------------------------*/ |
| 433 | 238 | ROM_START(silvslug) |
| 434 | 239 | ROM_REGION(0x10000, "maincpu", 0) |
| 435 | 240 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(a6c524e2) SHA1(dc12dd8e814a37aada021f84c58475efe72cb846)) |
| 241 | |
| 436 | 242 | ROM_REGION(0x10000, "cpu3", 0) |
| 437 | 243 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(eac3e1cc) SHA1(2725457231854e4f3d54fbba745b8fc6f55b1688)) |
| 244 | |
| 438 | 245 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 439 | 246 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(20bc9797) SHA1(5d17b5f0423d8854fb7c4816d53a223ecc7c50c6)) |
| 440 | 247 | ROM_END |
| 441 | 248 | |
| 442 | 249 | /*------------------------------------------------------------------- |
| 443 | | / Stargate |
| 444 | | /-------------------------------------------------------------------*/ |
| 445 | | ROM_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)) |
| 458 | | ROM_END |
| 459 | | |
| 460 | | ROM_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)) |
| 473 | | ROM_END |
| 474 | | |
| 475 | | ROM_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)) |
| 488 | | ROM_END |
| 489 | | |
| 490 | | ROM_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)) |
| 503 | | ROM_END |
| 504 | | |
| 505 | | ROM_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)) |
| 518 | | ROM_END |
| 519 | | |
| 520 | | /*------------------------------------------------------------------- |
| 521 | | / Street Fighter II |
| 522 | | /-------------------------------------------------------------------*/ |
| 523 | | ROM_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)) |
| 538 | | ROM_END |
| 539 | | |
| 540 | | ROM_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)) |
| 555 | | ROM_END |
| 556 | | |
| 557 | | ROM_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)) |
| 572 | | ROM_END |
| 573 | | |
| 574 | | /*------------------------------------------------------------------- |
| 575 | | / Strikes 'N' Spares |
| 576 | | /-------------------------------------------------------------------*/ |
| 577 | | |
| 578 | | /*------------------------------------------------------------------- |
| 579 | | / Super Mario Brothers (#733) - Only one dsprom dump seems to work? |
| 580 | | /-------------------------------------------------------------------*/ |
| 581 | | ROM_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)) |
| 597 | | ROM_END |
| 598 | | |
| 599 | | ROM_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)) |
| 615 | | ROM_END |
| 616 | | |
| 617 | | ROM_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)) |
| 633 | | ROM_END |
| 634 | | |
| 635 | | ROM_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)) |
| 651 | | ROM_END |
| 652 | | |
| 653 | | /*------------------------------------------------------------------- |
| 654 | | / Super Mario Brothers Mushroom World |
| 655 | | /-------------------------------------------------------------------*/ |
| 656 | | ROM_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)) |
| 672 | | ROM_END |
| 673 | | |
| 674 | | /*------------------------------------------------------------------- |
| 675 | 250 | / Surf'n Safari (#731) |
| 676 | 251 | /-------------------------------------------------------------------*/ |
| 677 | 252 | ROM_START(surfnsaf) |
| 678 | 253 | ROM_REGION(0x10000, "maincpu", 0) |
| 679 | 254 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(ac3393bd) SHA1(f9c533b937b5ca5698b805ed6ed573cb22383d9d)) |
| 255 | |
| 680 | 256 | ROM_REGION(0x10000, "cpu3", 0) |
| 681 | 257 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(ec8fc963) SHA1(247e76d87beb3339e7d55292f9eadd2351621cfa)) |
| 258 | |
| 682 | 259 | ROM_REGION(0x100000, "sound1", 0) |
| 683 | 260 | ROM_LOAD("arom1.bin", 0x00000, 0x40000, CRC(38b569b2) SHA1(93be47916a92541d097233b60a42eb7ca587ce52)) |
| 684 | 261 | ROM_RELOAD(0x00000+0x40000, 0x40000) |
| 685 | 262 | ROM_LOAD("arom2.bin", 0x80000, 0x40000, CRC(224c2021) SHA1(6b426097a2870b3b32d786be6e66ba6be9f54c29)) |
| 686 | 263 | ROM_RELOAD(0x80000+0x40000, 0x40000) |
| 264 | |
| 687 | 265 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 688 | 266 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(a0480418) SHA1(a982564d5dbf52275c2e7223687b07cf4ca0a115)) |
| 689 | 267 | ROM_END |
| 690 | 268 | |
| 691 | 269 | /*------------------------------------------------------------------- |
| 692 | | / Tee'd Off |
| 693 | | /-------------------------------------------------------------------*/ |
| 694 | | ROM_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)) |
| 709 | | ROM_END |
| 710 | | |
| 711 | | ROM_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)) |
| 726 | | ROM_END |
| 727 | | |
| 728 | | ROM_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)) |
| 743 | | ROM_END |
| 744 | | |
| 745 | | /*------------------------------------------------------------------- |
| 746 | 270 | / Title Fight (#726) |
| 747 | 271 | /-------------------------------------------------------------------*/ |
| 748 | 272 | ROM_START(tfight) |
| 749 | 273 | ROM_REGION(0x10000, "maincpu", 0) |
| 750 | 274 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(43b3193a) SHA1(bd185fe67c147a6acca8e78da4b77c384124fc46)) |
| 275 | |
| 751 | 276 | ROM_REGION(0x10000, "cpu3", 0) |
| 752 | 277 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(9514739f) SHA1(2794549f549d68e064a9a962a4e91fff7dcf0160)) |
| 278 | |
| 753 | 279 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 754 | 280 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(8591d421) SHA1(74402cf8b419e0cb05069851b0d5616e66b2f0a9)) |
| 755 | 281 | ROM_END |
| r32791 | r32792 | |
| 760 | 286 | ROM_START(vegas) |
| 761 | 287 | ROM_REGION(0x10000, "maincpu", 0) |
| 762 | 288 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(48189981) SHA1(95144af4b222158becd4d5748d15b7b6c6021bd2)) |
| 289 | |
| 763 | 290 | ROM_REGION(0x10000, "cpu3", 0) |
| 764 | 291 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(46eb5755) SHA1(94ec2d0cf41f68a8c3d7505186b11b4abb4803db)) |
| 292 | |
| 765 | 293 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 766 | 294 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(af1095f1) SHA1(06609085cd74b969e4f2ec962c427c5c42ebc6ff)) |
| 767 | 295 | ROM_END |
| 768 | 296 | |
| 769 | | /*------------------------------------------------------------------- |
| 770 | | / Waterworld |
| 771 | | /-------------------------------------------------------------------*/ |
| 772 | | ROM_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)) |
| 785 | | ROM_END |
| 786 | 297 | |
| 787 | | ROM_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)) |
| 800 | | ROM_END |
| 801 | | |
| 802 | | /*------------------------------------------------------------------- |
| 803 | | / Wipeout |
| 804 | | /-------------------------------------------------------------------*/ |
| 805 | | ROM_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)) |
| 820 | | ROM_END |
| 821 | | |
| 822 | | /*------------------------------------------------------------------- |
| 823 | | / World Challenge Soccer |
| 824 | | /-------------------------------------------------------------------*/ |
| 825 | | ROM_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)) |
| 840 | | ROM_END |
| 841 | | |
| 842 | | ROM_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)) |
| 857 | | ROM_END |
| 858 | | |
| 859 | 298 | /************************************/ |
| 860 | | /* NOT OFFICIALY LISTED */ |
| 299 | /* NOT OFFICIALLY LISTED */ |
| 861 | 300 | /************************************/ |
| 862 | 301 | |
| 863 | 302 | /*------------------------------------------------------------------- |
| r32791 | r32792 | |
| 866 | 305 | ROM_START(tt_game) |
| 867 | 306 | ROM_REGION(0x10000, "maincpu", 0) |
| 868 | 307 | ROM_LOAD("gprom.bin", 0x0000, 0x10000, CRC(e7944b75) SHA1(b73f2e0004556c8aa88baef0cddcdefb5b905b8d)) |
| 308 | |
| 869 | 309 | ROM_REGION(0x10000, "cpu3", 0) |
| 870 | 310 | ROM_LOAD("drom1.bin", 0x8000, 0x8000, NO_DUMP) |
| 311 | |
| 871 | 312 | ROM_REGION(0x100000, "sound1", 0) |
| 872 | 313 | ROM_LOAD("arom1.bin", 0x00000, 0x20000, CRC(b0983d90) SHA1(72e6a71f20fd5849543ca13813f062a3fc1d7dcf)) |
| 873 | 314 | ROM_RELOAD(0x00000+0x40000, 0x20000) |
| r32791 | r32792 | |
| 877 | 318 | ROM_RELOAD(0x20000+0x40000, 0x20000) |
| 878 | 319 | ROM_RELOAD(0x20000+0x80000, 0x20000) |
| 879 | 320 | ROM_RELOAD(0x20000+0xc0000, 0x20000) |
| 321 | |
| 880 | 322 | ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF) |
| 881 | 323 | ROM_LOAD("yrom1.bin", 0x8000, 0x8000, NO_DUMP) |
| 882 | 324 | ROM_END |
| 883 | 325 | |
| 884 | | /*------------------------------------------------------------------- |
| 885 | | / Strikes n' Spares (#N111) |
| 886 | | /-------------------------------------------------------------------*/ |
| 887 | | ROM_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)) |
| 900 | | ROM_END |
| 901 | | ROM_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)) |
| 914 | | ROM_END |
| 915 | | |
| 916 | | |
| 917 | | GAME(1996, barbwire, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Barb Wire", GAME_IS_SKELETON_MECHANICAL) |
| 918 | | GAME(1990, bellring, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Bell Ringer", GAME_IS_SKELETON_MECHANICAL) |
| 919 | | GAME(1996, brooks, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Brooks & Dunn (rev.T1)", GAME_IS_SKELETON_MECHANICAL) |
| 920 | | GAME(1991, cactjack, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Cactus Jack's", GAME_IS_SKELETON_MECHANICAL) |
| 921 | | GAME(1991, carhop, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Car Hop", GAME_IS_SKELETON_MECHANICAL) |
| 922 | | GAME(1989, ccruise, 0, gts3, gts3, gts3_state, gts3, ROT0, "International Concepts","Caribbean Cruise", GAME_IS_SKELETON_MECHANICAL) |
| 923 | | GAME(1991, clas1812, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Class of 1812", GAME_IS_SKELETON_MECHANICAL) |
| 924 | | GAME(1992, cueball, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Cue Ball Wizard", GAME_IS_SKELETON_MECHANICAL) |
| 925 | | GAME(1990, deadweap, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Deadly Weapon", GAME_IS_SKELETON_MECHANICAL) |
| 926 | | GAME(1995, bighurt, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Frank Thomas' Big Hurt (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 927 | | GAME(1994, freddy, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 928 | | GAME(1994, freddy4, freddy, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.4)", GAME_IS_SKELETON_MECHANICAL) |
| 929 | | GAME(1993, gladiatp, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Gladiators", GAME_IS_SKELETON_MECHANICAL) |
| 930 | | GAME(1991, hoops, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Hoops", GAME_IS_SKELETON_MECHANICAL) |
| 931 | 326 | GAME(1989, lca, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Lights...Camera...Action!", GAME_IS_SKELETON_MECHANICAL) |
| 932 | 327 | GAME(1989, lca2, lca, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Lights...Camera...Action! (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 933 | | GAME(1995, andretti, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Mario Andretti", GAME_IS_SKELETON_MECHANICAL) |
| 934 | | GAME(1995, andretti4, andretti, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Mario Andretti (rev.T4)", GAME_IS_SKELETON_MECHANICAL) |
| 935 | | GAME(1990, nudgeit, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Nudge-It", GAME_IS_SKELETON_MECHANICAL) |
| 936 | | GAME(1992, opthund, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Operation: Thunder", GAME_IS_SKELETON_MECHANICAL) |
| 937 | | GAME(1994, rescu911, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Rescue 911 (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 938 | | GAME(1995, shaqattq, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Shaq Attaq (rev.5)", GAME_IS_SKELETON_MECHANICAL) |
| 939 | | GAME(1995, shaqattq2, shaqattq, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Shaq Attaq (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 940 | 328 | GAME(1990, silvslug, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Silver Slugger", GAME_IS_SKELETON_MECHANICAL) |
| 941 | | GAME(1995, stargatp, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Stargate (Pinball)", GAME_IS_SKELETON_MECHANICAL) |
| 942 | | GAME(1995, stargatp1, stargatp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Stargate (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 943 | | GAME(1995, stargatp2, stargatp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Stargate (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 944 | | GAME(1995, stargatp3, stargatp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Stargate (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 945 | | GAME(1995, stargatp4, stargatp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Stargate (rev.4)", GAME_IS_SKELETON_MECHANICAL) |
| 946 | | GAME(1993, sfight2, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Street Fighter II", GAME_IS_SKELETON_MECHANICAL) |
| 947 | | GAME(1993, sfight2a, sfight2, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Street Fighter II (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 948 | | GAME(1993, sfight2b, sfight2, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Street Fighter II (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 949 | | GAME(1992, smb, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Super Mario Brothers", GAME_IS_SKELETON_MECHANICAL) |
| 950 | | GAME(1992, smb1, smb, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Super Mario Brothers (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 951 | | GAME(1992, smb2, smb, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Super Mario Brothers (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 952 | | GAME(1992, smb3, smb, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Super Mario Brothers (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 953 | | GAME(1992, smbmush, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Super Mario Brothers Mushroom World", GAME_IS_SKELETON_MECHANICAL) |
| 954 | | GAME(1991, surfnsaf, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Surf'n Safari", GAME_IS_SKELETON_MECHANICAL) |
| 955 | | GAME(1993, teedoffp, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Tee'd Off", GAME_IS_SKELETON_MECHANICAL) |
| 956 | | GAME(1993, teedoffp1, teedoffp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Tee'd Off (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 957 | | GAME(1993, teedoffp3, teedoffp, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Tee'd Off (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 958 | | GAME(1990, tfight, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Title Fight", GAME_IS_SKELETON_MECHANICAL) |
| 959 | 329 | GAME(1990, vegas, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Vegas", GAME_IS_SKELETON_MECHANICAL) |
| 960 | | GAME(1995, waterwld, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Waterworld (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 961 | | GAME(1995, waterwld2, waterwld, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Waterworld (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 962 | | GAME(1993, wipeout, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Wipeout (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 963 | | GAME(1994, wcsoccer, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "World Challenge Soccer (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 964 | | GAME(1994, wcsoccerd2, wcsoccer, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "World Challenge Soccer (disp.rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 330 | GAME(1990, deadweap, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Deadly Weapon", GAME_IS_SKELETON_MECHANICAL) |
| 331 | GAME(1990, tfight, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Title Fight", GAME_IS_SKELETON_MECHANICAL) |
| 332 | GAME(1990, nudgeit, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Nudge-It", GAME_IS_SKELETON_MECHANICAL) |
| 333 | GAME(1990, bellring, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Bell Ringer", GAME_IS_SKELETON_MECHANICAL) |
| 334 | GAME(1991, carhop, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Car Hop", GAME_IS_SKELETON_MECHANICAL) |
| 335 | GAME(1991, hoops, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Hoops", GAME_IS_SKELETON_MECHANICAL) |
| 336 | GAME(1991, cactjack, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Cactus Jack's", GAME_IS_SKELETON_MECHANICAL) |
| 337 | GAME(1991, clas1812, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Class of 1812", GAME_IS_SKELETON_MECHANICAL) |
| 338 | GAME(1991, surfnsaf, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Surf'n Safari", GAME_IS_SKELETON_MECHANICAL) |
| 339 | GAME(1992, opthund, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Operation: Thunder", GAME_IS_SKELETON_MECHANICAL) |
| 965 | 340 | GAME(19??, tt_game, 0, gts3, gts3, gts3_state, gts3, ROT0, "Toptronic", "unknown Toptronic pinball game", GAME_IS_SKELETON_MECHANICAL) |
| 966 | | GAME(1995, snspares, 0, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Strikes n' Spares (rev.6)", GAME_IS_SKELETON_MECHANICAL) |
| 967 | | GAME(1995, snspares1, snspares, gts3, gts3, gts3_state, gts3, ROT0, "Gottlieb", "Strikes n' Spares (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 341 | GAME(1989, ccruise, 0, gts3, gts3, gts3_state, gts3, ROT0, "International Concepts","Caribbean Cruise", GAME_IS_SKELETON_MECHANICAL) |
trunk/src/mame/drivers/gts3a.c
| r0 | r32792 | |
| 1 | /* |
| 2 | Gottlieb System 3 |
| 3 | */ |
| 4 | |
| 5 | |
| 6 | #include "emu.h" |
| 7 | #include "cpu/m6502/m65c02.h" |
| 8 | |
| 9 | class gts3a_state : public driver_device |
| 10 | { |
| 11 | public: |
| 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 | |
| 17 | protected: |
| 18 | |
| 19 | // devices |
| 20 | required_device<cpu_device> m_maincpu; |
| 21 | |
| 22 | // driver_device overrides |
| 23 | virtual void machine_reset(); |
| 24 | public: |
| 25 | DECLARE_DRIVER_INIT(gts3a); |
| 26 | }; |
| 27 | |
| 28 | |
| 29 | static ADDRESS_MAP_START( gts3a_map, AS_PROGRAM, 8, gts3a_state ) |
| 30 | AM_RANGE(0x0000, 0xffff) AM_NOP |
| 31 | ADDRESS_MAP_END |
| 32 | |
| 33 | static INPUT_PORTS_START( gts3a ) |
| 34 | INPUT_PORTS_END |
| 35 | |
| 36 | void gts3a_state::machine_reset() |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | DRIVER_INIT_MEMBER(gts3a_state,gts3a) |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | static MACHINE_CONFIG_START( gts3a, gts3a_state ) |
| 45 | /* basic machine hardware */ |
| 46 | MCFG_CPU_ADD("maincpu", M65C02, 2000000) |
| 47 | MCFG_CPU_PROGRAM_MAP(gts3a_map) |
| 48 | MACHINE_CONFIG_END |
| 49 | |
| 50 | /*------------------------------------------------------------------- |
| 51 | / Barb Wire (#748) |
| 52 | /-------------------------------------------------------------------*/ |
| 53 | ROM_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)) |
| 72 | ROM_END |
| 73 | |
| 74 | /*------------------------------------------------------------------- |
| 75 | / Brooks & Dunn (#749) |
| 76 | /-------------------------------------------------------------------*/ |
| 77 | ROM_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) |
| 96 | ROM_END |
| 97 | |
| 98 | /*------------------------------------------------------------------- |
| 99 | / Cue Ball Wizard (#734) |
| 100 | /-------------------------------------------------------------------*/ |
| 101 | ROM_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)) |
| 122 | ROM_END |
| 123 | |
| 124 | /*------------------------------------------------------------------- |
| 125 | / Frank Thomas' Big Hurt (#745) |
| 126 | /-------------------------------------------------------------------*/ |
| 127 | ROM_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)) |
| 146 | ROM_END |
| 147 | |
| 148 | /*------------------------------------------------------------------- |
| 149 | / Freddy: A Nightmare on Elm Street (#744) |
| 150 | /-------------------------------------------------------------------*/ |
| 151 | ROM_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)) |
| 170 | ROM_END |
| 171 | |
| 172 | ROM_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)) |
| 191 | ROM_END |
| 192 | /*------------------------------------------------------------------- |
| 193 | / Gladiators (#737) |
| 194 | /-------------------------------------------------------------------*/ |
| 195 | ROM_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)) |
| 215 | ROM_END |
| 216 | |
| 217 | /*------------------------------------------------------------------- |
| 218 | / Mario Andretti (#747) |
| 219 | /-------------------------------------------------------------------*/ |
| 220 | ROM_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)) |
| 239 | ROM_END |
| 240 | |
| 241 | ROM_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)) |
| 260 | ROM_END |
| 261 | |
| 262 | /*------------------------------------------------------------------- |
| 263 | / Rescue 911 (#740) |
| 264 | /-------------------------------------------------------------------*/ |
| 265 | ROM_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)) |
| 284 | ROM_END |
| 285 | |
| 286 | /*------------------------------------------------------------------- |
| 287 | / Shaq Attaq (#743) |
| 288 | /-------------------------------------------------------------------*/ |
| 289 | ROM_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)) |
| 308 | ROM_END |
| 309 | |
| 310 | ROM_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)) |
| 329 | ROM_END |
| 330 | |
| 331 | /*------------------------------------------------------------------- |
| 332 | / Stargate (#742) |
| 333 | /-------------------------------------------------------------------*/ |
| 334 | ROM_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)) |
| 352 | ROM_END |
| 353 | |
| 354 | ROM_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)) |
| 372 | ROM_END |
| 373 | |
| 374 | ROM_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)) |
| 392 | ROM_END |
| 393 | |
| 394 | ROM_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)) |
| 412 | ROM_END |
| 413 | |
| 414 | ROM_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)) |
| 432 | ROM_END |
| 433 | |
| 434 | /*------------------------------------------------------------------- |
| 435 | / Street Fighter II (#735) |
| 436 | /-------------------------------------------------------------------*/ |
| 437 | ROM_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)) |
| 457 | ROM_END |
| 458 | |
| 459 | ROM_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)) |
| 479 | ROM_END |
| 480 | |
| 481 | ROM_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)) |
| 501 | ROM_END |
| 502 | |
| 503 | /*------------------------------------------------------------------- |
| 504 | / Strikes n' Spares (#N111) |
| 505 | /-------------------------------------------------------------------*/ |
| 506 | ROM_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)) |
| 524 | ROM_END |
| 525 | ROM_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)) |
| 543 | ROM_END |
| 544 | |
| 545 | /*------------------------------------------------------------------- |
| 546 | / Super Mario Brothers (#733) - Only one dsprom dump seems to work? |
| 547 | /-------------------------------------------------------------------*/ |
| 548 | ROM_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)) |
| 569 | ROM_END |
| 570 | |
| 571 | ROM_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)) |
| 592 | ROM_END |
| 593 | |
| 594 | ROM_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)) |
| 615 | ROM_END |
| 616 | |
| 617 | ROM_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)) |
| 638 | ROM_END |
| 639 | |
| 640 | /*------------------------------------------------------------------- |
| 641 | / Super Mario Brothers Mushroom World (N105) |
| 642 | /-------------------------------------------------------------------*/ |
| 643 | ROM_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)) |
| 664 | ROM_END |
| 665 | |
| 666 | /*------------------------------------------------------------------- |
| 667 | / Tee'd Off (#736) |
| 668 | /-------------------------------------------------------------------*/ |
| 669 | ROM_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)) |
| 689 | ROM_END |
| 690 | |
| 691 | ROM_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)) |
| 711 | ROM_END |
| 712 | |
| 713 | ROM_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)) |
| 733 | ROM_END |
| 734 | |
| 735 | /*------------------------------------------------------------------- |
| 736 | / Waterworld (#746) |
| 737 | /-------------------------------------------------------------------*/ |
| 738 | ROM_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)) |
| 756 | ROM_END |
| 757 | |
| 758 | ROM_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)) |
| 776 | ROM_END |
| 777 | |
| 778 | /*------------------------------------------------------------------- |
| 779 | / Wipeout (#738) |
| 780 | /-------------------------------------------------------------------*/ |
| 781 | ROM_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)) |
| 801 | ROM_END |
| 802 | |
| 803 | /*------------------------------------------------------------------- |
| 804 | / World Challenge Soccer (#741) |
| 805 | /-------------------------------------------------------------------*/ |
| 806 | ROM_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)) |
| 826 | ROM_END |
| 827 | |
| 828 | ROM_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)) |
| 848 | ROM_END |
| 849 | |
| 850 | GAME(1992, smb, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Super Mario Brothers", GAME_IS_SKELETON_MECHANICAL) |
| 851 | GAME(1992, smb1, smb, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Super Mario Brothers (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 852 | GAME(1992, smb2, smb, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Super Mario Brothers (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 853 | GAME(1992, smb3, smb, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Super Mario Brothers (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 854 | GAME(1992, smbmush, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Super Mario Brothers Mushroom World", GAME_IS_SKELETON_MECHANICAL) |
| 855 | GAME(1992, cueball, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Cue Ball Wizard", GAME_IS_SKELETON_MECHANICAL) |
| 856 | GAME(1993, sfight2, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Street Fighter II", GAME_IS_SKELETON_MECHANICAL) |
| 857 | GAME(1993, sfight2a, sfight2, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Street Fighter II (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 858 | GAME(1993, sfight2b, sfight2, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Street Fighter II (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 859 | GAME(1993, teedoffp, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Tee'd Off", GAME_IS_SKELETON_MECHANICAL) |
| 860 | GAME(1993, teedoffp1, teedoffp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Tee'd Off (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 861 | GAME(1993, teedoffp3, teedoffp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Tee'd Off (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 862 | GAME(1993, gladiatp, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Gladiators", GAME_IS_SKELETON_MECHANICAL) |
| 863 | GAME(1993, wipeout, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Wipeout (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 864 | GAME(1994, rescu911, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Rescue 911 (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 865 | GAME(1994, wcsoccer, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "World Challenge Soccer (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 866 | GAME(1994, wcsoccerd2, wcsoccer, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "World Challenge Soccer (disp.rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 867 | GAME(1995, stargatp, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (Pinball)", GAME_IS_SKELETON_MECHANICAL) |
| 868 | GAME(1995, stargatp1, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 869 | GAME(1995, stargatp2, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 870 | GAME(1995, stargatp3, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 871 | GAME(1995, stargatp4, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.4)", GAME_IS_SKELETON_MECHANICAL) |
| 872 | GAME(1995, shaqattq, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Shaq Attaq (rev.5)", GAME_IS_SKELETON_MECHANICAL) |
| 873 | GAME(1995, shaqattq2, shaqattq, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Shaq Attaq (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 874 | GAME(1994, freddy, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 875 | GAME(1994, freddy4, freddy, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.4)", GAME_IS_SKELETON_MECHANICAL) |
| 876 | GAME(1995, bighurt, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Frank Thomas' Big Hurt (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 877 | GAME(1995, waterwld, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Waterworld (rev.3)", GAME_IS_SKELETON_MECHANICAL) |
| 878 | GAME(1995, waterwld2, waterwld, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Waterworld (rev.2)", GAME_IS_SKELETON_MECHANICAL) |
| 879 | GAME(1995, snspares, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Strikes n' Spares (rev.6)", GAME_IS_SKELETON_MECHANICAL) |
| 880 | GAME(1995, snspares1, snspares, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Strikes n' Spares (rev.1)", GAME_IS_SKELETON_MECHANICAL) |
| 881 | GAME(1995, andretti, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Mario Andretti", GAME_IS_SKELETON_MECHANICAL) |
| 882 | GAME(1995, andretti4, andretti, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Mario Andretti (rev.T4)", GAME_IS_SKELETON_MECHANICAL) |
| 883 | GAME(1996, barbwire, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Barb Wire", GAME_IS_SKELETON_MECHANICAL) |
| 884 | GAME(1996, brooks, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Brooks & Dunn (rev.T1)", GAME_IS_SKELETON_MECHANICAL) |