trunk/src/mame/drivers/bfm_sc5.c
| r19477 | r19478 | |
| 6 | 6 | |
| 7 | 7 | This system is not emulated. |
| 8 | 8 | |
| 9 | | Several sets have large roms, containing strings which mention Compact Flash cards |
| 10 | | - These appear to be Adder 5 sets, I don't know if they're also meant to have |
| 11 | | regular program roms like sc5 and the Adder 4. |
| 12 | | |
| 13 | | Many sound roms are missing! |
| 14 | | |
| 15 | 9 | */ |
| 16 | 10 | |
| 17 | 11 | |
| 18 | 12 | #include "emu.h" |
| 19 | | #include "cpu/m68000/m68000.h" |
| 20 | | #include "includes/bfm_sc45.h" |
| 13 | #include "includes/bfm_sc5.h" |
| 21 | 14 | |
| 22 | | class sc5_state : public driver_device |
| 23 | | { |
| 24 | | public: |
| 25 | | sc5_state(const machine_config &mconfig, device_type type, const char *tag) |
| 26 | | : driver_device(mconfig, type, tag), |
| 27 | | m_maincpu(*this, "maincpu") |
| 28 | | { } |
| 29 | 15 | |
| 30 | | protected: |
| 31 | | |
| 32 | | // devices |
| 33 | | required_device<cpu_device> m_maincpu; |
| 34 | | public: |
| 35 | | DECLARE_DRIVER_INIT(sc5); |
| 36 | | INTERRUPT_GEN_MEMBER(sc5_fake_timer_int); |
| 37 | | }; |
| 38 | | |
| 39 | | |
| 40 | | static ADDRESS_MAP_START( sc5_map, AS_PROGRAM, 32, sc5_state ) |
| 16 | static ADDRESS_MAP_START( sc5_map, AS_PROGRAM, 32, bfm_sc5_state ) |
| 41 | 17 | AM_RANGE(0x00000000, 0x002fffff) AM_ROM |
| 42 | 18 | AM_RANGE(0x01000000, 0x0100ffff) AM_RAM |
| 43 | 19 | AM_RANGE(0x40000000, 0x40000fff) AM_RAM |
| 44 | 20 | ADDRESS_MAP_END |
| 45 | 21 | |
| 46 | | static INPUT_PORTS_START( sc5 ) |
| 22 | INPUT_PORTS_START( bfm_sc5 ) |
| 47 | 23 | INPUT_PORTS_END |
| 48 | 24 | |
| 49 | | INTERRUPT_GEN_MEMBER(sc5_state::sc5_fake_timer_int) |
| 25 | INTERRUPT_GEN_MEMBER(bfm_sc5_state::sc5_fake_timer_int) |
| 50 | 26 | { |
| 51 | 27 | // this should be coming from the Timer / SIM modules of the Coldfire |
| 52 | | machine().device("maincpu")->execute().set_input_line_and_vector(5, HOLD_LINE, 0x8c); |
| 28 | //machine().device("maincpu")->execute().set_input_line_and_vector(5, HOLD_LINE, 0x8c); |
| 53 | 29 | } |
| 54 | 30 | |
| 55 | | static MACHINE_CONFIG_START( sc5, sc5_state ) |
| 31 | MACHINE_CONFIG_START( bfm_sc5, bfm_sc5_state ) |
| 56 | 32 | MCFG_CPU_ADD("maincpu", MCF5206E, 40000000) /* MCF5206eFT */ |
| 57 | 33 | MCFG_CPU_PROGRAM_MAP(sc5_map) |
| 58 | | MCFG_CPU_PERIODIC_INT_DRIVER(sc5_state, sc5_fake_timer_int, 1000) |
| 34 | MCFG_CPU_PERIODIC_INT_DRIVER(bfm_sc5_state, sc5_fake_timer_int, 1000) |
| 59 | 35 | |
| 60 | 36 | MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker") |
| 61 | 37 | /* unknown sound */ |
| 62 | 38 | MACHINE_CONFIG_END |
| 63 | | |
| 64 | | |
| 65 | | |
| 66 | | ROM_START( sc5plays ) |
| 67 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 68 | | ROM_LOAD16_BYTE( "95424604.lo", 0x00001, 0x080000, CRC(5246dbec) SHA1(427134776ec8301c2eaea0c998234dd439952749) ) |
| 69 | | ROM_LOAD16_BYTE( "95424605.hi", 0x00000, 0x080000, CRC(e975cc4e) SHA1(7dc7700eefded96076cf79d6a16cbcb24c06aa9d) ) |
| 70 | | sc_plays_others |
| 71 | | ROM_END |
| 72 | | |
| 73 | | ROM_START( sc5playsa ) |
| 74 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 75 | | ROM_LOAD16_BYTE( "95425604.lo", 0x00001, 0x080000, CRC(0b0d5566) SHA1(a8c8ba0f05bd9b17fe7ea97ff25e407b559bfe6e) ) |
| 76 | | ROM_LOAD16_BYTE( "95425605.hi", 0x00000, 0x080000, CRC(62e1c485) SHA1(7c006b69c1748ef16e6ba4fdf8684fca58d5f1ff) ) |
| 77 | | sc_plays_others |
| 78 | | ROM_END |
| 79 | | |
| 80 | | |
| 81 | | |
| 82 | | ROM_START( sc5adga ) |
| 83 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 84 | | ROM_LOAD16_BYTE( "95426374.lo", 0x00001, 0x080000, CRC(e5a83baa) SHA1(893f711cc4c336d590b573a5d2be3eca71f504bb) ) |
| 85 | | ROM_LOAD16_BYTE( "95426375.hi", 0x00000, 0x080000, CRC(584703e9) SHA1(81da9b9b69779e1d69a2e771065113f6e3d1228f) ) |
| 86 | | sc_adga_others |
| 87 | | ROM_END |
| 88 | | |
| 89 | | ROM_START( sc5adgaa ) |
| 90 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 91 | | ROM_LOAD16_BYTE( "95427374.lo", 0x00001, 0x080000, CRC(77d2ba04) SHA1(f192edc5f0c7c487737d5a2b26b481ed37e287c7) ) |
| 92 | | ROM_LOAD16_BYTE( "95427375.hi", 0x00000, 0x080000, CRC(35e3bc9f) SHA1(e1b5f9d8f32f10f03ea208e40a759fff663e7af8) ) |
| 93 | | sc_adga_others |
| 94 | | ROM_END |
| 95 | | |
| 96 | | ROM_START( sc5adgab ) |
| 97 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 98 | | ROM_LOAD16_BYTE( "p3214p13.hi", 0x00000, 0x080000, CRC(07a89d93) SHA1(ce636454372274955edf61e837b11525916cb059) ) |
| 99 | | ROM_LOAD16_BYTE( "p3214p13.lo", 0x00001, 0x080000, CRC(6d132a98) SHA1(d3b4d7d336ab186c2962dc2da9cfc593c9dc182d) ) |
| 100 | | sc_adga_others |
| 101 | | ROM_END |
| 102 | | |
| 103 | | ROM_START( sc5adgac ) |
| 104 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 105 | | ROM_LOAD16_BYTE( "p3214s13.hi", 0x00000, 0x080000, CRC(0b9888e7) SHA1(92f6e42782a000163089c60e20f98930a2de0601) ) |
| 106 | | ROM_LOAD16_BYTE( "p3214s13.lo", 0x00001, 0x080000, CRC(ab2a0599) SHA1(e0be6369c0ee4d8542f3a29ad4fc9cfe1ad73c62) ) |
| 107 | | sc_adga_others |
| 108 | | ROM_END |
| 109 | | |
| 110 | | |
| 111 | | |
| 112 | | ROM_START( sc5adgtc ) |
| 113 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 114 | | ROM_LOAD16_BYTE( "p3214p11.hi", 0x00000, 0x080000, CRC(dff99bd2) SHA1(4108684ccdb77d723e53a8adb258eb422502b624) ) |
| 115 | | ROM_LOAD16_BYTE( "p3214p11.lo", 0x00001, 0x080000, CRC(7bd8446b) SHA1(d0d66edf560fc518b48a3ae93aa51233837479a5) ) |
| 116 | | sc_adgtc_others |
| 117 | | ROM_END |
| 118 | | |
| 119 | | ROM_START( sc5adgtca ) |
| 120 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 121 | | ROM_LOAD16_BYTE( "p3214s11.hi", 0x00000, 0x080000, CRC(4869c664) SHA1(4338e941d6756b4f2f4b86a47789ebf956c10333) ) |
| 122 | | ROM_LOAD16_BYTE( "p3214s11.lo", 0x00001, 0x080000, CRC(937fe069) SHA1(393671b649608e2f43534636bda42199b2c19f32) ) |
| 123 | | sc_adgtc_others |
| 124 | | ROM_END |
| 125 | | |
| 126 | | |
| 127 | | |
| 128 | | ROM_START( sc5bjob ) |
| 129 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 130 | | ROM_LOAD16_BYTE( "g95426588.lo", 0x00001, 0x080000, CRC(b56aa911) SHA1(a2d4e93fe7b5d2340c907769adb52cba176f89d1) ) |
| 131 | | ROM_LOAD16_BYTE( "g95426589.hi", 0x00000, 0x080000, CRC(ec36a251) SHA1(c636dcfcb7cd0e306bd04ce69b21d8a8072261fe) ) |
| 132 | | sc_bjob_others |
| 133 | | ROM_END |
| 134 | | |
| 135 | | ROM_START( sc5bjoba ) |
| 136 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 137 | | ROM_LOAD16_BYTE( "g95426620.lo", 0x00001, 0x080000, CRC(ad2605bb) SHA1(e3798ed3bb54415064ab6da7936c5fb9e9a34a23) ) |
| 138 | | ROM_LOAD16_BYTE( "g95426621.hi", 0x00000, 0x080000, CRC(8679fcee) SHA1(4903bdca94598ba1c5b65d3ae18d5f0f90b30165) ) |
| 139 | | sc_bjob_others |
| 140 | | ROM_END |
| 141 | | |
| 142 | | ROM_START( sc5bjobb ) |
| 143 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 144 | | ROM_LOAD16_BYTE( "g95426672.lo", 0x00001, 0x080000, CRC(4d19718f) SHA1(b03b246f23058de1a24ae805389b9901d3d070b0) ) |
| 145 | | ROM_LOAD16_BYTE( "g95426673.hi", 0x00000, 0x080000, CRC(d50073e9) SHA1(3e7c5b2ee0d65e596329dc15d638463feed21702) ) |
| 146 | | sc_bjob_others |
| 147 | | ROM_END |
| 148 | | |
| 149 | | ROM_START( sc5bjobc ) |
| 150 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 151 | | ROM_LOAD16_BYTE( "g95426716.lo", 0x00001, 0x080000, CRC(2acdf369) SHA1(7ee4689b8992a4b65d1a71c16bf69eee5af7f6a7) ) |
| 152 | | ROM_LOAD16_BYTE( "g95426717.hi", 0x00000, 0x080000, CRC(2014d898) SHA1(265a112c83b9216928c6febd55da68b5fc89b84e) ) |
| 153 | | sc_bjob_others |
| 154 | | ROM_END |
| 155 | | |
| 156 | | ROM_START( sc5bjobd ) |
| 157 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 158 | | ROM_LOAD16_BYTE( "g95426892.lo", 0x00001, 0x080000, CRC(f9496abd) SHA1(65f6e5dac4793f8723ff0d38663a74c544be33a3) ) |
| 159 | | ROM_LOAD16_BYTE( "g95426893.hi", 0x00000, 0x080000, CRC(1ae5adac) SHA1(ed5b406e198e99feb6249df664b27bbbe098a7aa) ) |
| 160 | | sc_bjob_others |
| 161 | | ROM_END |
| 162 | | |
| 163 | | ROM_START( sc5bjobe ) |
| 164 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 165 | | ROM_LOAD16_BYTE( "g95427588.lo", 0x00001, 0x080000, CRC(c73c53f6) SHA1(6f7e7befa27b9521817cd275c40f2110331f7bd1) ) |
| 166 | | ROM_LOAD16_BYTE( "g95427589.hi", 0x00000, 0x080000, CRC(753bab78) SHA1(b534aaceca3c5a64780071c05cdba6319ed3abc2) ) |
| 167 | | sc_bjob_others |
| 168 | | ROM_END |
| 169 | | |
| 170 | | ROM_START( sc5bjobf ) |
| 171 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 172 | | ROM_LOAD16_BYTE( "g95427620.lo", 0x00001, 0x080000, CRC(5ea85161) SHA1(bf18d73213e72e532da92a93f143e544f3ae8d0c) ) |
| 173 | | ROM_LOAD16_BYTE( "g95427621.hi", 0x00000, 0x080000, CRC(15cb3c62) SHA1(3f0a44c0136ba978a994974cffcf8772cf04c461) ) |
| 174 | | sc_bjob_others |
| 175 | | ROM_END |
| 176 | | |
| 177 | | ROM_START( sc5bjobg ) |
| 178 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 179 | | ROM_LOAD16_BYTE( "g95427672.lo", 0x00001, 0x080000, CRC(e631253c) SHA1(1222ee7b2e29f2ff52f3f1a2cf3579424400047b) ) |
| 180 | | ROM_LOAD16_BYTE( "g95427673.hi", 0x00000, 0x080000, CRC(dd773396) SHA1(92de59a940f7d5b831e3057d159d7e66fb486ba2) ) |
| 181 | | sc_bjob_others |
| 182 | | ROM_END |
| 183 | | |
| 184 | | ROM_START( sc5bjobh ) |
| 185 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 186 | | ROM_LOAD16_BYTE( "g95427716.lo", 0x00001, 0x080000, CRC(4d461005) SHA1(5283a50b55cd38711f5b48b8c9ed68f9396a5bad) ) |
| 187 | | ROM_LOAD16_BYTE( "g95427717.hi", 0x00000, 0x080000, CRC(a8633e1c) SHA1(000d59182c959f44e73d24e1209cc77f2b246eee) ) |
| 188 | | sc_bjob_others |
| 189 | | ROM_END |
| 190 | | |
| 191 | | ROM_START( sc5bjobi ) |
| 192 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 193 | | ROM_LOAD16_BYTE( "g95427892.lo", 0x00001, 0x080000, CRC(48633820) SHA1(f3d6e9ddda131e5d47116ae41ac1b4b87bbad239) ) |
| 194 | | ROM_LOAD16_BYTE( "g95427893.hi", 0x00000, 0x080000, CRC(624dd2ef) SHA1(93818c088859a4b1190daf60907b91da8d836f0b) ) |
| 195 | | sc_bjob_others |
| 196 | | ROM_END |
| 197 | | |
| 198 | | |
| 199 | | |
| 200 | | ROM_START( sc5bkngx ) |
| 201 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 202 | | ROM_LOAD16_BYTE( "95416328.lo", 0x00001, 0x080000, CRC(5390798a) SHA1(4577812d04ea6ea462d6ba37ba008981e88e5af4) ) |
| 203 | | ROM_LOAD16_BYTE( "95416329.hi", 0x00000, 0x080000, CRC(98f21c81) SHA1(822c64d045dbfbf59fdde38a8ad21be0508f4f87) ) |
| 204 | | sc_bkngx_others |
| 205 | | ROM_END |
| 206 | | |
| 207 | | ROM_START( sc5bkngxa ) |
| 208 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 209 | | ROM_LOAD16_BYTE( "95417328.lo", 0x00001, 0x080000, CRC(817e8314) SHA1(7eb4464c29317e2d505f2b505352f184573adb81) ) |
| 210 | | ROM_LOAD16_BYTE( "95417329.hi", 0x00000, 0x080000, CRC(cbb63a7d) SHA1(272d8cc2b7fa499c54bb0561124bcfd7e5a78c23) ) |
| 211 | | sc_bkngx_others |
| 212 | | ROM_END |
| 213 | | |
| 214 | | ROM_START( sc5bucc ) |
| 215 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 216 | | ROM_LOAD16_BYTE( "p3216p71.hi", 0x00000, 0x080000, CRC(f1ee1a57) SHA1(afc4f9f3840afebe6ec14f5ec6eabe147a080dc1) ) |
| 217 | | ROM_LOAD16_BYTE( "p3216p71.lo", 0x00001, 0x080000, CRC(ddc9a6b6) SHA1(4bc541990313e06e11509a7c1afe8ffc2f7a6838) ) |
| 218 | | sc_bucc_others |
| 219 | | ROM_END |
| 220 | | |
| 221 | | ROM_START( sc5bucca ) |
| 222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 223 | | ROM_LOAD16_BYTE( "p3216p72.hi", 0x00000, 0x080000, CRC(9de364fd) SHA1(01c2e3764f339dac2a4b3021969ec71b988ded3b) ) |
| 224 | | ROM_LOAD16_BYTE( "p3216p72.lo", 0x00001, 0x080000, CRC(63ab9a8f) SHA1(d74e2389eff4201fce985f280412a4e0c2c83514) ) |
| 225 | | sc_bucc_others |
| 226 | | ROM_END |
| 227 | | |
| 228 | | ROM_START( sc5buccb ) |
| 229 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 230 | | ROM_LOAD16_BYTE( "p3216p73.hi", 0x00000, 0x080000, CRC(dec91d24) SHA1(9e0123ee969aeca4a8f13312cd58d5816ef2e2a5) ) |
| 231 | | ROM_LOAD16_BYTE( "p3216p73.lo", 0x00001, 0x080000, CRC(9f67e4fa) SHA1(b2caac73fbe6e313070fa73c355320f1198d67f1) ) |
| 232 | | sc_bucc_others |
| 233 | | ROM_END |
| 234 | | |
| 235 | | ROM_START( sc5buccc ) |
| 236 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 237 | | ROM_LOAD16_BYTE( "p3216s71.hi", 0x00000, 0x080000, CRC(e8763ac4) SHA1(aeb3c242ebd35b8b84a1beb0f998d550c258acfe) ) |
| 238 | | ROM_LOAD16_BYTE( "p3216s71.lo", 0x00001, 0x080000, CRC(5c72ac7b) SHA1(b6b391fabcc0e68cb967a3c543215e595da10061) ) |
| 239 | | sc_bucc_others |
| 240 | | ROM_END |
| 241 | | |
| 242 | | ROM_START( sc5buccd ) |
| 243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 244 | | ROM_LOAD16_BYTE( "p3216s72.hi", 0x00000, 0x080000, CRC(f68d9ac7) SHA1(00a3075d5c85dd530b9370c4c3495e065c66461f) ) |
| 245 | | ROM_LOAD16_BYTE( "p3216s72.lo", 0x00001, 0x080000, CRC(0edd2afb) SHA1(3ef1536beed26395b49cd7dcc6902b6b29154cc3) ) |
| 246 | | sc_bucc_others |
| 247 | | ROM_END |
| 248 | | |
| 249 | | ROM_START( sc5bucce ) |
| 250 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 251 | | ROM_LOAD16_BYTE( "p3216s73.hi", 0x00000, 0x080000, CRC(79fb2b1e) SHA1(76a46b039212f15869b271fa455b2a1e0fa03318) ) |
| 252 | | ROM_LOAD16_BYTE( "p3216s73.lo", 0x00001, 0x080000, CRC(b502b6de) SHA1(db7eb916f310c7ee96cf3f3209c885b1d3a55805) ) |
| 253 | | sc_bucc_others |
| 254 | | ROM_END |
| 255 | | |
| 256 | | |
| 257 | | |
| 258 | | ROM_START( sc5bpfpb ) |
| 259 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 260 | | ROM_LOAD16_BYTE( "p3205p71.hi", 0x00000, 0x080000, CRC(3105b47f) SHA1(379949c5fe6f678966aa28d6ba193b758c119a19) ) |
| 261 | | ROM_LOAD16_BYTE( "p3205p71.lo", 0x00001, 0x080000, CRC(9ee5e2cd) SHA1(57dc76b76b501e22e1ee9eec6a4161884910eecc) ) |
| 262 | | sc_bpfpb_others |
| 263 | | ROM_END |
| 264 | | |
| 265 | | |
| 266 | | ROM_START( sc5bpfpba ) |
| 267 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 268 | | ROM_LOAD16_BYTE( "p3205s71.hi", 0x00000, 0x080000, CRC(707602d4) SHA1(ff857a84aa5a1779b1ac957da457878f8f0efabd) ) |
| 269 | | ROM_LOAD16_BYTE( "p3205s71.lo", 0x00001, 0x080000, CRC(a255a583) SHA1(04d3efe7894180d89c90db1f1fbd5f0d1e1b2764) ) |
| 270 | | sc_bpfpb_others |
| 271 | | ROM_END |
| 272 | | |
| 273 | | |
| 274 | | |
| 275 | | ROM_START( sc5btiab ) |
| 276 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 277 | | ROM_LOAD16_BYTE( "p1914p11.hi", 0x00000, 0x080000, CRC(be0e6e7d) SHA1(3ce2c1c116991912e875a5ee86060a87739cc61c) ) |
| 278 | | ROM_LOAD16_BYTE( "p1914p11.lo", 0x00001, 0x080000, CRC(72ad4175) SHA1(01c7c504098159360c9ed1d6da75c9478d687e53) ) |
| 279 | | sc_btiab_others |
| 280 | | ROM_END |
| 281 | | |
| 282 | | |
| 283 | | |
| 284 | | ROM_START( sc5btrip ) |
| 285 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 286 | | ROM_LOAD16_BYTE( "p1744p11.hi", 0x00000, 0x080000, CRC(c4634163) SHA1(6d7ed6afcabbe38f3315140b7aa985c0acab1af5) ) |
| 287 | | ROM_LOAD16_BYTE( "p1744p11.lo", 0x00001, 0x080000, CRC(aaeef50f) SHA1(eccdbe5951314105ec5a06724582fc021e0dbd2c) ) |
| 288 | | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 289 | | ROM_END |
| 290 | | |
| 291 | | ROM_START( sc5btripa ) |
| 292 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 293 | | ROM_LOAD16_BYTE( "p1744s11.hi", 0x00000, 0x080000, CRC(89649f68) SHA1(3e785dce35cab75d1e8eaa98b11db7af2bb08b0a) ) |
| 294 | | ROM_LOAD16_BYTE( "p1744s11.lo", 0x00001, 0x080000, CRC(08bf00ea) SHA1(9eec569703d71db15d553b9f7a72931fa738f91a) ) |
| 295 | | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 296 | | ROM_END |
| 297 | | |
| 298 | | |
| 299 | | |
| 300 | | ROM_START( sc5bunny ) |
| 301 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 302 | | ROM_LOAD16_BYTE( "95416270.lo", 0x00001, 0x080000, CRC(c8935320) SHA1(904d34e1fd6245367d7c7d3f5286f5c60e949030) ) |
| 303 | | ROM_LOAD16_BYTE( "95416271.hi", 0x00000, 0x080000, CRC(61953e6a) SHA1(44da22a54a198b89e050ec88d4d0c669d09bc79e) ) |
| 304 | | sc_bunny_others |
| 305 | | ROM_END |
| 306 | | |
| 307 | | ROM_START( sc5bunnya ) |
| 308 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 309 | | ROM_LOAD16_BYTE( "95417270.lo", 0x00001, 0x080000, CRC(253cdfbe) SHA1(52f4adcbbbc3f0e8844181cdab32d6f4022927d5) ) |
| 310 | | ROM_LOAD16_BYTE( "95417271.hi", 0x00000, 0x080000, CRC(3701bf9d) SHA1(fc5f1e57a4df659913aef29a37ae52599a58c1bd) ) |
| 311 | | sc_bunny_others |
| 312 | | ROM_END |
| 313 | | |
| 314 | | |
| 315 | | |
| 316 | | ROM_START( sc5cbrun ) |
| 317 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 318 | | ROM_LOAD16_BYTE( "g95426670.lo", 0x00001, 0x080000, CRC(6ea51f05) SHA1(bf2a408134edd32942813a4915fe2223a3d78186) ) |
| 319 | | ROM_LOAD16_BYTE( "g95426671.hi", 0x00000, 0x080000, CRC(ab83a503) SHA1(f2a5d1083de79d8152c417ba218ad97c36744909) ) |
| 320 | | sc_cbrun_others |
| 321 | | ROM_END |
| 322 | | |
| 323 | | ROM_START( sc5cbruna ) |
| 324 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 325 | | ROM_LOAD16_BYTE( "g95427670.lo", 0x00001, 0x080000, CRC(e617766a) SHA1(99e2587677b51264fbb9edfbb3f9ded27b95dbac) ) |
| 326 | | ROM_LOAD16_BYTE( "g95427671.hi", 0x00000, 0x080000, CRC(1e20b280) SHA1(feae190c21f2a5839c3bed0205c3bdf488f42c5c) ) |
| 327 | | sc_cbrun_others |
| 328 | | ROM_END |
| 329 | | |
| 330 | | |
| 331 | | |
| 332 | | ROM_START( sc5cfact ) |
| 333 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 334 | | ROM_LOAD16_BYTE( "95412960.lo", 0x00001, 0x080000, CRC(0d29f038) SHA1(6a75b56b3af0acae99ed214dd0edbcbed5172b6f) ) |
| 335 | | ROM_LOAD16_BYTE( "95412961.hi", 0x00000, 0x080000, CRC(c83a672d) SHA1(0cc84da5d162312b194b130e1386cbc231d65043) ) |
| 336 | | sc_cfact_others |
| 337 | | ROM_END |
| 338 | | |
| 339 | | ROM_START( sc5cfacta ) |
| 340 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 341 | | ROM_LOAD16_BYTE( "cfactor.hi", 0x00000, 0x080000, CRC(c9ce2ef5) SHA1(46cb6dc3c1a670bf1cc66c9750046735bef6e654) ) |
| 342 | | ROM_LOAD16_BYTE( "cfactor.l0", 0x00001, 0x080000, CRC(1ce109d9) SHA1(9fb5f847a0732c7b356b45792224e81322c84472) ) |
| 343 | | sc_cfact_others |
| 344 | | ROM_END |
| 345 | | |
| 346 | | |
| 347 | | |
| 348 | | ROM_START( sc5ctit ) |
| 349 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 350 | | ROM_LOAD16_BYTE( "p3204p71.hi", 0x00000, 0x080000, CRC(66d0bd00) SHA1(5a613eda7baceaad1b948f494ed205b17f1f1efa) ) |
| 351 | | ROM_LOAD16_BYTE( "p3204p71.lo", 0x00001, 0x080000, CRC(8ec228c6) SHA1(f0ea566eeba816b3ef4188843c5f0b00b4aec84d) ) |
| 352 | | sc_ctit_others |
| 353 | | ROM_END |
| 354 | | |
| 355 | | ROM_START( sc5ctita ) |
| 356 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 357 | | ROM_LOAD16_BYTE( "p3204s71.hi", 0x00000, 0x080000, CRC(e86b8113) SHA1(c5e7a50e3acfb444edf7b7ac5334013291b8b2c8) ) |
| 358 | | ROM_LOAD16_BYTE( "p3204s71.lo", 0x00001, 0x080000, CRC(75cc8864) SHA1(0bea4b4ccc29c239154ea20363845eb46186e1cb) ) |
| 359 | | sc_ctit_others |
| 360 | | ROM_END |
| 361 | | |
| 362 | | |
| 363 | | |
| 364 | | |
| 365 | | ROM_START( sc5craid ) |
| 366 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 367 | | ROM_LOAD16_BYTE( "95420786.lo", 0x00001, 0x080000, CRC(b2ad952c) SHA1(34d4fe88f59a737b1931cf26f438f80c001fe338) ) |
| 368 | | ROM_LOAD16_BYTE( "95420787.hi", 0x00000, 0x080000, CRC(00be96b1) SHA1(dab040328e53a793941975d8247c287a8be275a2) ) |
| 369 | | sc_craid_others |
| 370 | | ROM_END |
| 371 | | |
| 372 | | |
| 373 | | ROM_START( sc5craida ) |
| 374 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 375 | | ROM_LOAD16_BYTE( "95421786.lo", 0x00001, 0x080000, CRC(084a10a9) SHA1(b7cb2e9bebfb2a5d9757f553e9e08d9cf36eb45f) ) |
| 376 | | ROM_LOAD16_BYTE( "95421787.hi", 0x00000, 0x080000, CRC(83217eba) SHA1(23d2741128e27c206180a7524688a3af3267710e) ) |
| 377 | | sc_craid_others |
| 378 | | ROM_END |
| 379 | | |
| 380 | | |
| 381 | | |
| 382 | | |
| 383 | | ROM_START( sc5cvega ) |
| 384 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 385 | | ROM_LOAD16_BYTE( "95412826.lo", 0x00001, 0x080000, CRC(7bc826bf) SHA1(0985a2f07dd1318cb6c16f5e557cabc685d4c220) ) |
| 386 | | ROM_LOAD16_BYTE( "95412827.hi", 0x00000, 0x080000, CRC(76827bbe) SHA1(1aa77f9a5a5043b5f8255444d0bc210aafa256c8) ) |
| 387 | | sc_cvega_others |
| 388 | | ROM_END |
| 389 | | |
| 390 | | ROM_START( sc5cvegaa ) |
| 391 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 392 | | ROM_LOAD16_BYTE( "95413826.lo", 0x00001, 0x080000, CRC(889a9336) SHA1(92401dfdb00f1db8803ebdf421ac32f3a20c2b1b) ) |
| 393 | | ROM_LOAD16_BYTE( "95413827.hi", 0x00000, 0x080000, CRC(b67145ea) SHA1(5f7123d7091cfae108bae433c630f65de3d69369) ) |
| 394 | | sc_cvega_others |
| 395 | | ROM_END |
| 396 | | |
| 397 | | |
| 398 | | |
| 399 | | |
| 400 | | ROM_START( sc5chopc ) |
| 401 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 402 | | ROM_LOAD16_BYTE( "95416272.lo", 0x00001, 0x080000, CRC(849c04ac) SHA1(c0a48ba08f1dd78fc683b74eb5b33dd976461b7a) ) |
| 403 | | ROM_LOAD16_BYTE( "95416273.hi", 0x00000, 0x080000, CRC(1a8fab5c) SHA1(b551c2808c55e3e30a26ec81b1c522db7b6c2c53) ) |
| 404 | | sc_chopc_others |
| 405 | | ROM_END |
| 406 | | |
| 407 | | ROM_START( sc5chopca ) |
| 408 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 409 | | ROM_LOAD16_BYTE( "95417272.lo", 0x00001, 0x080000, CRC(d6a21098) SHA1(6d6026e5a9691694115f96a69f2443925f95818d) ) |
| 410 | | ROM_LOAD16_BYTE( "95417273.hi", 0x00000, 0x080000, CRC(34d07425) SHA1(6a82aae33eb7cad44269dca66c7ad81fb90a232f) ) |
| 411 | | sc_chopc_others |
| 412 | | ROM_END |
| 413 | | |
| 414 | | |
| 415 | | |
| 416 | | ROM_START( sc5cbar7 ) |
| 417 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 418 | | ROM_LOAD16_BYTE( "95424480.lo", 0x00001, 0x080000, CRC(97e2621f) SHA1(b46712278963997e896c2ddf40a189c5f14b2c4e) ) |
| 419 | | ROM_LOAD16_BYTE( "95424481.hi", 0x00000, 0x080000, CRC(3b728280) SHA1(5a1cd00f924d679a26be1384b71c841782c0297b) ) |
| 420 | | sc_cbar7_others |
| 421 | | ROM_END |
| 422 | | |
| 423 | | ROM_START( sc5cbar7a ) |
| 424 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 425 | | ROM_LOAD16_BYTE( "95425480.lo", 0x00001, 0x080000, CRC(13cf6f77) SHA1(54b76934971605f87d904b2b57c7e62f9e83e7b5) ) |
| 426 | | ROM_LOAD16_BYTE( "95425481.hi", 0x00000, 0x080000, CRC(86911488) SHA1(64ac43ff032c574bc2c882573c4f7b14972cec48) ) |
| 427 | | sc_cbar7_others |
| 428 | | ROM_END |
| 429 | | |
| 430 | | |
| 431 | | |
| 432 | | ROM_START( sc5clu70 ) |
| 433 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 434 | | ROM_LOAD16_BYTE( "95424606.lo", 0x00001, 0x080000, CRC(5116899c) SHA1(d063e9e317d94d63fef93bd5b84ef28fd308ef56) ) |
| 435 | | ROM_LOAD16_BYTE( "95424607.hi", 0x00000, 0x080000, CRC(90ff0e9f) SHA1(b319989cfd55eacb53cae0e667e18f8b923cf42d) ) |
| 436 | | sc_clu70_others |
| 437 | | ROM_END |
| 438 | | |
| 439 | | ROM_START( sc5clu70a ) |
| 440 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 441 | | ROM_LOAD16_BYTE( "95425606.lo", 0x00001, 0x080000, CRC(f57ff256) SHA1(60b3d61526b180cd130ffc442359c1a565049a12) ) |
| 442 | | ROM_LOAD16_BYTE( "95425607.hi", 0x00000, 0x080000, CRC(244f3da1) SHA1(02abcf21f054cb1996f5a5856e523aa0bc9a4489) ) |
| 443 | | sc_clu70_others |
| 444 | | ROM_END |
| 445 | | |
| 446 | | |
| 447 | | |
| 448 | | ROM_START( sc5clcas ) |
| 449 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 450 | | ROM_LOAD16_BYTE( "95420214.lo", 0x00001, 0x080000, CRC(96e79a96) SHA1(3c5c7cb5f566fb5be2e4198a127396eb507786dc) ) |
| 451 | | ROM_LOAD16_BYTE( "95420215.hi", 0x00000, 0x080000, CRC(f884d509) SHA1(e93ae6fd3daa77cacc8896599a17c185dbe4ef05) ) |
| 452 | | sc_clcas_others |
| 453 | | ROM_END |
| 454 | | |
| 455 | | ROM_START( sc5clcasa ) |
| 456 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 457 | | ROM_LOAD16_BYTE( "95421214.lo", 0x00001, 0x080000, CRC(b98c0d2b) SHA1(19dab8240a6f5e76eefdd01c0f0133b1e2982212) ) |
| 458 | | ROM_LOAD16_BYTE( "95421215.hi", 0x00000, 0x080000, CRC(8b7ecfd2) SHA1(4b322f11a08cbb1de95a5bcb3095516821c45228) ) |
| 459 | | sc_clcas_others |
| 460 | | ROM_END |
| 461 | | |
| 462 | | |
| 463 | | |
| 464 | | ROM_START( sc5clnot ) |
| 465 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 466 | | ROM_LOAD16_BYTE( "p3320p71.hi", 0x00000, 0x080000, CRC(e7577b95) SHA1(ae489c5b8a71bb12a03a5bec12402e8f8e307b80) ) |
| 467 | | ROM_LOAD16_BYTE( "p3320p71.lo", 0x00001, 0x080000, CRC(3c4ba88b) SHA1(0a4dc6437767b00d103fa6fe6a92c05f7e85cb51) ) |
| 468 | | sc_clnot_others |
| 469 | | ROM_END |
| 470 | | |
| 471 | | ROM_START( sc5clnota ) |
| 472 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 473 | | ROM_LOAD16_BYTE( "p3320p72.hi", 0x00000, 0x080000, CRC(a834e1c1) SHA1(5acf39a842beffeb7b0af58679f9076370880e58) ) |
| 474 | | ROM_LOAD16_BYTE( "p3320p72.lo", 0x00001, 0x080000, CRC(77e9e22a) SHA1(29a76b6a4d8598d98e07df115551b130a59c1b4a) ) |
| 475 | | sc_clnot_others |
| 476 | | ROM_END |
| 477 | | |
| 478 | | ROM_START( sc5clnotb ) |
| 479 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 480 | | ROM_LOAD16_BYTE( "p3320p73.hi", 0x00000, 0x080000, CRC(0ac70145) SHA1(a5ede1d3550f2cf38a5bce20e6136e16909efcfb) ) |
| 481 | | ROM_LOAD16_BYTE( "p3320p73.lo", 0x00001, 0x080000, CRC(255d9cc3) SHA1(de3d06db28e0d27fc09add57cc1bc1bdd09dfdbc) ) |
| 482 | | sc_clnot_others |
| 483 | | ROM_END |
| 484 | | |
| 485 | | ROM_START( sc5clnotc ) |
| 486 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 487 | | ROM_LOAD16_BYTE( "p3320p74.hi", 0x00000, 0x080000, CRC(8d568fc6) SHA1(6ad6af35e6eab275e1540ef1c622c509e91593ca) ) |
| 488 | | ROM_LOAD16_BYTE( "p3320p74.lo", 0x00001, 0x080000, CRC(dcb272df) SHA1(461241d3b58e8b6bb13918b911d952809815a2b8) ) |
| 489 | | sc_clnot_others |
| 490 | | ROM_END |
| 491 | | |
| 492 | | ROM_START( sc5clnotd ) |
| 493 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 494 | | ROM_LOAD16_BYTE( "p3320s71.hi", 0x00000, 0x080000, CRC(05550ef4) SHA1(70f465b70a22c09a3ddf1709070cc8132d809dea) ) |
| 495 | | ROM_LOAD16_BYTE( "p3320s71.lo", 0x00001, 0x080000, CRC(41e0158b) SHA1(f8e23402bddc64c22e4307921ca36dc6e21f58e9) ) |
| 496 | | sc_clnot_others |
| 497 | | ROM_END |
| 498 | | |
| 499 | | ROM_START( sc5clnote ) |
| 500 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 501 | | ROM_LOAD16_BYTE( "p3320s72.hi", 0x00000, 0x080000, CRC(d30d4f7b) SHA1(ed71344de1c17d9ae26d235fe7269ece6e7afd7d) ) |
| 502 | | ROM_LOAD16_BYTE( "p3320s72.lo", 0x00001, 0x080000, CRC(f6464393) SHA1(ce5d5ffae4627188c1e8334d9ef9171db054d366) ) |
| 503 | | sc_clnot_others |
| 504 | | ROM_END |
| 505 | | |
| 506 | | ROM_START( sc5clnotf ) |
| 507 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 508 | | ROM_LOAD16_BYTE( "p3320s73.hi", 0x00000, 0x080000, CRC(292cf9d2) SHA1(9cdcd35b99d86021c801e9c3cf165c41d6b95e0c) ) |
| 509 | | ROM_LOAD16_BYTE( "p3320s73.lo", 0x00001, 0x080000, CRC(048da036) SHA1(aa4fea9b6afcd92e1145343784c8854e8dfbd5c5) ) |
| 510 | | sc_clnot_others |
| 511 | | ROM_END |
| 512 | | |
| 513 | | ROM_START( sc5clnotg ) |
| 514 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 515 | | ROM_LOAD16_BYTE( "p3320s74.hi", 0x00000, 0x080000, CRC(1ffb7940) SHA1(f6ca07bcfb11109c3a1444c49f4ad80bd7f29455) ) |
| 516 | | ROM_LOAD16_BYTE( "p3320s74.lo", 0x00001, 0x080000, CRC(7bddd63f) SHA1(b82d75d9a8c1b144a5ab876d067f5d9df7ca5afc) ) |
| 517 | | sc_clnot_others |
| 518 | | ROM_END |
| 519 | | |
| 520 | | |
| 521 | | |
| 522 | | |
| 523 | | |
| 524 | | ROM_START( sc5clus ) |
| 525 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 526 | | ROM_LOAD16_BYTE( "95420232.lo", 0x00001, 0x080000, CRC(0495a57e) SHA1(fc6861f7b1f5014e996e38735c7d65e5e3a4d4f9) ) |
| 527 | | ROM_LOAD16_BYTE( "95420233.hi", 0x00000, 0x080000, CRC(a3268eb5) SHA1(ac430b90a0d40bbc2e421310ca686650f23e946b) ) |
| 528 | | sc_clus_others |
| 529 | | ROM_END |
| 530 | | |
| 531 | | ROM_START( sc5clusa ) |
| 532 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 533 | | ROM_LOAD16_BYTE( "95420420.lo", 0x00001, 0x080000, CRC(f8966c71) SHA1(0303a3ff037c82bc2d60be32e5dc190fe2900809) ) |
| 534 | | ROM_LOAD16_BYTE( "95420421.hi", 0x00000, 0x080000, CRC(40309b0a) SHA1(afc67a77aed2046b53dfacf1d1ef9bb064012eee) ) |
| 535 | | sc_clus_others |
| 536 | | ROM_END |
| 537 | | |
| 538 | | ROM_START( sc5clusb ) |
| 539 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 540 | | ROM_LOAD16_BYTE( "95420572.lo", 0x00001, 0x080000, CRC(45b4b964) SHA1(ed9d277b06110fe5e804c679b55b884e7c8f00ed) ) |
| 541 | | ROM_LOAD16_BYTE( "95420573.hi", 0x00000, 0x080000, CRC(3b80b863) SHA1(0609d9f0a3576bb4ffa0f8f106c094aa892227d5) ) |
| 542 | | sc_clus_others |
| 543 | | ROM_END |
| 544 | | |
| 545 | | ROM_START( sc5clusc ) |
| 546 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 547 | | ROM_LOAD16_BYTE( "95420798.lo", 0x00001, 0x080000, CRC(f49872ab) SHA1(c9fa88f342a1099a973eb6f9c1568c9df330efe0) ) |
| 548 | | ROM_LOAD16_BYTE( "95420799.hi", 0x00000, 0x080000, CRC(38986101) SHA1(39cd09e8448c10f3f2a25f4e451454fc24260c16) ) |
| 549 | | sc_clus_others |
| 550 | | ROM_END |
| 551 | | |
| 552 | | ROM_START( sc5clusd ) |
| 553 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 554 | | ROM_LOAD16_BYTE( "95421232.lo", 0x00001, 0x080000, CRC(1398a93b) SHA1(3bd8c28a3ca42c3f51aa81a6147d5b03d786180e) ) |
| 555 | | ROM_LOAD16_BYTE( "95421233.hi", 0x00000, 0x080000, CRC(f697f34c) SHA1(edb9278188451ffe5a199b6385778e77b705c513) ) |
| 556 | | sc_clus_others |
| 557 | | ROM_END |
| 558 | | |
| 559 | | ROM_START( sc5cluse ) |
| 560 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 561 | | ROM_LOAD16_BYTE( "95421420.lo", 0x00001, 0x080000, CRC(9ab5593b) SHA1(80a4002332406274d541900bf99e8b583fc19425) ) |
| 562 | | ROM_LOAD16_BYTE( "95421421.hi", 0x00000, 0x080000, CRC(3c680a89) SHA1(1f4da3fe6b2210596c1cb876042977039527233e) ) |
| 563 | | sc_clus_others |
| 564 | | ROM_END |
| 565 | | |
| 566 | | ROM_START( sc5clusf ) |
| 567 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 568 | | ROM_LOAD16_BYTE( "95421572.lo", 0x00001, 0x080000, CRC(ecb35ea6) SHA1(127077129925cb8f986bb735c361f7562900adbe) ) |
| 569 | | ROM_LOAD16_BYTE( "95421573.hi", 0x00000, 0x080000, CRC(66c3c372) SHA1(1269772935b53a2455317bdf46aff31d41457d82) ) |
| 570 | | sc_clus_others |
| 571 | | ROM_END |
| 572 | | |
| 573 | | ROM_START( sc5clusg ) |
| 574 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 575 | | ROM_LOAD16_BYTE( "95421798.lo", 0x00001, 0x080000, CRC(618dd281) SHA1(9dd4ada2eea9ceccb4981f69434b510accd5f1b0) ) |
| 576 | | ROM_LOAD16_BYTE( "95421799.hi", 0x00000, 0x080000, CRC(be57bd8f) SHA1(1cda9a9d4300664afe94193710ef6fdfc9c6e59f) ) |
| 577 | | sc_clus_others |
| 578 | | ROM_END |
| 579 | | |
| 580 | | ROM_START( sc5clush ) |
| 581 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 582 | | ROM_LOAD16_BYTE( "95424488.lo", 0x00001, 0x080000, CRC(1262616d) SHA1(4de9f9015036dff77df13ee098de2ef8014bd5da) ) |
| 583 | | ROM_LOAD16_BYTE( "95424489.hi", 0x00000, 0x080000, CRC(3a89646c) SHA1(1b84c2f48e746fc90e5a7ae290e9271e55d6ff65) ) |
| 584 | | sc_clus_others |
| 585 | | ROM_END |
| 586 | | |
| 587 | | ROM_START( sc5clusi ) |
| 588 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 589 | | ROM_LOAD16_BYTE( "95424530.lo", 0x00001, 0x080000, CRC(ec75bc8a) SHA1(cd4416a8a391d9cbf5f99701dbef0efb112c6f99) ) |
| 590 | | ROM_LOAD16_BYTE( "95424531.hi", 0x00000, 0x080000, CRC(6a71f145) SHA1(cda03395827a0c5ef9b4e8b4b7569f1827828135) ) |
| 591 | | sc_clus_others |
| 592 | | ROM_END |
| 593 | | |
| 594 | | ROM_START( sc5clusj ) |
| 595 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 596 | | ROM_LOAD16_BYTE( "95425488.lo", 0x00001, 0x080000, CRC(16e68f76) SHA1(14f0ce9d4cf2e1c6e4122512ad0d8f63d6127f59) ) |
| 597 | | ROM_LOAD16_BYTE( "95425489.hi", 0x00000, 0x080000, CRC(6d83d072) SHA1(a662bada38a22703567a4cdf0597f2878ef9935f) ) |
| 598 | | sc_clus_others |
| 599 | | ROM_END |
| 600 | | |
| 601 | | ROM_START( sc5clusk ) |
| 602 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 603 | | ROM_LOAD16_BYTE( "95425530.lo", 0x00001, 0x080000, CRC(bd66367e) SHA1(33d9e3392229e9d7c0a5a44e6b1135f6135c2a97) ) |
| 604 | | ROM_LOAD16_BYTE( "95425531.hi", 0x00000, 0x080000, CRC(a11b6d6f) SHA1(20ab31e399a6b537d014b69963e01e945e1fea35) ) |
| 605 | | sc_clus_others |
| 606 | | ROM_END |
| 607 | | |
| 608 | | |
| 609 | | |
| 610 | | |
| 611 | | |
| 612 | | |
| 613 | | ROM_START( sc5colmo ) |
| 614 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 615 | | ROM_LOAD16_BYTE( "p3317p71.hi", 0x00000, 0x080000, CRC(6b3964f1) SHA1(4f464ca86a59e30a7f05fe1d6ed8f30f8260d186) ) |
| 616 | | ROM_LOAD16_BYTE( "p3317p71.lo", 0x00001, 0x080000, CRC(af2a8342) SHA1(4865f3ff996b67bebf38c93aad3f7b32afcb2d7e) ) |
| 617 | | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 618 | | ROM_END |
| 619 | | |
| 620 | | ROM_START( sc5colmoa ) |
| 621 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 622 | | ROM_LOAD16_BYTE( "p3317p73.hi", 0x00000, 0x080000, CRC(fad957ba) SHA1(56446892d5ef88488e4ee223bee489ce822a78ce) ) |
| 623 | | ROM_LOAD16_BYTE( "p3317p73.lo", 0x00001, 0x080000, CRC(28ebb95e) SHA1(0dcde4f0fb1ffdc3f5efeadbf119fb89097da9fb) ) |
| 624 | | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 625 | | ROM_END |
| 626 | | |
| 627 | | ROM_START( sc5colmob ) |
| 628 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 629 | | ROM_LOAD16_BYTE( "p3317s71.hi", 0x00000, 0x080000, CRC(2883db1b) SHA1(a3cd5cc0f6e17425e4de4a81d18c710ec873da86) ) |
| 630 | | ROM_LOAD16_BYTE( "p3317s71.lo", 0x00001, 0x080000, CRC(074f7cc2) SHA1(159071cce2a2c834e0e1b9bdd448b16b46577637) ) |
| 631 | | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 632 | | ROM_END |
| 633 | | |
| 634 | | ROM_START( sc5colmoc ) |
| 635 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 636 | | ROM_LOAD16_BYTE( "p3317s73.hi", 0x00000, 0x080000, CRC(3a9fdba2) SHA1(6bd035186e28bff42d2fc285b07c5c9ec683db7b) ) |
| 637 | | ROM_LOAD16_BYTE( "p3317s73.lo", 0x00001, 0x080000, CRC(6ee18188) SHA1(73b01c51d12ba5d971b9a0da94e781a08788a6fa) ) |
| 638 | | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 639 | | ROM_END |
| 640 | | |
| 641 | | |
| 642 | | |
| 643 | | |
| 644 | | ROM_START( sc5newcm ) |
| 645 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 646 | | ROM_LOAD16_BYTE( "95426926.lo", 0x00001, 0x080000, CRC(905a15ce) SHA1(987782cd163f1a8869970912ad412e5440dacdf3) ) |
| 647 | | ROM_LOAD16_BYTE( "95426927.hi", 0x00000, 0x080000, CRC(70fa9626) SHA1(e9a58b489665e8b540adaa220995d5237de1c820) ) |
| 648 | | PR3502_C_OF_M_TEN_SOUNDS11 |
| 649 | | ROM_END |
| 650 | | |
| 651 | | ROM_START( sc5newcma ) |
| 652 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 653 | | ROM_LOAD16_BYTE( "95427926.lo", 0x00001, 0x080000, CRC(5897abbc) SHA1(7714218e76a1d2ebdda65c1403c4fc3f5a5263f6) ) |
| 654 | | ROM_LOAD16_BYTE( "95427927.hi", 0x00000, 0x080000, CRC(4c44681c) SHA1(ed808ab3d06157da9dbe65b1e27925b3a3b53f91) ) |
| 655 | | PR3502_C_OF_M_TEN_SOUNDS11 |
| 656 | | ROM_END |
| 657 | | |
| 658 | | ROM_START( sc5newcmb ) |
| 659 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 660 | | ROM_LOAD16_BYTE( "95426818.lo", 0x00001, 0x080000, CRC(898b5c17) SHA1(5e090bec5d9dc303e3d6d80a4b27c095c285eb29) ) |
| 661 | | ROM_LOAD16_BYTE( "95426819.hi", 0x00000, 0x080000, CRC(d6eeeddd) SHA1(70d11f51b257d7d565bad65a9f0b0e7bde716bf7) ) |
| 662 | | PR3502_C_OF_M_TEN_SOUNDS11 |
| 663 | | ROM_END |
| 664 | | |
| 665 | | ROM_START( sc5newcmc ) |
| 666 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 667 | | ROM_LOAD16_BYTE( "95427818.lo", 0x00001, 0x080000, CRC(f696797d) SHA1(fd1ae9bf1e248cadf547d18601a7df54f6384b91) ) |
| 668 | | ROM_LOAD16_BYTE( "95427819.hi", 0x00000, 0x080000, CRC(ee6fadce) SHA1(47d14fcc8040f72c97e1cade26f1a62cf1ead511) ) |
| 669 | | PR3502_C_OF_M_TEN_SOUNDS11 |
| 670 | | ROM_END |
| 671 | | |
| 672 | | ROM_START( sc5crcpt ) |
| 673 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 674 | | ROM_LOAD16_BYTE( "95426832.lo", 0x00001, 0x080000, CRC(42263084) SHA1(aa6fad35eced4b97c20edbc6fce3661e6407ac4d) ) |
| 675 | | ROM_LOAD16_BYTE( "95426833.hi", 0x00000, 0x080000, CRC(fa9e267e) SHA1(29dcc0ff79adbb5012159ee93c1940d268f44cd2) ) |
| 676 | | sc_crcpt_others |
| 677 | | ROM_END |
| 678 | | |
| 679 | | ROM_START( sc5crcpta ) |
| 680 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 681 | | ROM_LOAD16_BYTE( "95427832.lo", 0x00001, 0x080000, CRC(6b18f66d) SHA1(dfffe8dd763980d811f6c843226762c17525837c) ) |
| 682 | | ROM_LOAD16_BYTE( "95427833.hi", 0x00000, 0x080000, CRC(b6a1f0d0) SHA1(051a3a5bb8baae1a18d2dc8b95202cb70398806b) ) |
| 683 | | sc_crcpt_others |
| 684 | | ROM_END |
| 685 | | |
| 686 | | ROM_START( ad5crcpt ) |
| 687 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 688 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 689 | | ROM_LOAD( "39211599.bin", 0x0000, 0x1000000, CRC(0fa50547) SHA1(95b1890851e82ad827b739a8d359309529c0b5b7) ) |
| 690 | | ROM_LOAD( "39212599.bin", 0x0000, 0x1000000, CRC(10d4aef1) SHA1(71345ec08cecfdae7a8e0161fd0cf33b9cca5c3e) ) |
| 691 | | ROM_END |
| 692 | | |
| 693 | | ROM_START( sc5crotr ) |
| 694 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 695 | | ROM_LOAD16_BYTE( "p3506p71.hi", 0x00000, 0x080000, CRC(18f6b748) SHA1(ec174b5aecdda995d1812232403188c822ba327d) ) |
| 696 | | ROM_LOAD16_BYTE( "p3506p71.lo", 0x00001, 0x080000, CRC(f3f99f46) SHA1(7dafa1b56ed331891c1488ae57ce2bdf8d94474d) ) |
| 697 | | sc_crotr_others |
| 698 | | ROM_END |
| 699 | | |
| 700 | | ROM_START( sc5crotra ) |
| 701 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 702 | | ROM_LOAD16_BYTE( "p3506s71.hi", 0x00000, 0x080000, CRC(de6b2bc2) SHA1(9f78c06443d57222da677d102657a8117aa8ed88) ) |
| 703 | | ROM_LOAD16_BYTE( "p3506s71.lo", 0x00001, 0x080000, CRC(51e69ad7) SHA1(89577f066cb39bbf667920c61fc0c6d5e734ac38) ) |
| 704 | | sc_crotr_others |
| 705 | | ROM_END |
| 706 | | |
| 707 | | |
| 708 | | |
| 709 | | |
| 710 | | ROM_START( sc5crsgc ) |
| 711 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 712 | | ROM_LOAD16_BYTE( "95426598.lo", 0x00001, 0x080000, CRC(fe619021) SHA1(41996277f5cc77544a65217cdb4f60ca1bb6850f) ) |
| 713 | | ROM_LOAD16_BYTE( "95426599.hi", 0x00000, 0x080000, CRC(72829ae6) SHA1(37481bc1cab53f873e01a0416043f0e1838f1e84) ) |
| 714 | | sc_crsgc_others |
| 715 | | ROM_END |
| 716 | | |
| 717 | | ROM_START( sc5crsgca ) |
| 718 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 719 | | ROM_LOAD16_BYTE( "95427598.lo", 0x00001, 0x080000, CRC(6d24c35c) SHA1(6840debf594b27a8a8c05a604f82bb871c128a4a) ) |
| 720 | | ROM_LOAD16_BYTE( "95427599.hi", 0x00000, 0x080000, CRC(c355c84c) SHA1(858a88b8ab93ce033acdf24ab2b831fa734b311b) ) |
| 721 | | sc_crsgc_others |
| 722 | | ROM_END |
| 723 | | |
| 724 | | |
| 725 | | ROM_START( sc5crsgcb ) |
| 726 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 727 | | ROM_LOAD16_BYTE( "95426606.lo", 0x00001, 0x080000, CRC(8a547a39) SHA1(d697ace6bdfd277baef9608a44c96b4f3c574e37) ) |
| 728 | | ROM_LOAD16_BYTE( "95426607.hi", 0x00000, 0x080000, CRC(d05e09f5) SHA1(2d54fccf561ee6a141a53952f048b4eca355f4db) ) |
| 729 | | sc_crsgc_others |
| 730 | | ROM_END |
| 731 | | |
| 732 | | ROM_START( sc5crsgcc ) |
| 733 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 734 | | ROM_LOAD16_BYTE( "95427606.lo", 0x00001, 0x080000, CRC(6d734a40) SHA1(c0ac02f515d29e6fb081f20c6871a579209e9532) ) |
| 735 | | ROM_LOAD16_BYTE( "95427607.hi", 0x00000, 0x080000, CRC(0187e6d5) SHA1(f0fdd3154cd78b783f27a37dc0f810849a31f75d) ) |
| 736 | | sc_crsgc_others |
| 737 | | ROM_END |
| 738 | | |
| 739 | | |
| 740 | | |
| 741 | | |
| 742 | | ROM_START( sc5crsgr ) |
| 743 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 744 | | ROM_LOAD16_BYTE( "95426584.lo", 0x00001, 0x080000, CRC(6e8a71de) SHA1(0494b00a605910b5e1f79102f629f4952896a2ff) ) |
| 745 | | ROM_LOAD16_BYTE( "95426585.hi", 0x00000, 0x080000, CRC(1c65926f) SHA1(d5620e9af764cb6bdd8e90077bfac2f70f7d4971) ) |
| 746 | | sc_crsgr_others |
| 747 | | ROM_END |
| 748 | | |
| 749 | | ROM_START( sc5crsgra ) |
| 750 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 751 | | ROM_LOAD16_BYTE( "95426608.lo", 0x00001, 0x080000, CRC(33288757) SHA1(0df682d95354e1825409effbd4b3474c7891b9d9) ) |
| 752 | | ROM_LOAD16_BYTE( "95426609.hi", 0x00000, 0x080000, CRC(1b59bf7f) SHA1(10e3db4573f47a677ceff6aa6b051593647cc136) ) |
| 753 | | sc_crsgr_others |
| 754 | | ROM_END |
| 755 | | |
| 756 | | ROM_START( sc5crsgrb ) |
| 757 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 758 | | ROM_LOAD16_BYTE( "95427584.lo", 0x00001, 0x080000, CRC(0b00d71d) SHA1(efc169bf5aae880d99cb32067abb011e3ce52ae4) ) |
| 759 | | ROM_LOAD16_BYTE( "95427585.hi", 0x00000, 0x080000, CRC(90d71fce) SHA1(df10ad1176fd69344fe79c12b3ac60e15c18c858) ) |
| 760 | | sc_crsgr_others |
| 761 | | ROM_END |
| 762 | | |
| 763 | | ROM_START( sc5crsgrc ) |
| 764 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 765 | | ROM_LOAD16_BYTE( "95427608.lo", 0x00001, 0x080000, CRC(24dff702) SHA1(48249a94eff659defd1ff21187e76fac5b0c6983) ) |
| 766 | | ROM_LOAD16_BYTE( "95427609.hi", 0x00000, 0x080000, CRC(c481cac6) SHA1(98e88aa602b5cde63d40ffd5368717a8f65bd5ba) ) |
| 767 | | sc_crsgr_others |
| 768 | | ROM_END |
| 769 | | |
| 770 | | |
| 771 | | |
| 772 | | |
| 773 | | ROM_START( sc5corst ) |
| 774 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 775 | | ROM_LOAD16_BYTE( "95426842.lo", 0x00001, 0x080000, CRC(4c027808) SHA1(f386534a9e2470814d29544718c0764a05c54bd9) ) |
| 776 | | ROM_LOAD16_BYTE( "95426843.hi", 0x00000, 0x080000, CRC(0299593c) SHA1(4043d959be75c3a670a39a5b23faf0c4ee3259c6) ) |
| 777 | | sc_corst_others |
| 778 | | ROM_END |
| 779 | | |
| 780 | | ROM_START( sc5corsta ) |
| 781 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 782 | | ROM_LOAD16_BYTE( "95427842.lo", 0x00001, 0x080000, CRC(0b519c35) SHA1(97228d8f92a25bc12b67b8f04797e9b40efe3c35) ) |
| 783 | | ROM_LOAD16_BYTE( "95427843.hi", 0x00000, 0x080000, CRC(1d8d6aab) SHA1(1aa49c097a4aa492c6dc7d205123e1470b9d0ab5) ) |
| 784 | | sc_corst_others |
| 785 | | ROM_END |
| 786 | | |
| 787 | | |
| 788 | | |
| 789 | | |
| 790 | | ROM_START( sc5cfnc ) |
| 791 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 792 | | ROM_LOAD16_BYTE( "95426718.lo", 0x00001, 0x080000, CRC(5cb56926) SHA1(bb8091cf480955fa8bc77f199b133f13d85fe8da) ) |
| 793 | | ROM_LOAD16_BYTE( "95426719.hi", 0x00000, 0x080000, CRC(7d8d81a5) SHA1(8181e42af97d3b35b55020a3c109ae48d20fde55) ) |
| 794 | | sc_cfnc_others |
| 795 | | ROM_END |
| 796 | | |
| 797 | | ROM_START( sc5cfnca ) |
| 798 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 799 | | ROM_LOAD16_BYTE( "95427718.lo", 0x00001, 0x080000, CRC(5295be6f) SHA1(08fd1c090ac2d59e54b28098e12e705535520777) ) |
| 800 | | ROM_LOAD16_BYTE( "95427719.hi", 0x00000, 0x080000, CRC(6e1e6fef) SHA1(647b4ccb490b25b66bf2ddb015f703c2188c3fd6) ) |
| 801 | | sc_cfnc_others |
| 802 | | ROM_END |
| 803 | | |
| 804 | | |
| 805 | | |
| 806 | | |
| 807 | | ROM_START( sc5cfcp ) |
| 808 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 809 | | ROM_LOAD16_BYTE( "95426830.lo", 0x00001, 0x080000, CRC(c7eb6583) SHA1(3e230e30176fc249c3e3b4ded317ec3d487b0cea) ) |
| 810 | | ROM_LOAD16_BYTE( "95426831.hi", 0x00000, 0x080000, CRC(83441be3) SHA1(01cefec8d62000bc59bd89d3ad3bdf2a4ef1a678) ) |
| 811 | | sc_cfcp_others |
| 812 | | ROM_END |
| 813 | | |
| 814 | | ROM_START( sc5cfcpa ) |
| 815 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 816 | | ROM_LOAD16_BYTE( "95426870.lo", 0x00001, 0x080000, CRC(c6de776d) SHA1(555fa846dbe34d9c6a151e0511358069039e8332) ) |
| 817 | | ROM_LOAD16_BYTE( "95426871.hi", 0x00000, 0x080000, CRC(0e02ad7b) SHA1(51f52469d66826e489c5b5c45f604ea5b4ede1a3) ) |
| 818 | | sc_cfcp_others |
| 819 | | ROM_END |
| 820 | | |
| 821 | | ROM_START( sc5cfcpb ) |
| 822 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 823 | | ROM_LOAD16_BYTE( "95426922.lo", 0x00001, 0x080000, CRC(7ea0e9b1) SHA1(68bac0c7b0db0115130fd4710755bb2fe0404a86) ) |
| 824 | | ROM_LOAD16_BYTE( "95426923.hi", 0x00000, 0x080000, CRC(2aefeb5d) SHA1(0a1f48f7a87d1af42d7bc39100d0590368b94a3e) ) |
| 825 | | sc_cfcp_others |
| 826 | | ROM_END |
| 827 | | |
| 828 | | ROM_START( sc5cfcpc ) |
| 829 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 830 | | ROM_LOAD16_BYTE( "95427830.lo", 0x00001, 0x080000, CRC(734d7a37) SHA1(af857ec31e337a890947e9ec3da96467440aeeb0) ) |
| 831 | | ROM_LOAD16_BYTE( "95427831.hi", 0x00000, 0x080000, CRC(e22a638e) SHA1(b5199410602e078ca51d009e42b2ad7cdaa7e006) ) |
| 832 | | sc_cfcp_others |
| 833 | | ROM_END |
| 834 | | |
| 835 | | ROM_START( sc5cfcpd ) |
| 836 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 837 | | ROM_LOAD16_BYTE( "95427870.lo", 0x00001, 0x080000, CRC(8f2314a5) SHA1(819f51c6f4712ca9ae74be16972b1abdd890b6b2) ) |
| 838 | | ROM_LOAD16_BYTE( "95427871.hi", 0x00000, 0x080000, CRC(6813dd1a) SHA1(003d06287cf94364f2967e2513dbca7238fe8838) ) |
| 839 | | sc_cfcp_others |
| 840 | | ROM_END |
| 841 | | |
| 842 | | ROM_START( sc5cfcpe ) |
| 843 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 844 | | ROM_LOAD16_BYTE( "95427922.lo", 0x00001, 0x080000, CRC(19a993dd) SHA1(909880cb610e567b7f5c51d479a23561b84835aa) ) |
| 845 | | ROM_LOAD16_BYTE( "95427923.hi", 0x00000, 0x080000, CRC(5e679b12) SHA1(385bb9fbadc0e4708b0d08859a18caaa542c609b) ) |
| 846 | | sc_cfcp_others |
| 847 | | ROM_END |
| 848 | | |
| 849 | | |
| 850 | | |
| 851 | | |
| 852 | | ROM_START( sc5cfpt ) |
| 853 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 854 | | ROM_LOAD16_BYTE( "95410134.lo", 0x00001, 0x080000, CRC(e133fa6d) SHA1(bc626558bbe460613eae7787f23ede75d1433acc) ) |
| 855 | | ROM_LOAD16_BYTE( "95410135.hi", 0x00000, 0x080000, CRC(5ccdd3e0) SHA1(b0ff1d824153746fb4d4494430d511d5e9c09822) ) |
| 856 | | sc_cfpt_others |
| 857 | | ROM_END |
| 858 | | |
| 859 | | ROM_START( sc5cfpta ) |
| 860 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 861 | | ROM_LOAD16_BYTE( "95412426.lo", 0x00001, 0x080000, CRC(a6a229da) SHA1(910e6ab809d323cb7b32bdaba008fba2199a5237) ) |
| 862 | | ROM_LOAD16_BYTE( "95412427.hi", 0x00000, 0x080000, CRC(121fda59) SHA1(2e43fd580de33316f152e5df515ab08bd8b59f1f) ) |
| 863 | | sc_cfpt_others |
| 864 | | ROM_END |
| 865 | | |
| 866 | | ROM_START( sc5cfptb ) |
| 867 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 868 | | ROM_LOAD16_BYTE( "95413426.lo", 0x00001, 0x080000, CRC(2592f2d2) SHA1(bd08bbd4c8df85004c65391611808f41cb271bfc) ) |
| 869 | | ROM_LOAD16_BYTE( "95413427.hi", 0x00000, 0x080000, CRC(a696c5f3) SHA1(12659ced7c10ed3997807b74e86975a9edf39787) ) |
| 870 | | sc_cfpt_others |
| 871 | | ROM_END |
| 872 | | |
| 873 | | |
| 874 | | ROM_START( sc5cfptc ) |
| 875 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 876 | | ROM_LOAD16_BYTE( "95408564.lo", 0x00001, 0x080000, CRC(a10083eb) SHA1(c6da0a1b55e07303efa5b72864a5be9a3456539d) ) |
| 877 | | ROM_LOAD16_BYTE( "95408565.hi", 0x00000, 0x080000, CRC(f4ce13a0) SHA1(014778d2da3ef2fea222a930e3f70b5e3c092975) ) |
| 878 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 879 | | ROM_END |
| 880 | | |
| 881 | | |
| 882 | | ROM_START( sc5cfptd ) |
| 883 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 884 | | ROM_LOAD16_BYTE( "95408566.lo", 0x00001, 0x080000, CRC(ae80c8dc) SHA1(f300f7f706b48dc6fefeda66bdd51ed8e22705e0) ) |
| 885 | | ROM_LOAD16_BYTE( "95408567.hi", 0x00000, 0x080000, CRC(f11a6e3e) SHA1(98374f710c3dd979515dc6280845a72a31a330d5) ) |
| 886 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 887 | | ROM_END |
| 888 | | |
| 889 | | ROM_START( sc5cfpte ) |
| 890 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 891 | | ROM_LOAD16_BYTE( "95409564.lo", 0x00001, 0x080000, CRC(abcd12e3) SHA1(4e8652d0bbfaaf4e829708993a23c3736f0b8892) ) |
| 892 | | ROM_LOAD16_BYTE( "95409565.hi", 0x00000, 0x080000, CRC(46c03cdd) SHA1(72d63095eaea3d7239f7603ff3382eecc2a625d0) ) |
| 893 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 894 | | ROM_END |
| 895 | | |
| 896 | | |
| 897 | | ROM_START( sc5cfptf ) |
| 898 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 899 | | ROM_LOAD16_BYTE( "95409566.lo", 0x00001, 0x080000, CRC(f3c6493b) SHA1(0bc97c4329930164433cb22690b6bb35b6e27c4a) ) |
| 900 | | ROM_LOAD16_BYTE( "95409567.hi", 0x00000, 0x080000, CRC(618cbc2b) SHA1(5ca7a7b0cd42f7be16be12e83ab82457a42ca1e6) ) |
| 901 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 902 | | ROM_END |
| 903 | | |
| 904 | | |
| 905 | | ROM_START( sc5cfptg ) |
| 906 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 907 | | ROM_LOAD16_BYTE( "p1371p11.hi", 0x00000, 0x080000, CRC(8c438718) SHA1(a266fe867bddcc11216f2d3f31b222d1d5af6237) ) |
| 908 | | ROM_LOAD16_BYTE( "p1371p11.lo", 0x00001, 0x080000, CRC(9cfe5ba9) SHA1(d2bedca469bbbbfdd2fd1584b397a26d660fea7c) ) |
| 909 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 910 | | ROM_END |
| 911 | | |
| 912 | | ROM_START( sc5cfpth ) |
| 913 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 914 | | ROM_LOAD16_BYTE( "p1371s11.hi", 0x00000, 0x080000, CRC(24335da7) SHA1(a2f05a13a28d2910a3150abaebf980ba5f9c1130) ) |
| 915 | | ROM_LOAD16_BYTE( "p1371s11.lo", 0x00001, 0x080000, CRC(4116abb7) SHA1(897d1043178b6d0c88d9c306fc27db2f3978c76f) ) |
| 916 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 917 | | ROM_END |
| 918 | | |
| 919 | | ROM_START( sc5cfpti ) |
| 920 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 921 | | ROM_LOAD16_BYTE( "95411134.lo", 0x00001, 0x080000, CRC(eb9cf02e) SHA1(68a1caf92f8b2d1b73d3eb07920b98ffb93a0451) ) |
| 922 | | ROM_LOAD16_BYTE( "95411135.hi", 0x00000, 0x080000, CRC(ae33cdbd) SHA1(691907e7867027d0e60558c2615ee8a51d0463a1) ) |
| 923 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 924 | | ROM_END |
| 925 | | |
| 926 | | ROM_START( sc5cfptj ) |
| 927 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 928 | | ROM_LOAD16_BYTE( "95408568.lo", 0x00001, 0x080000, CRC(c091adad) SHA1(5bd2e7004af74f27192f3f425ecac47d424d41a9) ) |
| 929 | | ROM_LOAD16_BYTE( "95408569.hi", 0x00000, 0x080000, CRC(f35e76eb) SHA1(7bc9dfc1b812c5222378c40180c4644c4aa3f058) ) |
| 930 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 931 | | ROM_END |
| 932 | | |
| 933 | | ROM_START( sc5cfptk ) |
| 934 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 935 | | ROM_LOAD16_BYTE( "95409568.lo", 0x00001, 0x080000, CRC(005222e0) SHA1(e6b87dd98f6706e3dc61db267be7eeded07ec3fe) ) |
| 936 | | ROM_LOAD16_BYTE( "95409569.hi", 0x00000, 0x080000, CRC(26202661) SHA1(8379ef9b769d9e6a0922a093c6327510b5c10256) ) |
| 937 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 938 | | ROM_END |
| 939 | | |
| 940 | | |
| 941 | | ROM_START( sc5cfptl ) |
| 942 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 943 | | ROM_LOAD16_BYTE( "p1371p91.hi", 0x00000, 0x080000, CRC(8b39df7a) SHA1(b6423e36f0dda2dd1ff11189aaa4f9a567e05af8) ) |
| 944 | | ROM_LOAD16_BYTE( "p1371p91.lo", 0x00001, 0x080000, CRC(2c357088) SHA1(5266734637e7aa9924bb5395fcf48994d407f015) ) |
| 945 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 946 | | ROM_END |
| 947 | | |
| 948 | | ROM_START( sc5cfptm ) |
| 949 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 950 | | ROM_LOAD16_BYTE( "p1371s91.hi", 0x00000, 0x080000, CRC(22f54a59) SHA1(75cb71c453911cc5d1b5a88625d9fffa43a57f3e) ) |
| 951 | | ROM_LOAD16_BYTE( "p1371s91.lo", 0x00001, 0x080000, CRC(55dc637c) SHA1(8340491640d8748787d2401f3f33542c8f20c7dc) ) |
| 952 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 953 | | ROM_END |
| 954 | | |
| 955 | | ROM_START( sc5cfptn ) |
| 956 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 957 | | ROM_LOAD16_BYTE( "95410186.lo", 0x00001, 0x080000, CRC(73483953) SHA1(ec2823d2059c65367e647ac1106dd70d18e5bc89) ) |
| 958 | | ROM_LOAD16_BYTE( "95410187.hi", 0x00000, 0x080000, CRC(ba91c41c) SHA1(ed556ea559724cdae0bcd0298fd2021a2b49e15a) ) |
| 959 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 960 | | ROM_END |
| 961 | | |
| 962 | | ROM_START( sc5cfpto ) |
| 963 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 964 | | ROM_LOAD16_BYTE( "95411186.lo", 0x00001, 0x080000, CRC(7e933b3c) SHA1(90410c291902b72d95f3376657e918cd1d60d8a8) ) |
| 965 | | ROM_LOAD16_BYTE( "95411187.hi", 0x00000, 0x080000, CRC(cdc68736) SHA1(92bfe250d2b0f3030ce8541dbed73a37ac3dc8b9) ) |
| 966 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 967 | | ROM_END |
| 968 | | |
| 969 | | ROM_START( sc5cfptp ) |
| 970 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 971 | | ROM_LOAD16_BYTE( "p1430p42.hi", 0x00000, 0x080000, CRC(97e3926b) SHA1(c385e2ed2eb0e043a3c84f25b1b64c934bb380e1) ) |
| 972 | | ROM_LOAD16_BYTE( "p1430p42.lo", 0x00001, 0x080000, CRC(9b33feaf) SHA1(31a53520e5b65b39ac1a54ba2eba13f5ce75ee50) ) |
| 973 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 974 | | ROM_END |
| 975 | | |
| 976 | | ROM_START( sc5cfptq ) |
| 977 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 978 | | ROM_LOAD16_BYTE( "p1430p52.hi", 0x00000, 0x080000, CRC(832d2241) SHA1(98c6e5e485d474b88a7e8a313b4cc469ec14b5e9) ) |
| 979 | | ROM_LOAD16_BYTE( "p1430p52.lo", 0x00001, 0x080000, CRC(d9fb0e30) SHA1(fe337db428bf68abb770a5e06d8ac73cc4e7794e) ) |
| 980 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 981 | | ROM_END |
| 982 | | |
| 983 | | ROM_START( sc5cfptr ) |
| 984 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 985 | | ROM_LOAD16_BYTE( "p1430s42.hi", 0x00000, 0x080000, CRC(a5f0acf8) SHA1(01877be0da6018d067cc683a4a2dd14c4c6f7ba3) ) |
| 986 | | ROM_LOAD16_BYTE( "p1430s42.lo", 0x00001, 0x080000, CRC(64522503) SHA1(16203ff08a0de9db92522b05669c0c92057a27c4) ) |
| 987 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 988 | | ROM_END |
| 989 | | |
| 990 | | ROM_START( sc5cfpts ) |
| 991 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 992 | | ROM_LOAD16_BYTE( "p1430s52.hi", 0x00000, 0x080000, CRC(9f7bd7f8) SHA1(b81c62398213ccefcaaca5c1d6c579c30ff67884) ) |
| 993 | | ROM_LOAD16_BYTE( "p1430s52.lo", 0x00001, 0x080000, CRC(623fea2b) SHA1(fe38a4a9a91fa986bf4d36c7a28c8bb2c73659b7) ) |
| 994 | | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 995 | | ROM_END |
| 996 | | |
| 997 | | |
| 998 | | ROM_START( sc5cknig ) |
| 999 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1000 | | ROM_LOAD16_BYTE( "95426792.lo", 0x00001, 0x080000, CRC(bce4a51b) SHA1(5344198130b8d45a5d24aa2d167d6ee483f3da9c) ) |
| 1001 | | ROM_LOAD16_BYTE( "95426793.hi", 0x00000, 0x080000, CRC(a995cbfa) SHA1(1b4b9fa170aebcb2284fce7eedf7a7769285dcef) ) |
| 1002 | | sc_cknig_others |
| 1003 | | ROM_END |
| 1004 | | |
| 1005 | | ROM_START( sc5ckniga ) |
| 1006 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1007 | | ROM_LOAD16_BYTE( "95427792.lo", 0x00001, 0x080000, CRC(42971ac1) SHA1(ec0c682c208766d14b9d9e9f788fc83c5f0f0109) ) |
| 1008 | | ROM_LOAD16_BYTE( "95427793.hi", 0x00000, 0x080000, CRC(e8d1d3fc) SHA1(cd922021f1086a5ac8410428686fb667d24537d5) ) |
| 1009 | | sc_cknig_others |
| 1010 | | ROM_END |
| 1011 | | |
| 1012 | | |
| 1013 | | |
| 1014 | | |
| 1015 | | ROM_START( sc5cpays ) |
| 1016 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1017 | | ROM_LOAD16_BYTE( "95412924.lo", 0x00001, 0x080000, CRC(7d2dbbd9) SHA1(330d54bb786ef9b9e12a64897b156ca38fba5e76) ) |
| 1018 | | ROM_LOAD16_BYTE( "95412925.hi", 0x00000, 0x080000, CRC(66231b51) SHA1(7a20bd591a782c785d5d7fee3b7ed9bccc90fa1c) ) |
| 1019 | | sc_cpays_others |
| 1020 | | ROM_END |
| 1021 | | |
| 1022 | | ROM_START( sc5cpaysa ) |
| 1023 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1024 | | ROM_LOAD16_BYTE( "95413924.lo", 0x00001, 0x080000, CRC(9ed3fa11) SHA1(bb4b3b42bd19a7ec4d88aa21868933a55e558c5d) ) |
| 1025 | | ROM_LOAD16_BYTE( "95413925.hi", 0x00000, 0x080000, CRC(771b42fa) SHA1(2d8a481e6d04c6796a127bbe76bbda6b06b68467) ) |
| 1026 | | sc_cpays_others |
| 1027 | | ROM_END |
| 1028 | | |
| 1029 | | |
| 1030 | | |
| 1031 | | |
| 1032 | | ROM_START( sc5dndbo ) |
| 1033 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1034 | | ROM_LOAD16_BYTE( "95426644.lo", 0x00001, 0x080000, CRC(91fa1679) SHA1(e53b7dfb031106441ff21e8782e32f14dde1ee88) ) |
| 1035 | | ROM_LOAD16_BYTE( "95426645.hi", 0x00000, 0x080000, CRC(257d158a) SHA1(4452939c5e988b5406e1b90d952c3d34de45970e) ) |
| 1036 | | sc_dndbo_others |
| 1037 | | ROM_END |
| 1038 | | |
| 1039 | | ROM_START( sc5dndboa ) |
| 1040 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1041 | | ROM_LOAD16_BYTE( "95426682.lo", 0x00001, 0x080000, CRC(3c856cfa) SHA1(a4e0ccef01a5fd8fcb03ac783a949d5af6a1ffe6) ) |
| 1042 | | ROM_LOAD16_BYTE( "95426683.hi", 0x00000, 0x080000, CRC(db7182bd) SHA1(5280b59251276c67519aa297c380874106bf12f1) ) |
| 1043 | | sc_dndbo_others |
| 1044 | | ROM_END |
| 1045 | | |
| 1046 | | ROM_START( sc5dndbob ) |
| 1047 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1048 | | ROM_LOAD16_BYTE( "95426826.lo", 0x00001, 0x080000, CRC(4e8e8bdd) SHA1(8f67e9ff36c77ec2f3abcdb411583d0d2473f4b8) ) |
| 1049 | | ROM_LOAD16_BYTE( "95426827.hi", 0x00000, 0x080000, CRC(9b971a80) SHA1(226c5e743f7de51a103447fe8278a002b75518d5) ) |
| 1050 | | sc_dndbo_others |
| 1051 | | ROM_END |
| 1052 | | |
| 1053 | | ROM_START( sc5dndboc ) |
| 1054 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1055 | | ROM_LOAD16_BYTE( "95426852.lo", 0x00001, 0x080000, CRC(185fc345) SHA1(475296683007b0608e2572b156a59f3a24aa15ad) ) |
| 1056 | | ROM_LOAD16_BYTE( "95426853.hi", 0x00000, 0x080000, CRC(0f7a81ad) SHA1(46fa2d40e3bf43307e70573bcc22c1d77cb7887b) ) |
| 1057 | | sc_dndbo_others |
| 1058 | | ROM_END |
| 1059 | | |
| 1060 | | ROM_START( sc5dndbod ) |
| 1061 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1062 | | ROM_LOAD16_BYTE( "95426914.lo", 0x00001, 0x080000, CRC(d2dd5940) SHA1(7ed46231a5ff9e2e3a8d427a55967f98195c345d) ) |
| 1063 | | ROM_LOAD16_BYTE( "95426915.hi", 0x00000, 0x080000, CRC(00acb2ed) SHA1(30448843ab65e0eb16322652ddbcf576f2d88e13) ) |
| 1064 | | sc_dndbo_others |
| 1065 | | ROM_END |
| 1066 | | |
| 1067 | | ROM_START( sc5dndboe ) |
| 1068 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1069 | | ROM_LOAD16_BYTE( "95427644.lo", 0x00001, 0x080000, CRC(69ffa92c) SHA1(2d9f0545e279d4c480e4a8747a5638268d33b567) ) |
| 1070 | | ROM_LOAD16_BYTE( "95427645.hi", 0x00000, 0x080000, CRC(408a15b8) SHA1(837067032b352bc396fa2801e89a7c34387c2b6e) ) |
| 1071 | | sc_dndbo_others |
| 1072 | | ROM_END |
| 1073 | | |
| 1074 | | ROM_START( sc5dndbof ) |
| 1075 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1076 | | ROM_LOAD16_BYTE( "95427682.lo", 0x00001, 0x080000, CRC(9ef8c027) SHA1(905c75f133a8970b39a9538af937d813775036b9) ) |
| 1077 | | ROM_LOAD16_BYTE( "95427683.hi", 0x00000, 0x080000, CRC(893dbff9) SHA1(e0426062859d3e8431b94a74b533fbf02f4ed09d) ) |
| 1078 | | sc_dndbo_others |
| 1079 | | ROM_END |
| 1080 | | |
| 1081 | | ROM_START( sc5dndbog ) |
| 1082 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1083 | | ROM_LOAD16_BYTE( "95427826.lo", 0x00001, 0x080000, CRC(3a9fdf64) SHA1(dd2852d394c1ac74f9035346bf02e0ddf594e06d) ) |
| 1084 | | ROM_LOAD16_BYTE( "95427827.hi", 0x00000, 0x080000, CRC(d0ab32aa) SHA1(d861867702be09a0523a47bb18e2e44e9b302948) ) |
| 1085 | | sc_dndbo_others |
| 1086 | | ROM_END |
| 1087 | | |
| 1088 | | ROM_START( sc5dndboh ) |
| 1089 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1090 | | ROM_LOAD16_BYTE( "95427852.lo", 0x00001, 0x080000, CRC(1d7def08) SHA1(ca500d62a3d1fda81d8597bcffcf04721a229751) ) |
| 1091 | | ROM_LOAD16_BYTE( "95427853.hi", 0x00000, 0x080000, CRC(b926d9c4) SHA1(b3ae0ff4fd5a18b98bbabf1d938700b8510baa00) ) |
| 1092 | | sc_dndbo_others |
| 1093 | | ROM_END |
| 1094 | | |
| 1095 | | ROM_START( sc5dndboi ) |
| 1096 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1097 | | ROM_LOAD16_BYTE( "95427914.lo", 0x00001, 0x080000, CRC(c7a3b44e) SHA1(7b0b2992b8098b69c2fa6315e6c2d9e895b3959b) ) |
| 1098 | | ROM_LOAD16_BYTE( "95427915.hi", 0x00000, 0x080000, CRC(a6590c68) SHA1(aaeb8a9422fc38f044a46489c61f5a306910b4eb) ) |
| 1099 | | sc_dndbo_others |
| 1100 | | ROM_END |
| 1101 | | |
| 1102 | | |
| 1103 | | |
| 1104 | | |
| 1105 | | ROM_START( sc5dndbl ) |
| 1106 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1107 | | ROM_LOAD16_BYTE( "95422086.lo", 0x00001, 0x080000, CRC(5deb6c03) SHA1(2ac729194d1e6b0fb71f5f248bf4918140f4ab2a) ) |
| 1108 | | ROM_LOAD16_BYTE( "95422087.hi", 0x00000, 0x080000, CRC(e194968f) SHA1(ca2a17f826671025c6cdd7b1361107b7ffe3ea07) ) |
| 1109 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1110 | | ROM_END |
| 1111 | | |
| 1112 | | ROM_START( sc5dndbla ) |
| 1113 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1114 | | ROM_LOAD16_BYTE( "95422148.lo", 0x00001, 0x080000, CRC(825d9ed9) SHA1(b123fd2190d10888286a5e58b3a796890b673bd6) ) |
| 1115 | | ROM_LOAD16_BYTE( "95422149.hi", 0x00000, 0x080000, CRC(b9dff341) SHA1(a27f5e7d1a2f78898c74eae1f87cb6c6b242791e) ) |
| 1116 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1117 | | ROM_END |
| 1118 | | |
| 1119 | | ROM_START( sc5dndblb ) |
| 1120 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1121 | | ROM_LOAD16_BYTE( "95422206.lo", 0x00001, 0x080000, CRC(b50bc3df) SHA1(29e5edddbc8f67fd5d13eef44b6dd03f714110f0) ) |
| 1122 | | ROM_LOAD16_BYTE( "95422207.hi", 0x00000, 0x080000, CRC(98a749aa) SHA1(0e3eecc9f257994dba4907e735b9371e81a25e8f) ) |
| 1123 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1124 | | ROM_END |
| 1125 | | |
| 1126 | | ROM_START( sc5dndblc ) |
| 1127 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1128 | | ROM_LOAD16_BYTE( "95422210.lo", 0x00001, 0x080000, CRC(ef3c7726) SHA1(7f9d2e548800c295731b8c15c5cc8119017069ba) ) |
| 1129 | | ROM_LOAD16_BYTE( "95422211.hi", 0x00000, 0x080000, CRC(07545d4c) SHA1(d3dd3ff04c1d2f485dacd13b4214f2462254a6d5) ) |
| 1130 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1131 | | ROM_END |
| 1132 | | |
| 1133 | | ROM_START( sc5dndbld ) |
| 1134 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1135 | | ROM_LOAD16_BYTE( "95422246.lo", 0x00001, 0x080000, CRC(ab3326ea) SHA1(d511f252f1acf76fc59d3f343c4d1db54bb8de8a) ) |
| 1136 | | ROM_LOAD16_BYTE( "95422247.hi", 0x00000, 0x080000, CRC(b9c05994) SHA1(e6ca9c7f8e6df6aa2277a329ab211134dae684aa) ) |
| 1137 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1138 | | ROM_END |
| 1139 | | |
| 1140 | | ROM_START( sc5dndble ) |
| 1141 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1142 | | ROM_LOAD16_BYTE( "95422248.lo", 0x00001, 0x080000, CRC(45192ed6) SHA1(21980888e1deb5e4d8cf140b957d10e18cd7315a) ) |
| 1143 | | ROM_LOAD16_BYTE( "95422249.hi", 0x00000, 0x080000, CRC(5b671826) SHA1(202f1b63e64c71fd7a1ef8c3159ed7a778d7d6f5) ) |
| 1144 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1145 | | ROM_END |
| 1146 | | |
| 1147 | | ROM_START( sc5dndblf ) |
| 1148 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1149 | | ROM_LOAD16_BYTE( "95422324.lo", 0x00001, 0x080000, CRC(681980ea) SHA1(11520621d11bc6642fa1ef6a81f36e4c2c5c2349) ) |
| 1150 | | ROM_LOAD16_BYTE( "95422325.hi", 0x00000, 0x080000, CRC(9337c3c8) SHA1(55313e2658ebd3fe314d5d2fe7fc846b54cb6b6d) ) |
| 1151 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1152 | | ROM_END |
| 1153 | | |
| 1154 | | ROM_START( sc5dndblg ) |
| 1155 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1156 | | ROM_LOAD16_BYTE( "95422326.lo", 0x00001, 0x080000, CRC(5f886988) SHA1(6b97194b2da2ba32b36652b0cf6f033ca364e297) ) |
| 1157 | | ROM_LOAD16_BYTE( "95422327.hi", 0x00000, 0x080000, CRC(71fdb9df) SHA1(c39ac2a70572bc4a337c1b578430e881cf5c0dc6) ) |
| 1158 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1159 | | ROM_END |
| 1160 | | |
| 1161 | | ROM_START( sc5dndblh ) |
| 1162 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1163 | | ROM_LOAD16_BYTE( "95423086.lo", 0x00001, 0x080000, CRC(330ad71d) SHA1(e80e38e0a7dc00271f589a35fa1666027ce7f764) ) |
| 1164 | | ROM_LOAD16_BYTE( "95423087.hi", 0x00000, 0x080000, CRC(2c028fb9) SHA1(5ba125d474f6d916967ad90bddfc8ebabcdb18aa) ) |
| 1165 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1166 | | ROM_END |
| 1167 | | |
| 1168 | | ROM_START( sc5dndbli ) |
| 1169 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1170 | | ROM_LOAD16_BYTE( "95423148.lo", 0x00001, 0x080000, CRC(b2c47c77) SHA1(f788eaf4aaf8509de48d661341d5d46bee5ee1d9) ) |
| 1171 | | ROM_LOAD16_BYTE( "95423149.hi", 0x00000, 0x080000, CRC(55164612) SHA1(06d666a611a89ee0e79072a54959508a5cd55981) ) |
| 1172 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1173 | | ROM_END |
| 1174 | | |
| 1175 | | ROM_START( sc5dndblj ) |
| 1176 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1177 | | ROM_LOAD16_BYTE( "95423206.lo", 0x00001, 0x080000, CRC(e734b65f) SHA1(04f38218aeb61305df1dd26574a24efb1cf04a33) ) |
| 1178 | | ROM_LOAD16_BYTE( "95423207.hi", 0x00000, 0x080000, CRC(c0384d57) SHA1(c1841c1b06e47edeb760538a89b6302e67f6473d) ) |
| 1179 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1180 | | ROM_END |
| 1181 | | |
| 1182 | | ROM_START( sc5dndblk ) |
| 1183 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1184 | | ROM_LOAD16_BYTE( "95423210.lo", 0x00001, 0x080000, CRC(6db7b68f) SHA1(db23b755758bee7706ee1504743ef6fa84e542d0) ) |
| 1185 | | ROM_LOAD16_BYTE( "95423211.hi", 0x00000, 0x080000, CRC(fc572112) SHA1(27b3bd337ce82b8029b0e2ab9bbcc45c1d2f5244) ) |
| 1186 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1187 | | ROM_END |
| 1188 | | |
| 1189 | | ROM_START( sc5dndbll ) |
| 1190 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1191 | | ROM_LOAD16_BYTE( "95423246.lo", 0x00001, 0x080000, CRC(36bdbe7a) SHA1(f8de104bafa301dc653b3aa01bbee08f57f42d33) ) |
| 1192 | | ROM_LOAD16_BYTE( "95423247.hi", 0x00000, 0x080000, CRC(7432ef89) SHA1(1c71c4fc96afd6bf1b644cce9312a77370f1e201) ) |
| 1193 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1194 | | ROM_END |
| 1195 | | |
| 1196 | | ROM_START( sc5dndblm ) |
| 1197 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1198 | | ROM_LOAD16_BYTE( "95423248.lo", 0x00001, 0x080000, CRC(e3fe8ce9) SHA1(503ac6f37a24e36ce268f77e13cb7ef3719abca2) ) |
| 1199 | | ROM_LOAD16_BYTE( "95423249.hi", 0x00000, 0x080000, CRC(cfc95a9e) SHA1(a9f235f3688ccd978c28c6425a4aeff68e433a75) ) |
| 1200 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1201 | | ROM_END |
| 1202 | | |
| 1203 | | ROM_START( sc5dndbln ) |
| 1204 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1205 | | ROM_LOAD16_BYTE( "95423324.lo", 0x00001, 0x080000, CRC(0d2469ff) SHA1(b219ee90cefb52ab495ec976f8554e834e2c8088) ) |
| 1206 | | ROM_LOAD16_BYTE( "95423325.hi", 0x00000, 0x080000, CRC(4eabcf0c) SHA1(295b4771f64493466cd75098f71f0e118460e2f3) ) |
| 1207 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1208 | | ROM_END |
| 1209 | | |
| 1210 | | ROM_START( sc5dndblo ) |
| 1211 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1212 | | ROM_LOAD16_BYTE( "95423326.lo", 0x00001, 0x080000, CRC(8bfe21a2) SHA1(1fc13b53cda62531322a12f210daa0e510391ba3) ) |
| 1213 | | ROM_LOAD16_BYTE( "95423327.hi", 0x00000, 0x080000, CRC(883e7518) SHA1(8a437306751932f04a72cd532c567616e4d10315) ) |
| 1214 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1215 | | ROM_END |
| 1216 | | |
| 1217 | | |
| 1218 | | |
| 1219 | | |
| 1220 | | |
| 1221 | | ROM_START( sc5dndbq ) |
| 1222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1223 | | ROM_LOAD16_BYTE( "95424268.lo", 0x00001, 0x080000, CRC(d51cf30a) SHA1(8fcaf84bea865801052a09894465bd7e9ea0f235) ) |
| 1224 | | ROM_LOAD16_BYTE( "95424269.hi", 0x00000, 0x080000, CRC(285a80ad) SHA1(36da0dbd0fd1c4a50ac7c8b5d91011f6ed039168) ) |
| 1225 | | sc_dndbq_others |
| 1226 | | ROM_END |
| 1227 | | |
| 1228 | | ROM_START( sc5dndbqa ) |
| 1229 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1230 | | ROM_LOAD16_BYTE( "95424366.lo", 0x00001, 0x080000, CRC(a529920f) SHA1(02f7e6158288eabb7d37ed19cca873db8b7d6c1a) ) |
| 1231 | | ROM_LOAD16_BYTE( "95424367.hi", 0x00000, 0x080000, CRC(01fc85be) SHA1(bf98096c7e0ddd4e9b3683896166b591372aeb24) ) |
| 1232 | | sc_dndbq_others |
| 1233 | | ROM_END |
| 1234 | | |
| 1235 | | ROM_START( sc5dndbqb ) |
| 1236 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1237 | | ROM_LOAD16_BYTE( "95424404.lo", 0x00001, 0x080000, CRC(e086dbd4) SHA1(cbc70e4fe552fbeacf8994c2a32185f4884a234b) ) |
| 1238 | | ROM_LOAD16_BYTE( "95424405.hi", 0x00000, 0x080000, CRC(3b886af7) SHA1(e5379ac5999d2be0399e182f9afce68bd60ee857) ) |
| 1239 | | sc_dndbq_others |
| 1240 | | ROM_END |
| 1241 | | |
| 1242 | | ROM_START( sc5dndbqc ) |
| 1243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1244 | | ROM_LOAD16_BYTE( "95425268.lo", 0x00001, 0x080000, CRC(382fc268) SHA1(e884e557043322ca5a5c2b6ec31272a031e37ae4) ) |
| 1245 | | ROM_LOAD16_BYTE( "95425269.hi", 0x00000, 0x080000, CRC(57183b0e) SHA1(e8260b9a2f9b625547ef4b3a594b7a7ccc687138) ) |
| 1246 | | sc_dndbq_others |
| 1247 | | ROM_END |
| 1248 | | |
| 1249 | | ROM_START( sc5dndbqd ) |
| 1250 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1251 | | ROM_LOAD16_BYTE( "95425366.lo", 0x00001, 0x080000, CRC(9286e0c1) SHA1(6cc384725083d72a29cc59aa98849e9455ace35c) ) |
| 1252 | | ROM_LOAD16_BYTE( "95425367.hi", 0x00000, 0x080000, CRC(a3a9e3fb) SHA1(1fa5273bec77a605fd95916316a7a066e6b8d378) ) |
| 1253 | | sc_dndbq_others |
| 1254 | | ROM_END |
| 1255 | | |
| 1256 | | ROM_START( sc5dndbqe ) |
| 1257 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1258 | | ROM_LOAD16_BYTE( "95425404.lo", 0x00001, 0x080000, CRC(6891391c) SHA1(9c2da4c54ca7bfd2a7652705e5c96096dfbeed48) ) |
| 1259 | | ROM_LOAD16_BYTE( "95425405.hi", 0x00000, 0x080000, CRC(4c9566bc) SHA1(76eaa4556dc7bc69ea64f0d4ef7456241134c8af) ) |
| 1260 | | sc_dndbq_others |
| 1261 | | ROM_END |
| 1262 | | |
| 1263 | | ROM_START( sc5dndcr ) |
| 1264 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1265 | | ROM_LOAD16_BYTE( "95426820.lo", 0x00001, 0x080000, CRC(30427067) SHA1(84eb1f430a43c7938ef1c8921a962a6ddc6e8baf) ) |
| 1266 | | ROM_LOAD16_BYTE( "95426821.hi", 0x00000, 0x080000, CRC(28a3813f) SHA1(6df280c5606c96ce559084afa9f7155064b7249e) ) |
| 1267 | | sc_dndcr_others |
| 1268 | | ROM_END |
| 1269 | | |
| 1270 | | ROM_START( sc5dndcra ) |
| 1271 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1272 | | ROM_LOAD16_BYTE( "95426912.lo", 0x00001, 0x080000, CRC(2c47dda7) SHA1(74005f1b80bb33bf087f183928573045f90c3b8c) ) |
| 1273 | | ROM_LOAD16_BYTE( "95426913.hi", 0x00000, 0x080000, CRC(22b2d228) SHA1(6966339a4e1e8fb704608833d191d2db2a073c9e) ) |
| 1274 | | sc_dndcr_others |
| 1275 | | ROM_END |
| 1276 | | |
| 1277 | | ROM_START( sc5dndcrb ) |
| 1278 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1279 | | ROM_LOAD16_BYTE( "95427820.lo", 0x00001, 0x080000, CRC(1878c967) SHA1(b156db8c67aaccd2b35c0d27116e01e2ec745c37) ) |
| 1280 | | ROM_LOAD16_BYTE( "95427821.hi", 0x00000, 0x080000, CRC(1b71bd56) SHA1(cdfa355f7abbf60a0b4473538d90a7f3c58638d8) ) |
| 1281 | | sc_dndcr_others |
| 1282 | | ROM_END |
| 1283 | | |
| 1284 | | ROM_START( sc5dndcrc ) |
| 1285 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1286 | | ROM_LOAD16_BYTE( "95427912.lo", 0x00001, 0x080000, CRC(473ff969) SHA1(3e953156ed3062aeeb9de8f9bae45c7db7209a10) ) |
| 1287 | | ROM_LOAD16_BYTE( "95427913.hi", 0x00000, 0x080000, CRC(771dd070) SHA1(838256baa0121691d15e3de333fffc9d33ea87e7) ) |
| 1288 | | sc_dndcr_others |
| 1289 | | ROM_END |
| 1290 | | |
| 1291 | | |
| 1292 | | |
| 1293 | | |
| 1294 | | ROM_START( sc5dndde ) |
| 1295 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1296 | | ROM_LOAD16_BYTE( "95426902.lo", 0x00001, 0x080000, CRC(cde3fda5) SHA1(667b2704f3d91590c24592f37a07604f8bb5e77a) ) |
| 1297 | | ROM_LOAD16_BYTE( "95426903.hi", 0x00000, 0x080000, CRC(ea6372ce) SHA1(f26e31bbe280d32d2ba127b404d9488924b90bd3) ) |
| 1298 | | sc_dndde_others |
| 1299 | | ROM_END |
| 1300 | | |
| 1301 | | ROM_START( sc5dnddea ) |
| 1302 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1303 | | ROM_LOAD16_BYTE( "95427902.lo", 0x00001, 0x080000, CRC(c4041b95) SHA1(dd23bf09425b6c2cdf6422dfce3db22797f62c73) ) |
| 1304 | | ROM_LOAD16_BYTE( "95427903.hi", 0x00000, 0x080000, CRC(2f2ed99f) SHA1(157e088838fc551606546b1c660fb6a0f61cd846) ) |
| 1305 | | sc_dndde_others |
| 1306 | | ROM_END |
| 1307 | | |
| 1308 | | |
| 1309 | | |
| 1310 | | ROM_START( sc5dnddi ) |
| 1311 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1312 | | ROM_LOAD16_BYTE( "95426790.lo", 0x00001, 0x080000, CRC(da4e4dc9) SHA1(c86349015f8778e2666db187d784340253d66df3) ) |
| 1313 | | ROM_LOAD16_BYTE( "95426791.hi", 0x00000, 0x080000, CRC(86063fdc) SHA1(c94b13be13bb947fca82c4e042c2d0a37e3c5679) ) |
| 1314 | | sc_dnddi_others |
| 1315 | | ROM_END |
| 1316 | | |
| 1317 | | ROM_START( sc5dnddia ) |
| 1318 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1319 | | ROM_LOAD16_BYTE( "95426824.lo", 0x00001, 0x080000, CRC(5c80b3a0) SHA1(3ad8506c4f52ebff92da0f9d623ebd8712918e8c) ) |
| 1320 | | ROM_LOAD16_BYTE( "95426825.hi", 0x00000, 0x080000, CRC(cad14f6b) SHA1(8bf99cd5a894eb80fb5e14d6648d4ed1c743a97e) ) |
| 1321 | | sc_dnddi_others |
| 1322 | | ROM_END |
| 1323 | | |
| 1324 | | |
| 1325 | | ROM_START( sc5dnddib ) |
| 1326 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1327 | | ROM_LOAD16_BYTE( "95427790.lo", 0x00001, 0x080000, CRC(5cf6f903) SHA1(96d2b527ccab605c0300dd9d8d5146680cbdb795) ) |
| 1328 | | ROM_LOAD16_BYTE( "95427791.hi", 0x00000, 0x080000, CRC(b1ecf625) SHA1(910106d49e5432cafaa0a33069c059ef8237ce9e) ) |
| 1329 | | sc_dnddi_others |
| 1330 | | ROM_END |
| 1331 | | |
| 1332 | | |
| 1333 | | ROM_START( sc5dnddic ) |
| 1334 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1335 | | ROM_LOAD16_BYTE( "95427824.lo", 0x00001, 0x080000, CRC(321b526b) SHA1(10204de33e26fbb5c48650676d673a69b79dfda3) ) |
| 1336 | | ROM_LOAD16_BYTE( "95427825.hi", 0x00000, 0x080000, CRC(0ff60803) SHA1(af10556777aabdab55538afa30b5fb25c0c6c12f) ) |
| 1337 | | sc_dnddi_others |
| 1338 | | ROM_END |
| 1339 | | |
| 1340 | | |
| 1341 | | |
| 1342 | | |
| 1343 | | ROM_START( sc5dnddt ) |
| 1344 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1345 | | ROM_LOAD16_BYTE( "95426578.lo", 0x00001, 0x080000, CRC(a74ca97c) SHA1(11e75209528c43d83ffa901c90b00273ebe9da1e) ) |
| 1346 | | ROM_LOAD16_BYTE( "95426579.hi", 0x00000, 0x080000, CRC(bc60373a) SHA1(c03021b4de928761c448ad3ac1fdf0455d1b9369) ) |
| 1347 | | sc_dnddt_others |
| 1348 | | ROM_END |
| 1349 | | |
| 1350 | | ROM_START( sc5dnddta ) |
| 1351 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1352 | | ROM_LOAD16_BYTE( "95426696.lo", 0x00001, 0x080000, CRC(6213b9c0) SHA1(0084c42f7f8bcf2482eac63fa5e012c42ae8854f) ) |
| 1353 | | ROM_LOAD16_BYTE( "95426697.hi", 0x00000, 0x080000, CRC(fe4bbb8c) SHA1(275b6c9c19f0b9977c48b8ce58177dded1fddf79) ) |
| 1354 | | sc_dnddt_others |
| 1355 | | ROM_END |
| 1356 | | |
| 1357 | | ROM_START( sc5dnddtb ) |
| 1358 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1359 | | ROM_LOAD16_BYTE( "95427578.lo", 0x00001, 0x080000, CRC(3074c629) SHA1(7c1f73690247324cff5229b3a55d6b56f60fc82a) ) |
| 1360 | | ROM_LOAD16_BYTE( "95427579.hi", 0x00000, 0x080000, CRC(c0176341) SHA1(e49ce2b5739fe9a48273a58eaff5d02a47de5867) ) |
| 1361 | | sc_dnddt_others |
| 1362 | | ROM_END |
| 1363 | | |
| 1364 | | ROM_START( sc5dnddtc ) |
| 1365 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1366 | | ROM_LOAD16_BYTE( "95427696.lo", 0x00001, 0x080000, CRC(08365313) SHA1(0177b939949272f807af6fff022e3557732c787e) ) |
| 1367 | | ROM_LOAD16_BYTE( "95427697.hi", 0x00000, 0x080000, CRC(f14302c1) SHA1(78a7f88eb0fd08f8a837d671341db2e6a55691e1) ) |
| 1368 | | sc_dnddt_others |
| 1369 | | ROM_END |
| 1370 | | |
| 1371 | | ROM_START( sc5dnddtd ) |
| 1372 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1373 | | ROM_LOAD16_BYTE( "p3313p71.hi", 0x00000, 0x080000, CRC(f4154827) SHA1(fbdfb6f36556082ec8cfc3beaefb22688bf0b49a) ) |
| 1374 | | ROM_LOAD16_BYTE( "p3313p71.lo", 0x00001, 0x080000, CRC(9b633600) SHA1(2de506e0d393487e7bc076c29a3eb213c1fa0444) ) |
| 1375 | | sc_dnddt_others |
| 1376 | | ROM_END |
| 1377 | | |
| 1378 | | ROM_START( sc5dnddte ) |
| 1379 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1380 | | ROM_LOAD16_BYTE( "p3313s71.hi", 0x00000, 0x080000, CRC(45ab938e) SHA1(00c04b1b18154f5234e3d5f171935b8118cff301) ) |
| 1381 | | ROM_LOAD16_BYTE( "p3313s71.lo", 0x00001, 0x080000, CRC(1f8c90b0) SHA1(dd989f34aefcdb381b099977b54f38cd98efd5f4) ) |
| 1382 | | sc_dnddt_others |
| 1383 | | ROM_END |
| 1384 | | |
| 1385 | | ROM_START( sc5dnddtf ) |
| 1386 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1387 | | ROM_LOAD16_BYTE( "p3313s72.hi", 0x00000, 0x080000, CRC(ca3f781e) SHA1(9e0e0ba1f8f378df96ea6d8aacbb3a278115175c) ) |
| 1388 | | ROM_LOAD16_BYTE( "p3313s72.lo", 0x00001, 0x080000, CRC(aebdf2ac) SHA1(780737be28e18dbcaf93e1d3c0593c4ff77f0f95) ) |
| 1389 | | sc_dnddt_others |
| 1390 | | ROM_END |
| 1391 | | |
| 1392 | | |
| 1393 | | |
| 1394 | | |
| 1395 | | ROM_START( sc5dnddo ) |
| 1396 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1397 | | ROM_LOAD16_BYTE( "p3316p71.hi", 0x00000, 0x080000, CRC(1a9a9a58) SHA1(c447fa98c547ce4759fe6ff5fb85035c39c7ab39) ) |
| 1398 | | ROM_LOAD16_BYTE( "p3316p71.lo", 0x00001, 0x080000, CRC(978ca869) SHA1(3ebcdf3ada31a7d0e493a93bd433293ac7405e2e) ) |
| 1399 | | sc_dnddo_others |
| 1400 | | ROM_END |
| 1401 | | |
| 1402 | | ROM_START( sc5dnddoa ) |
| 1403 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1404 | | ROM_LOAD16_BYTE( "p3316p72.hi", 0x00000, 0x080000, CRC(a9869e6d) SHA1(cfa6e0af311c2ea7b4b594803b2439f46692a5d5) ) |
| 1405 | | ROM_LOAD16_BYTE( "p3316p72.lo", 0x00001, 0x080000, CRC(842a8e3d) SHA1(ddd6b4c1abc7bd031650bfe2d79bb164066b3138) ) |
| 1406 | | sc_dnddo_others |
| 1407 | | ROM_END |
| 1408 | | |
| 1409 | | ROM_START( sc5dnddob ) |
| 1410 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1411 | | ROM_LOAD16_BYTE( "p3316s71.hi", 0x00000, 0x080000, CRC(5ccdd8c2) SHA1(292948be4e4532509702c6de9b3e00f2c87d6e8c) ) |
| 1412 | | ROM_LOAD16_BYTE( "p3316s71.lo", 0x00001, 0x080000, CRC(b00f32c6) SHA1(c8719088f863c27a5f642ccda612d00a651a20c4) ) |
| 1413 | | sc_dnddo_others |
| 1414 | | ROM_END |
| 1415 | | |
| 1416 | | ROM_START( sc5dnddoc ) |
| 1417 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1418 | | ROM_LOAD16_BYTE( "p3316s72.hi", 0x00000, 0x080000, CRC(60b2b117) SHA1(1003dca8caa0926c7e53f61d3e248f2d4bbc6af5) ) |
| 1419 | | ROM_LOAD16_BYTE( "p3316s72.lo", 0x00001, 0x080000, CRC(702a6a1d) SHA1(30d0c0b8e8d86b2e6d290056f9d48b6485e20b32) ) |
| 1420 | | sc_dnddo_others |
| 1421 | | ROM_END |
| 1422 | | |
| 1423 | | |
| 1424 | | |
| 1425 | | |
| 1426 | | ROM_START( sc5dndfl ) |
| 1427 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1428 | | ROM_LOAD16_BYTE( "95426676.lo", 0x00001, 0x080000, CRC(8dbcd884) SHA1(d024691be186d846fcf9635d4ac77efd9b63a4b6) ) |
| 1429 | | ROM_LOAD16_BYTE( "95426677.hi", 0x00000, 0x080000, CRC(244747b2) SHA1(429c70a19e8f56f9aa9d3bacdf75566c58d77fe7) ) |
| 1430 | | sc_dndfl_others |
| 1431 | | ROM_END |
| 1432 | | |
| 1433 | | ROM_START( sc5dndfla ) |
| 1434 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1435 | | ROM_LOAD16_BYTE( "95427676.lo", 0x00001, 0x080000, CRC(8cf59b89) SHA1(7ad62468875832ae71cf9126e1eb4964879620f3) ) |
| 1436 | | ROM_LOAD16_BYTE( "95427677.hi", 0x00000, 0x080000, CRC(4d11c889) SHA1(e66db9f2f5c2574b1a1529e626bfe4310a68bcc6) ) |
| 1437 | | sc_dndfl_others |
| 1438 | | ROM_END |
| 1439 | | |
| 1440 | | ROM_START( sc5dndflb ) |
| 1441 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1442 | | ROM_LOAD16_BYTE( "p3309p71.hi", 0x00000, 0x080000, CRC(d5d25ff9) SHA1(bc3cbb0bb4a5dee36f7bfef40f6ee4c4db63dcda) ) |
| 1443 | | ROM_LOAD16_BYTE( "p3309p71.lo", 0x00001, 0x080000, CRC(c532a4b5) SHA1(484710e74214d80ff62c43cd0dbf973a0bb37a72) ) |
| 1444 | | sc_dndfl_others |
| 1445 | | ROM_END |
| 1446 | | |
| 1447 | | ROM_START( sc5dndflc ) |
| 1448 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1449 | | ROM_LOAD16_BYTE( "p3309p72.hi", 0x00000, 0x080000, CRC(ea4eda24) SHA1(a1280073d75e09f38d71db5f71f26528423cf40e) ) |
| 1450 | | ROM_LOAD16_BYTE( "p3309p72.lo", 0x00001, 0x080000, CRC(6576a5c9) SHA1(c9bda0422f5b3a148072b8d7df3afb145b42126e) ) |
| 1451 | | sc_dndfl_others |
| 1452 | | ROM_END |
| 1453 | | |
| 1454 | | ROM_START( sc5dndfld ) |
| 1455 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1456 | | ROM_LOAD16_BYTE( "p3309s71.hi", 0x00000, 0x080000, CRC(e104cdd5) SHA1(29259bddda6350cdadbeec937aac80391ef5d7cd) ) |
| 1457 | | ROM_LOAD16_BYTE( "p3309s71.lo", 0x00001, 0x080000, CRC(4da37d67) SHA1(747a8b9815a9222056aadec587249f0d4712d795) ) |
| 1458 | | sc_dndfl_others |
| 1459 | | ROM_END |
| 1460 | | |
| 1461 | | ROM_START( sc5dndfle ) |
| 1462 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1463 | | ROM_LOAD16_BYTE( "p3309s72.hi", 0x00000, 0x080000, CRC(a0ebabb4) SHA1(671b5df68cb8ff9d92b6abdd157819d23602e2a1) ) |
| 1464 | | ROM_LOAD16_BYTE( "p3309s72.lo", 0x00001, 0x080000, CRC(0a02b017) SHA1(426a58c94224810af69724ed285a371d6a71a4a5) ) |
| 1465 | | sc_dndfl_others |
| 1466 | | ROM_END |
| 1467 | | |
| 1468 | | |
| 1469 | | |
| 1470 | | |
| 1471 | | ROM_START( sc5dndgo ) |
| 1472 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1473 | | ROM_LOAD16_BYTE( "95426800.lo", 0x00001, 0x080000, CRC(39367127) SHA1(6160fea037569fff180fa0ed1c754086b31f06ad) ) |
| 1474 | | ROM_LOAD16_BYTE( "95426801.hi", 0x00000, 0x080000, CRC(c1df2a9b) SHA1(231bd993c0fe3b2a5725b37339e3ba6d911a5e00) ) |
| 1475 | | sc_dndgo_others |
| 1476 | | ROM_END |
| 1477 | | |
| 1478 | | ROM_START( sc5dndgoa ) |
| 1479 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1480 | | ROM_LOAD16_BYTE( "95427800.lo", 0x00001, 0x080000, CRC(d808fc3f) SHA1(40788064e83f73a3492241d8d0eb7a326b84bf13) ) |
| 1481 | | ROM_LOAD16_BYTE( "95427801.hi", 0x00000, 0x080000, CRC(95172f9c) SHA1(ab863a84999b338608599663cb0c5a24e4ecdb0f) ) |
| 1482 | | sc_dndgo_others |
| 1483 | | ROM_END |
| 1484 | | |
| 1485 | | |
| 1486 | | |
| 1487 | | |
| 1488 | | ROM_START( sc5dndgl ) |
| 1489 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1490 | | ROM_LOAD16_BYTE( "95426562.lo", 0x00001, 0x080000, CRC(49336039) SHA1(5f95556647c5958bdcdcb8128c3ed1a6b375cbfb) ) |
| 1491 | | ROM_LOAD16_BYTE( "95426563.hi", 0x00000, 0x080000, CRC(c0dc0b3f) SHA1(745772d3462f627695fcb353d90316a63edb9429) ) |
| 1492 | | sc_dndgl_others |
| 1493 | | ROM_END |
| 1494 | | |
| 1495 | | ROM_START( sc5dndgla ) |
| 1496 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1497 | | ROM_LOAD16_BYTE( "95426626.lo", 0x00001, 0x080000, CRC(9e2407c3) SHA1(73e9bff320cdc87bd1347a898db1cd06c24e51ad) ) |
| 1498 | | ROM_LOAD16_BYTE( "95426627.hi", 0x00000, 0x080000, CRC(a048f32e) SHA1(ea9b705b515b5948574ebdebd84888b1cdf85eab) ) |
| 1499 | | sc_dndgl_others |
| 1500 | | ROM_END |
| 1501 | | |
| 1502 | | ROM_START( sc5dndglb ) |
| 1503 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1504 | | ROM_LOAD16_BYTE( "95426690.lo", 0x00001, 0x080000, CRC(d097ddbc) SHA1(bb08d825ebe85c6dab7944ced0557d8d496bda3b) ) |
| 1505 | | ROM_LOAD16_BYTE( "95426691.hi", 0x00000, 0x080000, CRC(64aa23cc) SHA1(00b0bf467b7c3e5f5d580b12776b2169c349ff70) ) |
| 1506 | | sc_dndgl_others |
| 1507 | | ROM_END |
| 1508 | | |
| 1509 | | ROM_START( sc5dndglc ) |
| 1510 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1511 | | ROM_LOAD16_BYTE( "95426860.lo", 0x00001, 0x080000, CRC(d44426d7) SHA1(f6eea5d092e684917df3fb45ddf100793a47ebfe) ) |
| 1512 | | ROM_LOAD16_BYTE( "95426861.hi", 0x00000, 0x080000, CRC(0edd3b08) SHA1(a52516f448b85e7d486f0bf5faea1cb460b56224) ) |
| 1513 | | sc_dndgl_others |
| 1514 | | ROM_END |
| 1515 | | |
| 1516 | | ROM_START( sc5dndgld ) |
| 1517 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1518 | | ROM_LOAD16_BYTE( "95427562.lo", 0x00001, 0x080000, CRC(2fc1bf60) SHA1(fb527d88b8a6963ba47c8365b8a3d26f4a656346) ) |
| 1519 | | ROM_LOAD16_BYTE( "95427563.hi", 0x00000, 0x080000, CRC(1f3d8eca) SHA1(9a38b7aaa34fd773d1f5d9826474cc93a40a5d28) ) |
| 1520 | | sc_dndgl_others |
| 1521 | | ROM_END |
| 1522 | | |
| 1523 | | ROM_START( sc5dndgle ) |
| 1524 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1525 | | ROM_LOAD16_BYTE( "95427626.lo", 0x00001, 0x080000, CRC(8a7ea029) SHA1(e330139d4c2032567702f9cfb4b692896063f931) ) |
| 1526 | | ROM_LOAD16_BYTE( "95427627.hi", 0x00000, 0x080000, CRC(af702461) SHA1(2ed8740e0726dfc4568004e838b207a74c54f20d) ) |
| 1527 | | sc_dndgl_others |
| 1528 | | ROM_END |
| 1529 | | |
| 1530 | | ROM_START( sc5dndglf ) |
| 1531 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1532 | | ROM_LOAD16_BYTE( "95427690.lo", 0x00001, 0x080000, CRC(39a0d719) SHA1(7a7c220e1e0af38d29da58bee6a2887eb38f4a28) ) |
| 1533 | | ROM_LOAD16_BYTE( "95427691.hi", 0x00000, 0x080000, CRC(154cf89d) SHA1(4edfa3162fb246fc3bcaa5c131a868d9dc84a65b) ) |
| 1534 | | sc_dndgl_others |
| 1535 | | ROM_END |
| 1536 | | |
| 1537 | | ROM_START( sc5dndglg ) |
| 1538 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1539 | | ROM_LOAD16_BYTE( "95427860.lo", 0x00001, 0x080000, CRC(90a642c5) SHA1(64afaa2ab321cf1e1b46b5c66525af100aea8f74) ) |
| 1540 | | ROM_LOAD16_BYTE( "95427861.hi", 0x00000, 0x080000, CRC(fe3bb2ce) SHA1(e04589f47436a1269ae697cb153af1b2e48a7a20) ) |
| 1541 | | sc_dndgl_others |
| 1542 | | ROM_END |
| 1543 | | |
| 1544 | | ROM_START( sc5dndglh ) |
| 1545 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1546 | | ROM_LOAD16_BYTE( "p3310p71.hi", 0x00000, 0x080000, CRC(93953596) SHA1(867f4fcca166e35f6b275c067a301c7aef12f6c0) ) |
| 1547 | | ROM_LOAD16_BYTE( "p3310p71.lo", 0x00001, 0x080000, CRC(c6daebd9) SHA1(d1c523e885ba4d729c6b74c2d32d373a1c38a3f7) ) |
| 1548 | | sc_dndgl_others |
| 1549 | | ROM_END |
| 1550 | | |
| 1551 | | ROM_START( sc5dndgli ) |
| 1552 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1553 | | ROM_LOAD16_BYTE( "p3310p72.hi", 0x00000, 0x080000, CRC(8b56e7fd) SHA1(e628db20db2b02bc2e9ce9b195a798b355e65957) ) |
| 1554 | | ROM_LOAD16_BYTE( "p3310p72.lo", 0x00001, 0x080000, CRC(108ffb05) SHA1(fdcb95d6be5fbd0910b1c22f193752a1c870a6aa) ) |
| 1555 | | sc_dndgl_others |
| 1556 | | ROM_END |
| 1557 | | |
| 1558 | | ROM_START( sc5dndglj ) |
| 1559 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1560 | | ROM_LOAD16_BYTE( "p3310s71.hi", 0x00000, 0x080000, CRC(b3ed6b15) SHA1(6bce0dba67a7026ca025f3808978484c8259cdb3) ) |
| 1561 | | ROM_LOAD16_BYTE( "p3310s71.lo", 0x00001, 0x080000, CRC(29ac8746) SHA1(730dde7723fa42ab7526f8f768827dc8e0ff41c7) ) |
| 1562 | | sc_dndgl_others |
| 1563 | | ROM_END |
| 1564 | | |
| 1565 | | ROM_START( sc5dndglk ) |
| 1566 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1567 | | ROM_LOAD16_BYTE( "p3310s72.hi", 0x00000, 0x080000, CRC(20e3f24a) SHA1(31c346a92d20f4c486cff3938d73391dda45ad0f) ) |
| 1568 | | ROM_LOAD16_BYTE( "p3310s72.lo", 0x00001, 0x080000, CRC(ee262128) SHA1(15323bf6d5ef8ce0c126cf30fe0b9ae869bc2e1e) ) |
| 1569 | | sc_dndgl_others |
| 1570 | | ROM_END |
| 1571 | | |
| 1572 | | |
| 1573 | | |
| 1574 | | |
| 1575 | | ROM_START( sc5dndld ) |
| 1576 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1577 | | ROM_LOAD16_BYTE( "95426794.lo", 0x00001, 0x080000, CRC(24f1eeb3) SHA1(ed1aed751924f43b16d8cef7463167af872017f6) ) |
| 1578 | | ROM_LOAD16_BYTE( "95426795.hi", 0x00000, 0x080000, CRC(79cb1434) SHA1(fd4a9543d2b873d1c87079bd3c98dd782ea9bb34) ) |
| 1579 | | sc_dndld_others |
| 1580 | | ROM_END |
| 1581 | | |
| 1582 | | ROM_START( sc5dndlda ) |
| 1583 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1584 | | ROM_LOAD16_BYTE( "95427794.lo", 0x00001, 0x080000, CRC(4a07d98c) SHA1(b24bddabf866601c496b3a8e5e02f75076d27f0e) ) |
| 1585 | | ROM_LOAD16_BYTE( "95427795.hi", 0x00000, 0x080000, CRC(8b90c5cd) SHA1(c9d1ffed3c2420597c1fe3b589db8485e94f3387) ) |
| 1586 | | sc_dndld_others |
| 1587 | | ROM_END |
| 1588 | | |
| 1589 | | |
| 1590 | | |
| 1591 | | |
| 1592 | | ROM_START( sc5dndmb ) |
| 1593 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1594 | | ROM_LOAD16_BYTE( "95426694.lo", 0x00001, 0x080000, CRC(950ca36e) SHA1(7117d648dc42bcc8d222887b12c8b868c4e9a786) ) |
| 1595 | | ROM_LOAD16_BYTE( "95426695.hi", 0x00000, 0x080000, CRC(c04f8237) SHA1(8011df90e1f163feeb672b90fcf43fc0a02e1678) ) |
| 1596 | | sc_dndmb_others |
| 1597 | | ROM_END |
| 1598 | | |
| 1599 | | ROM_START( sc5dndmba ) |
| 1600 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1601 | | ROM_LOAD16_BYTE( "95426796.lo", 0x00001, 0x080000, CRC(0d56b9ee) SHA1(ea23cb9e349d501e1889736640324046eb7b7200) ) |
| 1602 | | ROM_LOAD16_BYTE( "95426797.hi", 0x00000, 0x080000, CRC(3d8a3753) SHA1(f7570f7dbf38fbafa1634ad494138e5ba1d39df7) ) |
| 1603 | | sc_dndmb_others |
| 1604 | | ROM_END |
| 1605 | | |
| 1606 | | ROM_START( sc5dndmbb ) |
| 1607 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1608 | | ROM_LOAD16_BYTE( "95426864.lo", 0x00001, 0x080000, CRC(307c66c9) SHA1(effeca62e43df66bcb71e63140c9ca178d4e368d) ) |
| 1609 | | ROM_LOAD16_BYTE( "95426865.hi", 0x00000, 0x080000, CRC(c4a063e7) SHA1(6dbceaadb05d12f7f378d40825751ff7d09f6ef0) ) |
| 1610 | | sc_dndmb_others |
| 1611 | | ROM_END |
| 1612 | | |
| 1613 | | ROM_START( sc5dndmbc ) |
| 1614 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1615 | | ROM_LOAD16_BYTE( "95426876.lo", 0x00001, 0x080000, CRC(1efa04fb) SHA1(27ed4542581b4ff45530b60fafa65a68212b73cb) ) |
| 1616 | | ROM_LOAD16_BYTE( "95426877.hi", 0x00000, 0x080000, CRC(c8211660) SHA1(4e32a4eb4e70ddcd45da279ed3dd9b239bf4353e) ) |
| 1617 | | sc_dndmb_others |
| 1618 | | ROM_END |
| 1619 | | |
| 1620 | | ROM_START( sc5dndmbd ) |
| 1621 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1622 | | ROM_LOAD16_BYTE( "95427694.lo", 0x00001, 0x080000, CRC(3ae07652) SHA1(7cd263f0a90fa7cbef8e8b781ac90f83bc1d95ad) ) |
| 1623 | | ROM_LOAD16_BYTE( "95427695.hi", 0x00000, 0x080000, CRC(0049809f) SHA1(42bee330256ed771da9703a4185a0dcbda3235ae) ) |
| 1624 | | sc_dndmb_others |
| 1625 | | ROM_END |
| 1626 | | |
| 1627 | | ROM_START( sc5dndmbe ) |
| 1628 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1629 | | ROM_LOAD16_BYTE( "95427796.lo", 0x00001, 0x080000, CRC(177cf067) SHA1(21cfd7f6e86964115180ce81db929b5f6a523c4a) ) |
| 1630 | | ROM_LOAD16_BYTE( "95427797.hi", 0x00000, 0x080000, CRC(e708e777) SHA1(9bbc8b8bd8287028257d59f1d6d2574881009277) ) |
| 1631 | | sc_dndmb_others |
| 1632 | | ROM_END |
| 1633 | | |
| 1634 | | ROM_START( sc5dndmbf ) |
| 1635 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1636 | | ROM_LOAD16_BYTE( "95427864.lo", 0x00001, 0x080000, CRC(795d29d2) SHA1(e1d27f46a11e5a85090440e3bf3b1500003d5d06) ) |
| 1637 | | ROM_LOAD16_BYTE( "95427865.hi", 0x00000, 0x080000, CRC(8b155e76) SHA1(b3bec85b913e408fe2bc62165bb360e4ec6e57b1) ) |
| 1638 | | sc_dndmb_others |
| 1639 | | ROM_END |
| 1640 | | |
| 1641 | | ROM_START( sc5dndmbg ) |
| 1642 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1643 | | ROM_LOAD16_BYTE( "95427876.lo", 0x00001, 0x080000, CRC(69c44133) SHA1(50d3a6db2f0664cb48a53e71cb62524fcda4ea18) ) |
| 1644 | | ROM_LOAD16_BYTE( "95427877.hi", 0x00000, 0x080000, CRC(87bb490e) SHA1(a7a1f232065cec58815cb11a281fb0988698b743) ) |
| 1645 | | sc_dndmb_others |
| 1646 | | ROM_END |
| 1647 | | |
| 1648 | | ROM_START( sc5dndmbh ) |
| 1649 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1650 | | ROM_LOAD16_BYTE( "p3407p11.hi", 0x00000, 0x080000, CRC(6dfec831) SHA1(819e97aecb8777323f723a9d768ee511854f3584) ) |
| 1651 | | ROM_LOAD16_BYTE( "p3407p11.lo", 0x00001, 0x080000, CRC(9a4be116) SHA1(a32b1ab39938b483129e3ec1b811eb9e1d6f4ab2) ) |
| 1652 | | sc_dndmb_others |
| 1653 | | ROM_END |
| 1654 | | |
| 1655 | | ROM_START( sc5dndmbi ) |
| 1656 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1657 | | ROM_LOAD16_BYTE( "p3407p13.hi", 0x00000, 0x080000, CRC(3fa805a3) SHA1(9a002323719d4f2d13d3645611601650e3bc902f) ) |
| 1658 | | ROM_LOAD16_BYTE( "p3407p13.lo", 0x00001, 0x080000, CRC(5ca2a0cf) SHA1(e065a3504c53b87c844aaefbfa6a1b3116951bd1) ) |
| 1659 | | sc_dndmb_others |
| 1660 | | ROM_END |
| 1661 | | |
| 1662 | | ROM_START( sc5dndmbj ) |
| 1663 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1664 | | ROM_LOAD16_BYTE( "p3407s11.hi", 0x00000, 0x080000, CRC(e2d831ff) SHA1(8c26789960d0f77c4d0e17d4f3c64212ea3c5c72) ) |
| 1665 | | ROM_LOAD16_BYTE( "p3407s11.lo", 0x00001, 0x080000, CRC(4b6fab54) SHA1(6c2014400b9d7692c8e6b345924068cd5b5b7ab8) ) |
| 1666 | | sc_dndmb_others |
| 1667 | | ROM_END |
| 1668 | | |
| 1669 | | ROM_START( sc5dndmbk ) |
| 1670 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1671 | | ROM_LOAD16_BYTE( "p3407s13.hi", 0x00000, 0x080000, CRC(cbbb0081) SHA1(17553777cfba64e9af5536e24b361d68335cbf86) ) |
| 1672 | | ROM_LOAD16_BYTE( "p3407s13.lo", 0x00001, 0x080000, CRC(c68c23c0) SHA1(837bae53f2884a8c09d9e923572448abc34711e1) ) |
| 1673 | | sc_dndmb_others |
| 1674 | | ROM_END |
| 1675 | | |
| 1676 | | |
| 1677 | | |
| 1678 | | |
| 1679 | | ROM_START( sc5dndmd ) |
| 1680 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1681 | | ROM_LOAD16_BYTE( "95426786.lo", 0x00001, 0x080000, CRC(fb527cd3) SHA1(1e77ea5b62126dd975a0d60c238998d3bcff7fce) ) |
| 1682 | | ROM_LOAD16_BYTE( "95426787.hi", 0x00000, 0x080000, CRC(e99a0bef) SHA1(23a8dce42ac136eaf961b83c633aa219741f08d5) ) |
| 1683 | | sc_dndmd_others |
| 1684 | | ROM_END |
| 1685 | | |
| 1686 | | ROM_START( sc5dndmda ) |
| 1687 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1688 | | ROM_LOAD16_BYTE( "95426836.lo", 0x00001, 0x080000, CRC(fccfe5ab) SHA1(817367349ddc9c138008beb19af3244c99893db7) ) |
| 1689 | | ROM_LOAD16_BYTE( "95426837.hi", 0x00000, 0x080000, CRC(ba12681d) SHA1(2cddad5e774ac472b7f8fc646d17ccac5ceeba20) ) |
| 1690 | | sc_dndmd_others |
| 1691 | | ROM_END |
| 1692 | | |
| 1693 | | ROM_START( sc5dndmdb ) |
| 1694 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1695 | | ROM_LOAD16_BYTE( "95426838.lo", 0x00001, 0x080000, CRC(d48a430a) SHA1(cfeb444cca0b374bfff4ac1f3ec8a0ef65d3ac0b) ) |
| 1696 | | ROM_LOAD16_BYTE( "95426839.hi", 0x00000, 0x080000, CRC(18a780c9) SHA1(e1cda4af84f79810305f51340d67e5f31da48cf8) ) |
| 1697 | | sc_dndmd_others |
| 1698 | | ROM_END |
| 1699 | | |
| 1700 | | ROM_START( sc5dndmdc ) |
| 1701 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1702 | | ROM_LOAD16_BYTE( "95426862.lo", 0x00001, 0x080000, CRC(74849196) SHA1(c34bd4b8f67ffa86abb42ffcc9a83aa1663fd9cc) ) |
| 1703 | | ROM_LOAD16_BYTE( "95426863.hi", 0x00000, 0x080000, CRC(a72d2f11) SHA1(0102e59b55399153a5f5d7fc248d69e30cd50da2) ) |
| 1704 | | sc_dndmd_others |
| 1705 | | ROM_END |
| 1706 | | |
| 1707 | | ROM_START( sc5dndmdd ) |
| 1708 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1709 | | ROM_LOAD16_BYTE( "95426866.lo", 0x00001, 0x080000, CRC(f0fd9206) SHA1(0dfb454870c43f428604e9717a352fc6deda9212) ) |
| 1710 | | ROM_LOAD16_BYTE( "95426867.hi", 0x00000, 0x080000, CRC(e38b6b48) SHA1(a9d815eb12b7c4651e4adb123e398030c0eb2179) ) |
| 1711 | | sc_dndmd_others |
| 1712 | | ROM_END |
| 1713 | | |
| 1714 | | ROM_START( sc5dndmde ) |
| 1715 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1716 | | ROM_LOAD16_BYTE( "95427786.lo", 0x00001, 0x080000, CRC(b50adb65) SHA1(ff259c97c02994eb58b0012654f017119c0f538e) ) |
| 1717 | | ROM_LOAD16_BYTE( "95427787.hi", 0x00000, 0x080000, CRC(5c9d20b0) SHA1(780b86395d2678216d7e14ef4ab6138959029203) ) |
| 1718 | | sc_dndmd_others |
| 1719 | | ROM_END |
| 1720 | | |
| 1721 | | ROM_START( sc5dndmdf ) |
| 1722 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1723 | | ROM_LOAD16_BYTE( "95427836.lo", 0x00001, 0x080000, CRC(83faf417) SHA1(d8436e4a9524cc1e2e6a6b834731b67c7edef40f) ) |
| 1724 | | ROM_LOAD16_BYTE( "95427837.hi", 0x00000, 0x080000, CRC(0503486d) SHA1(4c82f58de544f6bb6349368ea5422fcfcbeb9498) ) |
| 1725 | | sc_dndmd_others |
| 1726 | | ROM_END |
| 1727 | | |
| 1728 | | ROM_START( sc5dndmdg ) |
| 1729 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1730 | | ROM_LOAD16_BYTE( "95427838.lo", 0x00001, 0x080000, CRC(e046eb60) SHA1(5bd7eb4b2d2cec81503e153ece20e2b582cd1bd4) ) |
| 1731 | | ROM_LOAD16_BYTE( "95427839.hi", 0x00000, 0x080000, CRC(a304ce00) SHA1(74aedcd8ad06b168285ce894b149fa77c9d46b9a) ) |
| 1732 | | sc_dndmd_others |
| 1733 | | ROM_END |
| 1734 | | |
| 1735 | | ROM_START( sc5dndmdh ) |
| 1736 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1737 | | ROM_LOAD16_BYTE( "95427862.lo", 0x00001, 0x080000, CRC(5704cacb) SHA1(6f8a0075fd82baaa1b0d757ab1ecc044a1f59992) ) |
| 1738 | | ROM_LOAD16_BYTE( "95427863.hi", 0x00000, 0x080000, CRC(b7398001) SHA1(f863113565c7d83b5cdfff335e3a43de3655375f) ) |
| 1739 | | sc_dndmd_others |
| 1740 | | ROM_END |
| 1741 | | |
| 1742 | | ROM_START( sc5dndmdi ) |
| 1743 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1744 | | ROM_LOAD16_BYTE( "95427866.lo", 0x00001, 0x080000, CRC(46f8244c) SHA1(59fc36323f772506d94dd2b2d96523dae823c69c) ) |
| 1745 | | ROM_LOAD16_BYTE( "95427867.hi", 0x00000, 0x080000, CRC(ee973a37) SHA1(3da42f8f6587c408c3c9e102dbd422a86195fd72) ) |
| 1746 | | sc_dndmd_others |
| 1747 | | ROM_END |
| 1748 | | |
| 1749 | | |
| 1750 | | |
| 1751 | | ROM_START( sc5dndpa ) |
| 1752 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1753 | | ROM_LOAD16_BYTE( "95426600.lo", 0x00001, 0x080000, CRC(0b999f25) SHA1(371e15a9182e83ef4245398f4dcf542bf0cb1471) ) |
| 1754 | | ROM_LOAD16_BYTE( "95426601.hi", 0x00000, 0x080000, CRC(8efda096) SHA1(11c8cef15b792391c62a97be35ae7f4fc7138fe6) ) |
| 1755 | | sc_dndpa_others |
| 1756 | | ROM_END |
| 1757 | | |
| 1758 | | ROM_START( sc5dndpaa ) |
| 1759 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1760 | | ROM_LOAD16_BYTE( "95426654.lo", 0x00001, 0x080000, CRC(421cbdc5) SHA1(5f6ed7e4e0624bfb95c039554809b834d330b932) ) |
| 1761 | | ROM_LOAD16_BYTE( "95426655.hi", 0x00000, 0x080000, CRC(5d2a2256) SHA1(33855ece3112bd87b79517b56e1b9bd3cf8cdf98) ) |
| 1762 | | sc_dndpa_others |
| 1763 | | ROM_END |
| 1764 | | |
| 1765 | | ROM_START( sc5dndpab ) |
| 1766 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1767 | | ROM_LOAD16_BYTE( "95427600.lo", 0x00001, 0x080000, CRC(85d3ea06) SHA1(fecde10abf342b7f8255251276f42a2034e4cdc8) ) |
| 1768 | | ROM_LOAD16_BYTE( "95427601.hi", 0x00000, 0x080000, CRC(594a7d67) SHA1(411373ff7277c84b9cdebb766a1dce6359674bb6) ) |
| 1769 | | sc_dndpa_others |
| 1770 | | ROM_END |
| 1771 | | |
| 1772 | | ROM_START( sc5dndpac ) |
| 1773 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1774 | | ROM_LOAD16_BYTE( "95427654.lo", 0x00001, 0x080000, CRC(1908555b) SHA1(80cfdf571a513a2d6da5c0c89b7c048d42b82bc0) ) |
| 1775 | | ROM_LOAD16_BYTE( "95427655.hi", 0x00000, 0x080000, CRC(31c5e56b) SHA1(2fab1e34e69b5d42123a4c6499d1a4b3ca6fd344) ) |
| 1776 | | sc_dndpa_others |
| 1777 | | ROM_END |
| 1778 | | |
| 1779 | | |
| 1780 | | |
| 1781 | | |
| 1782 | | ROM_START( sc5ddptg ) |
| 1783 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1784 | | ROM_LOAD16_BYTE( "95426872.lo", 0x00001, 0x080000, CRC(d09ec5c8) SHA1(5c3c6c62b5e1f3f9e6a8f9d90e89971f5d79069a) ) |
| 1785 | | ROM_LOAD16_BYTE( "95426873.hi", 0x00000, 0x080000, CRC(e1f1b293) SHA1(f397bf2e97712c2f805dd1859073d8819f8b7fa7) ) |
| 1786 | | sc_ddptg_others |
| 1787 | | ROM_END |
| 1788 | | |
| 1789 | | ROM_START( sc5ddptga ) |
| 1790 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1791 | | ROM_LOAD16_BYTE( "95426936.lo", 0x00001, 0x080000, CRC(99a16526) SHA1(1e95ccea0492e7fcd0475127f4c806ea31318ac1) ) |
| 1792 | | ROM_LOAD16_BYTE( "95426937.hi", 0x00000, 0x080000, CRC(02a5a5c2) SHA1(3fde8ebaf6fd123a447b08912e521ab4f83823fc) ) |
| 1793 | | sc_ddptg_others |
| 1794 | | ROM_END |
| 1795 | | |
| 1796 | | ROM_START( sc5ddptgb ) |
| 1797 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1798 | | ROM_LOAD16_BYTE( "95427872.lo", 0x00001, 0x080000, CRC(5de69791) SHA1(5d2acb1c8a8742b38b5a43dad4c25275b1f6bf9d) ) |
| 1799 | | ROM_LOAD16_BYTE( "95427873.hi", 0x00000, 0x080000, CRC(9eef10fe) SHA1(6081f4d226565165ee3dbec5eab1e09a13fff35c) ) |
| 1800 | | sc_ddptg_others |
| 1801 | | ROM_END |
| 1802 | | |
| 1803 | | ROM_START( sc5ddptgc ) |
| 1804 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1805 | | ROM_LOAD16_BYTE( "95427936.lo", 0x00001, 0x080000, CRC(3f290768) SHA1(97f9b9a38bf7409a652afb7ce7315e6a96906dc7) ) |
| 1806 | | ROM_LOAD16_BYTE( "95427937.hi", 0x00000, 0x080000, CRC(0477abf3) SHA1(df52a3ae072139c698b842896ffa3b80be48990d) ) |
| 1807 | | sc_ddptg_others |
| 1808 | | ROM_END |
| 1809 | | |
| 1810 | | |
| 1811 | | |
| 1812 | | |
| 1813 | | ROM_START( sc5ddply ) |
| 1814 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1815 | | ROM_LOAD16_BYTE( "p3303p11.hi", 0x00000, 0x080000, CRC(0fda3a5b) SHA1(b7d96ac0724dad8e2676d0bf281edbc077b81d5a) ) |
| 1816 | | ROM_LOAD16_BYTE( "p3303p11.lo", 0x00001, 0x080000, CRC(f9c9818f) SHA1(f7ea65e6099e94092846a36c3f7deab5553b027e) ) |
| 1817 | | sc_ddply_others |
| 1818 | | ROM_END |
| 1819 | | |
| 1820 | | ROM_START( sc5ddplya ) |
| 1821 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1822 | | ROM_LOAD16_BYTE( "p3303s11.hi", 0x00000, 0x080000, CRC(1275867c) SHA1(6f612b9e397106a2fc050241305c7ca1661b9e96) ) |
| 1823 | | ROM_LOAD16_BYTE( "p3303s11.lo", 0x00001, 0x080000, CRC(b0e29d4d) SHA1(feed1310eba65853faa9e634472419038b7db982) ) |
| 1824 | | sc_ddply_others |
| 1825 | | ROM_END |
| 1826 | | |
| 1827 | | |
| 1828 | | |
| 1829 | | |
| 1830 | | |
| 1831 | | |
| 1832 | | ROM_START( sc5dndrr ) |
| 1833 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1834 | | ROM_LOAD16_BYTE( "95426784.lo", 0x00001, 0x080000, CRC(19a3a912) SHA1(033072b3e6dd41c40cab0b7d361bea258560696c) ) |
| 1835 | | ROM_LOAD16_BYTE( "95426785.hi", 0x00000, 0x080000, CRC(f962e6f8) SHA1(bd46e3f736afaf144e5a72232bd31e7d736ca58c) ) |
| 1836 | | sc_dndrr_others |
| 1837 | | ROM_END |
| 1838 | | |
| 1839 | | ROM_START( sc5dndrra ) |
| 1840 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1841 | | ROM_LOAD16_BYTE( "95426880.lo", 0x00001, 0x080000, CRC(ac22b48d) SHA1(f618d479dc4cab24ef7552760ff98dc000ae163f) ) |
| 1842 | | ROM_LOAD16_BYTE( "95426881.hi", 0x00000, 0x080000, CRC(ad855ae4) SHA1(bf533137ea191b7c92003661be4007afff348163) ) |
| 1843 | | sc_dndrr_others |
| 1844 | | ROM_END |
| 1845 | | |
| 1846 | | ROM_START( sc5dndrrb ) |
| 1847 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1848 | | ROM_LOAD16_BYTE( "95427784.lo", 0x00001, 0x080000, CRC(ae9b171a) SHA1(96f9824043571c682c1f72261fdad2f2f55b732e) ) |
| 1849 | | ROM_LOAD16_BYTE( "95427785.hi", 0x00000, 0x080000, CRC(f8ee4d22) SHA1(886f9c6416d08a7ac4a319b03ae47fa3365bb37a) ) |
| 1850 | | sc_dndrr_others |
| 1851 | | ROM_END |
| 1852 | | |
| 1853 | | ROM_START( sc5dndrrc ) |
| 1854 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1855 | | ROM_LOAD16_BYTE( "95427880.lo", 0x00001, 0x080000, CRC(e3d6c3ec) SHA1(89a09a5fea57b56f7a6cda644a89c63af73c9f65) ) |
| 1856 | | ROM_LOAD16_BYTE( "95427881.hi", 0x00000, 0x080000, CRC(fb419a7c) SHA1(6197f8aee36de9b2eee1b4c336817557b9d6e8f0) ) |
| 1857 | | sc_dndrr_others |
| 1858 | | ROM_END |
| 1859 | | |
| 1860 | | |
| 1861 | | |
| 1862 | | |
| 1863 | | ROM_START( sc5dndsi ) |
| 1864 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1865 | | ROM_LOAD16_BYTE( "p3219p71.hi", 0x00000, 0x080000, CRC(998038e1) SHA1(577650c85e025bb3b56ce4a618003b77768531cd) ) |
| 1866 | | ROM_LOAD16_BYTE( "p3219p71.lo", 0x00001, 0x080000, CRC(b8e397fa) SHA1(b87349fa551317e96614b421f7167243af6381d4) ) |
| 1867 | | sc_dndsi_others |
| 1868 | | ROM_END |
| 1869 | | |
| 1870 | | ROM_START( sc5dndsia ) |
| 1871 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1872 | | ROM_LOAD16_BYTE( "p3219p72.hi", 0x00000, 0x080000, CRC(fb10dad2) SHA1(5ba3b60285ae6019eea526c56caf362870c6dfca) ) |
| 1873 | | ROM_LOAD16_BYTE( "p3219p72.lo", 0x00001, 0x080000, CRC(47962d32) SHA1(d254b3c9ae27a7501433f84e20bb95653e9c5f9d) ) |
| 1874 | | sc_dndsi_others |
| 1875 | | ROM_END |
| 1876 | | |
| 1877 | | ROM_START( sc5dndsib ) |
| 1878 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1879 | | ROM_LOAD16_BYTE( "p3219p73.hi", 0x00000, 0x080000, CRC(0a8153ae) SHA1(16464f7f2020f587ef9f1ffd393410d4b33d7290) ) |
| 1880 | | ROM_LOAD16_BYTE( "p3219p73.lo", 0x00001, 0x080000, CRC(83ab4f08) SHA1(c20f3186a34bba2b67b63b5e1dea3abdf8f5c4fd) ) |
| 1881 | | sc_dndsi_others |
| 1882 | | ROM_END |
| 1883 | | |
| 1884 | | ROM_START( sc5dndsic ) |
| 1885 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1886 | | ROM_LOAD16_BYTE( "p3219s71.hi", 0x00000, 0x080000, CRC(0a8bc683) SHA1(49421a15598c6bc25fcfa2f1c754fa4a2160fc22) ) |
| 1887 | | ROM_LOAD16_BYTE( "p3219s71.lo", 0x00001, 0x080000, CRC(5370078c) SHA1(cdba77c38f3a9c1f21cbcb805f8efc643cf60095) ) |
| 1888 | | sc_dndsi_others |
| 1889 | | ROM_END |
| 1890 | | |
| 1891 | | ROM_START( sc5dndsid ) |
| 1892 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1893 | | ROM_LOAD16_BYTE( "p3219s73.hi", 0x00000, 0x080000, CRC(ad675a6a) SHA1(8d6c94b4d804f8c6b2b4e7e395782646eba8e285) ) |
| 1894 | | ROM_LOAD16_BYTE( "p3219s73.lo", 0x00001, 0x080000, CRC(5e91a6bd) SHA1(3dd3456b2c0059d129fd85bb8e38a8995f194dc2) ) |
| 1895 | | sc_dndsi_others |
| 1896 | | ROM_END |
| 1897 | | |
| 1898 | | |
| 1899 | | |
| 1900 | | |
| 1901 | | ROM_START( sc5dndrt ) |
| 1902 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1903 | | ROM_LOAD16_BYTE( "95426564.lo", 0x00001, 0x080000, CRC(80576d4c) SHA1(88196fb562269827414ac10f1fcf08921b5eea50) ) |
| 1904 | | ROM_LOAD16_BYTE( "95426565.hi", 0x00000, 0x080000, CRC(f6c6a4b0) SHA1(07cd42d85ddc9760222ccce445280a5d47058cab) ) |
| 1905 | | sc_dndrt_others |
| 1906 | | ROM_END |
| 1907 | | |
| 1908 | | ROM_START( sc5dndrta ) |
| 1909 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1910 | | ROM_LOAD16_BYTE( "95426628.lo", 0x00001, 0x080000, CRC(d50998d5) SHA1(08b75ee0ac3ddaeccd5a90c043d911af2e2e5d3f) ) |
| 1911 | | ROM_LOAD16_BYTE( "95426629.hi", 0x00000, 0x080000, CRC(331eac9e) SHA1(9e8e269754d012597568ebdc6ff6d6205f37aa38) ) |
| 1912 | | sc_dndrt_others |
| 1913 | | ROM_END |
| 1914 | | |
| 1915 | | ROM_START( sc5dndrtb ) |
| 1916 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1917 | | ROM_LOAD16_BYTE( "95426856.lo", 0x00001, 0x080000, CRC(a7a83a03) SHA1(60fcc72fef47239818e124d2e6f15337a9b59847) ) |
| 1918 | | ROM_LOAD16_BYTE( "95426857.hi", 0x00000, 0x080000, CRC(75f8fe7d) SHA1(c8ec593ce18bff56bc89349f0c7a9b11ead83cbc) ) |
| 1919 | | sc_dndrt_others |
| 1920 | | ROM_END |
| 1921 | | |
| 1922 | | ROM_START( sc5dndrtc ) |
| 1923 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1924 | | ROM_LOAD16_BYTE( "95427564.lo", 0x00001, 0x080000, CRC(10254396) SHA1(0b7e526c9bacb46dfb4e81f38bfffa64ba6cb44a) ) |
| 1925 | | ROM_LOAD16_BYTE( "95427565.hi", 0x00000, 0x080000, CRC(bf1018c3) SHA1(fd52b008ac5a921c53938e3d080c3ebe1c81c3c3) ) |
| 1926 | | sc_dndrt_others |
| 1927 | | ROM_END |
| 1928 | | |
| 1929 | | ROM_START( sc5dndrtd ) |
| 1930 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1931 | | ROM_LOAD16_BYTE( "95427628.lo", 0x00001, 0x080000, CRC(419ee27c) SHA1(2d2081e5247b2da701a1c24f4227c84f8f15f034) ) |
| 1932 | | ROM_LOAD16_BYTE( "95427629.hi", 0x00000, 0x080000, CRC(a55237f6) SHA1(f59a14e5332f8fc62a97edae6319d69a8ae421cf) ) |
| 1933 | | sc_dndrt_others |
| 1934 | | ROM_END |
| 1935 | | |
| 1936 | | ROM_START( sc5dndrte ) |
| 1937 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1938 | | ROM_LOAD16_BYTE( "95427856.lo", 0x00001, 0x080000, CRC(17522a17) SHA1(31d65822f36bedf6f2696b8ddddd3c7fc67a3277) ) |
| 1939 | | ROM_LOAD16_BYTE( "95427857.hi", 0x00000, 0x080000, CRC(1c386bba) SHA1(7a4b89788042fd6045342abbcca5ce34a67dd652) ) |
| 1940 | | sc_dndrt_others |
| 1941 | | ROM_END |
| 1942 | | |
| 1943 | | |
| 1944 | | |
| 1945 | | |
| 1946 | | ROM_START( sc5dndpd ) |
| 1947 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1948 | | ROM_LOAD16_BYTE( "95426686.lo", 0x00001, 0x080000, CRC(d308b28a) SHA1(522fdd06185d26a328c251ba95818d318d85fe05) ) |
| 1949 | | ROM_LOAD16_BYTE( "95426687.hi", 0x00000, 0x080000, CRC(daef4474) SHA1(210955eb3bf891190a29cc7ab0234fce92567e2d) ) |
| 1950 | | sc_dndpd_others |
| 1951 | | ROM_END |
| 1952 | | |
| 1953 | | ROM_START( sc5dndpda ) |
| 1954 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1955 | | ROM_LOAD16_BYTE( "95426850.lo", 0x00001, 0x080000, CRC(a526c153) SHA1(2380083cf6df2b76f5a842f99205434a346ac822) ) |
| 1956 | | ROM_LOAD16_BYTE( "95426851.hi", 0x00000, 0x080000, CRC(0205ab1e) SHA1(f06a28717a990f63d5ae801f298c8030681b010c) ) |
| 1957 | | sc_dndpd_others |
| 1958 | | ROM_END |
| 1959 | | |
| 1960 | | ROM_START( sc5dndpdb ) |
| 1961 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1962 | | ROM_LOAD16_BYTE( "95427686.lo", 0x00001, 0x080000, CRC(799a6b4f) SHA1(58af5a23868b225928dd73cb45b61c161aad82ec) ) |
| 1963 | | ROM_LOAD16_BYTE( "95427687.hi", 0x00000, 0x080000, CRC(1afee3e0) SHA1(e5d113043a16947f95b67716d9954c46fd5f2bfd) ) |
| 1964 | | sc_dndpd_others |
| 1965 | | ROM_END |
| 1966 | | |
| 1967 | | ROM_START( sc5dndpdc ) |
| 1968 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1969 | | ROM_LOAD16_BYTE( "95427850.lo", 0x00001, 0x080000, CRC(024a4826) SHA1(c4124526102be162ab101de25748461f26a0936f) ) |
| 1970 | | ROM_LOAD16_BYTE( "95427851.hi", 0x00000, 0x080000, CRC(b0cae8de) SHA1(1f70ea6b56407e9ac8794e524bf4375ff38a0e1c) ) |
| 1971 | | sc_dndpd_others |
| 1972 | | ROM_END |
| 1973 | | |
| 1974 | | |
| 1975 | | |
| 1976 | | ROM_START( sc5dndpc ) |
| 1977 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1978 | | ROM_LOAD16_BYTE( "p3303p72.hi", 0x00000, 0x080000, CRC(01399a36) SHA1(a7bacb358f0f803b3cc2118bbdf112f71b1cc770) ) |
| 1979 | | ROM_LOAD16_BYTE( "p3303p72.lo", 0x00001, 0x080000, CRC(310adb3c) SHA1(03faf72ee909c142b633ca226b28121dfd8cf525) ) |
| 1980 | | sc_dndpc_others |
| 1981 | | ROM_END |
| 1982 | | |
| 1983 | | |
| 1984 | | ROM_START( sc5dndpca ) |
| 1985 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1986 | | ROM_LOAD16_BYTE( "p3303s72.hi", 0x00000, 0x080000, CRC(8d896e95) SHA1(347c83bf914cc40fae6a89d7c27f97cf861083ae) ) |
| 1987 | | ROM_LOAD16_BYTE( "p3303s72.lo", 0x00001, 0x080000, CRC(5e793210) SHA1(bfe9fbdc3ff11bbdd42741c6d2ff66265b792f90) ) |
| 1988 | | sc_dndpc_others |
| 1989 | | ROM_END |
| 1990 | | |
| 1991 | | |
| 1992 | | |
| 1993 | | |
| 1994 | | ROM_START( sc5dndtb ) |
| 1995 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1996 | | ROM_LOAD16_BYTE( "95426780.lo", 0x00001, 0x080000, CRC(beba0181) SHA1(228f5c8ef549b36c3d10c9eed19d98005ba86abe) ) |
| 1997 | | ROM_LOAD16_BYTE( "95426781.hi", 0x00000, 0x080000, CRC(466771cf) SHA1(5deea15eb735095aa0a0fdb6275b7a8da036ebf6) ) |
| 1998 | | sc_dndtb_others |
| 1999 | | ROM_END |
| 2000 | | |
| 2001 | | |
| 2002 | | ROM_START( sc5dndtba ) |
| 2003 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2004 | | ROM_LOAD16_BYTE( "95427780.lo", 0x00001, 0x080000, CRC(5cbb0fb9) SHA1(aab95a8b64ab455723ce30aff22d88ea6825f0f9) ) |
| 2005 | | ROM_LOAD16_BYTE( "95427781.hi", 0x00000, 0x080000, CRC(41e8e286) SHA1(296f9d3fbecaa6a1bd03279d8109ce544c7e0751) ) |
| 2006 | | sc_dndtb_others |
| 2007 | | ROM_END |
| 2008 | | |
| 2009 | | |
| 2010 | | |
| 2011 | | |
| 2012 | | ROM_START( sc5devil ) |
| 2013 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2014 | | ROM_LOAD16_BYTE( "95420562.lo", 0x00001, 0x080000, CRC(de71acc6) SHA1(f4d7697929db6ff629764608eed6b07f5f8601b9) ) |
| 2015 | | ROM_LOAD16_BYTE( "95420563.hi", 0x00000, 0x080000, CRC(3dfd6cd8) SHA1(943df339ec339155db28c4d688b6ed835a9e1e77) ) |
| 2016 | | sc_devil_others |
| 2017 | | ROM_END |
| 2018 | | |
| 2019 | | ROM_START( sc5devila ) |
| 2020 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2021 | | ROM_LOAD16_BYTE( "95420748.lo", 0x00001, 0x080000, CRC(49f591f3) SHA1(270a532f8be3766c6eae7632d813d5c58a5d5a68) ) |
| 2022 | | ROM_LOAD16_BYTE( "95420749.hi", 0x00000, 0x080000, CRC(3d3a9afc) SHA1(914215eee96234b2913ad33c0ff008f2d6ce42a8) ) |
| 2023 | | sc_devil_others |
| 2024 | | ROM_END |
| 2025 | | |
| 2026 | | ROM_START( sc5devilb ) |
| 2027 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2028 | | ROM_LOAD16_BYTE( "95421562.lo", 0x00001, 0x080000, CRC(12d560cf) SHA1(909fcddbfb208598ae66ed20f1e1d7bffee0914c) ) |
| 2029 | | ROM_LOAD16_BYTE( "95421563.hi", 0x00000, 0x080000, CRC(07651d3f) SHA1(1709b08f7d6e14239900b887c20c801ee94a2f85) ) |
| 2030 | | sc_devil_others |
| 2031 | | ROM_END |
| 2032 | | |
| 2033 | | ROM_START( sc5devilc ) |
| 2034 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2035 | | ROM_LOAD16_BYTE( "95421748.lo", 0x00001, 0x080000, CRC(fe23d2d7) SHA1(80f290edef39b9a92ac1be0f98f21e66c80eb9bf) ) |
| 2036 | | ROM_LOAD16_BYTE( "95421749.hi", 0x00000, 0x080000, CRC(875c5df1) SHA1(c4664c6541a17fd1d575ed1d7839a385a943e75d) ) |
| 2037 | | sc_devil_others |
| 2038 | | ROM_END |
| 2039 | | |
| 2040 | | |
| 2041 | | |
| 2042 | | ROM_START( sc5dracp ) |
| 2043 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2044 | | ROM_LOAD16_BYTE( "p3007p42.hi", 0x00000, 0x080000, CRC(dff8d46d) SHA1(cc5fda9909e1067d1f43ca9b1ef100652a36389a) ) |
| 2045 | | ROM_LOAD16_BYTE( "p3007p42.lo", 0x00001, 0x080000, CRC(9d030171) SHA1(514c9bb3da5c084738784e6fe5993e76e2263b71) ) |
| 2046 | | sc_dracp_others |
| 2047 | | ROM_END |
| 2048 | | |
| 2049 | | ROM_START( sc5dracpa ) |
| 2050 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2051 | | ROM_LOAD16_BYTE( "p3007s42.hi", 0x00000, 0x080000, CRC(ffadb510) SHA1(193fa0cf1cfcbdb752dcb6a357e726c3205460d4) ) |
| 2052 | | ROM_LOAD16_BYTE( "p3007s42.lo", 0x00001, 0x080000, CRC(5496cbe2) SHA1(460d0cdc38b0785dcaecb4ba8254fec1b32a9fd7) ) |
| 2053 | | sc_dracp_others |
| 2054 | | ROM_END |
| 2055 | | |
| 2056 | | |
| 2057 | | ROM_START( sc5fgbh ) |
| 2058 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2059 | | ROM_LOAD16_BYTE( "95426652.lo", 0x00001, 0x080000, CRC(bd72d8ef) SHA1(c9ca907fc1f25bb12c0f0409a79fd49f350bf64c) ) |
| 2060 | | ROM_LOAD16_BYTE( "95426653.hi", 0x00000, 0x080000, CRC(0e8458f6) SHA1(e716450dad5dfa616c02bc07e6842fa90704ad3f) ) |
| 2061 | | sc_fgbh_others |
| 2062 | | ROM_END |
| 2063 | | |
| 2064 | | ROM_START( sc5fgbha ) |
| 2065 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2066 | | ROM_LOAD16_BYTE( "95427652.lo", 0x00001, 0x080000, CRC(ef45b1b3) SHA1(ac4448d2e1f540d654785ab59224a0848d66da74) ) |
| 2067 | | ROM_LOAD16_BYTE( "95427653.hi", 0x00000, 0x080000, CRC(ac0450a1) SHA1(1e348be661ef50d39bded3386eaba627570f6c95) ) |
| 2068 | | sc_fgbh_others |
| 2069 | | ROM_END |
| 2070 | | |
| 2071 | | ROM_START( sc5fgbhb ) |
| 2072 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2073 | | ROM_LOAD16_BYTE( "p3306p71.hi", 0x00000, 0x080000, CRC(b48cf490) SHA1(51b5ad358edfc7cb7a68e9ab8784460837c9b632) ) |
| 2074 | | ROM_LOAD16_BYTE( "p3306p71.lo", 0x00001, 0x080000, CRC(8cfed5af) SHA1(800d31491391199317f290077b41ed46acb84d5c) ) |
| 2075 | | sc_fgbh_others |
| 2076 | | ROM_END |
| 2077 | | |
| 2078 | | ROM_START( sc5fgbhc ) |
| 2079 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2080 | | ROM_LOAD16_BYTE( "p3306s71.hi", 0x00000, 0x080000, CRC(84cd120a) SHA1(c6ac1867ede452c09f40c9a06fb1de1b3938e02f) ) |
| 2081 | | ROM_LOAD16_BYTE( "p3306s71.lo", 0x00001, 0x080000, CRC(308edcce) SHA1(7281f0911c83a5971e0f0f984177db2247548ceb) ) |
| 2082 | | sc_fgbh_others |
| 2083 | | ROM_END |
| 2084 | | |
| 2085 | | |
| 2086 | | |
| 2087 | | |
| 2088 | | ROM_START( sc5fggp ) |
| 2089 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2090 | | ROM_LOAD16_BYTE( "p3301p11.hi", 0x00000, 0x080000, CRC(078596d1) SHA1(ce678b49fdab810eb595a57e237d9a91f5444bb3) ) |
| 2091 | | ROM_LOAD16_BYTE( "p3301p11.lo", 0x00001, 0x080000, CRC(8a82e48d) SHA1(b4859a388bb12bddabf89b7f10f61b64826d8f33) ) |
| 2092 | | sc_fggp_others |
| 2093 | | ROM_END |
| 2094 | | |
| 2095 | | ROM_START( sc5fggpa ) |
| 2096 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2097 | | ROM_LOAD16_BYTE( "p3301p12.hi", 0x00000, 0x080000, CRC(984a9241) SHA1(dafa3c7356a8e2df8d5bb5e4af5bca1cd9549a16) ) |
| 2098 | | ROM_LOAD16_BYTE( "p3301p12.lo", 0x00001, 0x080000, CRC(9bd6fb14) SHA1(37a74a8829fe8569b6ac76465a5c9ed1f22ed251) ) |
| 2099 | | sc_fggp_others |
| 2100 | | ROM_END |
| 2101 | | |
| 2102 | | ROM_START( sc5fggpb ) |
| 2103 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2104 | | ROM_LOAD16_BYTE( "p3301p13.hi", 0x00000, 0x080000, CRC(6d569756) SHA1(aaa7083e2e99971fcac3f1bf082b50cc4cc5a6ae) ) |
| 2105 | | ROM_LOAD16_BYTE( "p3301p13.lo", 0x00001, 0x080000, CRC(758f8920) SHA1(ccc03cce127ed07d0ef036d2025c37efa5b39341) ) |
| 2106 | | sc_fggp_others |
| 2107 | | ROM_END |
| 2108 | | |
| 2109 | | ROM_START( sc5fggpc ) |
| 2110 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2111 | | ROM_LOAD16_BYTE( "p3301p71.hi", 0x00000, 0x080000, CRC(b86c7b2a) SHA1(39ce9553dfd964ccab4c4ddc24be98ec05ad4db0) ) |
| 2112 | | ROM_LOAD16_BYTE( "p3301p71.lo", 0x00001, 0x080000, CRC(6652ccc9) SHA1(e9813e15c072faf95392e3f554bf385d8b2082f7) ) |
| 2113 | | sc_fggp_others |
| 2114 | | ROM_END |
| 2115 | | |
| 2116 | | ROM_START( sc5fggpd ) |
| 2117 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2118 | | ROM_LOAD16_BYTE( "p3301s11.hi", 0x00000, 0x080000, CRC(01605580) SHA1(095490b99801ce008d2200bf66509a3dff3823ac) ) |
| 2119 | | ROM_LOAD16_BYTE( "p3301s11.lo", 0x00001, 0x080000, CRC(eadd9941) SHA1(d63e618a2262fc4eaecdcc07338feaef6aa8fc4e) ) |
| 2120 | | sc_fggp_others |
| 2121 | | ROM_END |
| 2122 | | |
| 2123 | | ROM_START( sc5fggpe ) |
| 2124 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2125 | | ROM_LOAD16_BYTE( "p3301s12.hi", 0x00000, 0x080000, CRC(60f36d9a) SHA1(734660b1df84c8b55eae68ef6a95bf520d70e769) ) |
| 2126 | | ROM_LOAD16_BYTE( "p3301s12.lo", 0x00001, 0x080000, CRC(c1b4f4be) SHA1(c00b04d743f3ad2b4f6a88f0fe2ed818eb2d7a1c) ) |
| 2127 | | sc_fggp_others |
| 2128 | | ROM_END |
| 2129 | | |
| 2130 | | ROM_START( sc5fggpf ) |
| 2131 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2132 | | ROM_LOAD16_BYTE( "p3301s13.hi", 0x00000, 0x080000, CRC(2dbc846f) SHA1(8b01d38b1638ec29f02bf110d839803dbab79e40) ) |
| 2133 | | ROM_LOAD16_BYTE( "p3301s13.lo", 0x00001, 0x080000, CRC(55cf9abc) SHA1(f10d0053e0b6379a1d5d2300f4df10fa59519c33) ) |
| 2134 | | sc_fggp_others |
| 2135 | | ROM_END |
| 2136 | | |
| 2137 | | ROM_START( sc5fggpg ) |
| 2138 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2139 | | ROM_LOAD16_BYTE( "p3301s71.hi", 0x00000, 0x080000, CRC(1c3c0d91) SHA1(43f25296edd272eb3ba3510f861856f2b27fca0d) ) |
| 2140 | | ROM_LOAD16_BYTE( "p3301s71.lo", 0x00001, 0x080000, CRC(20828f79) SHA1(e16346a8d34f22abca67dddc0b5de8b800b848cd) ) |
| 2141 | | sc_fggp_others |
| 2142 | | ROM_END |
| 2143 | | |
| 2144 | | |
| 2145 | | |
| 2146 | | |
| 2147 | | ROM_START( sc5fast ) |
| 2148 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2149 | | ROM_LOAD16_BYTE( "95414220.odd", 0x00001, 0x080000, CRC(ec6810f9) SHA1(a4eda90bc3f91e42472257f810df4d04b00d394c) ) |
| 2150 | | ROM_LOAD16_BYTE( "95414221.evn", 0x00000, 0x080000, CRC(102f5ea1) SHA1(0067d0d125d9d895defc704643e34f1252d0af60) ) |
| 2151 | | sc_fast_others |
| 2152 | | ROM_END |
| 2153 | | |
| 2154 | | |
| 2155 | | |
| 2156 | | |
| 2157 | | ROM_START( sc5fnclb ) |
| 2158 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2159 | | ROM_LOAD16_BYTE( "95418608.lo", 0x00001, 0x080000, CRC(a3ef5746) SHA1(7e3b233d022cd79672dde69d14d94de6d1e04e01) ) |
| 2160 | | ROM_LOAD16_BYTE( "95418609.hi", 0x00000, 0x080000, CRC(e4c0ed80) SHA1(55064cc5d33c69a803d921fb3bcf5dd5ed1c9311) ) |
| 2161 | | sc_fnclb_others |
| 2162 | | ROM_END |
| 2163 | | |
| 2164 | | ROM_START( sc5fnclba ) |
| 2165 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2166 | | ROM_LOAD16_BYTE( "95418632.lo", 0x00001, 0x080000, CRC(6d999198) SHA1(3eee67c474cba80293c685bef236f60ca294859e) ) |
| 2167 | | ROM_LOAD16_BYTE( "95418633.hi", 0x00000, 0x080000, CRC(ac8e0908) SHA1(2c3f43320ac42d406aaca12abd26f7748acb929f) ) |
| 2168 | | sc_fnclb_others |
| 2169 | | ROM_END |
| 2170 | | |
| 2171 | | ROM_START( sc5fnclbb ) |
| 2172 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2173 | | ROM_LOAD16_BYTE( "95419608.lo", 0x00001, 0x080000, CRC(8a44e232) SHA1(570f972d0dab69b8c7ba0a880f5d334ae1eb7386) ) |
| 2174 | | ROM_LOAD16_BYTE( "95419609.hi", 0x00000, 0x080000, CRC(5afcf911) SHA1(e4846f7a3dedb5ed456b07eabe256d8515ca9ccd) ) |
| 2175 | | sc_fnclb_others |
| 2176 | | ROM_END |
| 2177 | | |
| 2178 | | ROM_START( sc5fnclbc ) |
| 2179 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2180 | | ROM_LOAD16_BYTE( "95419632.lo", 0x00001, 0x080000, CRC(9fea4c77) SHA1(c5c179fa398ca53977f231cb9f69bc4ca0e54f19) ) |
| 2181 | | ROM_LOAD16_BYTE( "95419633.hi", 0x00000, 0x080000, CRC(a2f69a29) SHA1(923b3ccc3dd7a6ea16484fc0230aaff3e7571cfa) ) |
| 2182 | | sc_fnclb_others |
| 2183 | | ROM_END |
| 2184 | | |
| 2185 | | ROM_START( sc5fnclbd ) |
| 2186 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2187 | | ROM_LOAD16_BYTE( "p3061p32.hi", 0x00000, 0x080000, CRC(a48c1c47) SHA1(c417a0515c04889014677928e932e9ad5cf690cc) ) |
| 2188 | | ROM_LOAD16_BYTE( "p3061p32.lo", 0x00001, 0x080000, CRC(822394b4) SHA1(c10a6542cf33cdb89784ae40c818902e61c6a36c) ) |
| 2189 | | sc_fnclb_others |
| 2190 | | ROM_END |
| 2191 | | |
| 2192 | | ROM_START( sc5fnclbe ) |
| 2193 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2194 | | ROM_LOAD16_BYTE( "p3061s32.hi", 0x00000, 0x080000, CRC(74585398) SHA1(7140755dda8444e5da4b14bdfbf00dffaba3cc72) ) |
| 2195 | | ROM_LOAD16_BYTE( "p3061s32.lo", 0x00001, 0x080000, CRC(c11d0eac) SHA1(d421d9290ca01a6a50d5c495b7ea1cf4452302e5) ) |
| 2196 | | sc_fnclb_others |
| 2197 | | ROM_END |
| 2198 | | |
| 2199 | | |
| 2200 | | |
| 2201 | | |
| 2202 | | ROM_START( sc5fdice ) |
| 2203 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2204 | | ROM_LOAD16_BYTE( "p1919p41.hi", 0x00000, 0x080000, CRC(bb7e7a30) SHA1(4597dd56822107c87511aeff05c1491eb9f47e0a) ) |
| 2205 | | ROM_LOAD16_BYTE( "p1919p41.lo", 0x00001, 0x080000, CRC(2b8d35c3) SHA1(fb7c90c3b7609e83f7222efcdea221a65b41a715) ) |
| 2206 | | sc_fdice_others |
| 2207 | | ROM_END |
| 2208 | | |
| 2209 | | ROM_START( sc5fdicea ) |
| 2210 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2211 | | ROM_LOAD16_BYTE( "p1919s41.hi", 0x00000, 0x080000, CRC(1b765fd4) SHA1(c607f3d6459962d4c6003538a0e888ed200efea6) ) |
| 2212 | | ROM_LOAD16_BYTE( "p1919s41.lo", 0x00001, 0x080000, CRC(70dbb9b8) SHA1(ee5729806a381e6d025ccb521b96ee97adce5d05) ) |
| 2213 | | sc_fdice_others |
| 2214 | | ROM_END |
| 2215 | | |
| 2216 | | |
| 2217 | | |
| 2218 | | |
| 2219 | | ROM_START( sc5fires ) |
| 2220 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2221 | | ROM_LOAD16_BYTE( "95412418.lo", 0x00001, 0x080000, CRC(0f071b4a) SHA1(ec71255493abfb948d6188cf2cb49db8206dfe60) ) |
| 2222 | | ROM_LOAD16_BYTE( "95412419.hi", 0x00000, 0x080000, CRC(8475ba03) SHA1(f9a04208e47075ec5e693c9582944952b9a7bfdf) ) |
| 2223 | | sc_fires_others |
| 2224 | | ROM_END |
| 2225 | | |
| 2226 | | ROM_START( sc5firesa ) |
| 2227 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2228 | | ROM_LOAD16_BYTE( "95412420.lo", 0x00001, 0x080000, CRC(914100b4) SHA1(8d49cedfb769dbf4cd17dfa945402e26c1a3748d) ) |
| 2229 | | ROM_LOAD16_BYTE( "95412421.hi", 0x00000, 0x080000, CRC(032814fe) SHA1(10ee04f42b65a5b352539f5747c1ee1c2ca4a464) ) |
| 2230 | | sc_fires_others |
| 2231 | | ROM_END |
| 2232 | | |
| 2233 | | ROM_START( sc5firesb ) |
| 2234 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2235 | | ROM_LOAD16_BYTE( "95413418.lo", 0x00001, 0x080000, CRC(9f921678) SHA1(0592fd70066d042b09aeb253c2dbb9c87fb3cb99) ) |
| 2236 | | ROM_LOAD16_BYTE( "95413419.hi", 0x00000, 0x080000, CRC(b3dbd057) SHA1(df81a5eb47fc30747956a3484db761d723e037d1) ) |
| 2237 | | sc_fires_others |
| 2238 | | ROM_END |
| 2239 | | |
| 2240 | | ROM_START( sc5firesc ) |
| 2241 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2242 | | ROM_LOAD16_BYTE( "95413420.lo", 0x00001, 0x080000, CRC(01d40d86) SHA1(99cea49ec881613e6d321e924c705cb88a513404) ) |
| 2243 | | ROM_LOAD16_BYTE( "95413421.hi", 0x00000, 0x080000, CRC(34867eaa) SHA1(677dd05792fbfa73dc4a1fdad1394ab1e4cc6c2b) ) |
| 2244 | | sc_fires_others |
| 2245 | | ROM_END |
| 2246 | | |
| 2247 | | |
| 2248 | | |
| 2249 | | |
| 2250 | | ROM_START( sc5ftcas ) |
| 2251 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2252 | | ROM_LOAD16_BYTE( "95424426.lo", 0x00001, 0x080000, CRC(7984a6f1) SHA1(a52dd24af6da84ecd16da5c690e9e9a680624cc1) ) |
| 2253 | | ROM_LOAD16_BYTE( "95424427.hi", 0x00000, 0x080000, CRC(f5fbc8b3) SHA1(23ba3f5ffa17acddb3f4a5ce7750e1981c98b780) ) |
| 2254 | | sc_ftcas_others |
| 2255 | | ROM_END |
| 2256 | | |
| 2257 | | ROM_START( sc5ftcasa ) |
| 2258 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2259 | | ROM_LOAD16_BYTE( "95425426.lo", 0x00001, 0x080000, CRC(b650c635) SHA1(fed9ce19c70d0eb3ba8d0a6f4890c746b68cb1d5) ) |
| 2260 | | ROM_LOAD16_BYTE( "95425427.hi", 0x00000, 0x080000, CRC(2cb9dc4a) SHA1(be18cae57dce0ed199d7bbcf5a4e864349496e02) ) |
| 2261 | | sc_ftcas_others |
| 2262 | | ROM_END |
| 2263 | | |
| 2264 | | |
| 2265 | | |
| 2266 | | |
| 2267 | | ROM_START( sc5floop ) |
| 2268 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2269 | | ROM_LOAD16_BYTE( "95420190.lo", 0x00001, 0x080000, CRC(cec33026) SHA1(71f90edaa513268f3b48053e8ebdb22dc94840ac) ) |
| 2270 | | ROM_LOAD16_BYTE( "95420191.hi", 0x00000, 0x080000, CRC(c940d6e0) SHA1(5b60d562f66ce4873b26ce6fe00bb11638d0b29a) ) |
| 2271 | | sc_floop_others |
| 2272 | | ROM_END |
| 2273 | | |
| 2274 | | ROM_START( sc5floopa ) |
| 2275 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2276 | | ROM_LOAD16_BYTE( "95421190.lo", 0x00001, 0x080000, CRC(2f269a07) SHA1(ee30a00dbc66da8f36044f3ed3498f6fb713047c) ) |
| 2277 | | ROM_LOAD16_BYTE( "95421191.hi", 0x00000, 0x080000, CRC(3d7cba6a) SHA1(5c20dc1cf6ec1701c2caa1c0dc5ee835344be34d) ) |
| 2278 | | sc_floop_others |
| 2279 | | ROM_END |
| 2280 | | |
| 2281 | | |
| 2282 | | |
| 2283 | | |
| 2284 | | ROM_START( sc5grq ) |
| 2285 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2286 | | ROM_LOAD16_BYTE( "p1404p12.hi", 0x00000, 0x080000, CRC(955a6dd0) SHA1(ae846239497562ded1949c810358bfe6114cf949) ) |
| 2287 | | ROM_LOAD16_BYTE( "p1404p12.lo", 0x00001, 0x080000, CRC(cbb39e3e) SHA1(81b15e03438d1ec5f06cbfe78ad5e94e6dd172d9) ) |
| 2288 | | sc_grq_others |
| 2289 | | ROM_END |
| 2290 | | |
| 2291 | | ROM_START( sc5grqa ) |
| 2292 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2293 | | ROM_LOAD16_BYTE( "p1404p13.hi", 0x00000, 0x080000, CRC(e7f5dfb6) SHA1(a37c862f55108022c2e9c20dd2ab34c16696a9a4) ) |
| 2294 | | ROM_LOAD16_BYTE( "p1404p13.lo", 0x00001, 0x080000, CRC(81093039) SHA1(90b865ae1ccf34bbdd1d98b7a4001591e8745112) ) |
| 2295 | | sc_grq_others |
| 2296 | | ROM_END |
| 2297 | | |
| 2298 | | ROM_START( sc5grqb ) |
| 2299 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2300 | | ROM_LOAD16_BYTE( "p1404s12.hi", 0x00000, 0x080000, CRC(464e2427) SHA1(bc98a4fa31be0217c57af68cdc7bc1dcba5ae78c) ) |
| 2301 | | ROM_LOAD16_BYTE( "p1404s12.lo", 0x00001, 0x080000, CRC(47165998) SHA1(e29bb219a423ea76de85aa83c78515a26a701258) ) |
| 2302 | | sc_grq_others |
| 2303 | | ROM_END |
| 2304 | | |
| 2305 | | ROM_START( sc5grqc ) |
| 2306 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2307 | | ROM_LOAD16_BYTE( "p1404s13.hi", 0x00000, 0x080000, CRC(244123f8) SHA1(36efd4a0a66324827f6414963e1c7393c50a28b7) ) |
| 2308 | | ROM_LOAD16_BYTE( "p1404s13.lo", 0x00001, 0x080000, CRC(87b48e68) SHA1(5f1a90a39a725ae373c376e81c773f0b1346b230) ) |
| 2309 | | sc_grq_others |
| 2310 | | ROM_END |
| 2311 | | |
| 2312 | | |
| 2313 | | |
| 2314 | | |
| 2315 | | ROM_START( sc5gldfv ) |
| 2316 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2317 | | ROM_LOAD16_BYTE( "95408450.lo", 0x00001, 0x080000, CRC(23a30f94) SHA1(55f7ddc53f1dd3e6bee58c077c80cb1af42cc218) ) |
| 2318 | | ROM_LOAD16_BYTE( "95408451.hi", 0x00000, 0x080000, CRC(814bddaa) SHA1(468586c76c6fadb5fe819caee11ea21730253238) ) |
| 2319 | | sc_gldfv_others |
| 2320 | | ROM_END |
| 2321 | | |
| 2322 | | ROM_START( sc5gldfva ) |
| 2323 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2324 | | ROM_LOAD16_BYTE( "95408452.lo", 0x00001, 0x080000, CRC(a3171618) SHA1(ba5fa5eed6ccd73fa6867ff1dc08c01f9213f296) ) |
| 2325 | | ROM_LOAD16_BYTE( "95408453.hi", 0x00000, 0x080000, CRC(d4624de3) SHA1(08d9d0510cabb666adf55a8cb0ab43758b9226d0) ) |
| 2326 | | sc_gldfv_others |
| 2327 | | ROM_END |
| 2328 | | |
| 2329 | | ROM_START( sc5gldfvb ) |
| 2330 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2331 | | ROM_LOAD16_BYTE( "95409450.lo", 0x00001, 0x080000, CRC(d793ed74) SHA1(939202d3ccd0a01e028acc47bf160160c094a352) ) |
| 2332 | | ROM_LOAD16_BYTE( "95409451.hi", 0x00000, 0x080000, CRC(7f8ee045) SHA1(e40ad207cb9c21fcf328a31f9be3ebf1ee3f805c) ) |
| 2333 | | sc_gldfv_others |
| 2334 | | ROM_END |
| 2335 | | |
| 2336 | | ROM_START( sc5gldfvc ) |
| 2337 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2338 | | ROM_LOAD16_BYTE( "95409452.lo", 0x00001, 0x080000, CRC(5727f4f8) SHA1(500605b84c2fe3f716c8d11e26d6983af8ce356c) ) |
| 2339 | | ROM_LOAD16_BYTE( "95409453.hi", 0x00000, 0x080000, CRC(2aa7700c) SHA1(a6127052dae9ede28965a1d120096e18f234d3f3) ) |
| 2340 | | sc_gldfv_others |
| 2341 | | ROM_END |
| 2342 | | |
| 2343 | | ROM_START( sc5gldfvd ) |
| 2344 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2345 | | ROM_LOAD16_BYTE( "p1403p11.hi", 0x00000, 0x080000, CRC(c9b6dfe2) SHA1(0de51adba368ca911b6efdc1864bcb7e85247f67) ) |
| 2346 | | ROM_LOAD16_BYTE( "p1403p11.lo", 0x00001, 0x080000, CRC(d1f31d6d) SHA1(53cf1a9ac3c6179734431aeb9862da5b8543dede) ) |
| 2347 | | sc_gldfv_others |
| 2348 | | ROM_END |
| 2349 | | |
| 2350 | | ROM_START( sc5gldfve ) |
| 2351 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2352 | | ROM_LOAD16_BYTE( "p1403p12.hi", 0x00000, 0x080000, CRC(29b634d9) SHA1(418210848f28fb3374ceba58ff331c0ebabc3cc1) ) |
| 2353 | | ROM_LOAD16_BYTE( "p1403p12.lo", 0x00001, 0x080000, CRC(c132ca11) SHA1(9ade9400ad8af0efbd280624c9dc41f933e96a56) ) |
| 2354 | | sc_gldfv_others |
| 2355 | | ROM_END |
| 2356 | | |
| 2357 | | ROM_START( sc5gldfvf ) |
| 2358 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2359 | | ROM_LOAD16_BYTE( "p1403s11.hi", 0x00000, 0x080000, CRC(bb3e472e) SHA1(bde554659ebbbea026b18a99b033896d80daa825) ) |
| 2360 | | ROM_LOAD16_BYTE( "p1403s11.lo", 0x00001, 0x080000, CRC(1a6b920b) SHA1(cbd6057cf2ff69f5fe36df5095407e6d53c5ad89) ) |
| 2361 | | sc_gldfv_others |
| 2362 | | ROM_END |
| 2363 | | |
| 2364 | | ROM_START( sc5gldfvg ) |
| 2365 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2366 | | ROM_LOAD16_BYTE( "p1403s12.hi", 0x00000, 0x080000, CRC(a8595220) SHA1(d3a0dc2793fc92cf2283c2b46a0032e1ea663b09) ) |
| 2367 | | ROM_LOAD16_BYTE( "p1403s12.lo", 0x00001, 0x080000, CRC(68cbe6cf) SHA1(d80a015f0f5de84acd853c80214b32d83f67cee3) ) |
| 2368 | | sc_gldfv_others |
| 2369 | | ROM_END |
| 2370 | | |
| 2371 | | |
| 2372 | | |
| 2373 | | ROM_START( sc5gldgo ) |
| 2374 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2375 | | ROM_LOAD16_BYTE( "p3410p71.hi", 0x00000, 0x080000, CRC(9a7d12fc) SHA1(8a5287d81b8a1faaa947d7f58feccafb6d0e433a) ) |
| 2376 | | ROM_LOAD16_BYTE( "p3410p71.lo", 0x00001, 0x080000, CRC(567ecb06) SHA1(2cc0407de76103beb137ff59e169a9a99584fad3) ) |
| 2377 | | sc_gldgo_others |
| 2378 | | ROM_END |
| 2379 | | |
| 2380 | | ROM_START( sc5gldgoa ) |
| 2381 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2382 | | ROM_LOAD16_BYTE( "p3410s71.hi", 0x00000, 0x080000, CRC(3da6027d) SHA1(d328263459de864e11bc41e3b51bb30c0b6fb9bf) ) |
| 2383 | | ROM_LOAD16_BYTE( "p3410s71.lo", 0x00001, 0x080000, CRC(51bf1ea1) SHA1(18f584f1e40a54e186452e08975c4c111ab7be8d) ) |
| 2384 | | sc_gldgo_others |
| 2385 | | ROM_END |
| 2386 | | |
| 2387 | | |
| 2388 | | |
| 2389 | | |
| 2390 | | ROM_START( sc5gldsp ) |
| 2391 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2392 | | ROM_LOAD16_BYTE( "95416274.lo", 0x00001, 0x080000, CRC(e2a5590d) SHA1(5976206019bd685594d3bf79fb76bf184857faeb) ) |
| 2393 | | ROM_LOAD16_BYTE( "95416275.hi", 0x00000, 0x080000, CRC(a4d95994) SHA1(93a30575469ab4b5d5543352f937176c32a9ee2e) ) |
| 2394 | | sc_gldsp_others |
| 2395 | | ROM_END |
| 2396 | | |
| 2397 | | ROM_START( sc5gldspa ) |
| 2398 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2399 | | ROM_LOAD16_BYTE( "95416276.lo", 0x00001, 0x080000, CRC(8479c324) SHA1(da8ed080dc5a41caabfd867cb3f4f72d94b14f6c) ) |
| 2400 | | ROM_LOAD16_BYTE( "95416277.hi", 0x00000, 0x080000, CRC(53bb63b4) SHA1(3751339ea3a5385a25dba4cb76cd726eebc97384) ) |
| 2401 | | sc_gldsp_others |
| 2402 | | ROM_END |
| 2403 | | |
| 2404 | | ROM_START( sc5gldspb ) |
| 2405 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2406 | | ROM_LOAD16_BYTE( "95416478.lo", 0x00001, 0x080000, CRC(a375a742) SHA1(eceeb012bfbd187ad970e8509c99bc67748a755b) ) |
| 2407 | | ROM_LOAD16_BYTE( "95416479.hi", 0x00000, 0x080000, CRC(ec268d6d) SHA1(101a95d2e50bb33f5ce50ee31377524ec9b39695) ) |
| 2408 | | sc_gldsp_others |
| 2409 | | ROM_END |
| 2410 | | |
| 2411 | | ROM_START( sc5gldspc ) |
| 2412 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2413 | | ROM_LOAD16_BYTE( "95416496.lo", 0x00001, 0x080000, CRC(da9e23b8) SHA1(da4accb7dbf71dd20ae77843a944741876c6b54f) ) |
| 2414 | | ROM_LOAD16_BYTE( "95416497.hi", 0x00000, 0x080000, CRC(90517dcb) SHA1(38fd51b810ccec84747a2526d5236b548a16ae39) ) |
| 2415 | | sc_gldsp_others |
| 2416 | | ROM_END |
| 2417 | | |
| 2418 | | ROM_START( sc5gldspd ) |
| 2419 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2420 | | ROM_LOAD16_BYTE( "95416498.lo", 0x00001, 0x080000, CRC(4a4f972d) SHA1(8108f9e005ee18339b28ac92601446c4fb8a0ffa) ) |
| 2421 | | ROM_LOAD16_BYTE( "95416499.hi", 0x00000, 0x080000, CRC(0042bda8) SHA1(a32f3f97d5045fe7321ecc50a821b0e5cfd48eff) ) |
| 2422 | | sc_gldsp_others |
| 2423 | | ROM_END |
| 2424 | | |
| 2425 | | ROM_START( sc5gldspe ) |
| 2426 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2427 | | ROM_LOAD16_BYTE( "95416510.lo", 0x00001, 0x080000, CRC(a161e0c3) SHA1(92e5c9b642ac2c04110fd512dcd3879cf3b0e4d3) ) |
| 2428 | | ROM_LOAD16_BYTE( "95416511.hi", 0x00000, 0x080000, CRC(fc4c4f24) SHA1(7328789b96135182f138b1aff4d8a38644506c9d) ) |
| 2429 | | sc_gldsp_others |
| 2430 | | ROM_END |
| 2431 | | |
| 2432 | | ROM_START( sc5gldspf ) |
| 2433 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2434 | | ROM_LOAD16_BYTE( "95416512.lo", 0x00001, 0x080000, CRC(10d64ab1) SHA1(a6986d83b987f19481cb6703422b4f61e54f732f) ) |
| 2435 | | ROM_LOAD16_BYTE( "95416513.hi", 0x00000, 0x080000, CRC(ffdc3694) SHA1(e2fc677f1a26a1e2b72900f947b1292beb69ceb7) ) |
| 2436 | | sc_gldsp_others |
| 2437 | | ROM_END |
| 2438 | | |
| 2439 | | ROM_START( sc5gldspg ) |
| 2440 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2441 | | ROM_LOAD16_BYTE( "95416598.lo", 0x00001, 0x080000, CRC(155af599) SHA1(ad0d43b2e971d9a2335ec53bfee7aa38b763b7da) ) |
| 2442 | | ROM_LOAD16_BYTE( "95416599.hi", 0x00000, 0x080000, CRC(96e96989) SHA1(abb86f1b1ca48b10194b4136b02ee3c7a0159152) ) |
| 2443 | | sc_gldsp_others |
| 2444 | | ROM_END |
| 2445 | | |
| 2446 | | ROM_START( sc5gldsph ) |
| 2447 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2448 | | ROM_LOAD16_BYTE( "95416600.lo", 0x00001, 0x080000, CRC(0aeacd49) SHA1(fddd947e1979c450ca8c8bd55a0e31415ac163e0) ) |
| 2449 | | ROM_LOAD16_BYTE( "95416601.hi", 0x00000, 0x080000, CRC(4984ba72) SHA1(4feb6eabb11001187bdcd2935a90ab361dca0bd5) ) |
| 2450 | | sc_gldsp_others |
| 2451 | | ROM_END |
| 2452 | | |
| 2453 | | ROM_START( sc5gldspi ) |
| 2454 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2455 | | ROM_LOAD16_BYTE( "95417178.lo", 0x00001, 0x080000, CRC(7a2848cc) SHA1(d33d2c4d3a122d9570a687c04a2877afd65d7b44) ) |
| 2456 | | ROM_LOAD16_BYTE( "95417179.hi", 0x00000, 0x080000, CRC(52d2c75d) SHA1(954127fa29b6280fec53c9b5dda243ce469752d4) ) |
| 2457 | | sc_gldsp_others |
| 2458 | | ROM_END |
| 2459 | | |
| 2460 | | ROM_START( sc5gldspj ) |
| 2461 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2462 | | ROM_LOAD16_BYTE( "95417276.lo", 0x00001, 0x080000, CRC(78f656c5) SHA1(24f17545896b9715b214c82f13ce17737b4e73c7) ) |
| 2463 | | ROM_LOAD16_BYTE( "95417277.hi", 0x00000, 0x080000, CRC(20c713be) SHA1(da71c4d462f3d5125a4bf27a889641d92ba33cc9) ) |
| 2464 | | sc_gldsp_others |
| 2465 | | ROM_END |
| 2466 | | |
| 2467 | | ROM_START( sc5gldspk ) |
| 2468 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2469 | | ROM_LOAD16_BYTE( "95417478.lo", 0x00001, 0x080000, CRC(5ffa32a3) SHA1(ab1cbe94f06cb05ae8014cd2a137a52a54a083bc) ) |
| 2470 | | ROM_LOAD16_BYTE( "95417479.hi", 0x00000, 0x080000, CRC(9f5afd67) SHA1(1b15c2846df5c919caaa860d762dd9081c8bcfd6) ) |
| 2471 | | sc_gldsp_others |
| 2472 | | ROM_END |
| 2473 | | |
| 2474 | | ROM_START( sc5gldspl ) |
| 2475 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2476 | | ROM_LOAD16_BYTE( "95417496.lo", 0x00001, 0x080000, CRC(964b9ddc) SHA1(b10a3dd9025f4019b340366b8a7d75f1980ced6c) ) |
| 2477 | | ROM_LOAD16_BYTE( "95417497.hi", 0x00000, 0x080000, CRC(53bb8e66) SHA1(9d2543867d12c929550535a2af38e6ede3c24a9b) ) |
| 2478 | | sc_gldsp_others |
| 2479 | | ROM_END |
| 2480 | | |
| 2481 | | ROM_START( sc5gldspm ) |
| 2482 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2483 | | ROM_LOAD16_BYTE( "95417510.lo", 0x00001, 0x080000, CRC(95a522dc) SHA1(0e19745ac65c4193c11c5e38fa7e9b4ceb27d4ef) ) |
| 2484 | | ROM_LOAD16_BYTE( "95417511.hi", 0x00000, 0x080000, CRC(7c83375f) SHA1(a676397b9015aedde0fe303ece1e3a681722bc2e) ) |
| 2485 | | sc_gldsp_others |
| 2486 | | ROM_END |
| 2487 | | |
| 2488 | | ROM_START( sc5gldspn ) |
| 2489 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2490 | | ROM_LOAD16_BYTE( "95417512.lo", 0x00001, 0x080000, CRC(c3fc2286) SHA1(4f0fd419315cf4454201c8cb1d453b569b4a99c6) ) |
| 2491 | | ROM_LOAD16_BYTE( "95417513.hi", 0x00000, 0x080000, CRC(666b2732) SHA1(1160c0c093043f06eadf177ead7dc28201b2da3d) ) |
| 2492 | | sc_gldsp_others |
| 2493 | | ROM_END |
| 2494 | | |
| 2495 | | ROM_START( sc5gldspo ) |
| 2496 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2497 | | ROM_LOAD16_BYTE( "95417598.lo", 0x00001, 0x080000, CRC(595b911f) SHA1(b78daf7133004da65f36c38f9490026478d8c088) ) |
| 2498 | | ROM_LOAD16_BYTE( "95417599.hi", 0x00000, 0x080000, CRC(4ab83460) SHA1(9a8400d7ca21162418bdf02a7388652ef7ef995e) ) |
| 2499 | | sc_gldsp_others |
| 2500 | | ROM_END |
| 2501 | | |
| 2502 | | ROM_START( sc5gldspp ) |
| 2503 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2504 | | ROM_LOAD16_BYTE( "95417600.lo", 0x00001, 0x080000, CRC(2930a2db) SHA1(e1b1992c4a4921fc10d8d35e9a67c40611ad2775) ) |
| 2505 | | ROM_LOAD16_BYTE( "95417601.hi", 0x00000, 0x080000, CRC(e3038952) SHA1(c4993167a3782fb09320b4498aefa823c4c50aff) ) |
| 2506 | | sc_gldsp_others |
| 2507 | | ROM_END |
| 2508 | | |
| 2509 | | |
| 2510 | | |
| 2511 | | |
| 2512 | | ROM_START( sc5gmclb ) |
| 2513 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2514 | | ROM_LOAD16_BYTE( "g95426512.lo", 0x00001, 0x080000, CRC(f5e9e663) SHA1(45761b2c728a97f66cf9aac8fa7203cb34333588) ) |
| 2515 | | ROM_LOAD16_BYTE( "g95426513.hi", 0x00000, 0x080000, CRC(d54f139e) SHA1(0afe8d94556de6f885caffee0478acae33001790) ) |
| 2516 | | sc_gmclb_others |
| 2517 | | ROM_END |
| 2518 | | |
| 2519 | | ROM_START( sc5gmclba ) |
| 2520 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2521 | | ROM_LOAD16_BYTE( "g95426624.lo", 0x00001, 0x080000, CRC(c469ac6a) SHA1(1e2e2465a86910b574621a8a86cc41ec486847aa) ) |
| 2522 | | ROM_LOAD16_BYTE( "g95426625.hi", 0x00000, 0x080000, CRC(52ac982d) SHA1(d4c98a02ab9062fc59bbabe81294c105444e7b68) ) |
| 2523 | | sc_gmclb_others |
| 2524 | | ROM_END |
| 2525 | | |
| 2526 | | ROM_START( sc5gmclbb ) |
| 2527 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2528 | | ROM_LOAD16_BYTE( "g95427512.lo", 0x00001, 0x080000, CRC(642be142) SHA1(0d0791ee38503a7a02c4cc55b04e9ad17a24157b) ) |
| 2529 | | ROM_LOAD16_BYTE( "g95427513.hi", 0x00000, 0x080000, CRC(60f1f1b8) SHA1(19e7ea4b6f8f0600dca9727a417953252ac30fbe) ) |
| 2530 | | sc_gmclb_others |
| 2531 | | ROM_END |
| 2532 | | |
| 2533 | | ROM_START( sc5gmclbc ) |
| 2534 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2535 | | ROM_LOAD16_BYTE( "g95427624.lo", 0x00001, 0x080000, CRC(689fd215) SHA1(706359430fde0cbd8c945d441dc30e3fec4e24d9) ) |
| 2536 | | ROM_LOAD16_BYTE( "g95427625.hi", 0x00000, 0x080000, CRC(7df98b6c) SHA1(c7c7f9016d2d56decb6b3ec7a69a678652dcfd50) ) |
| 2537 | | sc_gmclb_others |
| 2538 | | ROM_END |
| 2539 | | |
| 2540 | | |
| 2541 | | |
| 2542 | | |
| 2543 | | ROM_START( sc5hirol ) |
| 2544 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2545 | | ROM_LOAD16_BYTE( "95416966.lo", 0x00001, 0x080000, CRC(419f71ee) SHA1(b2234a3d43861a6d1a1cb333253e856fd3391282) ) |
| 2546 | | ROM_LOAD16_BYTE( "95416967.hi", 0x00000, 0x080000, CRC(ef4c8100) SHA1(7db37ba1ec21dc48fe2514d55dbc19d547f00d16) ) |
| 2547 | | sc_hirol_others |
| 2548 | | ROM_END |
| 2549 | | |
| 2550 | | ROM_START( sc5hirola ) |
| 2551 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2552 | | ROM_LOAD16_BYTE( "95417966.lo", 0x00001, 0x080000, CRC(86e10937) SHA1(f018062911b5ccd3fbe1776468a25d267fe1133c) ) |
| 2553 | | ROM_LOAD16_BYTE( "95417967.hi", 0x00000, 0x080000, CRC(5d340315) SHA1(010721948820e3f429b76e673e180668523b602b) ) |
| 2554 | | sc_hirol_others |
| 2555 | | ROM_END |
| 2556 | | |
| 2557 | | ROM_START( sc5hirolb ) |
| 2558 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2559 | | ROM_LOAD16_BYTE( "95420608.lo", 0x00001, 0x080000, CRC(0bdced16) SHA1(7421887db6f79314b52be10bb967f8ed6917c340) ) |
| 2560 | | ROM_LOAD16_BYTE( "95420609.hi", 0x00000, 0x080000, CRC(8ddfe3f9) SHA1(eba6467ea6c868b1b99f0a771d5be1d049f6f449) ) |
| 2561 | | sc_hirol_others |
| 2562 | | ROM_END |
| 2563 | | |
| 2564 | | ROM_START( sc5hirolc ) |
| 2565 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2566 | | ROM_LOAD16_BYTE( "95420742.lo", 0x00001, 0x080000, CRC(0bd1af11) SHA1(2d05b19dea9aa1b73a75b8e5b09bb694cb9f647f) ) |
| 2567 | | ROM_LOAD16_BYTE( "95420743.hi", 0x00000, 0x080000, CRC(84339062) SHA1(0ff89fc9b397051adcb46056cbcb33ec7d27fbc0) ) |
| 2568 | | sc_hirol_others |
| 2569 | | ROM_END |
| 2570 | | |
| 2571 | | ROM_START( sc5hirold ) |
| 2572 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2573 | | ROM_LOAD16_BYTE( "95421608.lo", 0x00001, 0x080000, CRC(ea134ae9) SHA1(84b5274d62f724f7711734757ee562b7b4a07a60) ) |
| 2574 | | ROM_LOAD16_BYTE( "95421609.hi", 0x00000, 0x080000, CRC(990be37d) SHA1(edd18b2456628bc77b9f1e591ee17da42e51738a) ) |
| 2575 | | sc_hirol_others |
| 2576 | | ROM_END |
| 2577 | | |
| 2578 | | ROM_START( sc5hirole ) |
| 2579 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2580 | | ROM_LOAD16_BYTE( "95421742.lo", 0x00001, 0x080000, CRC(70e329a7) SHA1(a6b85055849750dd821ca3755f7c8faa1208b42c) ) |
| 2581 | | ROM_LOAD16_BYTE( "95421743.hi", 0x00000, 0x080000, CRC(1b75a76a) SHA1(28da05855afc0a67966941dcb5e207fa74161e06) ) |
| 2582 | | sc_hirol_others |
| 2583 | | ROM_END |
| 2584 | | |
| 2585 | | |
| 2586 | | |
| 2587 | | |
| 2588 | | ROM_START( sc5hulk ) |
| 2589 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2590 | | ROM_LOAD16_BYTE( "95408676.lo", 0x00001, 0x080000, CRC(81ce7644) SHA1(ccf48d494ac8d2ba94b9becbd9ac53d508e7d8aa) ) |
| 2591 | | ROM_LOAD16_BYTE( "95408677.hi", 0x00000, 0x080000, CRC(19d75bb8) SHA1(70d223d79ba1cc8a66650dd2df6e5c9ada283600) ) |
| 2592 | | sc_hulk_others |
| 2593 | | ROM_END |
| 2594 | | |
| 2595 | | ROM_START( sc5hulka ) |
| 2596 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2597 | | ROM_LOAD16_BYTE( "95408678.lo", 0x00001, 0x080000, CRC(8ca8f9ff) SHA1(92b1c5479f53a7b0fbc390020b6702f969f55de3) ) |
| 2598 | | ROM_LOAD16_BYTE( "95408679.hi", 0x00000, 0x080000, CRC(50dc05a7) SHA1(e3439285eefd8ca05a5a5610b64f18d0361144e0) ) |
| 2599 | | sc_hulk_others |
| 2600 | | ROM_END |
| 2601 | | |
| 2602 | | ROM_START( sc5hulkb ) |
| 2603 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2604 | | ROM_LOAD16_BYTE( "95409676.lo", 0x00001, 0x080000, CRC(5299d009) SHA1(5836790581a3de5fd5ba3870bf91c64ee0720af4) ) |
| 2605 | | ROM_LOAD16_BYTE( "95409677.hi", 0x00000, 0x080000, CRC(fef3fa32) SHA1(f4223747190ac1bf9b738a3f637213e16fa0c3ee) ) |
| 2606 | | sc_hulk_others |
| 2607 | | ROM_END |
| 2608 | | |
| 2609 | | ROM_START( sc5hulkc ) |
| 2610 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2611 | | ROM_LOAD16_BYTE( "95409678.lo", 0x00001, 0x080000, CRC(88c7de44) SHA1(f59502eab3f0fff3ac12d6cf802d2a348390a036) ) |
| 2612 | | ROM_LOAD16_BYTE( "95409679.hi", 0x00000, 0x080000, CRC(68127cfa) SHA1(c5d016a3716c1e0876a62b2269f5763b2d59c27c) ) |
| 2613 | | sc_hulk_others |
| 2614 | | ROM_END |
| 2615 | | |
| 2616 | | ROM_START( sc5hulkd ) |
| 2617 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2618 | | ROM_LOAD16_BYTE( "95410538.lo", 0x00001, 0x080000, CRC(d18cdfd1) SHA1(99f71c1cee836fa528d2f15de666119f2a214d83) ) |
| 2619 | | ROM_LOAD16_BYTE( "95410539.hi", 0x00000, 0x080000, CRC(54adfa49) SHA1(ac5f680f97d26b31cb9c1f76f08d439def521cd4) ) |
| 2620 | | sc_hulk_others |
| 2621 | | ROM_END |
| 2622 | | |
| 2623 | | ROM_START( sc5hulke ) |
| 2624 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2625 | | ROM_LOAD16_BYTE( "95410540.lo", 0x00001, 0x080000, CRC(6e31db7b) SHA1(aa8f28353934128142b0d8de92b282060d7ce78f) ) |
| 2626 | | ROM_LOAD16_BYTE( "95410541.hi", 0x00000, 0x080000, CRC(f2d7da51) SHA1(706bdb5fc6ecb58304892d309e6c59a2019b05b6) ) |
| 2627 | | sc_hulk_others |
| 2628 | | ROM_END |
| 2629 | | |
| 2630 | | ROM_START( sc5hulkf ) |
| 2631 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2632 | | ROM_LOAD16_BYTE( "95411538.lo", 0x00001, 0x080000, CRC(00a58cf4) SHA1(322f3f7cb4dc24aca201300ebe84c439c48e5393) ) |
| 2633 | | ROM_LOAD16_BYTE( "95411539.hi", 0x00000, 0x080000, CRC(d09bb505) SHA1(eb7f5c7e89a25ea44df2b04c84f193b82a8a135f) ) |
| 2634 | | sc_hulk_others |
| 2635 | | ROM_END |
| 2636 | | |
| 2637 | | ROM_START( sc5hulkg ) |
| 2638 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2639 | | ROM_LOAD16_BYTE( "95411540.lo", 0x00001, 0x080000, CRC(bf18885e) SHA1(371bb5ed75e9f7d0d85cca5860ce5ee409395277) ) |
| 2640 | | ROM_LOAD16_BYTE( "95411541.hi", 0x00000, 0x080000, CRC(76e1951d) SHA1(eef5ebbf647728786b92ababdadb91654a9bfd93) ) |
| 2641 | | sc_hulk_others |
| 2642 | | ROM_END |
| 2643 | | |
| 2644 | | ROM_START( sc5hulkh ) |
| 2645 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2646 | | ROM_LOAD16_BYTE( "p1405p12.hi", 0x00000, 0x080000, CRC(0ed57cdf) SHA1(6075eef121334801729839b5edf5723ca183214b) ) |
| 2647 | | ROM_LOAD16_BYTE( "p1405p12.lo", 0x00001, 0x080000, CRC(3fe9f6f9) SHA1(269944162a76b77249527d9384b5b86da7159b5f) ) |
| 2648 | | sc_hulk_others |
| 2649 | | ROM_END |
| 2650 | | |
| 2651 | | ROM_START( sc5hulki ) |
| 2652 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2653 | | ROM_LOAD16_BYTE( "p1405s12.hi", 0x00000, 0x080000, CRC(020ef4e7) SHA1(ef2684275fcf5fd1bb7b77169965f803f19b5a73) ) |
| 2654 | | ROM_LOAD16_BYTE( "p1405s12.lo", 0x00001, 0x080000, CRC(cfd0d293) SHA1(719b06fb5e10eaf3f7a852c3fff6e403ea505241) ) |
| 2655 | | sc_hulk_others |
| 2656 | | ROM_END |
| 2657 | | |
| 2658 | | |
| 2659 | | |
| 2660 | | |
| 2661 | | ROM_START( sc5iab ) |
| 2662 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2663 | | ROM_LOAD16_BYTE( "95420322.lo", 0x00001, 0x080000, CRC(921741fa) SHA1(02d8b6974fe21726873381c9ce14503a3c029411) ) |
| 2664 | | ROM_LOAD16_BYTE( "95420323.hi", 0x00000, 0x080000, CRC(bc7d1388) SHA1(fedc3035cd5a43b0c878e2ca2bb320a4d23bd497) ) |
| 2665 | | sc_iab_others |
| 2666 | | ROM_END |
| 2667 | | |
| 2668 | | |
| 2669 | | ROM_START( sc5iaba ) |
| 2670 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2671 | | ROM_LOAD16_BYTE( "95421322.lo", 0x00001, 0x080000, CRC(4b19cb34) SHA1(3c4127ca78cbc1b4d7bfda253b34c0a991bdca0f) ) |
| 2672 | | ROM_LOAD16_BYTE( "95421323.hi", 0x00000, 0x080000, CRC(26233a47) SHA1(6ccd7f05a7c24f638423b397d74372074061a2e2) ) |
| 2673 | | sc_iab_others |
| 2674 | | ROM_END |
| 2675 | | |
| 2676 | | |
| 2677 | | |
| 2678 | | |
| 2679 | | ROM_START( sc5ijbdo ) |
| 2680 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2681 | | ROM_LOAD16_BYTE( "95424446.lo", 0x00001, 0x080000, CRC(49b4b792) SHA1(9ca4d6fb248b8c7fcc4cf1fe09cdafe5b6c0d41f) ) |
| 2682 | | ROM_LOAD16_BYTE( "95424447.hi", 0x00000, 0x080000, CRC(fd82fee7) SHA1(eba4ac00f22001d2c40cd426a3f34e03c6880ab1) ) |
| 2683 | | sc_ijbdo_others |
| 2684 | | ROM_END |
| 2685 | | |
| 2686 | | ROM_START( sc5ijbdoa ) |
| 2687 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2688 | | ROM_LOAD16_BYTE( "95424540.lo", 0x00001, 0x080000, CRC(d4f00854) SHA1(53c703e80264d288afc6437b8849cab746a65460) ) |
| 2689 | | ROM_LOAD16_BYTE( "95424541.hi", 0x00000, 0x080000, CRC(970dde6e) SHA1(f83e84a7179f363d946798e1b233e915faa64287) ) |
| 2690 | | sc_ijbdo_others |
| 2691 | | ROM_END |
| 2692 | | |
| 2693 | | ROM_START( sc5ijbdob ) |
| 2694 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2695 | | ROM_LOAD16_BYTE( "95425446.lo", 0x00001, 0x080000, CRC(61b97ff3) SHA1(56a77ca7453df982d882849ecc2cfc335be1ba58) ) |
| 2696 | | ROM_LOAD16_BYTE( "95425447.hi", 0x00000, 0x080000, CRC(e4faf2fc) SHA1(ffb129ebb7211ed1116cf41ed49e1830eb5e17c9) ) |
| 2697 | | sc_ijbdo_others |
| 2698 | | ROM_END |
| 2699 | | |
| 2700 | | ROM_START( sc5ijbdoc ) |
| 2701 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2702 | | ROM_LOAD16_BYTE( "95425540.lo", 0x00001, 0x080000, CRC(70dd0ea8) SHA1(feece9475d421e02feb74ad2fa6e341e0dc3fe3c) ) |
| 2703 | | ROM_LOAD16_BYTE( "95425541.hi", 0x00000, 0x080000, CRC(f684cea2) SHA1(a53ed0d57fb6f7a90bcc66843b1351b15c47243e) ) |
| 2704 | | sc_ijbdo_others |
| 2705 | | ROM_END |
| 2706 | | |
| 2707 | | |
| 2708 | | |
| 2709 | | |
| 2710 | | ROM_START( sc5kingx ) |
| 2711 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2712 | | ROM_LOAD16_BYTE( "95416616.lo", 0x00001, 0x080000, CRC(dcd5b5fd) SHA1(b161f50030e71e5a57dadea3cf6980f57bbdcc27) ) |
| 2713 | | ROM_LOAD16_BYTE( "95416617.hi", 0x00000, 0x080000, CRC(fbe8024c) SHA1(7dd1741381f715d5bd6b3ee2626015033baf67bb) ) |
| 2714 | | sc_kingx_others |
| 2715 | | ROM_END |
| 2716 | | |
| 2717 | | ROM_START( sc5kingxa ) |
| 2718 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2719 | | ROM_LOAD16_BYTE( "95417616.lo", 0x00001, 0x080000, CRC(52cd059d) SHA1(4e15cfefcd37e02a5dd97b53fd687b5b0294d9ca) ) |
| 2720 | | ROM_LOAD16_BYTE( "95417617.hi", 0x00000, 0x080000, CRC(026afaf4) SHA1(902bcd07001788140a0b1b284c5b63bcc18d729b) ) |
| 2721 | | sc_kingx_others |
| 2722 | | ROM_END |
| 2723 | | |
| 2724 | | ROM_START( sc5kingxb ) |
| 2725 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2726 | | ROM_LOAD16_BYTE( "95420278.lo", 0x00001, 0x080000, CRC(b999edc6) SHA1(a3a228f93ec0fcdde6450877edb62208cc804608) ) |
| 2727 | | ROM_LOAD16_BYTE( "95420279.hi", 0x00000, 0x080000, CRC(a7853b5e) SHA1(483ca0e9df84703e17d38f5b0470ab9f88418f33) ) |
| 2728 | | sc_kingx_others |
| 2729 | | ROM_END |
| 2730 | | |
| 2731 | | ROM_START( sc5kingxc ) |
| 2732 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2733 | | ROM_LOAD16_BYTE( "95420280.lo", 0x00001, 0x080000, CRC(371f9cea) SHA1(24c7398daae3c3f63cba293e72dc5f17aaebf069) ) |
| 2734 | | ROM_LOAD16_BYTE( "95420281.hi", 0x00000, 0x080000, CRC(41a9ecff) SHA1(5874f0488007fe0514d749b2fa30d96804825c54) ) |
| 2735 | | sc_kingx_others |
| 2736 | | ROM_END |
| 2737 | | |
| 2738 | | ROM_START( sc5kingxd ) |
| 2739 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2740 | | ROM_LOAD16_BYTE( "95421278.lo", 0x00001, 0x080000, CRC(b109a07c) SHA1(529b34927afee94b38ca4bdb7baf63396f12dc1f) ) |
| 2741 | | ROM_LOAD16_BYTE( "95421279.hi", 0x00000, 0x080000, CRC(566cc152) SHA1(c2d90c35597732b566de5c7fdb2cb42889836485) ) |
| 2742 | | sc_kingx_others |
| 2743 | | ROM_END |
| 2744 | | |
| 2745 | | ROM_START( sc5kingxe ) |
| 2746 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2747 | | ROM_LOAD16_BYTE( "95421280.lo", 0x00001, 0x080000, CRC(573270d1) SHA1(cb4d14979144499455baf484e3d3e52a5bb9d3e2) ) |
| 2748 | | ROM_LOAD16_BYTE( "95421281.hi", 0x00000, 0x080000, CRC(ec960391) SHA1(5ac06e9db72da0b1817b034d9f7855e19a0992a6) ) |
| 2749 | | sc_kingx_others |
| 2750 | | ROM_END |
| 2751 | | |
| 2752 | | |
| 2753 | | |
| 2754 | | |
| 2755 | | |
| 2756 | | |
| 2757 | | ROM_START( sc5monky ) |
| 2758 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2759 | | ROM_LOAD16_BYTE( "95420550.lo", 0x00001, 0x080000, CRC(763c83de) SHA1(6a6e899536ed181ec8a87013760a3688f3f90281) ) |
| 2760 | | ROM_LOAD16_BYTE( "95420551.hi", 0x00000, 0x080000, CRC(c1e93f0c) SHA1(5e2d9a6440f996b1075f38850140c2d4fe64c18b) ) |
| 2761 | | sc_monky_others |
| 2762 | | ROM_END |
| 2763 | | |
| 2764 | | ROM_START( sc5monkya ) |
| 2765 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2766 | | ROM_LOAD16_BYTE( "95421550.lo", 0x00001, 0x080000, CRC(7fb82da1) SHA1(c5667ec3c0c764dc2905f9588c0e5474da8405b6) ) |
| 2767 | | ROM_LOAD16_BYTE( "95421551.hi", 0x00000, 0x080000, CRC(fb6159c1) SHA1(2123db922c0b37e1863fd5ab196124d701b3bfe7) ) |
| 2768 | | sc_monky_others |
| 2769 | | ROM_END |
| 2770 | | |
| 2771 | | |
| 2772 | | |
| 2773 | | |
| 2774 | | ROM_START( sc5mobob ) |
| 2775 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2776 | | ROM_LOAD16_BYTE( "95426614.lo", 0x00001, 0x080000, CRC(338cfeb2) SHA1(16fbc219fba8b4667ba217167953301b4079731f) ) |
| 2777 | | ROM_LOAD16_BYTE( "95426615.hi", 0x00000, 0x080000, CRC(8b4b25f6) SHA1(bbaf7a977506f2d55a72b08f0c6fc854837552f8) ) |
| 2778 | | sc_mobob_others |
| 2779 | | ROM_END |
| 2780 | | |
| 2781 | | ROM_START( sc5moboba ) |
| 2782 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2783 | | ROM_LOAD16_BYTE( "95426630.lo", 0x00001, 0x080000, CRC(2614eff3) SHA1(74c3487dfa348d2f137100379f1ceb511570b91c) ) |
| 2784 | | ROM_LOAD16_BYTE( "95426631.hi", 0x00000, 0x080000, CRC(2e254ca7) SHA1(0722a7dc44d2839feff22ccff33f396fd1e5cba0) ) |
| 2785 | | sc_mobob_others |
| 2786 | | ROM_END |
| 2787 | | |
| 2788 | | ROM_START( sc5mobobb ) |
| 2789 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2790 | | ROM_LOAD16_BYTE( "95426658.lo", 0x00001, 0x080000, CRC(709e313b) SHA1(9730b4efd4da2ea978e49020a43f3554824c1a23) ) |
| 2791 | | ROM_LOAD16_BYTE( "95426659.hi", 0x00000, 0x080000, CRC(e0542cd2) SHA1(19730918c8ab3c5fe7a9d9fdcc4e3e491cd4046a) ) |
| 2792 | | sc_mobob_others |
| 2793 | | ROM_END |
| 2794 | | |
| 2795 | | ROM_START( sc5mobobc ) |
| 2796 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2797 | | ROM_LOAD16_BYTE( "95426812.lo", 0x00001, 0x080000, CRC(f140a579) SHA1(c0255ba637c0e5a67472c6dfa1e282078bcac92d) ) |
| 2798 | | ROM_LOAD16_BYTE( "95426813.hi", 0x00000, 0x080000, CRC(adfd1181) SHA1(013dc9ac8942170173099e51cb08290462033737) ) |
| 2799 | | sc_mobob_others |
| 2800 | | ROM_END |
| 2801 | | |
| 2802 | | ROM_START( sc5mobobd ) |
| 2803 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2804 | | ROM_LOAD16_BYTE( "95427614.lo", 0x00001, 0x080000, CRC(b090aa6c) SHA1(5cefb3e35d3e3ecff43e342f7e31de7c7c6eabf9) ) |
| 2805 | | ROM_LOAD16_BYTE( "95427615.hi", 0x00000, 0x080000, CRC(95348c58) SHA1(637fdbf6d4ebb48e754f40efa70caf0cd8367086) ) |
| 2806 | | sc_mobob_others |
| 2807 | | ROM_END |
| 2808 | | |
| 2809 | | ROM_START( sc5mobobe ) |
| 2810 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2811 | | ROM_LOAD16_BYTE( "95427630.lo", 0x00001, 0x080000, CRC(bd853224) SHA1(424836ac6dcf9cac1187361156717447f9f90fdd) ) |
| 2812 | | ROM_LOAD16_BYTE( "95427631.hi", 0x00000, 0x080000, CRC(25f09e39) SHA1(97a5f905715d63f595e1d5d95a805e33e6d54109) ) |
| 2813 | | sc_mobob_others |
| 2814 | | ROM_END |
| 2815 | | |
| 2816 | | ROM_START( sc5mobobf ) |
| 2817 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2818 | | ROM_LOAD16_BYTE( "95427658.lo", 0x00001, 0x080000, CRC(bd0d09ea) SHA1(ebe2b1ce28ef7ba6ec0dd99a92cbe3abbcf5b0ec) ) |
| 2819 | | ROM_LOAD16_BYTE( "95427659.hi", 0x00000, 0x080000, CRC(c1641c9e) SHA1(cc3f1e3a39ac88043216fd677c047201b7e1fb38) ) |
| 2820 | | sc_mobob_others |
| 2821 | | ROM_END |
| 2822 | | |
| 2823 | | ROM_START( sc5mobobg ) |
| 2824 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2825 | | ROM_LOAD16_BYTE( "95427812.lo", 0x00001, 0x080000, CRC(ad3df75c) SHA1(cd9988b2c9bd19b39efd3bf2dc5def3053094835) ) |
| 2826 | | ROM_LOAD16_BYTE( "95427813.hi", 0x00000, 0x080000, CRC(310e0cec) SHA1(533cfef424fa3e4f0182a308c826d7f35a314270) ) |
| 2827 | | sc_mobob_others |
| 2828 | | ROM_END |
| 2829 | | |
| 2830 | | ROM_START( sc5mobobh ) |
| 2831 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2832 | | ROM_LOAD16_BYTE( "p3307p71.hi", 0x00000, 0x080000, CRC(d234205a) SHA1(65d3bb4b1a3baa4eec9c89268c27b3f346bcb18e) ) |
| 2833 | | ROM_LOAD16_BYTE( "p3307p71.lo", 0x00001, 0x080000, CRC(7668f4f1) SHA1(82d78e8336fe409dd2ae3fe0637b9ba7116662a0) ) |
| 2834 | | sc_mobob_others |
| 2835 | | ROM_END |
| 2836 | | |
| 2837 | | ROM_START( sc5mobobi ) |
| 2838 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2839 | | ROM_LOAD16_BYTE( "p3307s71.hi", 0x00000, 0x080000, CRC(5a6be577) SHA1(ecae25998e9374b1b65a5f23aa7d7344eb5c3c2f) ) |
| 2840 | | ROM_LOAD16_BYTE( "p3307s71.lo", 0x00001, 0x080000, CRC(154694d5) SHA1(5f721cf84e78acccb41d41474796bc2ef49b363c) ) |
| 2841 | | sc_mobob_others |
| 2842 | | ROM_END |
| 2843 | | |
| 2844 | | |
| 2845 | | |
| 2846 | | |
| 2847 | | ROM_START( sc5mogta ) |
| 2848 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2849 | | ROM_LOAD16_BYTE( "p3504s72.hi", 0x00000, 0x080000, CRC(684fe38d) SHA1(4fde491734acca1bd02e75f4cf2ae467ad6e62c0) ) |
| 2850 | | ROM_LOAD16_BYTE( "p3504s72.lo", 0x00001, 0x080000, CRC(2bbe91ad) SHA1(fbad244458d20dc95dc19d5fc19401adbdfd3f09) ) |
| 2851 | | sc_mogta_others |
| 2852 | | ROM_END |
| 2853 | | |
| 2854 | | ROM_START( sc5mogtaa ) |
| 2855 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2856 | | ROM_LOAD16_BYTE( "p3504p71.hi", 0x00000, 0x080000, CRC(ee41fba9) SHA1(3bb177a197155628aa356a4eb632e7e80d74c954) ) |
| 2857 | | ROM_LOAD16_BYTE( "p3504p71.lo", 0x00001, 0x080000, CRC(3d0681d4) SHA1(8e3b5ab249dd7d93ad6751ae31fbd5d89537e66e) ) |
| 2858 | | sc_mogta_others |
| 2859 | | ROM_END |
| 2860 | | |
| 2861 | | ROM_START( sc5mogtab ) |
| 2862 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2863 | | ROM_LOAD16_BYTE( "p3504p72.hi", 0x00000, 0x080000, CRC(79828a85) SHA1(672e5b5c683746e4872d17ea61ff39e0ad591824) ) |
| 2864 | | ROM_LOAD16_BYTE( "p3504p72.lo", 0x00001, 0x080000, CRC(484ef5a4) SHA1(f8822470bbbc289e93a61622eeefa12e3ddb9fac) ) |
| 2865 | | sc_mogta_others |
| 2866 | | ROM_END |
| 2867 | | |
| 2868 | | ROM_START( sc5mogtac ) |
| 2869 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2870 | | ROM_LOAD16_BYTE( "p3504s71.hi", 0x00000, 0x080000, CRC(3edc6b86) SHA1(d69294423623ab5fbd5c1889742bc5aa830cb8db) ) |
| 2871 | | ROM_LOAD16_BYTE( "p3504s71.lo", 0x00001, 0x080000, CRC(ec028348) SHA1(491461e59a7b5addd044ce48187e2c7e3c1e9b8d) ) |
| 2872 | | sc_mogta_others |
| 2873 | | ROM_END |
| 2874 | | |
| 2875 | | |
| 2876 | | ROM_START( sc5momil ) |
| 2877 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2878 | | ROM_LOAD16_BYTE( "95426544.lo", 0x00001, 0x080000, CRC(a6bbb93c) SHA1(57803fd6647ab5ff789c301e6d0079bb168eb0ca) ) |
| 2879 | | ROM_LOAD16_BYTE( "95426545.hi", 0x00000, 0x080000, CRC(c900531f) SHA1(e996e262c29e002420304fba903793b05bcfae75) ) |
| 2880 | | sc_momil_others |
| 2881 | | ROM_END |
| 2882 | | |
| 2883 | | ROM_START( sc5momila ) |
| 2884 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2885 | | ROM_LOAD16_BYTE( "95426712.lo", 0x00001, 0x080000, CRC(32d5015a) SHA1(a2638aaa04abb4ec6d900af4b5a6423ec0309016) ) |
| 2886 | | ROM_LOAD16_BYTE( "95426713.hi", 0x00000, 0x080000, CRC(f2750c3f) SHA1(1383adb9940db84dbe9b607171599d26dba482b6) ) |
| 2887 | | sc_momil_others |
| 2888 | | ROM_END |
| 2889 | | |
| 2890 | | ROM_START( sc5momilb ) |
| 2891 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2892 | | ROM_LOAD16_BYTE( "95427544.lo", 0x00001, 0x080000, CRC(9d3de68b) SHA1(813e853ebe67d0a3459de1572faf8d7d6543958a) ) |
| 2893 | | ROM_LOAD16_BYTE( "95427545.hi", 0x00000, 0x080000, CRC(c8a608d8) SHA1(823fe352d7b2a50270e93f70b42faa0c634902cf) ) |
| 2894 | | sc_momil_others |
| 2895 | | ROM_END |
| 2896 | | |
| 2897 | | ROM_START( sc5momilc ) |
| 2898 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2899 | | ROM_LOAD16_BYTE( "95427712.lo", 0x00001, 0x080000, CRC(ba917e8e) SHA1(ab5f10cc4819fa7a10436cf53d19dfe22490fad3) ) |
| 2900 | | ROM_LOAD16_BYTE( "95427713.hi", 0x00000, 0x080000, CRC(4021322b) SHA1(27c9fe7133e594e901dd086c28e1346bb44d8208) ) |
| 2901 | | sc_momil_others |
| 2902 | | ROM_END |
| 2903 | | |
| 2904 | | ROM_START( sc5momild ) |
| 2905 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2906 | | ROM_LOAD16_BYTE( "p3311p71.hi", 0x00000, 0x080000, CRC(06ed3a17) SHA1(ab7c625b03eb1c401d167a44ee6c35beef7e488d) ) |
| 2907 | | ROM_LOAD16_BYTE( "p3311p71.lo", 0x00001, 0x080000, CRC(2a7ef03f) SHA1(94c8fb7369a61ed69a95cef1904e194bcfe083c3) ) |
| 2908 | | sc_momil_others |
| 2909 | | ROM_END |
| 2910 | | |
| 2911 | | ROM_START( sc5momile ) |
| 2912 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2913 | | ROM_LOAD16_BYTE( "p3311s71.hi", 0x00000, 0x080000, CRC(f3a892ce) SHA1(a97c20568bb65442e97ca6761aa0cd80d81f957e) ) |
| 2914 | | ROM_LOAD16_BYTE( "p3311s71.lo", 0x00001, 0x080000, CRC(e56d477a) SHA1(883d7749d2bd10e53743379eb8b2e0bac7d91098) ) |
| 2915 | | sc_momil_others |
| 2916 | | ROM_END |
| 2917 | | |
| 2918 | | |
| 2919 | | |
| 2920 | | |
| 2921 | | ROM_START( sc5mombc ) |
| 2922 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2923 | | ROM_LOAD16_BYTE( "95418604.lo", 0x00001, 0x080000, CRC(07c5b10d) SHA1(950d9527bf7a981b36afddab5e6f24391cd55a06) ) |
| 2924 | | ROM_LOAD16_BYTE( "95418605.hi", 0x00000, 0x080000, CRC(7d64a83e) SHA1(56494f9ad62dd53c6b828a09cb5e5eee39be803f) ) |
| 2925 | | sc_mombc_others |
| 2926 | | ROM_END |
| 2927 | | |
| 2928 | | |
| 2929 | | |
| 2930 | | |
| 2931 | | ROM_START( sc5moms ) |
| 2932 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2933 | | ROM_LOAD16_BYTE( "95424616.lo", 0x00001, 0x080000, CRC(ae4363d4) SHA1(f1fa2832f1b2a65bcfa7640d0625e4f7f4708b7b) ) |
| 2934 | | ROM_LOAD16_BYTE( "95424617.hi", 0x00000, 0x080000, CRC(47e09bd9) SHA1(cea5735ee872a488aac73a3cb3718a06e3ab3cfb) ) |
| 2935 | | sc_moms_others |
| 2936 | | ROM_END |
| 2937 | | |
| 2938 | | ROM_START( sc5momsa ) |
| 2939 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2940 | | ROM_LOAD16_BYTE( "95424640.lo", 0x00001, 0x080000, CRC(3be74882) SHA1(8cffcdd874da49eebc766922b4b7118b79fe993e) ) |
| 2941 | | ROM_LOAD16_BYTE( "95424641.hi", 0x00000, 0x080000, CRC(bb291d3b) SHA1(7ae49b2fe2a028389ddd1054f6ee24ddfd5d922f) ) |
| 2942 | | sc_moms_others |
| 2943 | | ROM_END |
| 2944 | | |
| 2945 | | ROM_START( sc5momsb ) |
| 2946 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2947 | | ROM_LOAD16_BYTE( "95424642.lo", 0x00001, 0x080000, CRC(53d95c00) SHA1(1dedc0fd19c12b4f777b1ce5b09316e61c472e06) ) |
| 2948 | | ROM_LOAD16_BYTE( "95424643.hi", 0x00000, 0x080000, CRC(24572033) SHA1(6097cbf9de056b0d621696c0b872d8d787c5c329) ) |
| 2949 | | sc_moms_others |
| 2950 | | ROM_END |
| 2951 | | |
| 2952 | | ROM_START( sc5momsc ) |
| 2953 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2954 | | ROM_LOAD16_BYTE( "95425616.lo", 0x00001, 0x080000, CRC(63d60ce1) SHA1(b4b0af64672f79e7e002a4500cc6ccd4fd677eb7) ) |
| 2955 | | ROM_LOAD16_BYTE( "95425617.hi", 0x00000, 0x080000, CRC(a4a6129b) SHA1(338613573fc606a52bb7bd856806e28ca156e84f) ) |
| 2956 | | sc_moms_others |
| 2957 | | ROM_END |
| 2958 | | |
| 2959 | | ROM_START( sc5momsd ) |
| 2960 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2961 | | ROM_LOAD16_BYTE( "95425640.lo", 0x00001, 0x080000, CRC(a33c4242) SHA1(a5b1e7e6affe77895d6662f27690266e02becb3c) ) |
| 2962 | | ROM_LOAD16_BYTE( "95425641.hi", 0x00000, 0x080000, CRC(4f1772a4) SHA1(acaf47b3e896cf4e624f7dc7df65c10220227e1a) ) |
| 2963 | | sc_moms_others |
| 2964 | | ROM_END |
| 2965 | | |
| 2966 | | ROM_START( sc5momse ) |
| 2967 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2968 | | ROM_LOAD16_BYTE( "95425642.lo", 0x00001, 0x080000, CRC(e5158548) SHA1(d120a09553b5d7df1b140139f4d4f999f7e773b5) ) |
| 2969 | | ROM_LOAD16_BYTE( "95425643.hi", 0x00000, 0x080000, CRC(1f307939) SHA1(b091d3cc55235aa3389d0b3fdc0ca5fa78d13285) ) |
| 2970 | | sc_moms_others |
| 2971 | | ROM_END |
| 2972 | | |
| 2973 | | |
| 2974 | | |
| 2975 | | ROM_START( sc5mopl ) |
| 2976 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2977 | | ROM_LOAD16_BYTE( "p3408p71.hi", 0x00000, 0x080000, CRC(cf33ba2b) SHA1(be9cfb797f3d6983e26be362f108dbefff8b6cf2) ) |
| 2978 | | ROM_LOAD16_BYTE( "p3408p71.lo", 0x00001, 0x080000, CRC(022074a5) SHA1(88d67b1294621feb1e79461fd0f20c8c6b14e547) ) |
| 2979 | | sc_mopl_others |
| 2980 | | ROM_END |
| 2981 | | |
| 2982 | | ROM_START( sc5mopla ) |
| 2983 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2984 | | ROM_LOAD16_BYTE( "p3408p72.hi", 0x00000, 0x080000, CRC(9d8b4f48) SHA1(78eed5283d20fd58f58d773ffc5bf4c709034bd0) ) |
| 2985 | | ROM_LOAD16_BYTE( "p3408p72.lo", 0x00001, 0x080000, CRC(7f318753) SHA1(99f37daee34a5b69b0245b63425012f2c991f415) ) |
| 2986 | | sc_mopl_others |
| 2987 | | ROM_END |
| 2988 | | |
| 2989 | | ROM_START( sc5moplb ) |
| 2990 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2991 | | ROM_LOAD16_BYTE( "p3408s71.hi", 0x00000, 0x080000, CRC(b630cc98) SHA1(b03b222afc4657b22f5ff0ae7c054de799d642ff) ) |
| 2992 | | ROM_LOAD16_BYTE( "p3408s71.lo", 0x00001, 0x080000, CRC(9ec19fc1) SHA1(17f90b4b8077c69c0c549b4c7a07e9eb8209200a) ) |
| 2993 | | sc_mopl_others |
| 2994 | | ROM_END |
| 2995 | | |
| 2996 | | ROM_START( sc5moplc ) |
| 2997 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2998 | | ROM_LOAD16_BYTE( "p3408s72.hi", 0x00000, 0x080000, CRC(1e0bc7d6) SHA1(9b999e9be6ecc6b1557ea755928af421046776c4) ) |
| 2999 | | ROM_LOAD16_BYTE( "p3408s72.lo", 0x00001, 0x080000, CRC(bc529040) SHA1(7262ca69f8fb1e7301d6af73eb44518dedfdb59b) ) |
| 3000 | | sc_mopl_others |
| 3001 | | ROM_END |
| 3002 | | |
| 3003 | | |
| 3004 | | |
| 3005 | | |
| 3006 | | ROM_START( sc5mor2r ) |
| 3007 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3008 | | ROM_LOAD16_BYTE( "95424484.lo", 0x00001, 0x080000, CRC(9e1253c8) SHA1(5d3387e21bb22e68babe2ba5ee5cd0087d9d3af7) ) |
| 3009 | | ROM_LOAD16_BYTE( "95424485.hi", 0x00000, 0x080000, CRC(535b57dc) SHA1(a505731f4fd541501da192f6df6dee1548855416) ) |
| 3010 | | sc_mor2r_others |
| 3011 | | ROM_END |
| 3012 | | |
| 3013 | | ROM_START( sc5mor2ra ) |
| 3014 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3015 | | ROM_LOAD16_BYTE( "95425484.lo", 0x00001, 0x080000, CRC(443db88e) SHA1(d3e7702c7d588e0862c68afbc0d3ac8284b9ccbb) ) |
| 3016 | | ROM_LOAD16_BYTE( "95425485.hi", 0x00000, 0x080000, CRC(66220c17) SHA1(ffb645b0c2ecedf2a328fd3b1a1f95b538d359e1) ) |
| 3017 | | sc_mor2r_others |
| 3018 | | ROM_END |
| 3019 | | |
| 3020 | | |
| 3021 | | |
| 3022 | | |
| 3023 | | ROM_START( sc5monwa ) |
| 3024 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3025 | | ROM_LOAD16_BYTE( "95424588.lo", 0x00001, 0x080000, CRC(55a1a299) SHA1(483d0fcaf17acc5e6911acd1410f660fddbb8f70) ) |
| 3026 | | ROM_LOAD16_BYTE( "95424589.hi", 0x00000, 0x080000, CRC(409a7d42) SHA1(599affd706d261f2d3cafd52a3701407d47dde7b) ) |
| 3027 | | sc_monwa_others |
| 3028 | | ROM_END |
| 3029 | | |
| 3030 | | ROM_START( sc5monwaa ) |
| 3031 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3032 | | ROM_LOAD16_BYTE( "95425588.lo", 0x00001, 0x080000, CRC(6f7f5a26) SHA1(8fa14415d94089d7cc1d0dc0bd20d7e766c9ec5b) ) |
| 3033 | | ROM_LOAD16_BYTE( "95425589.hi", 0x00000, 0x080000, CRC(3ebe5f6a) SHA1(e4fdd750d81e06a6cd064980d0dac840013bad4f) ) |
| 3034 | | sc_monwa_others |
| 3035 | | ROM_END |
| 3036 | | |
| 3037 | | |
| 3038 | | |
| 3039 | | |
| 3040 | | ROM_START( sc5cmcob ) |
| 3041 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3042 | | ROM_LOAD16_BYTE( "95424608.lo", 0x00001, 0x080000, CRC(277b6ac5) SHA1(834a18b67728774aece6595cc57fb00917f826d8) ) |
| 3043 | | ROM_LOAD16_BYTE( "95424609.hi", 0x00000, 0x080000, CRC(f4ef6f33) SHA1(4b70c86845f8761784e3703e608ff081968bb632) ) |
| 3044 | | sc_cmcob_others |
| 3045 | | ROM_END |
| 3046 | | |
| 3047 | | ROM_START( sc5cmcoba ) |
| 3048 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3049 | | ROM_LOAD16_BYTE( "95424610.lo", 0x00001, 0x080000, CRC(41fa3ebf) SHA1(2386f28741feb2c11edba5a34199ec926e63010d) ) |
| 3050 | | ROM_LOAD16_BYTE( "95424611.hi", 0x00000, 0x080000, CRC(c9a25750) SHA1(ad0c6f534b59b593a3a7ae9389d0f57f7147b7d7) ) |
| 3051 | | sc_cmcob_others |
| 3052 | | ROM_END |
| 3053 | | |
| 3054 | | ROM_START( sc5cmcobb ) |
| 3055 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3056 | | ROM_LOAD16_BYTE( "95425608.lo", 0x00001, 0x080000, CRC(26093186) SHA1(cb8343804cb5bc932dfb6f256bc80e07fabc7dd7) ) |
| 3057 | | ROM_LOAD16_BYTE( "95425609.hi", 0x00000, 0x080000, CRC(57ea57fd) SHA1(a5dae0e11f0aaa170a8e288116fe8f5440cad5af) ) |
| 3058 | | sc_cmcob_others |
| 3059 | | ROM_END |
| 3060 | | |
| 3061 | | ROM_START( sc5cmcobc ) |
| 3062 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3063 | | ROM_LOAD16_BYTE( "95425610.lo", 0x00001, 0x080000, CRC(fa6d1e11) SHA1(85449a56c05c6a14dab609a9cc3ebea5f4c2d614) ) |
| 3064 | | ROM_LOAD16_BYTE( "95425611.hi", 0x00000, 0x080000, CRC(00a16611) SHA1(8b7eb5ad71e6ab76f1ed0f6fc82dbbad76455052) ) |
| 3065 | | sc_cmcob_others |
| 3066 | | ROM_END |
| 3067 | | |
| 3068 | | |
| 3069 | | |
| 3070 | | |
| 3071 | | ROM_START( sc5nunsb ) |
| 3072 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3073 | | ROM_LOAD16_BYTE( "95420446.lo", 0x00001, 0x080000, CRC(27a45977) SHA1(1e15a814fc99f4d749929f569b61f1e241cf8f91) ) |
| 3074 | | ROM_LOAD16_BYTE( "95420447.hi", 0x00000, 0x080000, CRC(b8a8fb4f) SHA1(e7792a60355f3b5ebb03b71ea1009b982ba4fab5) ) |
| 3075 | | sc_nunsb_others |
| 3076 | | ROM_END |
| 3077 | | |
| 3078 | | |
| 3079 | | ROM_START( sc5rainb ) |
| 3080 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3081 | | ROM_LOAD16_BYTE( "p3315p71.hi", 0x00000, 0x080000, CRC(3afa32d9) SHA1(8e3005715388fceb3c1deba02d78433ddd838f0f) ) |
| 3082 | | ROM_LOAD16_BYTE( "p3315p71.lo", 0x00001, 0x080000, CRC(67d8604e) SHA1(ecdb9e296a3daf89c2309ca9544f4f0bb845b710) ) |
| 3083 | | sc_rainb_others |
| 3084 | | ROM_END |
| 3085 | | |
| 3086 | | ROM_START( sc5rainba ) |
| 3087 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3088 | | ROM_LOAD16_BYTE( "p3315p72.hi", 0x00000, 0x080000, CRC(29bed5f5) SHA1(e33cc0dd671c2dd14ac7ed639c9b4cb71b8a1906) ) |
| 3089 | | ROM_LOAD16_BYTE( "p3315p72.lo", 0x00001, 0x080000, CRC(81b3d9b0) SHA1(fde847ea6c27ce823cc04c90889a1bfa62a21e5e) ) |
| 3090 | | sc_rainb_others |
| 3091 | | ROM_END |
| 3092 | | |
| 3093 | | ROM_START( sc5rainbb ) |
| 3094 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3095 | | ROM_LOAD16_BYTE( "p3315p73.hi", 0x00000, 0x080000, CRC(f8a3f3aa) SHA1(7ef80e13ad44b01cede0d5ff347ae041a8b90db2) ) |
| 3096 | | ROM_LOAD16_BYTE( "p3315p73.lo", 0x00001, 0x080000, CRC(66e9ca49) SHA1(413c9035b9bc59c915c54ce976d78d8ccac95a39) ) |
| 3097 | | sc_rainb_others |
| 3098 | | ROM_END |
| 3099 | | |
| 3100 | | ROM_START( sc5rainbc ) |
| 3101 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3102 | | ROM_LOAD16_BYTE( "p3315s71.hi", 0x00000, 0x080000, CRC(19bc7f67) SHA1(905640b12821cfb2d367f33e1878660b1368b275) ) |
| 3103 | | ROM_LOAD16_BYTE( "p3315s71.lo", 0x00001, 0x080000, CRC(f1dd2f9e) SHA1(5b75afdcdefbd29380d320980a1cf48bb8aa3a01) ) |
| 3104 | | sc_rainb_others |
| 3105 | | ROM_END |
| 3106 | | |
| 3107 | | ROM_START( sc5rainbd ) |
| 3108 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3109 | | ROM_LOAD16_BYTE( "p3315s72.hi", 0x00000, 0x080000, CRC(9162a00e) SHA1(79965056fbb9be15a3c7cd6eaac578d41ce84d2e) ) |
| 3110 | | ROM_LOAD16_BYTE( "p3315s72.lo", 0x00001, 0x080000, CRC(ee57ffd7) SHA1(85ee352f6d116abb6cbb41c790599b2d3a0d6563) ) |
| 3111 | | sc_rainb_others |
| 3112 | | ROM_END |
| 3113 | | |
| 3114 | | ROM_START( sc5rainbe ) |
| 3115 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3116 | | ROM_LOAD16_BYTE( "p3315s73.hi", 0x00000, 0x080000, CRC(3c4d9c5d) SHA1(c71792e08a5b5acad008d7119e0f889e04ee3a2f) ) |
| 3117 | | ROM_LOAD16_BYTE( "p3315s73.lo", 0x00001, 0x080000, CRC(5e8937b6) SHA1(8f2f315dff57b35643f6d62b7ae9a106f1dbc0ca) ) |
| 3118 | | sc_rainb_others |
| 3119 | | ROM_END |
| 3120 | | |
| 3121 | | |
| 3122 | | |
| 3123 | | |
| 3124 | | ROM_START( sc5parot ) |
| 3125 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3126 | | ROM_LOAD16_BYTE( "p3015p71.hi", 0x00000, 0x080000, CRC(6ab7bcd2) SHA1(7ee059789b5641f6a8da47a0e29ef15a1beecd8b) ) |
| 3127 | | ROM_LOAD16_BYTE( "p3015p71.lo", 0x00001, 0x080000, CRC(d62a090c) SHA1(a9bb1fd33fd08c525998c9c0153c8078c776a079) ) |
| 3128 | | sc_parot_others |
| 3129 | | ROM_END |
| 3130 | | |
| 3131 | | ROM_START( sc5parota ) |
| 3132 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3133 | | ROM_LOAD16_BYTE( "p3015p72.hi", 0x00000, 0x080000, CRC(a1e66876) SHA1(ec055df597b12af05d1fbb84e1c1876219e514be) ) |
| 3134 | | ROM_LOAD16_BYTE( "p3015p72.lo", 0x00001, 0x080000, CRC(aca9f8c5) SHA1(036c9ac8cead65ccb1703b6f8645d7beb4de6cff) ) |
| 3135 | | sc_parot_others |
| 3136 | | ROM_END |
| 3137 | | |
| 3138 | | ROM_START( sc5parotb ) |
| 3139 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3140 | | ROM_LOAD16_BYTE( "p3015p73.hi", 0x00000, 0x080000, CRC(375f895f) SHA1(799bd79e96ec9c06ba5724692b4d216cc2d02a02) ) |
| 3141 | | ROM_LOAD16_BYTE( "p3015p73.lo", 0x00001, 0x080000, CRC(61b727dc) SHA1(ba79d7c2654d56e7031e18397171a72663581820) ) |
| 3142 | | sc_parot_others |
| 3143 | | ROM_END |
| 3144 | | |
| 3145 | | ROM_START( sc5parotc ) |
| 3146 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3147 | | ROM_LOAD16_BYTE( "p3015p74.hi", 0x00000, 0x080000, CRC(59d0b3c1) SHA1(e730d43a9640e8aceb0938c90ba5748eaba2e8b0) ) |
| 3148 | | ROM_LOAD16_BYTE( "p3015p74.lo", 0x00001, 0x080000, CRC(8e03fbc2) SHA1(6ad244ca0c92fb526e3280b105085f080c7613bf) ) |
| 3149 | | sc_parot_others |
| 3150 | | ROM_END |
| 3151 | | |
| 3152 | | ROM_START( sc5parotd ) |
| 3153 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3154 | | ROM_LOAD16_BYTE( "p3015s71.hi", 0x00000, 0x080000, CRC(10b8b141) SHA1(a2ba6e19bc888978d4b147e1c477834e9c56380c) ) |
| 3155 | | ROM_LOAD16_BYTE( "p3015s71.lo", 0x00001, 0x080000, CRC(9fed58a3) SHA1(439b0cd9cb2ee676c826c5f33f31f26284560dc0) ) |
| 3156 | | sc_parot_others |
| 3157 | | ROM_END |
| 3158 | | |
| 3159 | | ROM_START( sc5parote ) |
| 3160 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3161 | | ROM_LOAD16_BYTE( "p3015s72.hi", 0x00000, 0x080000, CRC(68474982) SHA1(75b31cc8e17d69e68443b4507be009c76960dead) ) |
| 3162 | | ROM_LOAD16_BYTE( "p3015s72.lo", 0x00001, 0x080000, CRC(9de37289) SHA1(c5253437707dce1cfe0b785d6340dcda006875cc) ) |
| 3163 | | sc_parot_others |
| 3164 | | ROM_END |
| 3165 | | |
| 3166 | | ROM_START( sc5parotf ) |
| 3167 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3168 | | ROM_LOAD16_BYTE( "p3015s73.hi", 0x00000, 0x080000, CRC(27695902) SHA1(f2793cbc14e742e1fa15c9dc0ab773b7d2689f57) ) |
| 3169 | | ROM_LOAD16_BYTE( "p3015s73.lo", 0x00001, 0x080000, CRC(d5a5a816) SHA1(43027cf4d341b63f345aac19b8c60258142349dd) ) |
| 3170 | | sc_parot_others |
| 3171 | | ROM_END |
| 3172 | | |
| 3173 | | ROM_START( sc5parotg ) |
| 3174 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3175 | | ROM_LOAD16_BYTE( "p3015s74.hi", 0x00000, 0x080000, CRC(1ac7be89) SHA1(e0e7d49b833438f5f168d8a600da0946c29890db) ) |
| 3176 | | ROM_LOAD16_BYTE( "p3015s74.lo", 0x00001, 0x080000, CRC(81e4fede) SHA1(2643ac419a55950d8e909888b0c856a00ecdebda) ) |
| 3177 | | sc_parot_others |
| 3178 | | ROM_END |
| 3179 | | |
| 3180 | | |
| 3181 | | |
| 3182 | | ROM_START( sc5pilep ) |
| 3183 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3184 | | ROM_LOAD16_BYTE( "95424364.lo", 0x00001, 0x080000, CRC(ad9e0f59) SHA1(1d91f49b5de6a5982f1977b9fa28487b1ceaac43) ) |
| 3185 | | ROM_LOAD16_BYTE( "95424365.hi", 0x00000, 0x080000, CRC(d5bdf417) SHA1(5995cdc20678c2acec855f6281bd949c5236446d) ) |
| 3186 | | sc_pilep_others |
| 3187 | | ROM_END |
| 3188 | | |
| 3189 | | ROM_START( sc5pilepa ) |
| 3190 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3191 | | ROM_LOAD16_BYTE( "95424384.lo", 0x00001, 0x080000, CRC(abe8bb2b) SHA1(442574ec1fe73f7e24a76af349d5de5ec785e568) ) |
| 3192 | | ROM_LOAD16_BYTE( "95424385.hi", 0x00000, 0x080000, CRC(46ae0592) SHA1(9a896a1acca28cd5e877165ab96d485ed1953e7f) ) |
| 3193 | | sc_pilep_others |
| 3194 | | ROM_END |
| 3195 | | |
| 3196 | | ROM_START( sc5pilepb ) |
| 3197 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3198 | | ROM_LOAD16_BYTE( "95425364.lo", 0x00001, 0x080000, CRC(d6c32f2b) SHA1(ef5e77b543d8a61ac231902e121634bfcb46df94) ) |
| 3199 | | ROM_LOAD16_BYTE( "95425365.hi", 0x00000, 0x080000, CRC(b33b86ed) SHA1(5efa3e4ed34cbfe85b38d7b4c90221b11a719304) ) |
| 3200 | | sc_pilep_others |
| 3201 | | ROM_END |
| 3202 | | |
| 3203 | | ROM_START( sc5pilepc ) |
| 3204 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3205 | | ROM_LOAD16_BYTE( "95425384.lo", 0x00001, 0x080000, CRC(92db0e3f) SHA1(7c61beb88f615042a94fa993df6bbce4ed11db9b) ) |
| 3206 | | ROM_LOAD16_BYTE( "95425385.hi", 0x00000, 0x080000, CRC(49b9b0fe) SHA1(5adf034e4baac642d7b4f2c1fb385895ee37a185) ) |
| 3207 | | sc_pilep_others |
| 3208 | | ROM_END |
| 3209 | | |
| 3210 | | |
| 3211 | | |
| 3212 | | ROM_START( sc5potsm ) |
| 3213 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3214 | | ROM_LOAD16_BYTE( "95420312.lo", 0x00001, 0x080000, CRC(b33457b9) SHA1(0815848437e222348b306179401434b4769af857) ) |
| 3215 | | ROM_LOAD16_BYTE( "95420313.hi", 0x00000, 0x080000, CRC(522510fc) SHA1(778ca15b46d04bf1a0f378b554e21855a1ceaabe) ) |
| 3216 | | sc_potsm_others |
| 3217 | | ROM_END |
| 3218 | | |
| 3219 | | ROM_START( sc5potsma ) |
| 3220 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3221 | | ROM_LOAD16_BYTE( "95421312.lo", 0x00001, 0x080000, CRC(f86d79c8) SHA1(028a9b97480e34148ceecad948dda1c21a242a8a) ) |
| 3222 | | ROM_LOAD16_BYTE( "95421313.hi", 0x00000, 0x080000, CRC(10329d84) SHA1(b0e5b34bc1b5f1a5a5462d29ef8bcb71791b737e) ) |
| 3223 | | sc_potsm_others |
| 3224 | | ROM_END |
| 3225 | | |
| 3226 | | |
| 3227 | | |
| 3228 | | |
| 3229 | | ROM_START( sc5cpen1 ) |
| 3230 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3231 | | ROM_LOAD16_BYTE( "95427906.lo", 0x00001, 0x080000, CRC(05e73940) SHA1(5adc5f705f444f25af450d89f8cf02c4855fe3d0) ) |
| 3232 | | ROM_LOAD16_BYTE( "95427907.hi", 0x00000, 0x080000, CRC(2b5a0958) SHA1(2aafb88fc8ef5d559926cd91d6ef50cb438646a5) ) |
| 3233 | | sc_cpen1_others |
| 3234 | | ROM_END |
| 3235 | | |
| 3236 | | ROM_START( sc5cpen1a ) |
| 3237 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3238 | | ROM_LOAD16_BYTE( "95426906.lo", 0x00001, 0x080000, CRC(17d2a36d) SHA1(44216b05445c7b9d4298411806487168f0325668) ) |
| 3239 | | ROM_LOAD16_BYTE( "95426907.hi", 0x00000, 0x080000, CRC(2c26de1b) SHA1(3307980fca15ee2ad8756fd294d2da5bbbf3e7ae) ) |
| 3240 | | sc_cpen1_others |
| 3241 | | ROM_END |
| 3242 | | |
| 3243 | | |
| 3244 | | |
| 3245 | | |
| 3246 | | ROM_START( sc5qual ) |
| 3247 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3248 | | ROM_LOAD16_BYTE( "95408562.lo", 0x00001, 0x080000, CRC(511eca10) SHA1(233cd773eb2dcf4e73399b734ed69d2696eb5c85) ) |
| 3249 | | ROM_LOAD16_BYTE( "95408563.hi", 0x00000, 0x080000, CRC(12424475) SHA1(48dd42f82b399ec5eb135b7e992ec23204c82fc5) ) |
| 3250 | | sc_qual_others |
| 3251 | | ROM_END |
| 3252 | | |
| 3253 | | ROM_START( sc5quala ) |
| 3254 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3255 | | ROM_LOAD16_BYTE( "95409562.lo", 0x00001, 0x080000, CRC(fce0df75) SHA1(41829416ebfc2d0abcf253bedd7b7034eb37ebeb) ) |
| 3256 | | ROM_LOAD16_BYTE( "95409563.hi", 0x00000, 0x080000, CRC(45e450b3) SHA1(e92daad5e0dee68b52b7689c90c10acb5165cbc5) ) |
| 3257 | | sc_qual_others |
| 3258 | | ROM_END |
| 3259 | | |
| 3260 | | ROM_START( sc5qualb ) |
| 3261 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3262 | | ROM_LOAD16_BYTE( "95410402.lo", 0x00001, 0x080000, CRC(c2fcfab1) SHA1(b063655aa025513e147928f2bb785a306069fd41) ) |
| 3263 | | ROM_LOAD16_BYTE( "95410403.hi", 0x00000, 0x080000, CRC(11653865) SHA1(9853ffd6106bec26e36cfd2ee2c9afe7f1a8c204) ) |
| 3264 | | sc_qual_others |
| 3265 | | ROM_END |
| 3266 | | |
| 3267 | | ROM_START( sc5qualc ) |
| 3268 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3269 | | ROM_LOAD16_BYTE( "95410404.lo", 0x00001, 0x080000, CRC(9b793a14) SHA1(ea8f6422bdac48c57b17c3037a0b21d48311e140) ) |
| 3270 | | ROM_LOAD16_BYTE( "95410405.hi", 0x00000, 0x080000, CRC(97aee36e) SHA1(ae3dd0fc48629de411533a59f4a29e53cf4e9c76) ) |
| 3271 | | sc_qual_others |
| 3272 | | ROM_END |
| 3273 | | |
| 3274 | | ROM_START( sc5quald ) |
| 3275 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3276 | | ROM_LOAD16_BYTE( "95410542.lo", 0x00001, 0x080000, CRC(4e9c6cfa) SHA1(f7113cf271a8776094c7ea1a73e784f9e9023452) ) |
| 3277 | | ROM_LOAD16_BYTE( "95410543.hi", 0x00000, 0x080000, CRC(9783ea6f) SHA1(a33b169b29f10bbe315b222b0391c0acc74700d6) ) |
| 3278 | | sc_qual_others |
| 3279 | | ROM_END |
| 3280 | | |
| 3281 | | ROM_START( sc5quale ) |
| 3282 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3283 | | ROM_LOAD16_BYTE( "95411402.lo", 0x00001, 0x080000, CRC(99fa28c9) SHA1(9b12ce7d01730dce22f2a5614dd7dfcd56618f87) ) |
| 3284 | | ROM_LOAD16_BYTE( "95411403.hi", 0x00000, 0x080000, CRC(37b6c0be) SHA1(b71b49386feb49dca2608285dd7618b5dc2a82a9) ) |
| 3285 | | sc_qual_others |
| 3286 | | ROM_END |
| 3287 | | |
| 3288 | | ROM_START( sc5qualf ) |
| 3289 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3290 | | ROM_LOAD16_BYTE( "95411404.lo", 0x00001, 0x080000, CRC(8891df54) SHA1(87c4ee731db042516a54acfa1f219d99ec0d01db) ) |
| 3291 | | ROM_LOAD16_BYTE( "95411405.hi", 0x00000, 0x080000, CRC(53902424) SHA1(6ce22049018cfd3a0fba79cba8a752852a038b65) ) |
| 3292 | | sc_qual_others |
| 3293 | | ROM_END |
| 3294 | | |
| 3295 | | ROM_START( sc5qualg ) |
| 3296 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3297 | | ROM_LOAD16_BYTE( "95411542.lo", 0x00001, 0x080000, CRC(44908000) SHA1(3c7420dbba6cc1de7ff4078c0ee12012dc7a5b59) ) |
| 3298 | | ROM_LOAD16_BYTE( "95411543.hi", 0x00000, 0x080000, CRC(29bffefe) SHA1(87f29b2c088badab9365dd57b67e8bec317c9c37) ) |
| 3299 | | sc_qual_others |
| 3300 | | ROM_END |
| 3301 | | |
| 3302 | | ROM_START( sc5qualh ) |
| 3303 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3304 | | ROM_LOAD16_BYTE( "95412482.lo", 0x00001, 0x080000, CRC(3b6c4520) SHA1(f09444ca0c2adc5f4e51de39bcc0f4d70614c537) ) |
| 3305 | | ROM_LOAD16_BYTE( "95412483.hi", 0x00000, 0x080000, CRC(485729b6) SHA1(91f6fb7b631772ee37959dcf15c851e7fab79ee4) ) |
| 3306 | | sc_qual_others |
| 3307 | | ROM_END |
| 3308 | | |
| 3309 | | ROM_START( sc5quali ) |
| 3310 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3311 | | ROM_LOAD16_BYTE( "95412484.lo", 0x00001, 0x080000, CRC(16e6d2d9) SHA1(72132f6b5fea6c7b9ab8643555e472a882ff35fa) ) |
| 3312 | | ROM_LOAD16_BYTE( "95412485.hi", 0x00000, 0x080000, CRC(3e64b174) SHA1(7b7f3e59e1ac53c95ba482526a82ef5b1f272299) ) |
| 3313 | | sc_qual_others |
| 3314 | | ROM_END |
| 3315 | | |
| 3316 | | ROM_START( sc5qualj ) |
| 3317 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3318 | | ROM_LOAD16_BYTE( "95413482.lo", 0x00001, 0x080000, CRC(b15c836e) SHA1(3f358ce5bded3330a9fd96ec64122ce3c38acc1c) ) |
| 3319 | | ROM_LOAD16_BYTE( "95413483.hi", 0x00000, 0x080000, CRC(2ac91acc) SHA1(146caea4dc8968c60454a5f67a402409ecf8f257) ) |
| 3320 | | sc_qual_others |
| 3321 | | ROM_END |
| 3322 | | |
| 3323 | | ROM_START( sc5qualk ) |
| 3324 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3325 | | ROM_LOAD16_BYTE( "95413484.lo", 0x00001, 0x080000, CRC(fe7c4133) SHA1(bf5a7fe530ff57757dc023d6639227afa40089a8) ) |
| 3326 | | ROM_LOAD16_BYTE( "95413485.hi", 0x00000, 0x080000, CRC(7cf03220) SHA1(a69dd3cbb519259ba9b3c0b769352d0febc43473) ) |
| 3327 | | sc_qual_others |
| 3328 | | ROM_END |
| 3329 | | |
| 3330 | | ROM_START( sc5quall ) |
| 3331 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3332 | | ROM_LOAD16_BYTE( "p1406p12.hi", 0x00000, 0x080000, CRC(8ba5ce5f) SHA1(e4b7f93e124565deab64f02c4d5c031c39421e1a) ) |
| 3333 | | ROM_LOAD16_BYTE( "p1406p12.lo", 0x00001, 0x080000, CRC(bfbe93c8) SHA1(60054b63e22e1ef90d615ceec4b0531430cb4a8e) ) |
| 3334 | | sc_qual_others |
| 3335 | | ROM_END |
| 3336 | | |
| 3337 | | ROM_START( sc5qualm ) |
| 3338 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3339 | | ROM_LOAD16_BYTE( "p1406s12.hi", 0x00000, 0x080000, CRC(ddf86cdb) SHA1(528f8276dffa667098564b1de7158991c9ca9c1c) ) |
| 3340 | | ROM_LOAD16_BYTE( "p1406s12.lo", 0x00001, 0x080000, CRC(6fb9725d) SHA1(ecef4f752a4f8e996fafb7e80d35af56abf4e1fe) ) |
| 3341 | | sc_qual_others |
| 3342 | | ROM_END |
| 3343 | | |
| 3344 | | |
| 3345 | | |
| 3346 | | |
| 3347 | | ROM_START( sc5rssh ) |
| 3348 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3349 | | ROM_LOAD16_BYTE( "95416078.lo", 0x00001, 0x080000, CRC(497b3c48) SHA1(fb1ce70293606d7cee50c8c9f91aac46fdbf0237) ) |
| 3350 | | ROM_LOAD16_BYTE( "95416079.hi", 0x00000, 0x080000, CRC(6f6b372b) SHA1(7fc38789b8a7e26f21877e17dc3f95854162b3e9) ) |
| 3351 | | sc_rssh_others |
| 3352 | | ROM_END |
| 3353 | | |
| 3354 | | ROM_START( sc5rssha ) |
| 3355 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3356 | | ROM_LOAD16_BYTE( "95417078.lo", 0x00001, 0x080000, CRC(1056cb40) SHA1(2fe6d90ce69353d389167a55f54c7a8d5b74b237) ) |
| 3357 | | ROM_LOAD16_BYTE( "95417079.hi", 0x00000, 0x080000, CRC(03eb412b) SHA1(913c3e8b43fddc463eb744c2a0d1be13c8c4f296) ) |
| 3358 | | sc_rssh_others |
| 3359 | | ROM_END |
| 3360 | | |
| 3361 | | |
| 3362 | | |
| 3363 | | ROM_START( sc5hog ) |
| 3364 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3365 | | ROM_LOAD16_BYTE( "95426476.lo", 0x00001, 0x080000, CRC(c33a4532) SHA1(94079594092abc1be8068e9ecc336c97f754fed9) ) |
| 3366 | | ROM_LOAD16_BYTE( "95426477.hi", 0x00000, 0x080000, CRC(f26b8576) SHA1(cecdfe93b9e71719bfd4eed321ff9f355290c838) ) |
| 3367 | | sc_rhog_others |
| 3368 | | ROM_END |
| 3369 | | |
| 3370 | | ROM_START( sc5hoga ) |
| 3371 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3372 | | ROM_LOAD16_BYTE( "95427476.lo", 0x00001, 0x080000, CRC(caae18b9) SHA1(0ff77bd30996bb2eaf5855dc03d184c0c0cd5384) ) |
| 3373 | | ROM_LOAD16_BYTE( "95427477.hi", 0x00000, 0x080000, CRC(c8737336) SHA1(189f96c1bcd2ff2ce009879ac58bb64f42b0c4a4) ) |
| 3374 | | sc_rhog_others |
| 3375 | | ROM_END |
| 3376 | | |
| 3377 | | |
| 3378 | | |
| 3379 | | |
| 3380 | | |
| 3381 | | ROM_START( sc5rhclb ) |
| 3382 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3383 | | ROM_LOAD16_BYTE( "95422816.lo", 0x00001, 0x080000, CRC(cb6dcc16) SHA1(f33692abb167847ebbf02b25f2929e15a2645a9e) ) |
| 3384 | | ROM_LOAD16_BYTE( "95422817.hi", 0x00000, 0x080000, CRC(ff60c202) SHA1(d48ee1c7d29091c0744150151c8cd16721741209) ) |
| 3385 | | sc_rhclb_others |
| 3386 | | ROM_END |
| 3387 | | |
| 3388 | | ROM_START( sc5rhclba ) |
| 3389 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3390 | | ROM_LOAD16_BYTE( "95423816.lo", 0x00001, 0x080000, CRC(f315b177) SHA1(3dcc4ee7b570bc01222734f1ed3300dce9906328) ) |
| 3391 | | ROM_LOAD16_BYTE( "95423817.hi", 0x00000, 0x080000, CRC(6f2a3ddb) SHA1(7791c3bbf6e965d383feac1a579b50b94e6bc48b) ) |
| 3392 | | sc_rhclb_others |
| 3393 | | ROM_END |
| 3394 | | |
| 3395 | | ROM_START( sc5rhclbb ) |
| 3396 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3397 | | ROM_LOAD16_BYTE( "95426430.lo", 0x00001, 0x080000, CRC(0c8f13b6) SHA1(ba3dbc142c2d5978176d3fa0b9f72a51f48e28b7) ) |
| 3398 | | ROM_LOAD16_BYTE( "95426431.hi", 0x00000, 0x080000, CRC(afb442d0) SHA1(3999c2bac3fe1de6f7efbb98186b16bd192c55b5) ) |
| 3399 | | sc_rhclb_others |
| 3400 | | ROM_END |
| 3401 | | |
| 3402 | | ROM_START( sc5rhclbc ) |
| 3403 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3404 | | ROM_LOAD16_BYTE( "95427430.lo", 0x00001, 0x080000, CRC(ac9ebd80) SHA1(d0b551eff727ef11d0c09fc0cb03aa8aee89b325) ) |
| 3405 | | ROM_LOAD16_BYTE( "95427431.hi", 0x00000, 0x080000, CRC(a88dde7b) SHA1(301e69d8c6ad1b79ff47ac970db64ab7e911e8ae) ) |
| 3406 | | sc_rhclb_others |
| 3407 | | ROM_END |
| 3408 | | |
| 3409 | | ROM_START( sc5rhclbd ) |
| 3410 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3411 | | ROM_LOAD16_BYTE( "p3208p71.hi", 0x00000, 0x080000, CRC(850c2cb1) SHA1(c5eac4024bff58e962a8920e2874b97b18dca57d) ) |
| 3412 | | ROM_LOAD16_BYTE( "p3208p71.lo", 0x00001, 0x080000, CRC(47b4f49f) SHA1(7a92345879080aad73f5f2db30206c8ab3f160f0) ) |
| 3413 | | sc_rhclb_others |
| 3414 | | ROM_END |
| 3415 | | |
| 3416 | | ROM_START( sc5rhclbe ) |
| 3417 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3418 | | ROM_LOAD16_BYTE( "p3208s71.hi", 0x00000, 0x080000, CRC(51ba60df) SHA1(3c7e604626f513b9cf8da393abadc4286c7dbb07) ) |
| 3419 | | ROM_LOAD16_BYTE( "p3208s71.lo", 0x00001, 0x080000, CRC(9f6373f2) SHA1(e5dc797b8dda3abe9ab64f5fec77f22038ae2c33) ) |
| 3420 | | sc_rhclb_others |
| 3421 | | ROM_END |
| 3422 | | |
| 3423 | | |
| 3424 | | ROM_START( sc5sharp ) |
| 3425 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3426 | | ROM_LOAD16_BYTE( "95419012.lo", 0x00001, 0x080000, CRC(096c3ca8) SHA1(555933d106a8c9d1b1e1927cb62fc2f20218192a) ) |
| 3427 | | ROM_LOAD16_BYTE( "95419013.hi", 0x00000, 0x080000, CRC(3cfeea5f) SHA1(4f226d9a743e124a0fdcfa7682bfa4c697e69522) ) |
| 3428 | | sc_sharp_others |
| 3429 | | ROM_END |
| 3430 | | |
| 3431 | | ROM_START( sc5sharpa ) |
| 3432 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3433 | | ROM_LOAD16_BYTE( "95418013.hi", 0x00000, 0x080000, CRC(29514c54) SHA1(b062be5dff916965e1ac0ab2ab45bc18cf8f9c93) ) |
| 3434 | | ROM_LOAD16_BYTE( "95418012.lo", 0x00001, 0x080000, CRC(6330d3b3) SHA1(bfeb25241c8a7ca9e730eb379dcc7da0270a20a0) ) |
| 3435 | | sc_sharp_others |
| 3436 | | ROM_END |
| 3437 | | |
| 3438 | | |
| 3439 | | |
| 3440 | | |
| 3441 | | ROM_START( sc5sfts ) |
| 3442 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3443 | | ROM_LOAD16_BYTE( "g95424650.lo", 0x00001, 0x080000, CRC(2e9460ba) SHA1(f449701e19c254716ca9aae63c359cfc57be8b1b) ) |
| 3444 | | ROM_LOAD16_BYTE( "g95424651.hi", 0x00000, 0x080000, CRC(15fddbb7) SHA1(b48a257e3ba74b79272969e9702ecab032df6051) ) |
| 3445 | | sc_sfts_others |
| 3446 | | ROM_END |
| 3447 | | |
| 3448 | | ROM_START( sc5sftsa ) |
| 3449 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3450 | | ROM_LOAD16_BYTE( "g95424656.lo", 0x00001, 0x080000, CRC(a0b723c7) SHA1(458bfc964f300659b8497c18cb325b7803666600) ) |
| 3451 | | ROM_LOAD16_BYTE( "g95424657.hi", 0x00000, 0x080000, CRC(ea65f9de) SHA1(7695e5361d22e8f3acd5842434bd61bdeaf9948f) ) |
| 3452 | | sc_sfts_others |
| 3453 | | ROM_END |
| 3454 | | |
| 3455 | | ROM_START( sc5sftsb ) |
| 3456 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3457 | | ROM_LOAD16_BYTE( "g95425650.lo", 0x00001, 0x080000, CRC(cb99c5e3) SHA1(c0a67576693e547e5db4a52388dcbbccdd229c11) ) |
| 3458 | | ROM_LOAD16_BYTE( "g95425651.hi", 0x00000, 0x080000, CRC(8db18aa2) SHA1(87969702f4a71df394bd2ea521e5768403b91659) ) |
| 3459 | | sc_sfts_others |
| 3460 | | ROM_END |
| 3461 | | |
| 3462 | | ROM_START( sc5sftsc ) |
| 3463 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3464 | | ROM_LOAD16_BYTE( "g95425656.lo", 0x00001, 0x080000, CRC(406fa07c) SHA1(e564b331f0b409d967c4ef6ccc17bb37e633d3c8) ) |
| 3465 | | ROM_LOAD16_BYTE( "g95425657.hi", 0x00000, 0x080000, CRC(3103d2e9) SHA1(f4f5694dc1dbfbe4bd10561adfb517e768d832fb) ) |
| 3466 | | sc_sfts_others |
| 3467 | | ROM_END |
| 3468 | | |
| 3469 | | |
| 3470 | | |
| 3471 | | ROM_START( sc5srrqp ) |
| 3472 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3473 | | ROM_LOAD16_BYTE( "95424514.lo", 0x00001, 0x080000, CRC(3fa1e76e) SHA1(9a1ee8172f05210fbebb3823ec589a444ea24586) ) |
| 3474 | | ROM_LOAD16_BYTE( "95424515.hi", 0x00000, 0x080000, CRC(759f0ef7) SHA1(736521894808134ff43c798b9a862dfe29994e69) ) |
| 3475 | | sc_srrqp_others |
| 3476 | | ROM_END |
| 3477 | | |
| 3478 | | ROM_START( sc5srrqpa ) |
| 3479 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3480 | | ROM_LOAD16_BYTE( "95425514.lo", 0x00001, 0x080000, CRC(e61834e8) SHA1(c24e1de4010c57019fa3ee09e50e6cd7a83c4854) ) |
| 3481 | | ROM_LOAD16_BYTE( "95425515.hi", 0x00000, 0x080000, CRC(89b0bfc5) SHA1(af7c5f0ec42ad9c5899817524594a910cb1fe08a) ) |
| 3482 | | sc_srrqp_others |
| 3483 | | ROM_END |
| 3484 | | |
| 3485 | | |
| 3486 | | |
| 3487 | | |
| 3488 | | ROM_START( sc5sitwi ) |
| 3489 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3490 | | ROM_LOAD16_BYTE( "p3203p12.hi", 0x00000, 0x080000, CRC(70665f72) SHA1(f23d975fb98a305ff5eab65d76791780d621593e) ) |
| 3491 | | ROM_LOAD16_BYTE( "p3203p12.lo", 0x00001, 0x080000, CRC(9dc27ba0) SHA1(9217892885afe5a421996567de82f82f14e791b0) ) |
| 3492 | | sc_witwi_others |
| 3493 | | ROM_END |
| 3494 | | |
| 3495 | | ROM_START( sc5sitwia ) |
| 3496 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3497 | | ROM_LOAD16_BYTE( "p3203s12.hi", 0x00000, 0x080000, CRC(76604bb7) SHA1(04aa6fd4e4783b2e5ea7e26c1511c15b8dda68cd) ) |
| 3498 | | ROM_LOAD16_BYTE( "p3203s12.lo", 0x00001, 0x080000, CRC(d19fffc9) SHA1(253a88331214a8be0c34cdcbe305317ef4a13987) ) |
| 3499 | | sc_witwi_others |
| 3500 | | ROM_END |
| 3501 | | |
| 3502 | | |
| 3503 | | |
| 3504 | | ROM_START( sc5spnrn ) |
| 3505 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3506 | | ROM_LOAD16_BYTE( "95416158.lo", 0x00001, 0x080000, CRC(c422d907) SHA1(9d42e7db20c1366267dac5bf09f8746479531b40) ) |
| 3507 | | ROM_LOAD16_BYTE( "95416159.hi", 0x00000, 0x080000, CRC(24e6c208) SHA1(8f672249466475f5770e8a3d1ea69c7f82ec374b) ) |
| 3508 | | sc_spnrn_others |
| 3509 | | ROM_END |
| 3510 | | |
| 3511 | | ROM_START( sc5spnrna ) |
| 3512 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3513 | | ROM_LOAD16_BYTE( "95417158.lo", 0x00001, 0x080000, CRC(9ef26fc7) SHA1(eea26ad28ffe51dd0d7205da6057a2bd0467cff3) ) |
| 3514 | | ROM_LOAD16_BYTE( "95417159.hi", 0x00000, 0x080000, CRC(1f4d639d) SHA1(eb20d3a92e8fb93a5a7d7c2dfd81d32aaf1559e7) ) |
| 3515 | | sc_spnrn_others |
| 3516 | | ROM_END |
| 3517 | | |
| 3518 | | |
| 3519 | | |
| 3520 | | |
| 3521 | | ROM_START( sc5srace ) |
| 3522 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3523 | | ROM_LOAD16_BYTE( "95418036.lo", 0x00001, 0x080000, CRC(b891ca07) SHA1(61b3b1851d8881e960b3b69ea2bc69650e9559a1) ) |
| 3524 | | ROM_LOAD16_BYTE( "95418037.hi", 0x00000, 0x080000, CRC(986ed7be) SHA1(840536cf145f08d2dab277cf529469c98e05642b) ) |
| 3525 | | sc_srace_others |
| 3526 | | ROM_END |
| 3527 | | |
| 3528 | | ROM_START( sc5sracea ) |
| 3529 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3530 | | ROM_LOAD16_BYTE( "95419036.lo", 0x00001, 0x080000, CRC(c060d8fd) SHA1(011f8af6792e25c9510ecbae3ec93732125ecb70) ) |
| 3531 | | ROM_LOAD16_BYTE( "95419037.hi", 0x00000, 0x080000, CRC(b4a34db3) SHA1(d20f89dca7ab0ba81d89fb261170551a0bc6e0c9) ) |
| 3532 | | sc_srace_others |
| 3533 | | ROM_END |
| 3534 | | |
| 3535 | | |
| 3536 | | |
| 3537 | | |
| 3538 | | ROM_START( sc5sleut ) |
| 3539 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3540 | | ROM_LOAD16_BYTE( "95424064.lo", 0x00001, 0x080000, CRC(b07c1bcf) SHA1(82b8bf3cb8344e461492d03f8df70f1577be2073) ) |
| 3541 | | ROM_LOAD16_BYTE( "95424065.hi", 0x00000, 0x080000, CRC(c17d9250) SHA1(6e647f67794e2d326fcf4d97d80244f949ba6554) ) |
| 3542 | | sc_sleut_others |
| 3543 | | ROM_END |
| 3544 | | |
| 3545 | | ROM_START( sc5sleuta ) |
| 3546 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3547 | | ROM_LOAD16_BYTE( "95425064.lo", 0x00001, 0x080000, CRC(88b07e21) SHA1(4c3e9c7bd046300369fbc450fb943c680faa577b) ) |
| 3548 | | ROM_LOAD16_BYTE( "95425065.hi", 0x00000, 0x080000, CRC(1660b679) SHA1(921a5fe7300614e8889223f2d0b0a52e22db192f) ) |
| 3549 | | sc_sleut_others |
| 3550 | | ROM_END |
| 3551 | | |
| 3552 | | |
| 3553 | | |
| 3554 | | |
| 3555 | | |
| 3556 | | ROM_START( sc5tsmp ) |
| 3557 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3558 | | ROM_LOAD16_BYTE( "p1630p19.hi", 0x00000, 0x080000, CRC(0de71ba2) SHA1(2bf9f95ecfa7a3f37b93739a573cba214fefdffe) ) |
| 3559 | | ROM_LOAD16_BYTE( "p1630p19.lo", 0x00001, 0x080000, CRC(df020dcc) SHA1(2863a8b982f374fa2073f8b9d5333cc246fc6614) ) |
| 3560 | | sc_tsmp_others |
| 3561 | | ROM_END |
| 3562 | | |
| 3563 | | ROM_START( sc5tsmpa ) |
| 3564 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3565 | | ROM_LOAD16_BYTE( "p1630s19.hi", 0x00000, 0x080000, CRC(32dbdf76) SHA1(2f2aebeedf00e15c476014bea21178a31b58d5e6) ) |
| 3566 | | ROM_LOAD16_BYTE( "p1630s19.lo", 0x00001, 0x080000, CRC(c70f7f83) SHA1(c1c811830c919eeaa7f74e9d9e6116ddb9b977a8) ) |
| 3567 | | sc_tsmp_others |
| 3568 | | ROM_END |
| 3569 | | |
| 3570 | | |
| 3571 | | |
| 3572 | | ROM_START( sc5pompa ) |
| 3573 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3574 | | ROM_LOAD16_BYTE( "95412578.lo", 0x00001, 0x080000, CRC(c302b2ef) SHA1(7da7e4b34c23a34ed7e00ae4673b522abde52b00) ) |
| 3575 | | ROM_LOAD16_BYTE( "95412579.hi", 0x00000, 0x080000, CRC(5f8815fa) SHA1(5ce9000183da8b64545158b70ffaaf5223197155) ) |
| 3576 | | sc5pompa_others |
| 3577 | | ROM_END |
| 3578 | | |
| 3579 | | ROM_START( sc5pompaa ) |
| 3580 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3581 | | ROM_LOAD16_BYTE( "95413578.lo", 0x00001, 0x080000, CRC(bca7fa00) SHA1(908eed34e66ccb4e5a98c4ec0cdff8f29aece37d) ) |
| 3582 | | ROM_LOAD16_BYTE( "95413579.hi", 0x00000, 0x080000, CRC(c9a297e8) SHA1(1c8a99d020932964788e5ac1dfcb28dd03ebd36f) ) |
| 3583 | | sc5pompa_others |
| 3584 | | ROM_END |
| 3585 | | |
| 3586 | | ROM_START( sc5pompab ) |
| 3587 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3588 | | ROM_LOAD16_BYTE( "p1606s41.lo", 0x00001, 0x080000, CRC(4c47bb0f) SHA1(16d2e6d7c6c6c116c2c9dd503e957e639a07ef04) ) |
| 3589 | | ROM_LOAD16_BYTE( "p1606s41.hi", 0x00000, 0x080000, NO_DUMP ) |
| 3590 | | sc5pompa_others |
| 3591 | | ROM_END |
| 3592 | | |
| 3593 | | |
| 3594 | | |
| 3595 | | ROM_START( sc5vamp ) |
| 3596 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3597 | | ROM_LOAD16_BYTE( "95424380.lo", 0x00001, 0x080000, CRC(46b87ded) SHA1(8bc8a06185498910424772678ae037e09090ab38) ) |
| 3598 | | ROM_LOAD16_BYTE( "95424381.hi", 0x00000, 0x080000, CRC(5b463863) SHA1(465f767aa57f5ee5f2effc1548bfd829aa4a9e9e) ) |
| 3599 | | sc_vamp_others |
| 3600 | | ROM_END |
| 3601 | | |
| 3602 | | ROM_START( sc5vampa ) |
| 3603 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3604 | | ROM_LOAD16_BYTE( "95425380.lo", 0x00001, 0x080000, CRC(c49b44bd) SHA1(174b1e51b04ede8ba19511d3f9a8d37d661747b1) ) |
| 3605 | | ROM_LOAD16_BYTE( "95425381.hi", 0x00000, 0x080000, CRC(e033bebb) SHA1(5f5679fa410d5be0f852bd61dffe152320634dee) ) |
| 3606 | | sc_vamp_others |
| 3607 | | ROM_END |
| 3608 | | |
| 3609 | | ROM_START( sc5viper ) |
| 3610 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3611 | | ROM_LOAD16_BYTE( "95414750.lo", 0x00001, 0x080000, CRC(38d24824) SHA1(a98d1f610f92ffb70387d57c8d0641d1ff399438) ) |
| 3612 | | ROM_LOAD16_BYTE( "95414751.hi", 0x00000, 0x080000, CRC(a2355e09) SHA1(f887915ec1f271416e17aa8ac2c22337e4a0f643) ) |
| 3613 | | sc_viper_others |
| 3614 | | ROM_END |
| 3615 | | |
| 3616 | | ROM_START( sc5vipera ) |
| 3617 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3618 | | ROM_LOAD16_BYTE( "95415750.lo", 0x00001, 0x080000, CRC(362920a9) SHA1(19dc0fdf2bd2623ce1215ab6d21121d04dfbf248) ) |
| 3619 | | ROM_LOAD16_BYTE( "95415751.hi", 0x00000, 0x080000, CRC(29088c30) SHA1(c09720cb0b890e51df9167f97e9c3d38161d4e75) ) |
| 3620 | | sc_viper_others |
| 3621 | | ROM_END |
| 3622 | | |
| 3623 | | |
| 3624 | | ROM_START( sc5viz ) |
| 3625 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3626 | | ROM_LOAD16_BYTE( "95424368.lo", 0x00001, 0x080000, CRC(978f755c) SHA1(8790b4f7ea0e2302a1166c93364705c2e9f25703) ) |
| 3627 | | ROM_LOAD16_BYTE( "95424369.hi", 0x00000, 0x080000, CRC(83a94061) SHA1(bb7125219c2f67601e883481d1665a0dd0614bf7) ) |
| 3628 | | sc_viz_others |
| 3629 | | ROM_END |
| 3630 | | |
| 3631 | | ROM_START( sc5viza ) |
| 3632 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3633 | | ROM_LOAD16_BYTE( "95424562.lo", 0x00001, 0x080000, CRC(31032781) SHA1(511cd503651eb7ca078c52cec8a506f752270e70) ) |
| 3634 | | ROM_LOAD16_BYTE( "95424563.hi", 0x00000, 0x080000, CRC(b51ab196) SHA1(ff0500ce47ff04b19c7a4d4d3014de198b5ac0ae) ) |
| 3635 | | sc_viz_others |
| 3636 | | ROM_END |
| 3637 | | |
| 3638 | | ROM_START( sc5vizb ) |
| 3639 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3640 | | ROM_LOAD16_BYTE( "95425368.lo", 0x00001, 0x080000, CRC(d08cfae9) SHA1(d0ab570f6939c5c9f6f252a23f25b1a7b7ecb0f7) ) |
| 3641 | | ROM_LOAD16_BYTE( "95425369.hi", 0x00000, 0x080000, CRC(e92a4e55) SHA1(0732350de7dd5f7cb52473b3231cf7fc02d10fed) ) |
| 3642 | | sc_viz_others |
| 3643 | | ROM_END |
| 3644 | | |
| 3645 | | ROM_START( sc5vizc ) |
| 3646 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3647 | | ROM_LOAD16_BYTE( "95425562.lo", 0x00001, 0x080000, CRC(32fc1aff) SHA1(cb2a0923fa6f40caaaacaf3552c985ee0655cf63) ) |
| 3648 | | ROM_LOAD16_BYTE( "95425563.hi", 0x00000, 0x080000, CRC(1cf8e3d1) SHA1(7bf620d40d2c1dfa07321fa765aa1ea08965f633) ) |
| 3649 | | sc_viz_others |
| 3650 | | ROM_END |
| 3651 | | |
| 3652 | | |
| 3653 | | ROM_START( sc5wacky ) |
| 3654 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3655 | | ROM_LOAD16_BYTE( "p3305p71.hi", 0x00000, 0x080000, CRC(8a1c95ca) SHA1(79ca2ba01f3dbfe1226cce7572f5d4d6ffd3f527) ) |
| 3656 | | ROM_LOAD16_BYTE( "p3305p71.lo", 0x00001, 0x080000, CRC(b956a760) SHA1(14ecbda474370936fbc257364b5f98e774b85193) ) |
| 3657 | | sc_wacky_others |
| 3658 | | ROM_END |
| 3659 | | |
| 3660 | | ROM_START( sc5wackya ) |
| 3661 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3662 | | ROM_LOAD16_BYTE( "p3305p72.hi", 0x00000, 0x080000, CRC(45b0f07d) SHA1(ca066e5ee481002c99bbcbf0f4df43f3f2b9e14a) ) |
| 3663 | | ROM_LOAD16_BYTE( "p3305p72.lo", 0x00001, 0x080000, CRC(afe37e0b) SHA1(eafc45ba58e69d809324756c0606f935d430fca2) ) |
| 3664 | | sc_wacky_others |
| 3665 | | ROM_END |
| 3666 | | |
| 3667 | | ROM_START( sc5wackyb ) |
| 3668 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3669 | | ROM_LOAD16_BYTE( "p3305s71.hi", 0x00000, 0x080000, CRC(6f52c415) SHA1(f3044d4168cf47ef2f468acbdc08d566f514e46a) ) |
| 3670 | | ROM_LOAD16_BYTE( "p3305s71.lo", 0x00001, 0x080000, CRC(f579d441) SHA1(377919555b6748f1ffd408b7200b027f7525dff3) ) |
| 3671 | | sc_wacky_others |
| 3672 | | ROM_END |
| 3673 | | |
| 3674 | | ROM_START( sc5wackyc ) |
| 3675 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3676 | | ROM_LOAD16_BYTE( "p3305s72.hi", 0x00000, 0x080000, CRC(df124698) SHA1(f019a9e739cf2852e6b90eab7bcc2f9ad47a0e9d) ) |
| 3677 | | ROM_LOAD16_BYTE( "p3305s72.lo", 0x00001, 0x080000, CRC(d1517e62) SHA1(bd13fcf0fd8c157526921ae9b321c65fbcb29cd3) ) |
| 3678 | | sc_wacky_others |
| 3679 | | ROM_END |
| 3680 | | |
| 3681 | | |
| 3682 | | ROM_START( sc5wild ) |
| 3683 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3684 | | ROM_LOAD16_BYTE( "95416410.lo", 0x00001, 0x080000, CRC(46719b6e) SHA1(fbc40168becb125ef1d2019b1a42c90275cc93c6) ) |
| 3685 | | ROM_LOAD16_BYTE( "95416411.hi", 0x00000, 0x080000, CRC(dd8dd80f) SHA1(e5422de00df5d88ff1260fb8c03845754bf6eb65) ) |
| 3686 | | sc_wild_others |
| 3687 | | ROM_END |
| 3688 | | |
| 3689 | | ROM_START( sc5wilda ) |
| 3690 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3691 | | ROM_LOAD16_BYTE( "95417410.lo", 0x00001, 0x080000, CRC(077fe968) SHA1(92c32dc8929f0905f7f2371d417cebab1359a15b) ) |
| 3692 | | ROM_LOAD16_BYTE( "95417411.hi", 0x00000, 0x080000, CRC(69475b32) SHA1(402af3e0b86261f6621f75f7d747803f4295ea10) ) |
| 3693 | | sc_wild_others |
| 3694 | | ROM_END |
| 3695 | | |
| 3696 | | |
| 3697 | | ROM_START( sc5wca ) |
| 3698 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3699 | | ROM_LOAD16_BYTE( "95416066.odd", 0x00001, 0x080000, CRC(f07af4e1) SHA1(d6c2372cdaeb4033dcf2a7a8df787a69f4eb5362) ) |
| 3700 | | ROM_LOAD16_BYTE( "95416067.evn", 0x00000, 0x080000, CRC(194f0267) SHA1(07500aad418e80118974f22f4761204013980a13) ) |
| 3701 | | sc_wca_others |
| 3702 | | ROM_END |
| 3703 | | |
| 3704 | | ROM_START( sc5wcaa ) |
| 3705 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3706 | | ROM_LOAD16_BYTE( "95416094.odd", 0x00001, 0x080000, CRC(795ea9dd) SHA1(b4d3cac0ef50732174ebcc349c7a0855587ff7bd) ) |
| 3707 | | ROM_LOAD16_BYTE( "95416095.evn", 0x00000, 0x080000, CRC(60f1cd18) SHA1(212288329f5e347a40aa5dc9e102f37224f36011) ) |
| 3708 | | sc_wca_others |
| 3709 | | ROM_END |
| 3710 | | |
| 3711 | | ROM_START( sc5wcab ) |
| 3712 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3713 | | ROM_LOAD16_BYTE( "95416170.odd", 0x00001, 0x080000, CRC(b1ff0caf) SHA1(036bbd709454604365b6a15100b5926bbe8594d9) ) |
| 3714 | | ROM_LOAD16_BYTE( "95416171.evn", 0x00000, 0x080000, CRC(0ab724d5) SHA1(ab17f1fe4f6579022d8fb80399f270ed64ec7612) ) |
| 3715 | | sc_wca_others |
| 3716 | | ROM_END |
| 3717 | | |
| 3718 | | ROM_START( sc5wcac ) |
| 3719 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3720 | | ROM_LOAD16_BYTE( "95416172.odd", 0x00001, 0x080000, CRC(a927b15a) SHA1(ca9b5a87e89feeffb99fbb23fe390a424e27675f) ) |
| 3721 | | ROM_LOAD16_BYTE( "95416173.evn", 0x00000, 0x080000, CRC(815e89a3) SHA1(0cbea4613c6f7ce69b76c0d7d443e85163373f73) ) |
| 3722 | | sc_wca_others |
| 3723 | | ROM_END |
| 3724 | | |
| 3725 | | ROM_START( sc5wcad ) |
| 3726 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3727 | | ROM_LOAD16_BYTE( "95416398.odd", 0x00001, 0x080000, CRC(3b283b54) SHA1(530812228b7ad96b4c40e33edb9d54632c2b33f5) ) |
| 3728 | | ROM_LOAD16_BYTE( "95416399.evn", 0x00000, 0x080000, CRC(a0ac5a0d) SHA1(12a8e4a09cdbfd87ad287e6aa1e4d114c1e4b6c3) ) |
| 3729 | | sc_wca_others |
| 3730 | | ROM_END |
| 3731 | | |
| 3732 | | ROM_START( sc5wcae ) |
| 3733 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3734 | | ROM_LOAD16_BYTE( "95416400.odd", 0x00001, 0x080000, CRC(c4e6949f) SHA1(b17ded78ea23f18b47bbb48cfb462d013881abd4) ) |
| 3735 | | ROM_LOAD16_BYTE( "95416401.evn", 0x00000, 0x080000, CRC(cc482fb8) SHA1(ff912ea928f9c1ad4f6249aaf70dc62292503cd4) ) |
| 3736 | | sc_wca_others |
| 3737 | | ROM_END |
| 3738 | | |
| 3739 | | ROM_START( sc5wcaf ) |
| 3740 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3741 | | ROM_LOAD16_BYTE( "95416402.odd", 0x00001, 0x080000, CRC(b7f71001) SHA1(b959840ac4fbd0f4d076e163bcebb840152f6652) ) |
| 3742 | | ROM_LOAD16_BYTE( "95416403.evn", 0x00000, 0x080000, CRC(13b30567) SHA1(5c5d3d9db53439f58faed4858333885d4f117c73) ) |
| 3743 | | sc_wca_others |
| 3744 | | ROM_END |
| 3745 | | |
| 3746 | | ROM_START( sc5wcag ) |
| 3747 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3748 | | ROM_LOAD16_BYTE( "95416404.odd", 0x00001, 0x080000, CRC(fc2105b0) SHA1(04fb1e3b14cae3132818901c1efd49a362334ca1) ) |
| 3749 | | ROM_LOAD16_BYTE( "95416405.evn", 0x00000, 0x080000, CRC(df9f1d8a) SHA1(2ba998a7092b623023b47690332f018369e3631c) ) |
| 3750 | | sc_wca_others |
| 3751 | | ROM_END |
| 3752 | | |
| 3753 | | ROM_START( sc5wcah ) |
| 3754 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3755 | | ROM_LOAD16_BYTE( "95417066.odd", 0x00001, 0x080000, CRC(f0a528d7) SHA1(6df30a806b2be5f2a909357d2b6dbd35a5073261) ) |
| 3756 | | ROM_LOAD16_BYTE( "95417067.evn", 0x00000, 0x080000, CRC(0209e0e0) SHA1(d73b6ce5b1a9f7b2ebad2d077fa0c80dad10da3d) ) |
| 3757 | | sc_wca_others |
| 3758 | | ROM_END |
| 3759 | | |
| 3760 | | ROM_START( sc5wcai ) |
| 3761 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3762 | | ROM_LOAD16_BYTE( "95417094.odd", 0x00001, 0x080000, CRC(f9546e54) SHA1(adbd5f07ea5e029bf4b3f748ffb646872a358730) ) |
| 3763 | | ROM_LOAD16_BYTE( "95417095.evn", 0x00000, 0x080000, CRC(7e7d655e) SHA1(ea59d192de08917c19a02ce1ce4bff5acf8df0fd) ) |
| 3764 | | sc_wca_others |
| 3765 | | ROM_END |
| 3766 | | |
| 3767 | | ROM_START( sc5wcaj ) |
| 3768 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3769 | | ROM_LOAD16_BYTE( "95417170.odd", 0x00001, 0x080000, CRC(4e59642a) SHA1(dad89cc76dd375cf7db1abcddefdb782b317a587) ) |
| 3770 | | ROM_LOAD16_BYTE( "95417171.evn", 0x00000, 0x080000, CRC(ce9b4edf) SHA1(0624a82d535bc15619263dc730e61121bed494eb) ) |
| 3771 | | sc_wca_others |
| 3772 | | ROM_END |
| 3773 | | |
| 3774 | | ROM_START( sc5wcak ) |
| 3775 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3776 | | ROM_LOAD16_BYTE( "95417172.odd", 0x00001, 0x080000, CRC(8602fb1a) SHA1(5e1e599f607af9b745f722873f2577a54572266d) ) |
| 3777 | | ROM_LOAD16_BYTE( "95417173.evn", 0x00000, 0x080000, CRC(5cb9d48d) SHA1(b098147757248f37578fcce3693cf9ea6dd1064f) ) |
| 3778 | | sc_wca_others |
| 3779 | | ROM_END |
| 3780 | | |
| 3781 | | ROM_START( sc5wcal ) |
| 3782 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3783 | | ROM_LOAD16_BYTE( "95417398.odd", 0x00001, 0x080000, CRC(9a0a1a0a) SHA1(6093fd9ccf74119a121dc5f9af70e68baf183dfe) ) |
| 3784 | | ROM_LOAD16_BYTE( "95417399.evn", 0x00000, 0x080000, CRC(f3956efb) SHA1(1913ef5c3896eabcc34018d3aa4bc6c30f4b27b7) ) |
| 3785 | | sc_wca_others |
| 3786 | | ROM_END |
| 3787 | | |
| 3788 | | ROM_START( sc5wcam ) |
| 3789 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3790 | | ROM_LOAD16_BYTE( "95417400.odd", 0x00001, 0x080000, CRC(d449fd36) SHA1(58eb42cbb4edaf0d3b050a042331dcc5f854294f) ) |
| 3791 | | ROM_LOAD16_BYTE( "95417401.evn", 0x00000, 0x080000, CRC(f6f510f0) SHA1(1d43ab933a9fcb8720babda5d8a1ebeae7f7bf73) ) |
| 3792 | | sc_wca_others |
| 3793 | | ROM_END |
| 3794 | | |
| 3795 | | ROM_START( sc5wcan ) |
| 3796 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3797 | | ROM_LOAD16_BYTE( "95417402.odd", 0x00001, 0x080000, CRC(10b4f7b1) SHA1(9db139bb360f3e220b552affc9598f499e318658) ) |
| 3798 | | ROM_LOAD16_BYTE( "95417403.evn", 0x00000, 0x080000, CRC(56453ab0) SHA1(98fab945a48ee009cb03ed427660b3bd20da2e8a) ) |
| 3799 | | sc_wca_others |
| 3800 | | ROM_END |
| 3801 | | |
| 3802 | | ROM_START( sc5wcao ) |
| 3803 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3804 | | ROM_LOAD16_BYTE( "95417404.odd", 0x00001, 0x080000, CRC(7321174d) SHA1(95f8426f1a3f31b285c2bb448756fb79050cc1bb) ) |
| 3805 | | ROM_LOAD16_BYTE( "95417405.evn", 0x00000, 0x080000, CRC(b8522473) SHA1(b89f5ce736e32f380eb7b8249d54499eda8f95dc) ) |
| 3806 | | sc_wca_others |
| 3807 | | ROM_END |
| 3808 | | |
| 3809 | | |
| 3810 | | |
| 3811 | | |
| 3812 | | ROM_START( sc5rhr ) |
| 3813 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3814 | | ROM_LOAD16_BYTE( "95416688.lo", 0x00001, 0x080000, CRC(a6eca55c) SHA1(f7a2386053ed6076242c1bf276ae2f8d3611491b) ) |
| 3815 | | ROM_LOAD16_BYTE( "95416689.hi", 0x00000, 0x080000, CRC(4899c647) SHA1(ea44672d797c406a8d5fb829f43257eaa2f661fd) ) |
| 3816 | | sc_rhr |
| 3817 | | ROM_END |
| 3818 | | |
| 3819 | | ROM_START( sc5rhra ) |
| 3820 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3821 | | ROM_LOAD16_BYTE( "95416690.lo", 0x00001, 0x080000, CRC(4632a223) SHA1(0e1d998f03bbe9d0292500383a1444ae53e91f4d) ) |
| 3822 | | ROM_LOAD16_BYTE( "95416691.hi", 0x00000, 0x080000, CRC(f2aa4607) SHA1(1c0491b3094d9407724e63757c7e667155408778) ) |
| 3823 | | sc_rhr |
| 3824 | | ROM_END |
| 3825 | | |
| 3826 | | ROM_START( sc5rhrb ) |
| 3827 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3828 | | ROM_LOAD16_BYTE( "95417688.lo", 0x00001, 0x080000, CRC(9dc8eb48) SHA1(7c32d52686e7b154540d0c8717b4dea2b35b95b2) ) |
| 3829 | | ROM_LOAD16_BYTE( "95417689.hi", 0x00000, 0x080000, CRC(d9a00561) SHA1(446ec41e9364e2606d704d36a8779e538d407100) ) |
| 3830 | | sc_rhr |
| 3831 | | ROM_END |
| 3832 | | |
| 3833 | | ROM_START( sc5rhrc ) |
| 3834 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3835 | | ROM_LOAD16_BYTE( "95417690.lo", 0x00001, 0x080000, CRC(53cba141) SHA1(5f02cad66703bda185b36f59bc46bf583e3afd03) ) |
| 3836 | | ROM_LOAD16_BYTE( "95417691.hi", 0x00000, 0x080000, CRC(7bdb4c8c) SHA1(95034cb6f401368be6e6cb4013bcadaacc805a17) ) |
| 3837 | | sc_rhr |
| 3838 | | ROM_END |
| 3839 | | |
| 3840 | | ROM_START( sc5rhrd ) |
| 3841 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3842 | | ROM_LOAD16_BYTE( "95416606.lo", 0x00001, 0x080000, CRC(f8698061) SHA1(ffa9cdd15a76f4185538abdd9fa208d79887bba3) ) |
| 3843 | | ROM_LOAD16_BYTE( "95416607.hi", 0x00000, 0x080000, CRC(9cb25cd4) SHA1(ea5e35e5e7a78b786442810785b83e6b7993984a) ) |
| 3844 | | sc_rhr |
| 3845 | | ROM_END |
| 3846 | | |
| 3847 | | |
| 3848 | | ROM_START( sc5rhre ) |
| 3849 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3850 | | ROM_LOAD16_BYTE( "95417606.lo", 0x00001, 0x080000, CRC(aed7276a) SHA1(36ce9bda535d3eae76d8d86e74c9afc09b37ef04) ) |
| 3851 | | ROM_LOAD16_BYTE( "95417607.hi", 0x00000, 0x080000, CRC(f29bec42) SHA1(d29fa197c8bb17ca5a6632c19c0850416c2c9f57) ) |
| 3852 | | sc_rhr |
| 3853 | | ROM_END |
| 3854 | | |
| 3855 | | |
| 3856 | | |
| 3857 | | ROM_START( sc5wotw ) |
| 3858 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3859 | | ROM_LOAD16_BYTE( "95416514.lo", 0x00001, 0x080000, CRC(ec4081ce) SHA1(333dd386c6fa09cecf10dfabc757fece98310e6d) ) |
| 3860 | | ROM_LOAD16_BYTE( "95416515.hi", 0x00000, 0x080000, CRC(2790e4b4) SHA1(f0c644596ec7229f3b539c100b8613e7ea66559e) ) |
| 3861 | | sc_wotw_others |
| 3862 | | ROM_END |
| 3863 | | |
| 3864 | | ROM_START( sc5wotwa ) |
| 3865 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3866 | | ROM_LOAD16_BYTE( "95417514.lo", 0x00001, 0x080000, CRC(505c1fa3) SHA1(26f73bc53390597f685368b8a94b6f853f5caed0) ) |
| 3867 | | ROM_LOAD16_BYTE( "95417515.hi", 0x00000, 0x080000, CRC(802d1030) SHA1(1887eba0c5ad74d6127c5a504c4cab309d326f8d) ) |
| 3868 | | sc_wotw_others |
| 3869 | | ROM_END |
| 3870 | | |
| 3871 | | |
| 3872 | | ROM_START( sc5wok ) |
| 3873 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3874 | | ROM_LOAD16_BYTE( "p3218p11.hi", 0x00000, 0x080000, CRC(351f4f4b) SHA1(81e7c2f7475f9af6e0006bcd189954931a3438ef) ) |
| 3875 | | ROM_LOAD16_BYTE( "p3218p11.lo", 0x00001, 0x080000, CRC(8e3238c0) SHA1(cfcb2318ce00f427ffe67a5b4bbbd43685e1e0ff) ) |
| 3876 | | sc_wok_others |
| 3877 | | ROM_END |
| 3878 | | |
| 3879 | | ROM_START( sc5woka ) |
| 3880 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3881 | | ROM_LOAD16_BYTE( "p3218s11.hi", 0x00000, 0x080000, CRC(0fb2b822) SHA1(b05cb0f5598c4ad11da9afd35ecb1cdb123589fd) ) |
| 3882 | | ROM_LOAD16_BYTE( "p3218s11.lo", 0x00001, 0x080000, CRC(21e8ff34) SHA1(4abaa43f72031053e6724bd78ea25b4f1f1ded6c) ) |
| 3883 | | sc_wok_others |
| 3884 | | ROM_END |
| 3885 | | |
| 3886 | | ROM_START( sc5srrcl ) |
| 3887 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3888 | | ROM_LOAD16_BYTE( "95424580.lo", 0x00001, 0x080000, CRC(79e66ea0) SHA1(33a02a83c56089b88cdb17ecbe1036fe9d5037af) ) |
| 3889 | | ROM_LOAD16_BYTE( "95424581.hi", 0x00000, 0x080000, CRC(f542d47b) SHA1(a30e5ee2d28832cc0fd99065702cd8a9503ef0ab) ) |
| 3890 | | sc_srrcl_others |
| 3891 | | ROM_END |
| 3892 | | |
| 3893 | | ROM_START( sc5srrcla ) |
| 3894 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3895 | | ROM_LOAD16_BYTE( "95424592.lo", 0x00001, 0x080000, CRC(61e05d2c) SHA1(e55365b128fa1e87c18985199df8d3c67f5241af) ) |
| 3896 | | ROM_LOAD16_BYTE( "95424593.hi", 0x00000, 0x080000, CRC(44bf9a57) SHA1(36cb644726d25b1265093765913206625feb4954) ) |
| 3897 | | sc_srrcl_others |
| 3898 | | ROM_END |
| 3899 | | |
| 3900 | | ROM_START( sc5srrclb ) |
| 3901 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3902 | | ROM_LOAD16_BYTE( "95425580.lo", 0x00001, 0x080000, CRC(aeecddaf) SHA1(7b9eb93f220fec610c3585c16284d00a385f3757) ) |
| 3903 | | ROM_LOAD16_BYTE( "95425581.hi", 0x00000, 0x080000, CRC(61d04727) SHA1(09d695db3c2e65f94424cda0585854265b353e66) ) |
| 3904 | | sc_srrcl_others |
| 3905 | | ROM_END |
| 3906 | | |
| 3907 | | ROM_START( sc5srrclc ) |
| 3908 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3909 | | ROM_LOAD16_BYTE( "95425592.lo", 0x00001, 0x080000, CRC(c9482297) SHA1(7d1f5496a4c0941c58b0453ee4ca4a37104183b5) ) |
| 3910 | | ROM_LOAD16_BYTE( "95425593.hi", 0x00000, 0x080000, CRC(71b4bbca) SHA1(9295b7070dc458ec9c3db5a7d3a848829c8232c7) ) |
| 3911 | | sc_srrcl_others |
| 3912 | | ROM_END |
| 3913 | | |
| 3914 | | ROM_START( sc5pircl ) |
| 3915 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3916 | | ROM_LOAD16_BYTE( "95426804.lo", 0x00001, 0x080000, CRC(e4c540db) SHA1(9d0227887abf9408cb36f47349cdec28a0520d18) ) |
| 3917 | | ROM_LOAD16_BYTE( "95426805.hi", 0x00000, 0x080000, CRC(34dbe319) SHA1(4541b6dcde089682806ab733c693e0f8afed2687) ) |
| 3918 | | sc_pircl_others |
| 3919 | | ROM_END |
| 3920 | | |
| 3921 | | ROM_START( sc5pircla ) |
| 3922 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3923 | | ROM_LOAD16_BYTE( "95426874.lo", 0x00001, 0x080000, CRC(f247e544) SHA1(e970ed7050a5a7190e895b0777ed14aff3bd252c) ) |
| 3924 | | ROM_LOAD16_BYTE( "95426875.hi", 0x00000, 0x080000, CRC(90e8fbeb) SHA1(a5ba9f97e1713eb5c4a01a2f9a9743fb4d7aea51) ) |
| 3925 | | sc_pircl_others |
| 3926 | | ROM_END |
| 3927 | | |
| 3928 | | ROM_START( sc5pirclb ) |
| 3929 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3930 | | ROM_LOAD16_BYTE( "95427804.lo", 0x00001, 0x080000, CRC(5f11f3b9) SHA1(51aaa4f9b847895c2c632e958511d16d44b90590) ) |
| 3931 | | ROM_LOAD16_BYTE( "95427805.hi", 0x00000, 0x080000, CRC(5fa7e6ad) SHA1(4432ccc19b210bf11ae1b6ce355a56dd315ad1e9) ) |
| 3932 | | sc_pircl_others |
| 3933 | | ROM_END |
| 3934 | | |
| 3935 | | ROM_START( sc5pirclc ) |
| 3936 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3937 | | ROM_LOAD16_BYTE( "95427874.lo", 0x00001, 0x080000, CRC(81cf3df9) SHA1(6884eba96eca6bf3b9c2b7afdd00c910fb1ff15e) ) |
| 3938 | | ROM_LOAD16_BYTE( "95427875.hi", 0x00000, 0x080000, CRC(ffe1f743) SHA1(e05e54bfe4070419ad9ce4b63cbd877778b37ccf) ) |
| 3939 | | sc_pircl_others |
| 3940 | | ROM_END |
| 3941 | | |
| 3942 | | |
| 3943 | | ROM_START( sc5mrrcl ) |
| 3944 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3945 | | ROM_LOAD16_BYTE( "95424586.lo", 0x00001, 0x080000, CRC(6f4da0cf) SHA1(4a671f62de1a1af48cd3754b7a1d60c005ce9dfb) ) |
| 3946 | | ROM_LOAD16_BYTE( "95424587.hi", 0x00000, 0x080000, CRC(89e2b659) SHA1(c7f1e6cb5b04aff30bb5997cef50fa7a621334f7) ) |
| 3947 | | sc_mrrcl_others |
| 3948 | | ROM_END |
| 3949 | | |
| 3950 | | ROM_START( sc5mrrcla ) |
| 3951 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3952 | | ROM_LOAD16_BYTE( "95425586.lo", 0x00001, 0x080000, CRC(03bfa76e) SHA1(ca73d02dddf5e5091f1b26cb6b3f9c5db8ea071d) ) |
| 3953 | | ROM_LOAD16_BYTE( "95425587.hi", 0x00000, 0x080000, CRC(0c204d84) SHA1(31a4f5021b2b12bdf930ed13268c52961aab3cbf) ) |
| 3954 | | sc_mrrcl_others |
| 3955 | | ROM_END |
| 3956 | | |
| 3957 | | ROM_START( sc5mrrclb ) |
| 3958 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3959 | | ROM_LOAD16_BYTE( "99990558.lo", 0x00001, 0x080000, CRC(ae3f79e9) SHA1(0b086425f1091d01a71bcfaa33627f9b8b66632a) ) |
| 3960 | | ROM_LOAD16_BYTE( "99990559.hi", 0x00000, 0x080000, CRC(e9c6849d) SHA1(e3b846b5ec06f7048cde44ca1ae45c235476695a) ) |
| 3961 | | sc_mrrcl_others |
| 3962 | | ROM_END |
| 3963 | | |
| 3964 | | |
| 3965 | | ROM_START( sc5mrrclc ) |
| 3966 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3967 | | ROM_LOAD16_BYTE( "99991558.lo", 0x00001, 0x080000, CRC(b78a36ad) SHA1(a6728544e10e7578cc6b2c6a06d031fe1e30980e) ) |
| 3968 | | ROM_LOAD16_BYTE( "99991559.hi", 0x00000, 0x080000, CRC(c87db6c9) SHA1(6f100cbfd4a94f8f01fba7996bc59fdfc3b20ce5) ) |
| 3969 | | sc_mrrcl_others |
| 3970 | | ROM_END |
| 3971 | | |
| 3972 | | |
| 3973 | | |
| 3974 | | /* Adder 5 */ |
| 3975 | | |
| 3976 | | // sets which only contain larger roms (almost certainly adder 5) |
| 3977 | | |
| 3978 | | |
| 3979 | | |
| 3980 | | ROM_START( ad5bpfpm ) |
| 3981 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3982 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 3983 | | ROM_LOAD( "39211339.bin", 0x0000, 0xa91458, CRC(e653ce23) SHA1(8cf3ad73974d97f3ed1d715c607e7888cf0992b1) ) |
| 3984 | | ROM_LOAD( "39211344.bin", 0x0000, 0x4d2ac4, CRC(2c20765f) SHA1(0856649f6ebef51e1159fdf6a146136a50cf5325) ) |
| 3985 | | ROM_LOAD( "39212339.bin", 0x0000, 0xa91458, CRC(73ed1ef5) SHA1(a8132e47d4b5644a2da26d512fa68c9078fb2bc1) ) |
| 3986 | | ROM_LOAD( "39212344.bin", 0x0000, 0x4d2ac4, CRC(01c3c686) SHA1(1c5bb9da7f7ffbf3d2086de3c2a22fa0240187b3) ) |
| 3987 | | ROM_LOAD( "39211337.bin", 0x0000, 0xa9136a, CRC(4e984598) SHA1(8e5af7faeb7fb650f7bd44e5e7b3c1162514d15f) ) |
| 3988 | | ROM_REGION( 0x5000, "pics", 0 ) |
| 3989 | | ROM_LOAD( "95890492.bin", 0x0000, 0x5000, CRC(5bddee9e) SHA1(7c2af91793f1f8c3c7f12535874c032129af7c8c) ) |
| 3990 | | ROM_LOAD( "95890494.bin", 0x0000, 0x5000, CRC(84513cb2) SHA1(8d45cff91953263c4aa8e7cb4a437c27371bd8a1) ) |
| 3991 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 3992 | | ROM_LOAD( "95008987.bin", 0x0000, 0x0fe101, CRC(798c9559) SHA1(4afb21a78be73353741b5903099d3c48e44fcebb) ) |
| 3993 | | ROM_LOAD( "95008994.bin", 0x0000, 0x0fb8bc, CRC(2c7a4446) SHA1(b1e327747043c795e179643e8bd485f51f838021) ) |
| 3994 | | ROM_END |
| 3995 | | |
| 3996 | | |
| 3997 | | |
| 3998 | | |
| 3999 | | |
| 4000 | | |
| 4001 | | ROM_START( ad5btc ) |
| 4002 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4003 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4004 | | ROM_LOAD( "p1758p53.bin", 0x0000, 0x1000000, CRC(0323a676) SHA1(26f5d1c6bc4cd2d8405a95714f0dee6c26c21539) ) |
| 4005 | | ROM_LOAD( "p1758p82.bin", 0x0000, 0x1000000, CRC(5f5e5869) SHA1(37b471340c42c1776e8e6312f3b8db6eab9441e5) ) |
| 4006 | | ROM_LOAD( "p1758s82.bin", 0x0000, 0x1000000, CRC(55761c4a) SHA1(56531c4df469e5dc4f7df7dcc49c97656ed1183c) ) |
| 4007 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4008 | | ROM_END |
| 4009 | | |
| 4010 | | |
| 4011 | | |
| 4012 | | ROM_START( ad5cmons ) |
| 4013 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4014 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4015 | | ROM_LOAD( "39211009.bin", 0x0000, 0x8ba10c, CRC(3883c4ea) SHA1(ac5876d252ef9900bbd86a43c73b2e3ba08f4e04) ) |
| 4016 | | ROM_LOAD( "39212009.bin", 0x00000, 0x8ba10c, CRC(40328a9d) SHA1(0923f4dfffd4eca3aa9f67dbb972dd47b78aa0ab) ) |
| 4017 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4018 | | ROM_LOAD( "95008434.bin", 0x0000, 0x100000, CRC(2d35e8ab) SHA1(a2e39beb891416bc5fae3d17125d146fe3ec3a12) ) |
| 4019 | | ROM_END |
| 4020 | | |
| 4021 | | |
| 4022 | | |
| 4023 | | |
| 4024 | | |
| 4025 | | |
| 4026 | | ROM_START( ad5dndpl ) |
| 4027 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4028 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4029 | | ROM_LOAD( "39211495.bin", 0x0000, 0x1000000, CRC(d87cda50) SHA1(215776dfe2b9393f8c58bdb0e14cf21505d01ae3) ) |
| 4030 | | ROM_LOAD( "39212495.bin", 0x0000, 0x1000000, CRC(67c829da) SHA1(c30353c432389e5648ffb14f9ff14821e11fcf38) ) |
| 4031 | | ROM_LOAD( "p3314p71.bin", 0x0000, 0x1000000, CRC(56b9fa95) SHA1(d33d04089b95116da09700278a732d66eb06cf8c) ) |
| 4032 | | ROM_LOAD( "p3314s71.bin", 0x0000, 0x1000000, CRC(a6285e1d) SHA1(c790c12150c152e08b541521ed2e80ed2203e639) ) |
| 4033 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4034 | | ROM_LOAD( "95009108.bin", 0x0000, 0x100000, CRC(113b7f60) SHA1(62a8ca9dd9fc663971037936ddbd634273c3055f) ) |
| 4035 | | ROM_LOAD( "95009109.bin", 0x0000, 0x100000, CRC(edf5a701) SHA1(3514b4a46dd921446c74c5b87a3a4b272e7b0fdb) ) |
| 4036 | | ROM_END |
| 4037 | | |
| 4038 | | |
| 4039 | | |
| 4040 | | |
| 4041 | | |
| 4042 | | |
| 4043 | | ROM_START( ad5eyes ) |
| 4044 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4045 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4046 | | ROM_LOAD( "39211248.bin", 0x0000, 0x4d88b4, CRC(a2b799c9) SHA1(9088de779c31d33d9f1eb83e46ec28c30181a0fc) ) |
| 4047 | | ROM_LOAD( "39211256.bin", 0x0000, 0x4d8648, CRC(de99153a) SHA1(42e00c847effc60130451e19328cd36cfba1cc76) ) |
| 4048 | | ROM_LOAD( "39211264.bin", 0x0000, 0x4d546c, CRC(73602540) SHA1(2418628a565504281d7a50879fc8ed6bcec73f8b) ) |
| 4049 | | ROM_LOAD( "39212246.bin", 0x0000, 0x4d858a, CRC(028d59c7) SHA1(75b0643ec51dc02c678cf3aa034dd1be88fea67f) ) |
| 4050 | | ROM_LOAD( "39212248.bin", 0x0000, 0x4d88b4, CRC(25c68cad) SHA1(f80b0ee24187e8c55c4aa66687ba378f3f7d24ea) ) |
| 4051 | | ROM_LOAD( "39212256.bin", 0x0000, 0x4d8648, CRC(94150812) SHA1(b3839e90e99bfa7ed4e3a1401db99e42d4f58642) ) |
| 4052 | | ROM_LOAD( "39212264.bin", 0x0000, 0x4d546c, CRC(a6ec1842) SHA1(e4ce5d53d140a00e2d620eece6d182b201662b61) ) |
| 4053 | | ROM_REGION( 0x5000, "pics", 0 ) |
| 4054 | | ROM_LOAD( "95890303.bin", 0x0000, 0x5000, CRC(dd0d9672) SHA1(5cf162e77b2b395138e02aca3ac9327ffb08e3e4) ) |
| 4055 | | ROM_LOAD( "95890304.bin", 0x0000, 0x5000, CRC(c1db66ce) SHA1(e45846411d347cad74135a1392b7ce3df2407b07) ) |
| 4056 | | ROM_LOAD( "95890305.bin", 0x0000, 0x5000, CRC(0281445e) SHA1(b93460a79c906fb0f33bd898054f4c7aaea8fe12) ) |
| 4057 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4058 | | ROM_LOAD( "95008933.bin", 0x0000, 0x03fc55, CRC(5f01c246) SHA1(b5e2b79f780d48935b8eb158b3292ab26340ba7f) ) |
| 4059 | | ROM_LOAD( "95008959.bin", 0x0000, 0x07daf0, CRC(61e7fb11) SHA1(039efe731866314770800224e2b8536822252193) ) |
| 4060 | | ROM_END |
| 4061 | | |
| 4062 | | |
| 4063 | | |
| 4064 | | |
| 4065 | | |
| 4066 | | |
| 4067 | | |
| 4068 | | ROM_START( ad5gldmn ) |
| 4069 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4070 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4071 | | ROM_LOAD( "39211462.bin", 0x0000, 0x1000000, CRC(811a32ab) SHA1(d37238fd6b4a5d13594cc80da48a6b45f44e7c4b) ) |
| 4072 | | ROM_LOAD( "39211498.bin", 0x0000, 0x1000000, CRC(56624b52) SHA1(181c8b1a4cd039ea7332b1eb71158a424848eea5) ) |
| 4073 | | ROM_LOAD( "39211567.bin", 0x0000, 0x1000000, CRC(fe309726) SHA1(f7ae2a2c48ce06845df6ce2b2f57ef754f7b4816) ) |
| 4074 | | ROM_LOAD( "39212462.bin", 0x0000, 0x1000000, CRC(0bdc0f2d) SHA1(53e6a207fbdfae024337bb68ff68797d08485737) ) |
| 4075 | | ROM_LOAD( "39212498.bin", 0x0000, 0x1000000, CRC(e7d9b5ce) SHA1(c59adf6ed279af1ff655467036f83b63c45a3f66) ) |
| 4076 | | ROM_LOAD( "39212567.bin", 0x0000, 0x1000000, CRC(8f807849) SHA1(e1e9eeb08db67c94828db832ebab5d96db747fb0) ) |
| 4077 | | ROM_LOAD( "p3217p71.bin", 0x0000, 0x1000000, CRC(ad0004ea) SHA1(7af464e25adcbbc08d00ed375d460408a3cd1a65) ) |
| 4078 | | ROM_LOAD( "p3217p72.bin", 0x0000, 0x1000000, CRC(0e721af2) SHA1(89bfdff03b6d197f34320a14c2f8f7b19b2a91ab) ) |
| 4079 | | ROM_LOAD( "p3217p73.bin", 0x0000, 0x1000000, CRC(ee580fdb) SHA1(0ce8f29f59b7a482eeab00241ca148ae35ea3873) ) |
| 4080 | | ROM_LOAD( "p3217s71.bin", 0x0000, 0x1000000, CRC(0f09c1da) SHA1(1cbdf80c631ba571a12cb0ea1ceb51b9ccfe63f4) ) |
| 4081 | | ROM_LOAD( "p3217s72.bin", 0x0000, 0x1000000, CRC(d588b225) SHA1(d74201f8347accc64fa4d8b07adaafb9a2b305bb) ) |
| 4082 | | ROM_LOAD( "p3217s73.bin", 0x0000, 0x1000000, CRC(4818d397) SHA1(3a96f90cd424deb1242df1443732d3eae8707ac5) ) |
| 4083 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4084 | | ROM_LOAD( "95008808.bin", 0x0000, 0x100000, CRC(0982179a) SHA1(ea962cc30d191c8e581bb1672a201d6f56a29b22) ) |
| 4085 | | ROM_LOAD( "95008809.bin", 0x0000, 0x100000, CRC(fcd6f506) SHA1(3d2b8768d9b168f06c01568ed248ee9f687a56b5) ) |
| 4086 | | ROM_END |
| 4087 | | |
| 4088 | | |
| 4089 | | |
| 4090 | | |
| 4091 | | ROM_START( ad5gldwn ) |
| 4092 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4093 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4094 | | ROM_LOAD( "39211347.bin", 0x0000, 0x1000000, CRC(9db14fec) SHA1(ade5ae1764eb1889624b11ccc5a1faea093fc3ef) ) |
| 4095 | | ROM_LOAD( "39212347.bin", 0x0000, 0x1000000, CRC(a951e5b9) SHA1(adb004cdfc76a8b753a89018f45cee0ab8551a2f) ) |
| 4096 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4097 | | ROM_LOAD( "95008945.bin", 0x0000, 0x0ff168, CRC(a467d802) SHA1(4120b3a21598f1c3642f0ce05a3c35c15bf6d811) ) |
| 4098 | | ROM_END |
| 4099 | | |
| 4100 | | |
| 4101 | | |
| 4102 | | ROM_START( ad5hir ) |
| 4103 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4104 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4105 | | ROM_LOAD( "p3401p71.bin", 0x0000, 0x1000000, CRC(02dfd5d1) SHA1(cddab71cbd9061390183b773fa9a965812c34087) ) |
| 4106 | | ROM_LOAD( "p3401p72.bin", 0x0000, 0x1000000, CRC(f7a52510) SHA1(e6d494346b6b72a8b68dce24c95b35faee52a0a9) ) |
| 4107 | | ROM_LOAD( "p3401s71.bin", 0x0000, 0x1000000, CRC(247754f6) SHA1(78a1caaa613d9033b8f870e916df023f724adb95) ) |
| 4108 | | ROM_LOAD( "p3401s72.bin", 0x0000, 0x1000000, CRC(f7f13885) SHA1(b9d334fdc3e57f0ebaa32b9da6c0951784b87a65) ) |
| 4109 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4110 | | ROM_LOAD( "95008555.bin", 0x0000, 0x100000, CRC(51d07478) SHA1(1e678b61d594d4884601e92485ab22206dc425d4) ) |
| 4111 | | ROM_LOAD( "95009143.bin", 0x0000, 0x100000, CRC(e8bab23e) SHA1(dc8e5173fcb301ee4abedc76d42ebf4d58d07af1) ) |
| 4112 | | ROM_LOAD( "95009144.bin", 0x0000, 0x100000, CRC(73b81f14) SHA1(0a8d7949a290dce2b9cd6c4ec42a64ac8f18836d) ) |
| 4113 | | ROM_END |
| 4114 | | |
| 4115 | | |
| 4116 | | |
| 4117 | | |
| 4118 | | ROM_START( ad5hircl ) |
| 4119 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4120 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4121 | | ROM_LOAD( "39211098.bin", 0x0000, 0x1000000, CRC(0f40863e) SHA1(30c15f42c6f293b3210dbc91f6fe55fc51069ab6) ) |
| 4122 | | ROM_LOAD( "39212098.bin", 0x0000, 0x1000000, CRC(32da0bbe) SHA1(117bc8496ae44ea641188b7a9e0952f9378520aa) ) |
| 4123 | | ROM_LOAD( "39212099.bin", 0x0000, 0x1000000, CRC(92661240) SHA1(670c733c73621a561c01cd50d2e0064a12ef615f) ) |
| 4124 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4125 | | ROM_END |
| 4126 | | |
| 4127 | | |
| 4128 | | |
| 4129 | | |
| 4130 | | ROM_START( ad5jckmo ) |
| 4131 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4132 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4133 | | ROM_LOAD( "39211254.bin", 0x0000, 0x432c2c, CRC(66a52091) SHA1(03fd4c1ba2ea7a2ce09dd6200985a2d882e3160e) ) |
| 4134 | | ROM_LOAD( "39211261.bin", 0x0000, 0x4279d8, CRC(8ee6e967) SHA1(f5c37717cf7905a479a80604c622261669f504a1) ) |
| 4135 | | ROM_LOAD( "39211266.bin", 0x0000, 0x427514, CRC(6fad3371) SHA1(5a9d3da46980a24907a0fa131f2f77a65b72cde5) ) |
| 4136 | | ROM_LOAD( "39211294.bin", 0x0000, 0x4284c0, CRC(8fed15d4) SHA1(cc072ee7736f31fb10ad6d293b4ab59cc1a00542) ) |
| 4137 | | ROM_LOAD( "39212254.bin", 0x0000, 0x432c2c, CRC(f9eeb730) SHA1(602fccdd05c621d3707e42f9571bb515af1c7f9b) ) |
| 4138 | | ROM_LOAD( "39212261.bin", 0x0000, 0x4279d8, CRC(3641bfe6) SHA1(5a34ada0e3c70c0d05d552be2f5fee50055b1dd4) ) |
| 4139 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4140 | | ROM_END |
| 4141 | | |
| 4142 | | |
| 4143 | | |
| 4144 | | |
| 4145 | | ROM_START( ad5mcob ) |
| 4146 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4147 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4148 | | ROM_LOAD( "39211513.bin", 0x0000, 0x9ad06f, CRC(195c3690) SHA1(0fe72c20fb80c8c1430ddb6aac056be77af9ec24) ) |
| 4149 | | ROM_LOAD( "39211516.bin", 0x0000, 0x9af0eb, CRC(ef35489e) SHA1(c5d71130ddd8bdb86b45b075bd929ec2eaebeded) ) |
| 4150 | | ROM_LOAD( "39212513.bin", 0x0000, 0x9ad06f, CRC(0f25723f) SHA1(10cb91accac8a7e5da55e4511e6cffe4164f5314) ) |
| 4151 | | ROM_LOAD( "39212516.bin", 0x0000, 0x9af0eb, CRC(0b6faf76) SHA1(e9a1158911b8a474acf3b0abe4856aaa406800ca) ) |
| 4152 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4153 | | ROM_LOAD( "95009011.bin", 0x0000, 0x0ff73b, CRC(9f6e0643) SHA1(d0f76b8a45aef2dd42939f1fca7b010637aaabe1) ) |
| 4154 | | ROM_END |
| 4155 | | |
| 4156 | | |
| 4157 | | |
| 4158 | | |
| 4159 | | ROM_START( ad5ppbtb ) |
| 4160 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4161 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4162 | | ROM_LOAD( "39211324.bin", 0x0000, 0x565596, CRC(0d58ec3b) SHA1(3cbbd08fc182ec425e51f73a1434591a56ce514b) ) |
| 4163 | | ROM_LOAD( "39211327.bin", 0x0000, 0x5651c6, CRC(535d29fd) SHA1(a9f1822a8b3ac5eb501dbe957c354f5d29361d4b) ) |
| 4164 | | ROM_LOAD( "39212324.bin", 0x0000, 0x565426, CRC(3891535d) SHA1(54b1ae18da66a4c91f3c40f9819dc6d93ddd3177) ) |
| 4165 | | ROM_LOAD( "39212327.bin", 0x0000, 0x5651c6, CRC(3091ec62) SHA1(a14fe3bafc3b3a716209f18860f76e2d2d0a3a0e) ) |
| 4166 | | ROM_REGION( 0x5000, "pics", 0 ) |
| 4167 | | ROM_LOAD( "95890416.bin", 0x0000, 0x5000, CRC(2becd79f) SHA1(e87c668c651adf55c234aaa2f9d8a0ed66792356) ) |
| 4168 | | ROM_LOAD( "95890417.bin", 0x0000, 0x5000, CRC(373a2723) SHA1(61795c8e22e97903f0a4388b3aff6db3ca3af981) ) |
| 4169 | | ROM_LOAD( "95890418.bin", 0x0000, 0x5000, CRC(f46005b3) SHA1(58b6369c0a9414f8ccf16ccbe05adfa47c188e1b) ) |
| 4170 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4171 | | ROM_END |
| 4172 | | |
| 4173 | | |
| 4174 | | |
| 4175 | | |
| 4176 | | ROM_START( ad5pking ) |
| 4177 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4178 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4179 | | ROM_LOAD( "39211031.bin", 0x0000, 0x1000000, CRC(ec68ef4b) SHA1(2f00afa1ac3b6776f9e8cb44e861d572025c72b2) ) |
| 4180 | | // ROM_LOAD( "39211031.txt", 0x0000, 0x0000d0, CRC(05e5443e) SHA1(2cbfa749b976c733195ddfc1afd715d0e97963fa) ) |
| 4181 | | ROM_LOAD( "39212031.bin", 0x0000, 0x1000000, CRC(08811e4d) SHA1(983c39b09ad3d33546a9873e1d77dd6be50b9b2e) ) |
| 4182 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4183 | | ROM_LOAD( "95008495.bin", 0x0000, 0x080000, CRC(dac8c4a8) SHA1(0192e1d2b9558a789753a5e58d97503cc09dfa27) ) |
| 4184 | | ROM_END |
| 4185 | | |
| 4186 | | |
| 4187 | | |
| 4188 | | |
| 4189 | | |
| 4190 | | ROM_START( ad5rsnw ) |
| 4191 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4192 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4193 | | ROM_LOAD( "39211205.bin", 0x0000, 0x6a39e0, CRC(bb426781) SHA1(b1e21abd85589a7ca0e77b123f18b61c16e47971) ) |
| 4194 | | ROM_LOAD( "39211241.bin", 0x0000, 0x6c2cea, CRC(ec610e0d) SHA1(946a0c400745fae967ad4f6f5ddb589a93de13f6) ) |
| 4195 | | ROM_LOAD( "39212205.bin", 0x0000, 0x6a39e0, CRC(20c43fd3) SHA1(38b3489f3e966c94ef87cc8566c8df02b7b9aee8) ) |
| 4196 | | ROM_LOAD( "39212241.bin", 0x0000, 0x6c2cea, CRC(2b433106) SHA1(8e430097ec993549684f34dc9bac64ff88346b24) ) |
| 4197 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4198 | | ROM_END |
| 4199 | | |
| 4200 | | |
| 4201 | | |
| 4202 | | |
| 4203 | | ROM_START( ad5rspin ) |
| 4204 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4205 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4206 | | ROM_LOAD( "39211388.bin", 0x0000, 0x1000000, CRC(56fca244) SHA1(56890695c230a62b50c9dc2ecb4e8d6c123ed8dc) ) |
| 4207 | | ROM_LOAD( "39212387.bin", 0x0000, 0x1000000, CRC(7affbe1b) SHA1(9fced7102afe267f426ada6e7840b877b185ca57) ) |
| 4208 | | ROM_LOAD( "39212388.bin", 0x0000, 0x1000000, CRC(9ed7ae4f) SHA1(ff55640fd2538e9ed9b17b4387d1430401b22e69) ) |
| 4209 | | |
| 4210 | | ROM_LOAD( "39212612.bin", 0x0000, 0x1000000, CRC(dec693eb) SHA1(69256d4cc47715ea826eb0ca838c09a9d9e4d1e2) ) // hot spinner? |
| 4211 | | |
| 4212 | | |
| 4213 | | |
| 4214 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4215 | | ROM_LOAD( "95008549.bin", 0x0000, 0x100000, CRC(dd7399cf) SHA1(1d4f475dde67048c6a425623a696a06e49231308) ) |
| 4216 | | ROM_END |
| 4217 | | |
| 4218 | | |
| 4219 | | |
| 4220 | | |
| 4221 | | ROM_START( ad5rsclb ) |
| 4222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4223 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4224 | | ROM_LOAD( "39211057.bin", 0x0000, 0x1000000, CRC(6bd542ce) SHA1(635a829461555f86da7e5d19e8f4e198d63f5400) ) |
| 4225 | | ROM_LOAD( "39211096.bin", 0x0000, 0x1000000, CRC(e34160e1) SHA1(92308c870c7782a8025ccbe97e7c17773dcbd3f4) ) |
| 4226 | | ROM_LOAD( "39211097.bin", 0x0000, 0x1000000, CRC(b9c0409b) SHA1(8cef9887f2b89cca2e8a28187db2d3a6828a285e) ) |
| 4227 | | ROM_LOAD( "39211169.bin", 0x0000, 0x1000000, CRC(45b44bdb) SHA1(2b5a01c9beaa7fa50688ddd50b9f8e5eb135f3fc) ) |
| 4228 | | ROM_LOAD( "39211170.bin", 0x0000, 0x1000000, CRC(d9e85ee5) SHA1(5da29c3203a9a8ad91c556eb5fb085ee38e1b920) ) |
| 4229 | | ROM_LOAD( "39211187.bin", 0x0000, 0x1000000, CRC(2f9c7191) SHA1(32c815cab7475fcfe50cba94a25740c37ae8d04f) ) |
| 4230 | | ROM_LOAD( "39212057.bin", 0x0000, 0x1000000, CRC(85555f52) SHA1(52464e934b28f637ea8f2577ae270ddd0353bf7c) ) |
| 4231 | | ROM_LOAD( "39212096.bin", 0x0000, 0x1000000, CRC(8df5a794) SHA1(ca005e560a1772da525435728ace0aff53e95640) ) |
| 4232 | | ROM_LOAD( "39212097.bin", 0x0000, 0x1000000, CRC(9e774d32) SHA1(1d8d97539953d5d33703b39eba39a62dfbf5849a) ) |
| 4233 | | ROM_LOAD( "39212169.bin", 0x0000, 0x1000000, CRC(1f149fc4) SHA1(808ccaa893f9be2680f8b33e882ab0f3e8b36488) ) |
| 4234 | | ROM_LOAD( "39212170.bin", 0x0000, 0x1000000, CRC(fedcf3a1) SHA1(c46fd797d81edca5a751e89045c18d6787a43500) ) |
| 4235 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4236 | | ROM_LOAD( "95008546.bin", 0x0000, 0x100000, CRC(3d97132f) SHA1(b611617b21b6b7afafa300604ec09e0a84bde8ba) ) |
| 4237 | | ROM_END |
| 4238 | | |
| 4239 | | |
| 4240 | | |
| 4241 | | |
| 4242 | | ROM_START( ad5rwclb ) |
| 4243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4244 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4245 | | // ROM_LOAD( "39211073.txt", 0x0000, 0x0000d1, CRC(7e897cdf) SHA1(9444d6b08d3c61e878512dc761e669d0f7b93717) ) |
| 4246 | | ROM_LOAD( "39211073.bin", 0x0000, 0x1000000, CRC(bd3e0d73) SHA1(063058051dd5d774e2755f3fd0fb3f83277221db) ) |
| 4247 | | ROM_LOAD( "39211074.bin", 0x0000, 0x1000000, CRC(917dbae6) SHA1(87c664beba60054c0349861f4bd19393cf993bf1) ) |
| 4248 | | ROM_LOAD( "39212073.bin", 0x0000, 0x1000000, CRC(64d98913) SHA1(b207d411a007079ac2a46df3d801f933635fc55f) ) |
| 4249 | | ROM_LOAD( "39212074.bin", 0x0000, 0x1000000, CRC(972b5457) SHA1(83a0cbc3875027e91224cff6e60b9da696ff9c8e) ) |
| 4250 | | ROM_LOAD( "p1757p11.bin", 0x0000, 0x1000000, CRC(34de65e7) SHA1(c5d449f4eeb596e9d8874c1a80dd77dccc75d1b8) ) |
| 4251 | | ROM_LOAD( "p1757s11.bin", 0x0000, 0x1000000, CRC(36f2efbc) SHA1(9431a1ae738f24370a785b69c50ce34dd260dc8c) ) |
| 4252 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4253 | | ROM_END |
| 4254 | | |
| 4255 | | |
| 4256 | | |
| 4257 | | |
| 4258 | | ROM_START( ad5rapid ) |
| 4259 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4260 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4261 | | ROM_LOAD( "39211120.bin", 0x0000, 0x1000000, CRC(7de15e7d) SHA1(02ee9bf3d670f9ec7f4428c5b9c1d40a1e68df17) ) |
| 4262 | | ROM_LOAD( "39212120.bin", 0x0000, 0x1000000, CRC(16f91987) SHA1(1ad0b3b3c58f0566fc1a23904c7bc0e8693d99d4) ) |
| 4263 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4264 | | ROM_LOAD( "95008570.bin", 0x0000, 0x080000, CRC(edd2bff6) SHA1(213b16eb091f96633dec5ec8df5084062dd68ba0) ) |
| 4265 | | ROM_END |
| 4266 | | |
| 4267 | | |
| 4268 | | |
| 4269 | | |
| 4270 | | ROM_START( ad5rcash ) |
| 4271 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4272 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4273 | | ROM_LOAD( "39211273.bin", 0x0000, 0x80ceaa, CRC(2577ad05) SHA1(9f9d003331821a79d3bb0901dd91af8c19bbbc49) ) |
| 4274 | | ROM_LOAD( "39212273.bin", 0x0000, 0x80ceaa, CRC(7459b4a7) SHA1(d78fe6ffddd97a7ba81a053712b0d5be9cefe33a) ) |
| 4275 | | ROM_REGION( 0x400000, "pics", ROMREGION_ERASEFF ) |
| 4276 | | ROM_LOAD( "95890390.bin", 0x0000, 0x5000, CRC(f973db95) SHA1(f91b206e1a1fb5125654ad081d666ae2bfd2036f) ) |
| 4277 | | ROM_LOAD( "95890391.bin", 0x0000, 0x5000, CRC(e5a52b29) SHA1(ac408585a14060b81651e14f0cae6a77edee1985) ) |
| 4278 | | ROM_LOAD( "95890392.bin", 0x0000, 0x5000, CRC(26ff09b9) SHA1(236d0808126d517e4a1c86bebad3c877252de4d8) ) |
| 4279 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4280 | | ROM_LOAD( "95008946.bin", 0x0000, 0x0f7b10, CRC(9a70fd7b) SHA1(692908750bea92af5f06d7151b15aec294aaf686) ) |
| 4281 | | ROM_END |
| 4282 | | |
| 4283 | | |
| 4284 | | |
| 4285 | | ROM_START( ad5rroul ) |
| 4286 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4287 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4288 | | ROM_LOAD( "39211342.bin", 0x0000, 0xfc273a, CRC(50b63c2f) SHA1(2670f41b05cabf40d1ce1fb03d1c936207a50afa) ) |
| 4289 | | ROM_LOAD( "39211345.bin", 0x0000, 0x643110, CRC(c3838739) SHA1(1260e2348bc41a1d364b3bbd3914724ea2c6153a) ) |
| 4290 | | ROM_LOAD( "39212342.bin", 0x0000, 0xfc273a, CRC(81491291) SHA1(a32687e3e4d535540fcc78cea5f432b5bd4e01b9) ) |
| 4291 | | ROM_LOAD( "39212345.bin", 0x0000, 0x643110, CRC(216efed6) SHA1(8c5b66bac3bde410577d2c8b6f8d352404a36695) ) |
| 4292 | | ROM_REGION( 0x400000, "pics", ROMREGION_ERASEFF ) |
| 4293 | | ROM_LOAD( "95890489.bin", 0x0000, 0x5000, CRC(8f41d119) SHA1(83f276c02a0fe404c397cf708552674fb3bb15c4) ) |
| 4294 | | ROM_LOAD( "95890490.bin", 0x0000, 0x5000, CRC(939721a5) SHA1(be0a9c2af853ab8c28e63aa6dcff350d4e69e437) ) |
| 4295 | | ROM_LOAD( "95890491.bin", 0x0000, 0x5000, CRC(50cd0335) SHA1(db2bcf0e2be67eb8c657ab3536a5056bb66649b8) ) |
| 4296 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4297 | | ROM_LOAD( "95008986.bin", 0x0000, 0x0c18ab, CRC(f69f04b5) SHA1(b1095592120c3f4f3bac8963362611def14f7233) ) |
| 4298 | | ROM_LOAD( "95008996.bin", 0x0000, 0x0ce354, CRC(a462a168) SHA1(6598605123407bb2206928e82a903f9a41ba524c) ) |
| 4299 | | ROM_END |
| 4300 | | |
| 4301 | | |
| 4302 | | |
| 4303 | | |
| 4304 | | |
| 4305 | | ROM_START( ad5rsrm ) |
| 4306 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4307 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4308 | | ROM_LOAD( "p3302p71.bin", 0x0000, 0x1000000, CRC(09aa5633) SHA1(1733dc5430f1277ff32c6b8abcbee7a274b1c9de) ) |
| 4309 | | ROM_LOAD( "p3302s71.bin", 0x0000, 0x1000000, CRC(9f4c34ad) SHA1(81493e5f957d0e705d5fe9111f46e119b871b6b0) ) |
| 4310 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4311 | | ROM_END |
| 4312 | | |
| 4313 | | |
| 4314 | | |
| 4315 | | |
| 4316 | | ROM_START( ad5rsrr ) |
| 4317 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4318 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4319 | | ROM_LOAD( "95008828.bin", 0x0000, 0x100000, CRC(35a1b9aa) SHA1(a6d03645994b36a9e506b950f752a6c1c899e110) ) |
| 4320 | | ROM_LOAD( "95008829.bin", 0x0000, 0x100000, CRC(3745f572) SHA1(ffc9e67ed92552e7b2790433ea4838df10712f4d) ) |
| 4321 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 4322 | | ROM_LOAD( "p3302p12.bin", 0x0000, 0x1000000, CRC(92294235) SHA1(1ff971f24a1de18d29e009800e6c7aa2830962f5) ) |
| 4323 | | ROM_LOAD( "p3302s12.bin", 0x0000, 0x1000000, CRC(ca95d6e0) SHA1(4fdb2e136251ffc8aa475b6c1ccbc0d6a8afe0d2) ) |
| 4324 | | ROM_END |
| 4325 | | |
| 4326 | | |
| 4327 | | |
| 4328 | | |
| 4329 | | |
| 4330 | | ROM_START( ad5tornc ) |
| 4331 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4332 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4333 | | ROM_LOAD( "95008564.bin", 0x0000, 0x100000, CRC(55d0d855) SHA1(343cfe935c34c8f95a638eccb1397238fa7698e4) ) |
| 4334 | | |
| 4335 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 4336 | | ROM_LOAD( "39211114.bin", 0x0000, 0x1000000, CRC(f218d87b) SHA1(230038ee52d47dde9669a6fd3a363264f222f1f8) ) |
| 4337 | | ROM_LOAD( "39211115.bin", 0x0000, 0x1000000, CRC(867ad45b) SHA1(90b9c256ffb99ecae912771aa8eb1605651f2a68) ) |
| 4338 | | ROM_LOAD( "39212114.bin", 0x0000, 0x1000000, CRC(5f80e76b) SHA1(a8aeef603a815b34ba61963532b4c6699cb3c27d) ) |
| 4339 | | ROM_LOAD( "39212115.bin", 0x0000, 0x1000000, CRC(2be2eb4b) SHA1(c70e27938e60c701cb41060536cc68c69a2df50b) ) |
| 4340 | | ROM_LOAD( "p1627p12.bin", 0x0000, 0x1000000, CRC(71b881b6) SHA1(a18455c2ce769d9ea135f887c83594be319ac8ce) ) |
| 4341 | | ROM_LOAD( "p1627s12.bin", 0x0000, 0x1000000, CRC(0cd2ca21) SHA1(fa2dfdd73540d3446ac5c33f72e93d1c4b520d73) ) |
| 4342 | | ROM_END |
| 4343 | | |
| 4344 | | |
| 4345 | | |
| 4346 | | |
| 4347 | | |
| 4348 | | |
| 4349 | | ROM_START( ad5vpa ) |
| 4350 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4351 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4352 | | ROM_LOAD( "95008722.bin", 0x0000, 0x080000, CRC(0643d71d) SHA1(027e096a82d5c13a98ef773548c8f5e16257e863) ) |
| 4353 | | |
| 4354 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 4355 | | ROM_LOAD( "p3073p71.bin", 0x0000, 0x1000000, CRC(75320ec0) SHA1(833a44c62a132d06de63995780769966efeff5c3) ) |
| 4356 | | ROM_LOAD( "p3073p72.bin", 0x0000, 0x1000000, CRC(cdd49281) SHA1(1771504c3b335744a195c93858b1418099599e19) ) |
| 4357 | | ROM_LOAD( "p3073s71.bin", 0x0000, 0x1000000, CRC(0adee992) SHA1(fba11f05c762bc456adbcd3d682fceb3b19a851b) ) |
| 4358 | | ROM_LOAD( "p3073s72.bin", 0x0000, 0x1000000, CRC(b048298e) SHA1(0f55563b80d00c743f75d71500e3493087abcfc0) ) |
| 4359 | | ROM_END |
| 4360 | | |
| 4361 | | |
| 4362 | | |
| 4363 | | |
| 4364 | | |
| 4365 | | |
| 4366 | | ROM_START( ad5vlv ) |
| 4367 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4368 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 4369 | | ROM_LOAD( "95009055.bin", 0x0000, 0x100000, CRC(6fa39bdb) SHA1(a78b02d4b7d38da529db590b32d5d22ed7b46870) ) |
| 4370 | | ROM_LOAD( "95009056.bin", 0x0000, 0x100000, CRC(d530f185) SHA1(a3a8ac81ce7d9a8e8e005cfaab3f9ae82804cbd9) ) |
| 4371 | | |
| 4372 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 4373 | | ROM_LOAD( "39211605.bin", 0x0000, 0x1000000, CRC(b8fab0a2) SHA1(68ad9810549d9d01934182cb578e17af05ffa3c2) ) |
| 4374 | | ROM_LOAD( "39211606.bin", 0x0000, 0x1000000, CRC(fa465b43) SHA1(8be39ffbee06a5b662a40b447276f95aa3b9bbe2) ) |
| 4375 | | ROM_LOAD( "39212605.bin", 0x0000, 0x1000000, CRC(e5deb9fd) SHA1(9490d506080e729a43daf73710d4077c5d33d47b) ) |
| 4376 | | |
| 4377 | | ROM_LOAD( "39211630.bin", 0x0000, 0x1000000, CRC(2b246fc9) SHA1(ce1140c4f36a362f8c864ebc6aa3af00a173d913) ) |
| 4378 | | ROM_LOAD( "39212630.bin", 0x0000, 0x1000000, CRC(b50bed01) SHA1(16a1e861baee8a54b1f7227744401351ed3355f7) ) |
| 4379 | | ROM_LOAD( "39211615.bin", 0x00000, 0x1000000, CRC(d8308232) SHA1(11ddcb313b299a4704dbd24dd78c7303bf17a48a) ) |
| 4380 | | ROM_LOAD( "39212615.bin", 0x00000, 0x1000000, CRC(b4299ca1) SHA1(d97e7f9d8a3729702d7f5076c10a4afc29333886) ) |
| 4381 | | |
| 4382 | | ROM_END |
| 4383 | | |
| 4384 | | |
| 4385 | | |
| 4386 | | |
| 4387 | | |
| 4388 | | |
| 4389 | | |
| 4390 | | |
| 4391 | | |
| 4392 | | |
| 4393 | | |
| 4394 | | ROM_START( sc5adjb ) |
| 4395 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4396 | | ROM_LOAD16_BYTE( "95422204.lo", 0x00001, 0x080000, CRC(330a0bc8) SHA1(046079ee90d3e75c39615a786879c7e9d5ef40aa) ) |
| 4397 | | ROM_LOAD16_BYTE( "95422205.hi", 0x00000, 0x080000, CRC(73cb56fd) SHA1(0fcb444be12cc24720bb3a84ac5e4ffe1582c0e7) ) |
| 4398 | | sc_adjb_others |
| 4399 | | ROM_END |
| 4400 | | |
| 4401 | | ROM_START( sc5adjba ) |
| 4402 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4403 | | ROM_LOAD16_BYTE( "95422346.lo", 0x00001, 0x080000, CRC(614bc81e) SHA1(433da3c2ff9f41b92f4e52bb37ed39b28732afe4) ) |
| 4404 | | ROM_LOAD16_BYTE( "95422347.hi", 0x00000, 0x080000, CRC(98cecb00) SHA1(ed02da4896eeab76ea31d4ef79a75d4ea5b4d884) ) |
| 4405 | | sc_adjb_others |
| 4406 | | ROM_END |
| 4407 | | |
| 4408 | | ROM_START( sc5adjbb ) |
| 4409 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4410 | | ROM_LOAD16_BYTE( "95422612.lo", 0x00001, 0x080000, CRC(0230fef6) SHA1(a1c7fad70bf8ac54255761e61c41415a044dcacf) ) |
| 4411 | | ROM_LOAD16_BYTE( "95422613.hi", 0x00000, 0x080000, CRC(dba8b822) SHA1(07ebb8f9d69dcde96d1e5cf9b70ef6597d5d163a) ) |
| 4412 | | sc_adjb_others |
| 4413 | | ROM_END |
| 4414 | | |
| 4415 | | ROM_START( sc5adjbc ) |
| 4416 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4417 | | ROM_LOAD16_BYTE( "95422616.lo", 0x00001, 0x080000, CRC(1a517468) SHA1(d562120c96eb8b7511b19a594400f39b17911519) ) |
| 4418 | | ROM_LOAD16_BYTE( "95422617.hi", 0x00000, 0x080000, CRC(57f76ea6) SHA1(865487238f5eabb08895f6800eef767213d50e0b) ) |
| 4419 | | sc_adjb_others |
| 4420 | | ROM_END |
| 4421 | | |
| 4422 | | ROM_START( sc5adjbd ) |
| 4423 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4424 | | ROM_LOAD16_BYTE( "95422844.lo", 0x00001, 0x080000, CRC(f41e2053) SHA1(bcb33f317a7f1afb00ea5e66d0f0909c0b7ad7b4) ) |
| 4425 | | ROM_LOAD16_BYTE( "95422845.hi", 0x00000, 0x080000, CRC(6fcbea84) SHA1(876a43c3aa07604c4dc29aaede18dc04f7bd7de2) ) |
| 4426 | | sc_adjb_others |
| 4427 | | ROM_END |
| 4428 | | |
| 4429 | | ROM_START( sc5adjbe ) |
| 4430 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4431 | | ROM_LOAD16_BYTE( "95423204.lo", 0x00001, 0x080000, CRC(9d830a8f) SHA1(381f93a8890f2b9e409760078dff4046e1ed2060) ) |
| 4432 | | ROM_LOAD16_BYTE( "95423205.hi", 0x00000, 0x080000, CRC(31b3451e) SHA1(659672722886959b7953ea505adc971b14ac14f4) ) |
| 4433 | | sc_adjb_others |
| 4434 | | ROM_END |
| 4435 | | |
| 4436 | | ROM_START( sc5adjbf ) |
| 4437 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4438 | | ROM_LOAD16_BYTE( "95423346.lo", 0x00001, 0x080000, CRC(da4698f7) SHA1(2a257089e6fdf6d9b028c2d5b98670cb886b2753) ) |
| 4439 | | ROM_LOAD16_BYTE( "95423347.hi", 0x00000, 0x080000, CRC(2d8abca5) SHA1(ae52093d2869c8deff560b0995e6de57e63d383e) ) |
| 4440 | | sc_adjb_others |
| 4441 | | ROM_END |
| 4442 | | |
| 4443 | | ROM_START( sc5adjbg ) |
| 4444 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4445 | | ROM_LOAD16_BYTE( "95423612.lo", 0x00001, 0x080000, CRC(d5f79dc8) SHA1(bc7a37b44c60a5d3b116f96961687c0e5c4aef16) ) |
| 4446 | | ROM_LOAD16_BYTE( "95423613.hi", 0x00000, 0x080000, CRC(271befb0) SHA1(5d2a9d78a4995788aeb03c8053da60c47ba5ec55) ) |
| 4447 | | sc_adjb_others |
| 4448 | | ROM_END |
| 4449 | | |
| 4450 | | ROM_START( sc5adjbh ) |
| 4451 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4452 | | ROM_LOAD16_BYTE( "95423616.lo", 0x00001, 0x080000, CRC(bac8efd2) SHA1(3be18e085844c683e84e4ae16d39b985d3a42bf7) ) |
| 4453 | | ROM_LOAD16_BYTE( "95423617.hi", 0x00000, 0x080000, CRC(f00e7e40) SHA1(289cbd6909040e542b82e567148732e13fe9358c) ) |
| 4454 | | sc_adjb_others |
| 4455 | | ROM_END |
| 4456 | | |
| 4457 | | ROM_START( sc5adjbi ) |
| 4458 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4459 | | ROM_LOAD16_BYTE( "95426156.lo", 0x00001, 0x080000, CRC(9f149b4c) SHA1(9c40e575ca1bcd8848f2f2132be299d881f7b744) ) |
| 4460 | | ROM_LOAD16_BYTE( "95426157.hi", 0x00000, 0x080000, CRC(63762f8a) SHA1(cb347a79b475f24d2ea251288e201c5333149e4f) ) |
| 4461 | | sc_adjb_others |
| 4462 | | ROM_END |
| 4463 | | |
| 4464 | | ROM_START( sc5adjbj ) |
| 4465 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4466 | | ROM_LOAD16_BYTE( "95426286.lo", 0x00001, 0x080000, CRC(c7ac0270) SHA1(18b6f8502e512758a2a4753a9f20ea73b1f6c1f8) ) |
| 4467 | | ROM_LOAD16_BYTE( "95426287.hi", 0x00000, 0x080000, CRC(535606de) SHA1(d174a4a209d35cdcdc13657f598c861b3d5e446a) ) |
| 4468 | | sc_adjb_others |
| 4469 | | ROM_END |
| 4470 | | |
| 4471 | | ROM_START( sc5adjbk ) |
| 4472 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4473 | | ROM_LOAD16_BYTE( "95427156.lo", 0x00001, 0x080000, CRC(6bea4916) SHA1(697305893467ea2074bc89a332c95dd4f4044438) ) |
| 4474 | | ROM_LOAD16_BYTE( "95427157.hi", 0x00000, 0x080000, CRC(211c1bdb) SHA1(0fe2c4cd8c74f9e38f7da774ac3b08a2d013b51e) ) |
| 4475 | | sc_adjb_others |
| 4476 | | ROM_END |
| 4477 | | |
| 4478 | | ROM_START( sc5adjbl ) |
| 4479 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4480 | | ROM_LOAD16_BYTE( "95427286.lo", 0x00001, 0x080000, CRC(26ebaf2c) SHA1(c3e5ca75def57d09e1c2973d87733b19ff2c213f) ) |
| 4481 | | ROM_LOAD16_BYTE( "95427287.hi", 0x00000, 0x080000, CRC(5857ae6e) SHA1(a594044b5c0a9b4cdb988c578c7a383b44694400) ) |
| 4482 | | sc_adjb_others |
| 4483 | | ROM_END |
| 4484 | | |
| 4485 | | ROM_START( sc5adjbm ) |
| 4486 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4487 | | ROM_LOAD16_BYTE( "p3009p41.hi", 0x00000, 0x080000, CRC(fcdca441) SHA1(75b95121e8fc9cb3a822e9984240278eb87e58dd) ) |
| 4488 | | ROM_LOAD16_BYTE( "p3009p41.lo", 0x00001, 0x080000, CRC(944c7e39) SHA1(f6fb1f525ae870f6aac4ba85a14c14acf39e9d88) ) |
| 4489 | | sc_adjb_others |
| 4490 | | ROM_END |
| 4491 | | |
| 4492 | | ROM_START( sc5adjbn ) |
| 4493 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4494 | | ROM_LOAD16_BYTE( "p3009p71.hi", 0x00000, 0x080000, CRC(53f0ba31) SHA1(9a88e22578074063b5332172fcd652fae4b1ee37) ) |
| 4495 | | ROM_LOAD16_BYTE( "p3009p71.lo", 0x00001, 0x080000, CRC(ed313688) SHA1(0a9c03f9cce3b5d1d8949b256e688e7ae3c646be) ) |
| 4496 | | sc_adjb_others |
| 4497 | | ROM_END |
| 4498 | | |
| 4499 | | ROM_START( sc5adjbo ) |
| 4500 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4501 | | ROM_LOAD16_BYTE( "p3009p72.hi", 0x00000, 0x080000, CRC(83501640) SHA1(adf13bc188da7ebbfac119a9bbadc65c390846da) ) |
| 4502 | | ROM_LOAD16_BYTE( "p3009p72.lo", 0x00001, 0x080000, CRC(d45399a8) SHA1(baa7f674d73dfbc1bd7afa8cfcc7ec5c3fce7ff0) ) |
| 4503 | | sc_adjb_others |
| 4504 | | ROM_END |
| 4505 | | |
| 4506 | | ROM_START( sc5adjbp ) |
| 4507 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4508 | | ROM_LOAD16_BYTE( "p3009s41.hi", 0x00000, 0x080000, CRC(722ecc98) SHA1(8704898bfc63e901532b8fe4b044dc283b57d260) ) |
| 4509 | | ROM_LOAD16_BYTE( "p3009s41.lo", 0x00001, 0x080000, CRC(efac5e35) SHA1(4de590d3158fc722104af92bb8d83e6d1c0d7224) ) |
| 4510 | | sc_adjb_others |
| 4511 | | ROM_END |
| 4512 | | |
| 4513 | | ROM_START( sc5adjbq ) |
| 4514 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4515 | | ROM_LOAD16_BYTE( "p3009s71.hi", 0x00000, 0x080000, CRC(34602c55) SHA1(4447731f8f27e702bc4f44253eae44a5db1deea8) ) |
| 4516 | | ROM_LOAD16_BYTE( "p3009s71.lo", 0x00001, 0x080000, CRC(2c5afcdd) SHA1(524c9c8e7a9726cdff00e749a94978612b6f7c9e) ) |
| 4517 | | sc_adjb_others |
| 4518 | | ROM_END |
| 4519 | | |
| 4520 | | ROM_START( sc5adjbr ) |
| 4521 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4522 | | ROM_LOAD16_BYTE( "p3009s72.hi", 0x00000, 0x080000, CRC(31e26340) SHA1(571cf698d75240cb5c2f9403c1136e44d0509181) ) |
| 4523 | | ROM_LOAD16_BYTE( "p3009s72.lo", 0x00001, 0x080000, CRC(b4d0dcc9) SHA1(6c51e3bac949e6a906edacb24cf12ba1dae4760a) ) |
| 4524 | | sc_adjb_others |
| 4525 | | ROM_END |
| 4526 | | |
| 4527 | | |
| 4528 | | |
| 4529 | | ROM_START( sc5adwta ) |
| 4530 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4531 | | ROM_LOAD16_BYTE( "p1920p44.hi", 0x00000, 0x080000, CRC(50b71a6e) SHA1(a7e387253be2e3b400d8738dc7547b15e39a74ea) ) |
| 4532 | | ROM_LOAD16_BYTE( "p1920p44.lo", 0x00001, 0x080000, CRC(7b0cac6c) SHA1(45542f7b600da049a69954537cfd83b93471b3e8) ) |
| 4533 | | sc_adwta_others |
| 4534 | | ROM_END |
| 4535 | | |
| 4536 | | ROM_START( sc5adwtaa ) |
| 4537 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4538 | | ROM_LOAD16_BYTE( "p1920s44.hi", 0x00000, 0x080000, CRC(3aad0ff3) SHA1(76455165581553ad292db2fdc200f391a2a9a2da) ) |
| 4539 | | ROM_LOAD16_BYTE( "p1920s44.lo", 0x00001, 0x080000, CRC(d3e80b27) SHA1(1f6c1489b6d0696f49a2f7edb4e7a73aaadc0bea) ) |
| 4540 | | sc_adwta_others |
| 4541 | | ROM_END |
| 4542 | | |
| 4543 | | |
| 4544 | | |
| 4545 | | |
| 4546 | | ROM_START( sc5a40 ) |
| 4547 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4548 | | ROM_LOAD16_BYTE( "95414940.lo", 0x00001, 0x080000, CRC(4a069351) SHA1(b6ab6f955519de814da3345c63a62b5d7bfd2d97) ) |
| 4549 | | ROM_LOAD16_BYTE( "95414941.hi", 0x00000, 0x080000, CRC(786f601b) SHA1(5d327fd9851034d5c51165164ca0a02cd9724900) ) |
| 4550 | | sc_a40_others |
| 4551 | | ROM_END |
| 4552 | | |
| 4553 | | ROM_START( sc5a40a ) |
| 4554 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4555 | | ROM_LOAD16_BYTE( "95415940.lo", 0x00001, 0x080000, CRC(6f5cbce8) SHA1(24385d37d801b8f631d000fb8cb21a46c25a06d4) ) |
| 4556 | | ROM_LOAD16_BYTE( "95415941.hi", 0x00000, 0x080000, CRC(c0f48a14) SHA1(8a97e38661d34a2d9ed1347dbe0976d5d0328d0e) ) |
| 4557 | | sc_a40_others |
| 4558 | | ROM_END |
| 4559 | | |
| 4560 | | |
| 4561 | | |
| 4562 | | ROM_START( sc5bantm ) |
| 4563 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4564 | | ROM_LOAD16_BYTE( "95416818.lo", 0x00001, 0x080000, CRC(2b180a7f) SHA1(9945452c202d849da2fbde0ddcb02d504667ccde) ) |
| 4565 | | ROM_LOAD16_BYTE( "95416819.hi", 0x00000, 0x080000, CRC(55eaabbf) SHA1(e41f90cd79c68bf90bf710604fa6079ebd68fad9) ) |
| 4566 | | sc_bantm_others |
| 4567 | | ROM_END |
| 4568 | | |
| 4569 | | ROM_START( sc5bantma ) |
| 4570 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4571 | | ROM_LOAD16_BYTE( "95417818.lo", 0x00001, 0x080000, CRC(bc82d375) SHA1(729f4ef4fe39ad2fcf5adada4444581e7fcfdbf8) ) |
| 4572 | | ROM_LOAD16_BYTE( "95417819.hi", 0x00000, 0x080000, CRC(ec449e02) SHA1(5ab4989c7306ba33f6b85ab0d9b205cb08bcf6f0) ) |
| 4573 | | sc_bantm_others |
| 4574 | | ROM_END |
| 4575 | | |
| 4576 | | |
| 4577 | | |
| 4578 | | |
| 4579 | | |
| 4580 | | ROM_START( sc5bar7 ) |
| 4581 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4582 | | ROM_LOAD16_BYTE( "95412716.lo", 0x00001, 0x080000, CRC(9b1fe8a2) SHA1(9d813b3001d9577faa26a44cfffbc2496ac64af8) ) |
| 4583 | | ROM_LOAD16_BYTE( "95412717.hi", 0x00000, 0x080000, CRC(84e6009f) SHA1(f0ce4ca874d30d3cf3d365f4fe569ab7f710294c) ) |
| 4584 | | PR1492_CAS_BAR_SEVENS_SOUNDS11 |
| 4585 | | ROM_END |
| 4586 | | |
| 4587 | | ROM_START( sc5bar7a ) |
| 4588 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4589 | | ROM_LOAD16_BYTE( "95413716.lo", 0x00001, 0x080000, CRC(2bb811f4) SHA1(4b12168b4fc9a79d8495ac5e8948546c8ba0a942) ) |
| 4590 | | ROM_LOAD16_BYTE( "95413717.hi", 0x00000, 0x080000, CRC(9bb208dd) SHA1(08e09486a622e17e5cc0c3f948770e9656fa9096) ) |
| 4591 | | PR1492_CAS_BAR_SEVENS_SOUNDS11 |
| 4592 | | ROM_END |
| 4593 | | |
| 4594 | | ROM_START( sc5bar7b ) |
| 4595 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4596 | | ROM_LOAD16_BYTE( "95418798.lo", 0x00001, 0x080000, CRC(9811b2cf) SHA1(15b7d94cdf4654fe0da53eb6cb166d3495e521c0) ) |
| 4597 | | ROM_LOAD16_BYTE( "95418799.hi", 0x00000, 0x080000, CRC(4ca310f4) SHA1(3fdba98bcdd78ee073cb7b973f5d5994b2203e84) ) |
| 4598 | | sc_bar7_others |
| 4599 | | ROM_END |
| 4600 | | |
| 4601 | | ROM_START( sc5bar7c ) |
| 4602 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4603 | | ROM_LOAD16_BYTE( "95418836.lo", 0x00001, 0x080000, CRC(ab16028f) SHA1(62c2f7800640e414f3e9cde4296683e41c61366f) ) |
| 4604 | | ROM_LOAD16_BYTE( "95418837.hi", 0x00000, 0x080000, CRC(a6f7ba18) SHA1(53709568cf9adc5c5218d13de85c5cff1a2e79f7) ) |
| 4605 | | sc_bar7_others |
| 4606 | | ROM_END |
| 4607 | | |
| 4608 | | ROM_START( sc5bar7d ) |
| 4609 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4610 | | ROM_LOAD16_BYTE( "95419798.lo", 0x00001, 0x080000, CRC(66a2e7e3) SHA1(6a914e448bee58aaa5c6f17ef13f5bf7e7fc0576) ) |
| 4611 | | ROM_LOAD16_BYTE( "95419799.hi", 0x00000, 0x080000, CRC(202366f4) SHA1(0aef5696016aada29b03ccff324290063a0b3fd6) ) |
| 4612 | | sc_bar7_others |
| 4613 | | ROM_END |
| 4614 | | |
| 4615 | | ROM_START( sc5bar7e ) |
| 4616 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4617 | | ROM_LOAD16_BYTE( "95419836.lo", 0x00001, 0x080000, CRC(0ed80c54) SHA1(9f6b3f12b327537cb9bd6f8f2e50746e279d8ac5) ) |
| 4618 | | ROM_LOAD16_BYTE( "95419837.hi", 0x00000, 0x080000, CRC(a52b18b0) SHA1(ad7a0f2af97c44e5d50393b542c3cc12ef522b2f) ) |
| 4619 | | sc_bar7_others |
| 4620 | | ROM_END |
| 4621 | | |
| 4622 | | ROM_START( sc5bar7f ) |
| 4623 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4624 | | ROM_LOAD16_BYTE( "p3064p11.hi", 0x00000, 0x080000, CRC(c85b105b) SHA1(f29e64f45df751a978c64dffdd4919a99bae4d55) ) |
| 4625 | | ROM_LOAD16_BYTE( "p3064p11.lo", 0x00001, 0x080000, CRC(637fd529) SHA1(8ba3a1f83e88b2bd91d23c63c648e3fa5a7b7804) ) |
| 4626 | | sc_bar7_others |
| 4627 | | ROM_END |
| 4628 | | |
| 4629 | | ROM_START( sc5bar7g ) |
| 4630 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4631 | | ROM_LOAD16_BYTE( "p3064s11.hi", 0x00000, 0x080000, CRC(600bed57) SHA1(f0d1d167bddaa4b38aaff9a3191495b6a3e25492) ) |
| 4632 | | ROM_LOAD16_BYTE( "p3064s11.lo", 0x00001, 0x080000, CRC(b65e219c) SHA1(872e3ce4cfe1f4b2f98ed32639d972ca9fce44a8) ) |
| 4633 | | sc_bar7_others |
| 4634 | | ROM_END |
| 4635 | | |
| 4636 | | |
| 4637 | | |
| 4638 | | ROM_START( sc5batl ) |
| 4639 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4640 | | ROM_LOAD16_BYTE( "95412976.lo", 0x00001, 0x080000, CRC(b0bcfe61) SHA1(3d84df125744a884199a759b580c2e5b8f08e4f0) ) |
| 4641 | | ROM_LOAD16_BYTE( "95412977.hi", 0x00000, 0x080000, CRC(d2ba126f) SHA1(f8c1dd94e97dab14bbaefb708afc0f212b5cd765) ) |
| 4642 | | sc_batl_others |
| 4643 | | ROM_END |
| 4644 | | |
| 4645 | | ROM_START( sc5batla ) |
| 4646 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4647 | | ROM_LOAD16_BYTE( "95413976.lo", 0x00001, 0x080000, CRC(7385453f) SHA1(cbfaf78d9cb1bf4968dc65b013b3acef7b2c1d5c) ) |
| 4648 | | ROM_LOAD16_BYTE( "95413977.hi", 0x00000, 0x080000, CRC(5011ccad) SHA1(a1622d4ce94a61d862228c2b60c1a1d8a6fb0d15) ) |
| 4649 | | sc_batl_others |
| 4650 | | ROM_END |
| 4651 | | |
| 4652 | | |
| 4653 | | |
| 4654 | | ROM_START( sc5bob ) |
| 4655 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4656 | | ROM_LOAD16_BYTE( "95416240.lo", 0x00001, 0x080000, CRC(d34a7edf) SHA1(f8de8f16cdfc8fb5bc1b48e8eadb809c2391f590) ) |
| 4657 | | ROM_LOAD16_BYTE( "95416241.hi", 0x00000, 0x080000, CRC(458613d6) SHA1(888e14b794a788423088d753ee59f4f353818094) ) |
| 4658 | | sc_bob_others |
| 4659 | | ROM_END |
| 4660 | | |
| 4661 | | ROM_START( sc5boba ) |
| 4662 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4663 | | ROM_LOAD16_BYTE( "95417240.lo", 0x00001, 0x080000, CRC(c179312d) SHA1(3d09204fb594f2580752b02afb77f34299a111db) ) |
| 4664 | | ROM_LOAD16_BYTE( "95417241.hi", 0x00000, 0x080000, CRC(68c1e0d8) SHA1(0e674306e0692f1a13fb5c3b9cf1cb326b5c2042) ) |
| 4665 | | sc_bob_others |
| 4666 | | ROM_END |
| 4667 | | |
| 4668 | | ROM_START( sc5bobb ) |
| 4669 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4670 | | ROM_LOAD16_BYTE( "95420294.lo", 0x00001, 0x080000, CRC(e065a8b6) SHA1(b6f7edcee40bd54aaef994713c97390c7b92fb8d) ) |
| 4671 | | ROM_LOAD16_BYTE( "95420295.hi", 0x00000, 0x080000, CRC(40aa6a80) SHA1(b0515a8328caec1c537edca64bb21b82fd476ee7) ) |
| 4672 | | sc_bob_others |
| 4673 | | ROM_END |
| 4674 | | |
| 4675 | | ROM_START( sc5bobc ) |
| 4676 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4677 | | ROM_LOAD16_BYTE( "95421294.lo", 0x00001, 0x080000, CRC(e7eb72e8) SHA1(820e780c3d70600dacf9b633fc5e0c358873c7bd) ) |
| 4678 | | ROM_LOAD16_BYTE( "95421295.hi", 0x00000, 0x080000, CRC(40ec7987) SHA1(b0bdb684cec649c0337078b58e8c86d037b9b157) ) |
| 4679 | | sc_bob_others |
| 4680 | | ROM_END |
| 4681 | | |
| 4682 | | |
| 4683 | | ROM_START( sc5bull ) |
| 4684 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4685 | | ROM_LOAD16_BYTE( "95412888.lo", 0x00001, 0x080000, CRC(ea4916cc) SHA1(6c073331b44049e8ea7ac3081dbb5ec7f33f6866) ) |
| 4686 | | ROM_LOAD16_BYTE( "95412889.hi", 0x00000, 0x080000, CRC(611a3bd6) SHA1(05c199b673824936c140289b9c302c0b946979b1) ) |
| 4687 | | sc_bull_others |
| 4688 | | ROM_END |
| 4689 | | |
| 4690 | | ROM_START( sc5bulla ) |
| 4691 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4692 | | ROM_LOAD16_BYTE( "95413888.lo", 0x00001, 0x080000, CRC(0a8ff0a7) SHA1(f1dc9393ed81a90bca24360d6dbf26bf7177d14f) ) |
| 4693 | | ROM_LOAD16_BYTE( "95413889.hi", 0x00000, 0x080000, CRC(cadbc132) SHA1(44a49071ceba94f05ee94bfd30827b0cee14a62c) ) |
| 4694 | | sc_bull_others |
| 4695 | | ROM_END |
| 4696 | | |
| 4697 | | ROM_START( sc5sbull ) |
| 4698 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4699 | | ROM_LOAD16_BYTE( "p1719p11.hi", 0x00000, 0x080000, CRC(9647d67b) SHA1(944299d64953c472dee486e1a8c479aa275d5ef9) ) |
| 4700 | | ROM_LOAD16_BYTE( "p1719p11.lo", 0x00001, 0x080000, CRC(c7473a2b) SHA1(4fe8120ce5e39bb2ac33f9659f5bb35a79e5da86) ) |
| 4701 | | sc_bull_others |
| 4702 | | ROM_END |
| 4703 | | |
| 4704 | | ROM_START( sc5sbulla ) |
| 4705 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4706 | | ROM_LOAD16_BYTE( "p1719s11.hi", 0x00000, 0x080000, CRC(6e478e1b) SHA1(148d4dad7466836c1e8f835e0c344a42b128f982) ) |
| 4707 | | ROM_LOAD16_BYTE( "p1719s11.lo", 0x00001, 0x080000, CRC(8ac0cd1a) SHA1(7e40fd0f1dedfeb2a83e439249edc016cb65c154) ) |
| 4708 | | sc_bull_others |
| 4709 | | ROM_END |
| 4710 | | |
| 4711 | | ROM_START( sc5bull5 ) |
| 4712 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4713 | | ROM_LOAD16_BYTE( "p3318p71.hi", 0x00000, 0x080000, CRC(eb94716e) SHA1(f9ed42da57519b68eb7d9be48115aaf8607d6c93) ) |
| 4714 | | ROM_LOAD16_BYTE( "p3318p71.lo", 0x00001, 0x080000, CRC(c55f25a4) SHA1(2554e8d1c3547f0e93e1fc5f7e6b42c43c7654b3) ) |
| 4715 | | PR3318_BULLSEYE_SOUNDS11 |
| 4716 | | ROM_END |
| 4717 | | |
| 4718 | | ROM_START( sc5bull5a ) |
| 4719 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4720 | | ROM_LOAD16_BYTE( "p3318p72.hi", 0x00000, 0x080000, CRC(a8693b6b) SHA1(380fdf5dd8518995d915583e547e94562a4c0f7b) ) |
| 4721 | | ROM_LOAD16_BYTE( "p3318p72.lo", 0x00001, 0x080000, CRC(657bba1e) SHA1(f8fa202c4057d3e37540d32c15965368bb73accd) ) |
| 4722 | | PR3318_BULLSEYE_SOUNDS11 |
| 4723 | | ROM_END |
| 4724 | | |
| 4725 | | ROM_START( sc5bull5b ) |
| 4726 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4727 | | ROM_LOAD16_BYTE( "p3318s71.hi", 0x00000, 0x080000, CRC(7481c408) SHA1(13b12c77c66973df75ee32d151ce5be072b0b02e) ) |
| 4728 | | ROM_LOAD16_BYTE( "p3318s71.lo", 0x00001, 0x080000, CRC(32bf3031) SHA1(e1c1b2207c988d3d4c8bbba386518760dc6c5245) ) |
| 4729 | | PR3318_BULLSEYE_SOUNDS11 |
| 4730 | | ROM_END |
| 4731 | | |
| 4732 | | ROM_START( sc5bull5c ) |
| 4733 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4734 | | ROM_LOAD16_BYTE( "p3318s72.hi", 0x00000, 0x080000, CRC(20c23a5e) SHA1(c6aa64a99b04fdf87cb56d1f2a15f16f3d3d075b) ) |
| 4735 | | ROM_LOAD16_BYTE( "p3318s72.lo", 0x00001, 0x080000, CRC(03203e08) SHA1(70566d3d011b0d09dad6edf0812c6c2a6f4a68a6) ) |
| 4736 | | PR3318_BULLSEYE_SOUNDS11 |
| 4737 | | ROM_END |
| 4738 | | |
| 4739 | | ROM_START( ad5bull ) // we only seem to have the sounds of the adder unit for this? |
| 4740 | | ROM_REGION( 0x1000000, "maincpu", ROMREGION_ERASEFF ) |
| 4741 | | ROM_LOAD( "program.bin", 0x00000, 0x1000000, NO_DUMP ) |
| 4742 | | PR1758_BULLSEYE_TRIPLE_SOUNDS11 |
| 4743 | | ROM_END |
| 4744 | | |
| 4745 | | ROM_START( sc5butch ) |
| 4746 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4747 | | ROM_LOAD16_BYTE( "95418334.lo", 0x00001, 0x080000, CRC(eafed6e2) SHA1(a38b551ee7ba1d486ef2465c506be710f6300146) ) |
| 4748 | | ROM_LOAD16_BYTE( "95418335.hi", 0x00000, 0x080000, CRC(aaa386cb) SHA1(003ca24635510f1e92eb269d028b951abdaea7ef) ) |
| 4749 | | sc_butch_others |
| 4750 | | ROM_END |
| 4751 | | |
| 4752 | | ROM_START( sc5butcha ) |
| 4753 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4754 | | ROM_LOAD16_BYTE( "95418816.lo", 0x00001, 0x080000, CRC(f9f97eed) SHA1(dfb568189cd0f79c9930171b2b21ed6f641c85db) ) |
| 4755 | | ROM_LOAD16_BYTE( "95418817.hi", 0x00000, 0x080000, CRC(a371016c) SHA1(b8d324592d688247b2f5b1ed8ed709f19abe518b) ) |
| 4756 | | sc_butch_others |
| 4757 | | ROM_END |
| 4758 | | |
| 4759 | | ROM_START( sc5butchb ) |
| 4760 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4761 | | ROM_LOAD16_BYTE( "95418874.lo", 0x00001, 0x080000, CRC(a0ba18ad) SHA1(4499a64bc23b002c632198f61970db810d7d2d9c) ) |
| 4762 | | ROM_LOAD16_BYTE( "95418875.hi", 0x00000, 0x080000, CRC(4184a7e2) SHA1(d3a2a45c2b29d3e0b6c4eba57f442673b87fa649) ) |
| 4763 | | sc_butch_others |
| 4764 | | ROM_END |
| 4765 | | |
| 4766 | | ROM_START( sc5butchc ) |
| 4767 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4768 | | ROM_LOAD16_BYTE( "95419334.lo", 0x00001, 0x080000, CRC(94825977) SHA1(0a7f5a7ee929f88fd7f3902e93b08c47bd2de7e2) ) |
| 4769 | | ROM_LOAD16_BYTE( "95419335.hi", 0x00000, 0x080000, CRC(df899d01) SHA1(02c97f953376cdf76d3321b3daac1cb4ca28f07a) ) |
| 4770 | | sc_butch_others |
| 4771 | | ROM_END |
| 4772 | | |
| 4773 | | ROM_START( sc5butchd ) |
| 4774 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4775 | | ROM_LOAD16_BYTE( "95419816.lo", 0x00001, 0x080000, CRC(d7fc4130) SHA1(99f7b40cc226c1d4c017f9ba08fdfec7024b313b) ) |
| 4776 | | ROM_LOAD16_BYTE( "95419817.hi", 0x00000, 0x080000, CRC(ecce1743) SHA1(d4552bc518ac2c24fb0f41acd3a123b2a952796b) ) |
| 4777 | | sc_butch_others |
| 4778 | | ROM_END |
| 4779 | | |
| 4780 | | ROM_START( sc5butche ) |
| 4781 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4782 | | ROM_LOAD16_BYTE( "95419874.lo", 0x00001, 0x080000, CRC(266f617a) SHA1(abb6c88c81fa3135702fa88e8c40b89aa004f365) ) |
| 4783 | | ROM_LOAD16_BYTE( "95419875.hi", 0x00000, 0x080000, CRC(79f3a4df) SHA1(0f01fc4c2a1e5c8fea163ae64a76949b9f665c75) ) |
| 4784 | | sc_butch_others |
| 4785 | | ROM_END |
| 4786 | | |
| 4787 | | |
| 4788 | | |
| 4789 | | ROM_START( sc5cabin ) |
| 4790 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4791 | | ROM_LOAD16_BYTE( "95416198.lo", 0x00001, 0x080000, CRC(acd3688e) SHA1(b27d39d8e1fbfd2a20d06773e0397b96af9c1a11) ) |
| 4792 | | ROM_LOAD16_BYTE( "95416199.hi", 0x00000, 0x080000, CRC(9419cdf9) SHA1(00a3a236dd8f712ffcdb9e5df413563054598c76) ) |
| 4793 | | sc_cabin_others |
| 4794 | | ROM_END |
| 4795 | | |
| 4796 | | ROM_START( sc5cabina ) |
| 4797 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4798 | | ROM_LOAD16_BYTE( "95417198.lo", 0x00001, 0x080000, CRC(8b7549c5) SHA1(6948483265b601904134d3cee265c560062b13cc) ) |
| 4799 | | ROM_LOAD16_BYTE( "95417199.hi", 0x00000, 0x080000, CRC(7616fdd5) SHA1(fe37395bc9188931b1beac28ef2886cb2384976b) ) |
| 4800 | | sc_cabin_others |
| 4801 | | ROM_END |
| 4802 | | |
| 4803 | | ROM_START( sc5cabinb ) |
| 4804 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4805 | | ROM_LOAD16_BYTE( "95420574.lo", 0x00001, 0x080000, CRC(56fb3a4b) SHA1(075d2fb9d1b260b5161c4d3f6f584c3a1aa742ca) ) |
| 4806 | | ROM_LOAD16_BYTE( "95420575.hi", 0x00000, 0x080000, CRC(4f91bad2) SHA1(69524ea2a902987775e59e352ce91e3de3e9b1b8) ) |
| 4807 | | sc_cabin_others |
| 4808 | | ROM_END |
| 4809 | | |
| 4810 | | ROM_START( sc5cabinc ) |
| 4811 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4812 | | ROM_LOAD16_BYTE( "95421574.lo", 0x00001, 0x080000, CRC(7d259244) SHA1(04cd0b33d58f3ae8da8c55d1ebf7966f4723f305) ) |
| 4813 | | ROM_LOAD16_BYTE( "95421575.hi", 0x00000, 0x080000, CRC(5910850d) SHA1(d1218443133c23cbdb8f13161b9631be70fb9eae) ) |
| 4814 | | sc_cabin_others |
| 4815 | | ROM_END |
| 4816 | | |
| 4817 | | |
| 4818 | | |
| 4819 | | ROM_START( sc5cari ) |
| 4820 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4821 | | ROM_LOAD16_BYTE( "95420262.lo", 0x00001, 0x080000, CRC(db05dbbd) SHA1(172964a3f64ae1f7ef21bebbe80f7b7f608c2952) ) |
| 4822 | | ROM_LOAD16_BYTE( "95420263.hi", 0x00000, 0x080000, CRC(7fe167eb) SHA1(7bcfe5daa91f29fd5d25f0189524c496dd8213d7) ) |
| 4823 | | sc_cari_others |
| 4824 | | ROM_END |
| 4825 | | |
| 4826 | | ROM_START( sc5caria ) |
| 4827 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4828 | | ROM_LOAD16_BYTE( "95420610.lo", 0x00001, 0x080000, CRC(732fe359) SHA1(3c035fa7692e9d0d317ded726425129a51a2bddb) ) |
| 4829 | | ROM_LOAD16_BYTE( "95420611.hi", 0x00000, 0x080000, CRC(be4c7191) SHA1(863cadada0b14dfd57dd3817c525b1603ac1206d) ) |
| 4830 | | sc_cari_others |
| 4831 | | ROM_END |
| 4832 | | |
| 4833 | | ROM_START( sc5carib ) |
| 4834 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4835 | | ROM_LOAD16_BYTE( "95420646.lo", 0x00001, 0x080000, CRC(8cfdafbf) SHA1(97c883cd6bd6335a9c55075851278dc38889a24f) ) |
| 4836 | | ROM_LOAD16_BYTE( "95420647.hi", 0x00000, 0x080000, CRC(df5b5576) SHA1(254062ddf6c190efd528abb5ea4f5fb972856e71) ) |
| 4837 | | sc_cari_others |
| 4838 | | ROM_END |
| 4839 | | |
| 4840 | | ROM_START( sc5caric ) |
| 4841 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4842 | | ROM_LOAD16_BYTE( "95420736.lo", 0x00001, 0x080000, CRC(0b1f4f5f) SHA1(cf77e0752ae70eb4b70601568a97f0cea9f7d803) ) |
| 4843 | | ROM_LOAD16_BYTE( "95420737.hi", 0x00000, 0x080000, CRC(fd6ad5f0) SHA1(0a62b4221beb681cb7c0eec24a26e42cc3401ae7) ) |
| 4844 | | sc_cari_others |
| 4845 | | ROM_END |
| 4846 | | |
| 4847 | | ROM_START( sc5carid ) |
| 4848 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4849 | | ROM_LOAD16_BYTE( "95421262.lo", 0x00001, 0x080000, CRC(e262396e) SHA1(575897863f0840b8a1437fe8b4d03b45c604116a) ) |
| 4850 | | ROM_LOAD16_BYTE( "95421263.hi", 0x00000, 0x080000, CRC(2c1615e8) SHA1(92c9e5cc8adf5cc2a35b513ef2ee24511761e662) ) |
| 4851 | | sc_cari_others |
| 4852 | | ROM_END |
| 4853 | | |
| 4854 | | ROM_START( sc5carie ) |
| 4855 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4856 | | ROM_LOAD16_BYTE( "95421610.lo", 0x00001, 0x080000, CRC(83237c7d) SHA1(2ddc94fbe67f983a1401ec9904d42167455fd750) ) |
| 4857 | | ROM_LOAD16_BYTE( "95421611.hi", 0x00000, 0x080000, CRC(6307c3e8) SHA1(53a00bbc8b32f7ee320470001c2034f6743836ed) ) |
| 4858 | | sc_cari_others |
| 4859 | | ROM_END |
| 4860 | | |
| 4861 | | ROM_START( sc5carif ) |
| 4862 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4863 | | ROM_LOAD16_BYTE( "95421646.lo", 0x00001, 0x080000, CRC(5bc76dd4) SHA1(565c73f3083a2ba3df2d7ba8111472dd1f00e1a2) ) |
| 4864 | | ROM_LOAD16_BYTE( "95421647.hi", 0x00000, 0x080000, CRC(ea39887b) SHA1(ef79e55b4729ba8bcc5636e7098554dce4567521) ) |
| 4865 | | sc_cari_others |
| 4866 | | ROM_END |
| 4867 | | |
| 4868 | | ROM_START( sc5carig ) |
| 4869 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4870 | | ROM_LOAD16_BYTE( "95421736.lo", 0x00001, 0x080000, CRC(aa99f3ed) SHA1(496a6cd1a451f63bdfa8ebe9b1c849e0a73dd655) ) |
| 4871 | | ROM_LOAD16_BYTE( "95421737.hi", 0x00000, 0x080000, CRC(620df42a) SHA1(0e3ad649562e3b2919747c78c97d042b23a27d65) ) |
| 4872 | | sc_cari_others |
| 4873 | | ROM_END |
| 4874 | | |
| 4875 | | |
| 4876 | | ROM_START( sc5cblas ) |
| 4877 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4878 | | ROM_LOAD16_BYTE( "95418026.lo", 0x00001, 0x080000, CRC(a283feca) SHA1(0c94cd66f82c05d723b1b3515c650c1f08a5bf5f) ) |
| 4879 | | ROM_LOAD16_BYTE( "95418027.hi", 0x00000, 0x080000, CRC(e3143638) SHA1(7bc6484aed013f25045b34fd8e422dc0ac9a8097) ) |
| 4880 | | sc_cblas_others |
| 4881 | | ROM_END |
| 4882 | | |
| 4883 | | ROM_START( sc5cblasa ) |
| 4884 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4885 | | ROM_LOAD16_BYTE( "95419026.lo", 0x00001, 0x080000, CRC(3ccf4515) SHA1(893c38ea2d35f0cf480da637ece301633ffb792c) ) |
| 4886 | | ROM_LOAD16_BYTE( "95419027.hi", 0x00000, 0x080000, CRC(55931f20) SHA1(ba42d054d884b86f967f6157a66563c5e0d92c7f) ) |
| 4887 | | sc_cblas_others |
| 4888 | | ROM_END |
| 4889 | | |
| 4890 | | |
| 4891 | | |
| 4892 | | ROM_START( sc5casxt ) |
| 4893 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4894 | | ROM_LOAD16_BYTE( "95420712.lo", 0x00001, 0x080000, CRC(76058d49) SHA1(0c05d7dc4f69b62d0ccafaa2fb0f5f95ed196230) ) |
| 4895 | | ROM_LOAD16_BYTE( "95420713.hi", 0x00000, 0x080000, CRC(ffb7d958) SHA1(054062991db12dd4e5cb05aefe31f165ffb2863d) ) |
| 4896 | | sc_casxt_others |
| 4897 | | ROM_END |
| 4898 | | |
| 4899 | | |
| 4900 | | ROM_START( sc5casxta ) |
| 4901 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4902 | | ROM_LOAD16_BYTE( "95421712.lo", 0x00001, 0x080000, CRC(3c95e568) SHA1(7308b20b962a1e006db14df9375f0376ab360400) ) |
| 4903 | | ROM_LOAD16_BYTE( "95421713.hi", 0x00000, 0x080000, CRC(031ccbca) SHA1(7046385ec98c296ed993df06ff081b2dbde8b42e) ) |
| 4904 | | sc_casxt_others |
| 4905 | | ROM_END |
| 4906 | | |
| 4907 | | |
| 4908 | | |
| 4909 | | |
| 4910 | | ROM_START( sc5chavi ) |
| 4911 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4912 | | ROM_LOAD16_BYTE( "95418090.lo", 0x00001, 0x080000, CRC(e453684f) SHA1(42d0d223f559fab560310e1333d1c7f6e6e82282) ) |
| 4913 | | ROM_LOAD16_BYTE( "95418091.hi", 0x00000, 0x080000, CRC(8771b305) SHA1(988d40dc2ce2cb68fdb371a67197112e0305c4cd) ) |
| 4914 | | sc_chavi_others |
| 4915 | | ROM_END |
| 4916 | | |
| 4917 | | ROM_START( sc5chavia ) |
| 4918 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4919 | | ROM_LOAD16_BYTE( "95418824.lo", 0x00001, 0x080000, CRC(37967162) SHA1(8eef719d8a22fd4ad059ec30ca7e9d73d6682e5d) ) |
| 4920 | | ROM_LOAD16_BYTE( "95418825.hi", 0x00000, 0x080000, CRC(bd26bfa6) SHA1(8fc483dd18121c6f07ef3059d4bca29d0ac65c64) ) |
| 4921 | | sc_chavi_others |
| 4922 | | ROM_END |
| 4923 | | |
| 4924 | | ROM_START( sc5chavib ) |
| 4925 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4926 | | ROM_LOAD16_BYTE( "95418898.lo", 0x00001, 0x080000, CRC(fce959fc) SHA1(94bdb62892d46f51a70f2b35718724f3e2de070d) ) |
| 4927 | | ROM_LOAD16_BYTE( "95418899.hi", 0x00000, 0x080000, CRC(40418dbf) SHA1(192ba131b2da9accf05c09ff899a302862d24c39) ) |
| 4928 | | sc_chavi_others |
| 4929 | | ROM_END |
| 4930 | | |
| 4931 | | ROM_START( sc5chavic ) |
| 4932 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4933 | | ROM_LOAD16_BYTE( "95419090.lo", 0x00001, 0x080000, CRC(a393dca3) SHA1(6f0f9cfb3b5aa6ac6ae02d1987fb4c5e1a5a9d63) ) |
| 4934 | | ROM_LOAD16_BYTE( "95419091.hi", 0x00000, 0x080000, CRC(9f143def) SHA1(377bc77a8f792526d2f9b391b9e28627b1bee55b) ) |
| 4935 | | sc_chavi_others |
| 4936 | | ROM_END |
| 4937 | | |
| 4938 | | ROM_START( sc5chavid ) |
| 4939 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4940 | | ROM_LOAD16_BYTE( "95419824.lo", 0x00001, 0x080000, CRC(e3c25c14) SHA1(90c511378dfa48f24fcac9818efa4c0cccc15620) ) |
| 4941 | | ROM_LOAD16_BYTE( "95419825.hi", 0x00000, 0x080000, CRC(90614ca8) SHA1(84038b4e0a516d33c6abc9eee75964215bb569fa) ) |
| 4942 | | sc_chavi_others |
| 4943 | | ROM_END |
| 4944 | | |
| 4945 | | ROM_START( sc5chavie ) |
| 4946 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4947 | | ROM_LOAD16_BYTE( "95419898.lo", 0x00001, 0x080000, CRC(04c42bf4) SHA1(5d40fb2bf1e7e0ea29f21aef83c86835726e78e0) ) |
| 4948 | | ROM_LOAD16_BYTE( "95419899.hi", 0x00000, 0x080000, CRC(7bea2c2a) SHA1(3cbeb27a22f910014ba1eea0ddd53b48bf071e9c) ) |
| 4949 | | sc_chavi_others |
| 4950 | | ROM_END |
| 4951 | | |
| 4952 | | |
| 4953 | | ROM_START( sc5chavy ) |
| 4954 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4955 | | ROM_LOAD16_BYTE( "95416842.lo", 0x00001, 0x080000, CRC(be85c187) SHA1(d2743eefe9576270d291b1978737817892af9772) ) |
| 4956 | | ROM_LOAD16_BYTE( "95416843.hi", 0x00000, 0x080000, CRC(6eaeeb76) SHA1(5bfd47cb2cd2c6bd46a36c527fa018c449d6a710) ) |
| 4957 | | sc_chavy_others |
| 4958 | | ROM_END |
| 4959 | | |
| 4960 | | ROM_START( sc5chavya ) |
| 4961 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4962 | | ROM_LOAD16_BYTE( "95417842.lo", 0x00001, 0x080000, CRC(eb9fa79e) SHA1(b7830534490417d04638019275da633846b54f41) ) |
| 4963 | | ROM_LOAD16_BYTE( "95417843.hi", 0x00000, 0x080000, CRC(7ee0cbf0) SHA1(1669ac40c06f65d75a00ddce965cccc6276ade8f) ) |
| 4964 | | sc_chavy_others |
| 4965 | | ROM_END |
| 4966 | | |
| 4967 | | ROM_START( sc5chavyb ) |
| 4968 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4969 | | ROM_LOAD16_BYTE( "95420334.lo", 0x00001, 0x080000, CRC(356c3a41) SHA1(e66f97a4145d5161711f31a14ae9fde5318e95c6) ) |
| 4970 | | ROM_LOAD16_BYTE( "95420335.hi", 0x00000, 0x080000, CRC(2b8ebf58) SHA1(caf40ca340e48d4ddbc44f80d1afdbcd8a88855a) ) |
| 4971 | | sc_chavy_others |
| 4972 | | ROM_END |
| 4973 | | |
| 4974 | | ROM_START( sc5chavyc ) |
| 4975 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4976 | | ROM_LOAD16_BYTE( "95421334.lo", 0x00001, 0x080000, CRC(e8dd78da) SHA1(a578bae1a56e849a908939291a848aa5aa31d5d7) ) |
| 4977 | | ROM_LOAD16_BYTE( "95421335.hi", 0x00000, 0x080000, CRC(98270994) SHA1(3ba637fa297a329532d35cb56e801fd65d86ede6) ) |
| 4978 | | sc_chavy_others |
| 4979 | | ROM_END |
| 4980 | | |
| 4981 | | |
| 4982 | | ROM_START( sc5clue ) |
| 4983 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4984 | | ROM_LOAD16_BYTE( "95416562.lo", 0x00001, 0x080000, CRC(c4b78c45) SHA1(5894b0a63418c30ee2b580acf4b1ddb2ad56296a) ) |
| 4985 | | ROM_LOAD16_BYTE( "95416563.hi", 0x00000, 0x080000, CRC(b98e38f1) SHA1(9f477028d66c816305a04d307b7c1cd90ce22406) ) |
| 4986 | | sc_clue_others |
| 4987 | | ROM_END |
| 4988 | | |
| 4989 | | ROM_START( sc5cluea ) |
| 4990 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4991 | | ROM_LOAD16_BYTE( "95417562.lo", 0x00001, 0x080000, CRC(915e332e) SHA1(8bebc060a81477dbc863e91dfcac96735276c386) ) |
| 4992 | | ROM_LOAD16_BYTE( "95417563.hi", 0x00000, 0x080000, CRC(f016e591) SHA1(e40b91b2d6ccfafc97be91b6f5a18ebbfdea6a36) ) |
| 4993 | | sc_clue_others |
| 4994 | | ROM_END |
| 4995 | | |
| 4996 | | ROM_START( sc5clueb ) |
| 4997 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4998 | | ROM_LOAD16_BYTE( "95420376.lo", 0x00001, 0x080000, CRC(7b39a031) SHA1(2b5041fa2ae37dc62e18a0fb264e478808d6aa55) ) |
| 4999 | | ROM_LOAD16_BYTE( "95420377.hi", 0x00000, 0x080000, CRC(fef0e282) SHA1(ab59343b614dc389022b6225219907177770eda3) ) |
| 5000 | | sc_clue_others |
| 5001 | | ROM_END |
| 5002 | | |
| 5003 | | ROM_START( sc5cluec ) |
| 5004 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5005 | | ROM_LOAD16_BYTE( "95421376.lo", 0x00001, 0x080000, CRC(799ec958) SHA1(2d90a9a8079676b2260e94a02f83225b8fc766ab) ) |
| 5006 | | ROM_LOAD16_BYTE( "95421377.hi", 0x00000, 0x080000, CRC(c963fea2) SHA1(c4e9515d7066c9318cec77da9423f93996d45050) ) |
| 5007 | | sc_clue_others |
| 5008 | | ROM_END |
| 5009 | | |
| 5010 | | |
| 5011 | | |
| 5012 | | ROM_START( sc5cmani ) |
| 5013 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5014 | | ROM_LOAD16_BYTE( "95408022.lo", 0x00001, 0x080000, CRC(e874cb2f) SHA1(4a93d26b6d3f64f850130dc00600ce722c5296bc) ) |
| 5015 | | ROM_LOAD16_BYTE( "95408023.hi", 0x00000, 0x080000, CRC(627ae9d9) SHA1(1096527a6e2f973cfa8d21aa2ec28102275664da) ) |
| 5016 | | sc_cmani_others |
| 5017 | | ROM_END |
| 5018 | | |
| 5019 | | ROM_START( sc5cmania ) |
| 5020 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5021 | | ROM_LOAD16_BYTE( "95408072.lo", 0x00001, 0x080000, CRC(edf065dd) SHA1(2755c0eb52e881b9d5836cd8a4cbac44ee78c0ed) ) |
| 5022 | | ROM_LOAD16_BYTE( "95408073.hi", 0x00000, 0x080000, CRC(7cd3526a) SHA1(ff6fbcff771da4dcbd2bdae59cdc4821c2169489) ) |
| 5023 | | sc_cmani_others |
| 5024 | | ROM_END |
| 5025 | | |
| 5026 | | ROM_START( sc5cmanib ) |
| 5027 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5028 | | ROM_LOAD16_BYTE( "95409022.lo", 0x00001, 0x080000, CRC(771ba795) SHA1(453a3ed1b70ab108682795ebb94757aca2f83029) ) |
| 5029 | | ROM_LOAD16_BYTE( "95409023.hi", 0x00000, 0x080000, CRC(4e9ce09f) SHA1(9bfde67c5492eabd464bc3e44e01ea2b1d702153) ) |
| 5030 | | sc_cmani_others |
| 5031 | | ROM_END |
| 5032 | | |
| 5033 | | ROM_START( sc5cmanic ) |
| 5034 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5035 | | ROM_LOAD16_BYTE( "95409072.lo", 0x00001, 0x080000, CRC(ad1b4196) SHA1(d19d19469cd8f8180c150b7e816442683fb11f14) ) |
| 5036 | | ROM_LOAD16_BYTE( "95409073.hi", 0x00000, 0x080000, CRC(4034921c) SHA1(a4dee8366390496ad48c89e9ebfba3a706c874cb) ) |
| 5037 | | sc_cmani_others |
| 5038 | | ROM_END |
| 5039 | | |
| 5040 | | |
| 5041 | | |
| 5042 | | |
| 5043 | | ROM_START( sc5cj ) |
| 5044 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5045 | | ROM_LOAD16_BYTE( "95410980.lo", 0x00001, 0x080000, CRC(211d86aa) SHA1(629a8430ffb34ffdcce320fb97e2cc90f150832a) ) |
| 5046 | | ROM_LOAD16_BYTE( "95410981.hi", 0x00000, 0x080000, CRC(63f665e0) SHA1(7b853d38e92f1d1cd3a892077062b34053b9f104) ) |
| 5047 | | sc_cj_others |
| 5048 | | ROM_END |
| 5049 | | |
| 5050 | | ROM_START( sc5cja ) |
| 5051 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5052 | | ROM_LOAD16_BYTE( "95410982.lo", 0x00001, 0x080000, CRC(0ee53044) SHA1(62e56ad2251f2908bc8587b126d0f3cff49951cd) ) |
| 5053 | | ROM_LOAD16_BYTE( "95410983.hi", 0x00000, 0x080000, CRC(86234e04) SHA1(b09ec3987df8a61936539e8f69fbfdc0bea79e08) ) |
| 5054 | | sc_cj_others |
| 5055 | | ROM_END |
| 5056 | | |
| 5057 | | ROM_START( sc5cjb ) |
| 5058 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5059 | | ROM_LOAD16_BYTE( "95411980.lo", 0x00001, 0x080000, CRC(9aba66d1) SHA1(1d22e85f999d3199fe25fd673dce3edd212162bc) ) |
| 5060 | | ROM_LOAD16_BYTE( "95411981.hi", 0x00000, 0x080000, CRC(0e5d2198) SHA1(30e82d04e7ea15cc237056aa5c482de44e182dbf) ) |
| 5061 | | sc_cj_others |
| 5062 | | ROM_END |
| 5063 | | |
| 5064 | | ROM_START( sc5cjc ) |
| 5065 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5066 | | ROM_LOAD16_BYTE( "95411982.lo", 0x00001, 0x080000, CRC(6cdefe57) SHA1(506f779cc253d74060c6b3e920609f08abbbc884) ) |
| 5067 | | ROM_LOAD16_BYTE( "95411983.hi", 0x00000, 0x080000, CRC(b8313675) SHA1(e6add1fcd81b2cab99ea9a5d4284a8a5d8ec33ea) ) |
| 5068 | | sc_cj_others |
| 5069 | | ROM_END |
| 5070 | | |
| 5071 | | ROM_START( sc5cjd ) |
| 5072 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5073 | | ROM_LOAD16_BYTE( "95412560.lo", 0x00001, 0x080000, CRC(319aef1e) SHA1(774d00e3f01836a79c530dd6e556f416eca35c92) ) |
| 5074 | | ROM_LOAD16_BYTE( "95412561.hi", 0x00000, 0x080000, CRC(8970b675) SHA1(ae8877cce1d6be05e154511200301a1daeeb9597) ) |
| 5075 | | sc_cj_others |
| 5076 | | ROM_END |
| 5077 | | |
| 5078 | | ROM_START( sc5cje ) |
| 5079 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5080 | | ROM_LOAD16_BYTE( "95413560.lo", 0x00001, 0x080000, CRC(291fdd53) SHA1(92af62de2a411566c16461f124d5f6fa969d84a6) ) |
| 5081 | | ROM_LOAD16_BYTE( "95413561.hi", 0x00000, 0x080000, CRC(e5e6b17f) SHA1(eeaf1a8553d0c507c689c8d216da79e1570a06d8) ) |
| 5082 | | sc_cj_others |
| 5083 | | ROM_END |
| 5084 | | |
| 5085 | | |
| 5086 | | ROM_START( sc5ctl ) |
| 5087 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5088 | | ROM_LOAD16_BYTE( "p1340p12.hi", 0x00000, 0x080000, CRC(2dc7259d) SHA1(35f3f9227b6bea85983de3fab0b6553817310a40) ) |
| 5089 | | ROM_LOAD16_BYTE( "p1340p12.lo", 0x00001, 0x080000, CRC(a77e56ec) SHA1(943bf649ee0bd72bef177dfee12497f3ccc54eab) ) |
| 5090 | | sc_ctl_others |
| 5091 | | ROM_END |
| 5092 | | |
| 5093 | | ROM_START( sc5ctla ) |
| 5094 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5095 | | ROM_LOAD16_BYTE( "p1340p13.hi", 0x00000, 0x080000, CRC(5a0f6848) SHA1(edd3cab79508923d1017b55a392a6d1ea488e733) ) |
| 5096 | | ROM_LOAD16_BYTE( "p1340p13.lo", 0x00001, 0x080000, CRC(b553c20d) SHA1(93a27c225dedbfa73c0af6f5cfa1a5cb4c91b3a9) ) |
| 5097 | | sc_ctl_others |
| 5098 | | ROM_END |
| 5099 | | |
| 5100 | | ROM_START( sc5ctlb ) |
| 5101 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5102 | | ROM_LOAD16_BYTE( "p1340s12.hi", 0x00000, 0x080000, CRC(e48974d9) SHA1(ea1020e8898763999f514135186f3b5dde4b4bc5) ) |
| 5103 | | ROM_LOAD16_BYTE( "p1340s12.lo", 0x00001, 0x080000, CRC(5a076aa3) SHA1(0ff7dbf7c72e8da6dcbe7e2747aa372bf18120b5) ) |
| 5104 | | sc_ctl_others |
| 5105 | | ROM_END |
| 5106 | | |
| 5107 | | ROM_START( sc5ctlc ) |
| 5108 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5109 | | ROM_LOAD16_BYTE( "p1340s13.hi", 0x00000, 0x080000, CRC(3c409fe7) SHA1(4d42b999c090c8b82b7c39ca25aa2d930b15e9d0) ) |
| 5110 | | ROM_LOAD16_BYTE( "p1340s13.lo", 0x00001, 0x080000, CRC(3d0b5934) SHA1(46aaedf7db345e490412278d5308c03866be7ee5) ) |
| 5111 | | sc_ctl_others |
| 5112 | | ROM_END |
| 5113 | | |
| 5114 | | |
| 5115 | | |
| 5116 | | ROM_START( sc5crsc ) |
| 5117 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5118 | | ROM_LOAD16_BYTE( "95422118.lo", 0x00001, 0x080000, CRC(61ab2086) SHA1(717c1b3e96f9a2f413e6d2b935c976bff730578b) ) |
| 5119 | | ROM_LOAD16_BYTE( "95422119.hi", 0x00000, 0x080000, CRC(4a6c626c) SHA1(6b8e0d1398d1ecfd26709a68641809fc95f4de0d) ) |
| 5120 | | sc_crsc_others |
| 5121 | | ROM_END |
| 5122 | | |
| 5123 | | ROM_START( sc5crsca ) |
| 5124 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5125 | | ROM_LOAD16_BYTE( "95422316.lo", 0x00001, 0x080000, CRC(3e71d049) SHA1(90a1b015803e933d94892e244304a430b5e7943e) ) |
| 5126 | | ROM_LOAD16_BYTE( "95422317.hi", 0x00000, 0x080000, CRC(6723b3df) SHA1(95868c8864624acfc4dc9b68b0417318552b97b7) ) |
| 5127 | | sc_crsc_others |
| 5128 | | ROM_END |
| 5129 | | |
| 5130 | | ROM_START( sc5crscb ) |
| 5131 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5132 | | ROM_LOAD16_BYTE( "95422510.lo", 0x00001, 0x080000, CRC(08c19d5c) SHA1(f6ef98e305e78ee34a5f2475ebcc7c667d6dd22b) ) |
| 5133 | | ROM_LOAD16_BYTE( "95422511.hi", 0x00000, 0x080000, CRC(9bccff45) SHA1(826285c960f4424590abe3dffb8fbf98ec0035f1) ) |
| 5134 | | sc_crsc_others |
| 5135 | | ROM_END |
| 5136 | | |
| 5137 | | ROM_START( sc5crscc ) |
| 5138 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5139 | | ROM_LOAD16_BYTE( "95422840.lo", 0x00001, 0x080000, CRC(68ecba68) SHA1(376005c2c75a6e02c4a34ab5fe9697fc2f3d1f50) ) |
| 5140 | | ROM_LOAD16_BYTE( "95422841.hi", 0x00000, 0x080000, CRC(c36b5e60) SHA1(380b619b7a96a9cc0e75ce14621fa5c457186786) ) |
| 5141 | | sc_crsc_others |
| 5142 | | ROM_END |
| 5143 | | |
| 5144 | | ROM_START( sc5crscd ) |
| 5145 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5146 | | ROM_LOAD16_BYTE( "95423118.lo", 0x00001, 0x080000, CRC(dfbd0942) SHA1(5c7294d61b4f57d41dd9d4f8e0a0764fb4589160) ) |
| 5147 | | ROM_LOAD16_BYTE( "95423119.hi", 0x00000, 0x080000, CRC(19eb125a) SHA1(706aa0fb1de731322f3ffb04e09584bf3305fe4d) ) |
| 5148 | | sc_crsc_others |
| 5149 | | ROM_END |
| 5150 | | |
| 5151 | | ROM_START( sc5crsce ) |
| 5152 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5153 | | ROM_LOAD16_BYTE( "95423316.lo", 0x00001, 0x080000, CRC(131cca2e) SHA1(4870a14efff4378e8b406b1c9a0602ab80ed2349) ) |
| 5154 | | ROM_LOAD16_BYTE( "95423317.hi", 0x00000, 0x080000, CRC(13827a58) SHA1(c774f1df710fb88db8b86d74d265ffeb17c142d2) ) |
| 5155 | | sc_crsc_others |
| 5156 | | ROM_END |
| 5157 | | |
| 5158 | | ROM_START( sc5crscf ) |
| 5159 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5160 | | ROM_LOAD16_BYTE( "95423510.lo", 0x00001, 0x080000, CRC(afd1761c) SHA1(ce9da48e350c9965a6a1b79123e116c72684e37f) ) |
| 5161 | | ROM_LOAD16_BYTE( "95423511.hi", 0x00000, 0x080000, CRC(d6c85c03) SHA1(072e712af5409a91af33260218c80b194a45b801) ) |
| 5162 | | sc_crsc_others |
| 5163 | | ROM_END |
| 5164 | | |
| 5165 | | ROM_START( sc5crscg ) |
| 5166 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5167 | | ROM_LOAD16_BYTE( "95423840.lo", 0x00001, 0x080000, CRC(b6c225d8) SHA1(f9d3cc542c7e7127f74cc58b7b09ba99c0132525) ) |
| 5168 | | ROM_LOAD16_BYTE( "95423841.hi", 0x00000, 0x080000, CRC(0499c31a) SHA1(4c7d2bb3c2f4268070ca681833cdbbe51162bfc6) ) |
| 5169 | | sc_crsc_others |
| 5170 | | ROM_END |
| 5171 | | |
| 5172 | | ROM_START( sc5crsch ) |
| 5173 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5174 | | ROM_LOAD16_BYTE( "95426114.lo", 0x00001, 0x080000, CRC(af70f5b8) SHA1(82ce9daf626d990b8ca550be52a1dc3e6109cf5e) ) |
| 5175 | | ROM_LOAD16_BYTE( "95426115.hi", 0x00000, 0x080000, CRC(37b3f49f) SHA1(8f7f72bb7017052249ca309165d923f1c2ccd9e0) ) |
| 5176 | | sc_crsc_others |
| 5177 | | ROM_END |
| 5178 | | |
| 5179 | | ROM_START( sc5crsci ) |
| 5180 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5181 | | ROM_LOAD16_BYTE( "95426164.lo", 0x00001, 0x080000, CRC(31dfd609) SHA1(542bd37903d36318e04b2749e938aa40f530d703) ) |
| 5182 | | ROM_LOAD16_BYTE( "95426165.hi", 0x00000, 0x080000, CRC(676f0391) SHA1(c5cabdd3696a76d72566f2b56b57f1244d665ca9) ) |
| 5183 | | sc_crsc_others |
| 5184 | | ROM_END |
| 5185 | | |
| 5186 | | ROM_START( sc5crscj ) |
| 5187 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5188 | | ROM_LOAD16_BYTE( "95426292.lo", 0x00001, 0x080000, CRC(101c0006) SHA1(2c92086a791078a6a3dae40f4029e18d092bd8f9) ) |
| 5189 | | ROM_LOAD16_BYTE( "95426293.hi", 0x00000, 0x080000, CRC(fbcf7149) SHA1(0e34753cd75124af1305099d5abd57e03d2ba6a8) ) |
| 5190 | | sc_crsc_others |
| 5191 | | ROM_END |
| 5192 | | |
| 5193 | | ROM_START( sc5crsck ) |
| 5194 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5195 | | ROM_LOAD16_BYTE( "95427114.lo", 0x00001, 0x080000, CRC(ac0beaa0) SHA1(b0aa5af084785ccd64132d3c8a9a438d04224400) ) |
| 5196 | | ROM_LOAD16_BYTE( "95427115.hi", 0x00000, 0x080000, CRC(3177e176) SHA1(0195d3a81f604e74f8f8033f8a411ee535fb93ac) ) |
| 5197 | | sc_crsc_others |
| 5198 | | ROM_END |
| 5199 | | |
| 5200 | | ROM_START( sc5crscl ) |
| 5201 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5202 | | ROM_LOAD16_BYTE( "95427164.lo", 0x00001, 0x080000, CRC(6c2c5331) SHA1(6dc17f34f2eec2d4cf3287b9062e6eb2e0f7156d) ) |
| 5203 | | ROM_LOAD16_BYTE( "95427165.hi", 0x00000, 0x080000, CRC(1f37b5dc) SHA1(cc3a3e58317930bfcbf563958692c1d23a0dcf65) ) |
| 5204 | | sc_crsc_others |
| 5205 | | ROM_END |
| 5206 | | |
| 5207 | | ROM_START( sc5crscm ) |
| 5208 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5209 | | ROM_LOAD16_BYTE( "95427292.lo", 0x00001, 0x080000, CRC(8e01c277) SHA1(4ef88a3e142083810d1b25da79f892a2be9fa42d) ) |
| 5210 | | ROM_LOAD16_BYTE( "95427293.hi", 0x00000, 0x080000, CRC(14450bab) SHA1(88888bb85edca3fc26607e63bd57dcf2ce8183a7) ) |
| 5211 | | sc_crsc_others |
| 5212 | | ROM_END |
| 5213 | | |
| 5214 | | ROM_START( sc5crscn ) |
| 5215 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5216 | | ROM_LOAD16_BYTE( "p3005p01.hi", 0x00000, 0x080000, CRC(fee3d425) SHA1(c8c7773c96567cad9c553f4e35f39b9a26569f4b) ) |
| 5217 | | ROM_LOAD16_BYTE( "p3005p01.lo", 0x00001, 0x080000, CRC(e3328108) SHA1(61b17d67abf793f05821afd1cb1032e55b2382e5) ) |
| 5218 | | sc_crsc_others |
| 5219 | | ROM_END |
| 5220 | | |
| 5221 | | ROM_START( sc5crsco ) |
| 5222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5223 | | ROM_LOAD16_BYTE( "p3005p41.hi", 0x00000, 0x080000, CRC(2ce1f7b7) SHA1(506675ee2d5859c6c29152bbb7fdda83b2b3b90a) ) |
| 5224 | | ROM_LOAD16_BYTE( "p3005p41.lo", 0x00001, 0x080000, CRC(91464b75) SHA1(8d663507cedc18deec52c11e15bfaf49e75a3560) ) |
| 5225 | | sc_crsc_others |
| 5226 | | ROM_END |
| 5227 | | |
| 5228 | | ROM_START( sc5crscp ) |
| 5229 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5230 | | ROM_LOAD16_BYTE( "p3005p42.hi", 0x00000, 0x080000, CRC(cfc76b53) SHA1(6f380aa861498091a3a7060b399a505b3d6e3efc) ) |
| 5231 | | ROM_LOAD16_BYTE( "p3005p42.lo", 0x00001, 0x080000, CRC(7a860115) SHA1(ace6181f9ae468434b32999054b0e5b86d40a5dd) ) |
| 5232 | | sc_crsc_others |
| 5233 | | ROM_END |
| 5234 | | |
| 5235 | | ROM_START( sc5crscq ) |
| 5236 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5237 | | ROM_LOAD16_BYTE( "p3005p43.hi", 0x00000, 0x080000, CRC(fcdb8416) SHA1(4afce0424b7d821b7d71872e5e9c535b5d06bcd3) ) |
| 5238 | | ROM_LOAD16_BYTE( "p3005p43.lo", 0x00001, 0x080000, CRC(bdc918ad) SHA1(b45f8652161b5feef7cf1990e6923c67bc6a41bc) ) |
| 5239 | | sc_crsc_others |
| 5240 | | ROM_END |
| 5241 | | |
| 5242 | | ROM_START( sc5crscr ) |
| 5243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5244 | | ROM_LOAD16_BYTE( "p3005s01.hi", 0x00000, 0x080000, CRC(d2ac11c0) SHA1(948eb7d43d3109d099b4d89e16efdc947815ee47) ) |
| 5245 | | ROM_LOAD16_BYTE( "p3005s01.lo", 0x00001, 0x080000, CRC(ece251d2) SHA1(ed6f8e7ba379cefbff093b5fffb6b0764f284a9e) ) |
| 5246 | | sc_crsc_others |
| 5247 | | ROM_END |
| 5248 | | |
| 5249 | | ROM_START( sc5crscs ) |
| 5250 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5251 | | ROM_LOAD16_BYTE( "p3005s41.hi", 0x00000, 0x080000, CRC(e036f445) SHA1(42781749d714e81a4ae48bbffbfe14c58d35906b) ) |
| 5252 | | ROM_LOAD16_BYTE( "p3005s41.lo", 0x00001, 0x080000, CRC(adde9f0c) SHA1(3292d987b179b4ea72aa3c13a3dca4ad74e038d9) ) |
| 5253 | | sc_crsc_others |
| 5254 | | ROM_END |
| 5255 | | |
| 5256 | | ROM_START( sc5crsct ) |
| 5257 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5258 | | ROM_LOAD16_BYTE( "p3005s42.hi", 0x00000, 0x080000, CRC(eb3907d5) SHA1(3f6922c5e3938bb091194d6917bf896a66e73986) ) |
| 5259 | | ROM_LOAD16_BYTE( "p3005s42.lo", 0x00001, 0x080000, CRC(7dce5601) SHA1(f3dc52dafb104656014c743ba9ecf8e5917ca0a3) ) |
| 5260 | | sc_crsc_others |
| 5261 | | ROM_END |
| 5262 | | |
| 5263 | | ROM_START( sc5crscu ) |
| 5264 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5265 | | ROM_LOAD16_BYTE( "p3005s43.hi", 0x00000, 0x080000, CRC(a29f5fe9) SHA1(78bb8e1699640d885634b53f2952ea77329da40b) ) |
| 5266 | | ROM_LOAD16_BYTE( "p3005s43.lo", 0x00001, 0x080000, CRC(93ee0022) SHA1(ee58ad5a04e1ecd89b5cc3236e986135fa422f12) ) |
| 5267 | | sc_crsc_others |
| 5268 | | ROM_END |
| 5269 | | |
| 5270 | | ROM_START( ad5crsc ) |
| 5271 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5272 | | |
| 5273 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 5274 | | ROM_LOAD( "39211581.bin", 0x0000, 0x1000000, CRC(4d451612) SHA1(ec892276b1bfa3d9e9d9d39a722e931c9ab55ec8) ) // PR2476 COPSNROB3 |
| 5275 | | ROM_LOAD( "39211616.bin", 0x0000, 0x1000000, CRC(181d4298) SHA1(c2b3f9123782d6315bb84be0cd51c3dbbc0da728) ) // PR2476 COPSNROB3 |
| 5276 | | ROM_LOAD( "39212581.bin", 0x0000, 0x1000000, CRC(8996b649) SHA1(e10b82bc7e1fcebe9742755e3a33c9abe75ba1fa) ) // PR2476 COPSNROB3 |
| 5277 | | ROM_LOAD( "39212616.bin", 0x0000, 0x1000000, CRC(d091476a) SHA1(db4f2f1a0bbd22f554265ce5330666f3b1a44862) ) // PR2476 COPSNROB3 |
| 5278 | | |
| 5279 | | ROM_LOAD( "39211582.bin", 0x0000, 0x1000000, CRC(d208a456) SHA1(f53b77299cb85c5b0564b907b2ceb66de8206627) ) // PR2495 COPSNROB |
| 5280 | | ROM_LOAD( "39211596.bin", 0x0000, 0x1000000, CRC(9814b1b7) SHA1(e6dc1a516f7f73acb1a78502c4baa6fe9589801d) ) // PR2495 COPSNROB |
| 5281 | | ROM_LOAD( "39212582.bin", 0x0000, 0x1000000, CRC(599f5d55) SHA1(c4941d754b87ddbd58b19dd4edec2af3a5ddd821) ) // PR2495 COPSNROB |
| 5282 | | ROM_LOAD( "39212596.bin", 0x0000, 0x1000000, CRC(1152f65c) SHA1(1406667c41e0ed8c07b65df95eb34ca6fe5a2708) ) // PR2495 COPSNROB |
| 5283 | | |
| 5284 | | ROM_LOAD( "39212606.bin", 0x0000, 0x1000000, CRC(7cfdeb40) SHA1(76e3583dc60464f6b8d503eb0c32d0bf81bc70d6) ) // PR2628 COPSNROB |
| 5285 | | ROM_END |
| 5286 | | |
| 5287 | | |
| 5288 | | ROM_START( sc5coro ) |
| 5289 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5290 | | ROM_LOAD16_BYTE( "95416526.lo", 0x00001, 0x080000, CRC(f3fedcd0) SHA1(6e76e41dcb2ec9a03947631b439e9dfb3b4959a1) ) |
| 5291 | | ROM_LOAD16_BYTE( "95416527.hi", 0x00000, 0x080000, CRC(254c9c7b) SHA1(7bcc8ad1e7755362b6873ad0ce84bf0ce8a64a09) ) |
| 5292 | | sc_coro_others |
| 5293 | | ROM_END |
| 5294 | | |
| 5295 | | ROM_START( sc5coroa ) |
| 5296 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5297 | | ROM_LOAD16_BYTE( "95416656.lo", 0x00001, 0x080000, CRC(ae8afdc5) SHA1(cec76e7c58533b573b06538558f3705a73793046) ) |
| 5298 | | ROM_LOAD16_BYTE( "95416657.hi", 0x00000, 0x080000, CRC(4a99a20a) SHA1(5c1aa9a114f0ff13ef4323ab7b4baf882b1c43da) ) |
| 5299 | | sc_coro_others |
| 5300 | | ROM_END |
| 5301 | | |
| 5302 | | ROM_START( sc5corob ) |
| 5303 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5304 | | ROM_LOAD16_BYTE( "95416676.lo", 0x00001, 0x080000, CRC(93188ca9) SHA1(09298ed5c43329d539e96e44f01451eb6f9de62f) ) |
| 5305 | | ROM_LOAD16_BYTE( "95416677.hi", 0x00000, 0x080000, CRC(a1c79ca4) SHA1(dc0dab3bed7dff7746bf643748376fab145c62ff) ) |
| 5306 | | sc_coro_others |
| 5307 | | ROM_END |
| 5308 | | |
| 5309 | | ROM_START( sc5coroc ) |
| 5310 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5311 | | ROM_LOAD16_BYTE( "95416730.lo", 0x00001, 0x080000, CRC(526fffc9) SHA1(17daa8e30029f831835dcece9f5643669ce724f5) ) |
| 5312 | | ROM_LOAD16_BYTE( "95416731.hi", 0x00000, 0x080000, CRC(a6a3953f) SHA1(7405c27c31a2383330f59b4ec408ddcbe4d070ef) ) |
| 5313 | | sc_coro_others |
| 5314 | | ROM_END |
| 5315 | | |
| 5316 | | ROM_START( sc5corod ) |
| 5317 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5318 | | ROM_LOAD16_BYTE( "95416738.lo", 0x00001, 0x080000, CRC(f6ba008f) SHA1(4acb808ea192354b1c7610f8e144a9e3e9da6699) ) |
| 5319 | | ROM_LOAD16_BYTE( "95416739.hi", 0x00000, 0x080000, CRC(ef9458d5) SHA1(816b4d02b657e9804b225fd13f4718f061d381a9) ) |
| 5320 | | sc_coro_others |
| 5321 | | ROM_END |
| 5322 | | |
| 5323 | | ROM_START( sc5coroe ) |
| 5324 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5325 | | ROM_LOAD16_BYTE( "95416758.lo", 0x00001, 0x080000, CRC(6c373887) SHA1(637a2013de57d269afb13648799a02ba2c4a8082) ) |
| 5326 | | ROM_LOAD16_BYTE( "95416759.hi", 0x00000, 0x080000, CRC(724b9d8a) SHA1(8310626686aa8aa61874812a8b9e8ab19445d428) ) |
| 5327 | | sc_coro_others |
| 5328 | | ROM_END |
| 5329 | | |
| 5330 | | ROM_START( sc5corof ) |
| 5331 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5332 | | ROM_LOAD16_BYTE( "95416760.lo", 0x00001, 0x080000, CRC(66c192ae) SHA1(6da0ca25c6f7a1fd434d85ec905e65bbd9f427ce) ) |
| 5333 | | ROM_LOAD16_BYTE( "95416761.hi", 0x00000, 0x080000, CRC(bdcb5413) SHA1(9f481f3bb39497ae780f8c33f6eba0d36277b705) ) |
| 5334 | | sc_coro_others |
| 5335 | | ROM_END |
| 5336 | | |
| 5337 | | ROM_START( sc5corog ) |
| 5338 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5339 | | ROM_LOAD16_BYTE( "95416810.lo", 0x00001, 0x080000, CRC(4c6f6ed6) SHA1(a3642a0ab1ce196ff9495c2a64dcb3c0ada90ee6) ) |
| 5340 | | ROM_LOAD16_BYTE( "95416811.hi", 0x00000, 0x080000, CRC(748ebac9) SHA1(a2b7447afe0e0e27a2e895ba17623d9d550b90af) ) |
| 5341 | | sc_coro_others |
| 5342 | | ROM_END |
| 5343 | | |
| 5344 | | ROM_START( sc5coroh ) |
| 5345 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5346 | | ROM_LOAD16_BYTE( "95416812.lo", 0x00001, 0x080000, CRC(eb2d17a6) SHA1(5c35d558213f0e41e401721ec23a8e1fd816ba85) ) |
| 5347 | | ROM_LOAD16_BYTE( "95416813.hi", 0x00000, 0x080000, CRC(f942c2ad) SHA1(26672aa648cd37af4565da2df07e52ca1cddae2b) ) |
| 5348 | | sc_coro_others |
| 5349 | | ROM_END |
| 5350 | | |
| 5351 | | ROM_START( sc5coroi ) |
| 5352 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5353 | | ROM_LOAD16_BYTE( "95416814.lo", 0x00001, 0x080000, CRC(c6d9f9f5) SHA1(13c9d0e59f3134d1334d04275991368f14befd4c) ) |
| 5354 | | ROM_LOAD16_BYTE( "95416815.hi", 0x00000, 0x080000, CRC(1f6f83cc) SHA1(6bd058c650c515d6a4611cbfba15e7a4e4f0083f) ) |
| 5355 | | sc_coro_others |
| 5356 | | ROM_END |
| 5357 | | |
| 5358 | | ROM_START( sc5coroj ) |
| 5359 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5360 | | ROM_LOAD16_BYTE( "95416816.lo", 0x00001, 0x080000, CRC(c124af64) SHA1(94b010a771bf5927547a271ef8e0adc9c22c7a30) ) |
| 5361 | | ROM_LOAD16_BYTE( "95416817.hi", 0x00000, 0x080000, CRC(862d2f44) SHA1(f5cf99aa8dc6bd28cf658e4f91bdd30b8987d2c0) ) |
| 5362 | | sc_coro_others |
| 5363 | | ROM_END |
| 5364 | | |
| 5365 | | ROM_START( sc5corok ) |
| 5366 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5367 | | ROM_LOAD16_BYTE( "95416936.lo", 0x00001, 0x080000, CRC(e373dd40) SHA1(c4013c5257188defd2aee5d6e4735ad15bb2fe3e) ) |
| 5368 | | ROM_LOAD16_BYTE( "95416937.hi", 0x00000, 0x080000, CRC(7a35f640) SHA1(5a02a5a1757af08432051f4d0e3a50720e86961d) ) |
| 5369 | | sc_coro_others |
| 5370 | | ROM_END |
| 5371 | | |
| 5372 | | ROM_START( sc5corol ) |
| 5373 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5374 | | ROM_LOAD16_BYTE( "95416938.lo", 0x00001, 0x080000, CRC(0d4c3a8b) SHA1(12feb437793964f91d7f7429f6ce4127452f5866) ) |
| 5375 | | ROM_LOAD16_BYTE( "95416939.hi", 0x00000, 0x080000, CRC(2c5c2f2f) SHA1(454d7ffc9a9f55a5395e1d863800897f2e2aaa6e) ) |
| 5376 | | sc_coro_others |
| 5377 | | ROM_END |
| 5378 | | |
| 5379 | | ROM_START( sc5corom ) |
| 5380 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5381 | | ROM_LOAD16_BYTE( "95417526.lo", 0x00001, 0x080000, CRC(269dd109) SHA1(07b2850cdc31900c1201f06cdbd84094a6703026) ) |
| 5382 | | ROM_LOAD16_BYTE( "95417527.hi", 0x00000, 0x080000, CRC(9c854630) SHA1(b4960dca60d15f1622deb2b4cc8f62a8ab726f16) ) |
| 5383 | | sc_coro_others |
| 5384 | | ROM_END |
| 5385 | | |
| 5386 | | ROM_START( sc5coron ) |
| 5387 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5388 | | ROM_LOAD16_BYTE( "95417676.lo", 0x00001, 0x080000, CRC(787c6632) SHA1(6a0a340747e11f6b3616e232c6ee9dba963d9692) ) |
| 5389 | | ROM_LOAD16_BYTE( "95417677.hi", 0x00000, 0x080000, CRC(6a1ec675) SHA1(e043b12f08ad8e9894cc5ee715a95571a3866b26) ) |
| 5390 | | sc_coro_others |
| 5391 | | ROM_END |
| 5392 | | |
| 5393 | | ROM_START( sc5coroo ) |
| 5394 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5395 | | ROM_LOAD16_BYTE( "95417730.lo", 0x00001, 0x080000, CRC(18b31ec3) SHA1(6137bef65eee9d0c7fced36ebf78bd0f73b79847) ) |
| 5396 | | ROM_LOAD16_BYTE( "95417731.hi", 0x00000, 0x080000, CRC(8715a2a4) SHA1(a3bdcdccc72a2e0ff5a0fab374b0de8fabf03c4e) ) |
| 5397 | | sc_coro_others |
| 5398 | | ROM_END |
| 5399 | | |
| 5400 | | ROM_START( sc5corop ) |
| 5401 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5402 | | ROM_LOAD16_BYTE( "95417738.lo", 0x00001, 0x080000, CRC(c549318e) SHA1(5dec93f36a78aca538677c70d8ba5dab6959cd0f) ) |
| 5403 | | ROM_LOAD16_BYTE( "95417739.hi", 0x00000, 0x080000, CRC(05ab362d) SHA1(af3a39a05960d97d66f63eb8e671a38d14747e60) ) |
| 5404 | | sc_coro_others |
| 5405 | | ROM_END |
| 5406 | | |
| 5407 | | ROM_START( sc5coroq ) |
| 5408 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5409 | | ROM_LOAD16_BYTE( "95417758.lo", 0x00001, 0x080000, CRC(08f4c168) SHA1(3a03d712d8562022a506f81783d8ad7a5b8c55e2) ) |
| 5410 | | ROM_LOAD16_BYTE( "95417759.hi", 0x00000, 0x080000, CRC(b8c6280b) SHA1(e38227eca891af521e21e936df638e6e64edc0e1) ) |
| 5411 | | sc_coro_others |
| 5412 | | ROM_END |
| 5413 | | |
| 5414 | | ROM_START( sc5coror ) |
| 5415 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5416 | | ROM_LOAD16_BYTE( "95417760.lo", 0x00001, 0x080000, CRC(be25eba1) SHA1(9173498cecafd6358e085197dc078a4844b276b4) ) |
| 5417 | | ROM_LOAD16_BYTE( "95417761.hi", 0x00000, 0x080000, CRC(515d9a6a) SHA1(4bd863d4314a925f63b72a97104c8e44d82d6414) ) |
| 5418 | | sc_coro_others |
| 5419 | | ROM_END |
| 5420 | | |
| 5421 | | ROM_START( sc5coros ) |
| 5422 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5423 | | ROM_LOAD16_BYTE( "95417810.lo", 0x00001, 0x080000, CRC(18505dc2) SHA1(32ad173c0499763e0713a7b1ba5a006e3ddc3404) ) |
| 5424 | | ROM_LOAD16_BYTE( "95417811.hi", 0x00000, 0x080000, CRC(1af74a2a) SHA1(3a8662ca3f23df59475adb8110be7bee034a56e0) ) |
| 5425 | | sc_coro_others |
| 5426 | | ROM_END |
| 5427 | | |
| 5428 | | ROM_START( sc5corot ) |
| 5429 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5430 | | ROM_LOAD16_BYTE( "95417812.lo", 0x00001, 0x080000, CRC(66b63a1e) SHA1(10f87531b2e6483340cd2ac08b9987279c4af491) ) |
| 5431 | | ROM_LOAD16_BYTE( "95417813.hi", 0x00000, 0x080000, CRC(8f704da7) SHA1(cac038ba2b9029af44ca3cdebe19ef3890a60147) ) |
| 5432 | | sc_coro_others |
| 5433 | | ROM_END |
| 5434 | | |
| 5435 | | ROM_START( sc5corou ) |
| 5436 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5437 | | ROM_LOAD16_BYTE( "95417814.lo", 0x00001, 0x080000, CRC(132c0444) SHA1(15aab0ed9a72799c1004c91444e655d4df528c2d) ) |
| 5438 | | ROM_LOAD16_BYTE( "95417815.hi", 0x00000, 0x080000, CRC(8cf8d353) SHA1(a5da98401a0b06537c1656d09a3fce27b56d5870) ) |
| 5439 | | sc_coro_others |
| 5440 | | ROM_END |
| 5441 | | |
| 5442 | | ROM_START( sc5corov ) |
| 5443 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5444 | | ROM_LOAD16_BYTE( "95417816.lo", 0x00001, 0x080000, CRC(230cefc3) SHA1(7b2c0c5617243a58fe3f53647f062aa0f573c935) ) |
| 5445 | | ROM_LOAD16_BYTE( "95417817.hi", 0x00000, 0x080000, CRC(18cdfe08) SHA1(7ae92e7429d0cd0c197a1fead8cce222cf00b83a) ) |
| 5446 | | sc_coro_others |
| 5447 | | ROM_END |
| 5448 | | |
| 5449 | | ROM_START( sc5corow ) |
| 5450 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5451 | | ROM_LOAD16_BYTE( "95417936.lo", 0x00001, 0x080000, CRC(d3d45e47) SHA1(3dede274c492941c8ca7e0898e262d2b99ec912b) ) |
| 5452 | | ROM_LOAD16_BYTE( "95417937.hi", 0x00000, 0x080000, CRC(4b0bef9d) SHA1(b9f388ad48b8697ac1c362ddab2b6e314c46e784) ) |
| 5453 | | sc_coro_others |
| 5454 | | ROM_END |
| 5455 | | |
| 5456 | | ROM_START( sc5corox ) |
| 5457 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5458 | | ROM_LOAD16_BYTE( "95417938.lo", 0x00001, 0x080000, CRC(26e3bdad) SHA1(2715535a0f0c2f876c3c1d3d7840d50bf1cb7248) ) |
| 5459 | | ROM_LOAD16_BYTE( "95417939.hi", 0x00000, 0x080000, CRC(417671ed) SHA1(571f57ad2438257cbe517fc618fa12b2de1c808c) ) |
| 5460 | | sc_coro_others |
| 5461 | | ROM_END |
| 5462 | | |
| 5463 | | ROM_START( sc5coroy ) |
| 5464 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5465 | | ROM_LOAD16_BYTE( "95420088.lo", 0x00001, 0x080000, CRC(652cd122) SHA1(b0d30d6cfc400acbca7b3bafffd899bb82d0b45d) ) |
| 5466 | | ROM_LOAD16_BYTE( "95420089.hi", 0x00000, 0x080000, CRC(46020943) SHA1(1cd98dfea87128ecdbaaa014c5136c86ee26980c) ) |
| 5467 | | sc_coro_others |
| 5468 | | ROM_END |
| 5469 | | |
| 5470 | | ROM_START( sc5coroz ) |
| 5471 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5472 | | ROM_LOAD16_BYTE( "95420196.lo", 0x00001, 0x080000, CRC(2d71befb) SHA1(a2f83f4a03d8a16d50a7036daca00ffd4e788b93) ) |
| 5473 | | ROM_LOAD16_BYTE( "95420197.hi", 0x00000, 0x080000, CRC(68fe0186) SHA1(e3b429f3511adb2b75db42193ba67b39dcc30210) ) |
| 5474 | | sc_coro_others |
| 5475 | | ROM_END |
| 5476 | | |
| 5477 | | ROM_START( sc5coro0 ) |
| 5478 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5479 | | ROM_LOAD16_BYTE( "95421088.lo", 0x00001, 0x080000, CRC(28594ba6) SHA1(6d7edd190b16e6097ceee416af06ea285bf15ae8) ) |
| 5480 | | ROM_LOAD16_BYTE( "95421089.hi", 0x00000, 0x080000, CRC(c39b593e) SHA1(3af0074084576fba592676c897089dfce9838e37) ) |
| 5481 | | sc_coro_others |
| 5482 | | ROM_END |
| 5483 | | |
| 5484 | | ROM_START( sc5coro1 ) |
| 5485 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5486 | | ROM_LOAD16_BYTE( "95421196.lo", 0x00001, 0x080000, CRC(41474b13) SHA1(d6508367555aa2bb8213d6cb1855299356d6233b) ) |
| 5487 | | ROM_LOAD16_BYTE( "95421197.hi", 0x00000, 0x080000, CRC(8b175da8) SHA1(ab7503a44edbbe84113bf8411d9c8742cedf8d27) ) |
| 5488 | | sc_coro_others |
| 5489 | | ROM_END |
| 5490 | | |
| 5491 | | |
| 5492 | | |
| 5493 | | |
| 5494 | | ROM_START( sc5count ) |
| 5495 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5496 | | ROM_LOAD16_BYTE( "p1909p13.hi", 0x00000, 0x080000, CRC(bf5b9f9d) SHA1(d9d32838a58440da9921da4b48cff02e76efbf5b) ) |
| 5497 | | ROM_LOAD16_BYTE( "p1909p13.lo", 0x00001, 0x080000, CRC(3386377d) SHA1(3ae1fdac56cea2dd42038992c0f8dfc33f7a730d) ) |
| 5498 | | sc_count_others |
| 5499 | | ROM_END |
| 5500 | | |
| 5501 | | ROM_START( sc5counta ) |
| 5502 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5503 | | ROM_LOAD16_BYTE( "p1909s13.hi", 0x00000, 0x080000, CRC(93f8e60c) SHA1(96b0125de0145eceaf077e96b5d1cc4b91f4af72) ) |
| 5504 | | ROM_LOAD16_BYTE( "p1909s13.lo", 0x00001, 0x080000, CRC(bd50fdf2) SHA1(6d144adf57d48bef29dda5b6f8ecd18011f7febf) ) |
| 5505 | | sc_count_others |
| 5506 | | ROM_END |
| 5507 | | |
| 5508 | | |
| 5509 | | |
| 5510 | | ROM_START( sc5czfr ) |
| 5511 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5512 | | ROM_LOAD16_BYTE( "95424544.lo", 0x00001, 0x080000, CRC(287d95b9) SHA1(c820b9913d35171ecda22baf77d85ab8ecd8cf7a) ) |
| 5513 | | ROM_LOAD16_BYTE( "95424545.hi", 0x00000, 0x080000, CRC(2b66c83f) SHA1(f47f4b1b9241d1dbc2f5d20d283ed0891484e494) ) |
| 5514 | | sc_czfr_others |
| 5515 | | ROM_END |
| 5516 | | |
| 5517 | | ROM_START( sc5frcrza ) |
| 5518 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5519 | | ROM_LOAD16_BYTE( "95424546.lo", 0x00001, 0x080000, CRC(57d3e455) SHA1(f0ee335a9d56364aa5c64b2c20dcdef06aa0f5a5) ) |
| 5520 | | ROM_LOAD16_BYTE( "95424547.hi", 0x00000, 0x080000, CRC(b9aa92e1) SHA1(3364253fd3e1c5b61a66080ce9a2e21047fb6d8b) ) |
| 5521 | | sc_czfr_others |
| 5522 | | ROM_END |
| 5523 | | |
| 5524 | | ROM_START( sc5frcrz ) |
| 5525 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5526 | | ROM_LOAD16_BYTE( "95425546.lo", 0x00001, 0x080000, CRC(b503d236) SHA1(643cf63185ad796a2c5c3ca6900b2105d00c4f00) ) |
| 5527 | | ROM_LOAD16_BYTE( "95425547.hi", 0x00000, 0x080000, CRC(4261825a) SHA1(41842a1416ff1b1603881c166904df5ef2ebeedd) ) |
| 5528 | | sc_czfr_others |
| 5529 | | ROM_END |
| 5530 | | |
| 5531 | | |
| 5532 | | |
| 5533 | | ROM_START( sc5crnjw ) |
| 5534 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5535 | | ROM_LOAD16_BYTE( "95412722.lo", 0x00001, 0x080000, CRC(3a6af4a3) SHA1(ca49bb59a3f6ae748dcbfcf1a9b5802647cdef06) ) |
| 5536 | | ROM_LOAD16_BYTE( "95412723.hi", 0x00000, 0x080000, CRC(29959756) SHA1(2197c2b81777ec3053a314c491effce064c4ce29) ) |
| 5537 | | sc_crnjw_others |
| 5538 | | ROM_END |
| 5539 | | |
| 5540 | | ROM_START( sc5crnjwa ) |
| 5541 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5542 | | ROM_LOAD16_BYTE( "95413722.lo", 0x00001, 0x080000, CRC(1fb92642) SHA1(9cb3a432841fcdd5e863a5c77a431299c2a534f8) ) |
| 5543 | | ROM_LOAD16_BYTE( "95413723.hi", 0x00000, 0x080000, CRC(e3bd347d) SHA1(02a996e7f2e81f12b0d05810370763ea02c7bf6c) ) |
| 5544 | | sc_crnjw_others |
| 5545 | | ROM_END |
| 5546 | | |
| 5547 | | ROM_START( sc5crnjwb ) |
| 5548 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5549 | | ROM_LOAD16_BYTE( "c_jewels.hi", 0x00000, 0x080000, CRC(b1ddedd3) SHA1(e5eb9f25a4e385e17c97c1fd67cba991c5f832bd) ) |
| 5550 | | ROM_LOAD16_BYTE( "c_jewels.lo", 0x00001, 0x080000, CRC(3e8812bc) SHA1(66ad13ef56a6d95a82565e3de53b199f0426a156) ) |
| 5551 | | sc_crnjw_others |
| 5552 | | ROM_END |
| 5553 | | |
| 5554 | | ROM_START( sc5cjqps ) |
| 5555 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5556 | | ROM_LOAD16_BYTE( "g95426714.lo", 0x00001, 0x080000, CRC(c2d3f6d6) SHA1(fb5532a9f23c7f9740d55eb411f543b75e3b8ae6) ) |
| 5557 | | ROM_LOAD16_BYTE( "g95426715.hi", 0x00000, 0x080000, CRC(bd812886) SHA1(2452499bc7c6ca51e8f6ed53c182a756e90bf9a0) ) |
| 5558 | | PR000055_CJEWELS |
| 5559 | | ROM_END |
| 5560 | | |
| 5561 | | ROM_START( sc5cjqpsa ) |
| 5562 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5563 | | ROM_LOAD16_BYTE( "g95426894.lo", 0x00001, 0x080000, CRC(cc1d8324) SHA1(aae871fb7400e661f60f174491f4f2192dd12ebd) ) |
| 5564 | | ROM_LOAD16_BYTE( "g95426895.hi", 0x00000, 0x080000, CRC(40820ce7) SHA1(e65c939563acd9ebe2d342116f884418b5562279) ) |
| 5565 | | PR000055_CJEWELS |
| 5566 | | ROM_END |
| 5567 | | |
| 5568 | | ROM_START( sc5cjqpsb ) |
| 5569 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5570 | | ROM_LOAD16_BYTE( "g95427714.lo", 0x00001, 0x080000, CRC(1866575e) SHA1(7f772562a7a2d961777c5df55e4a62931934522e) ) |
| 5571 | | ROM_LOAD16_BYTE( "g95427715.hi", 0x00000, 0x080000, CRC(db62827f) SHA1(96086d1976e443d026fc9534d861f3117b2d901a) ) |
| 5572 | | PR000055_CJEWELS |
| 5573 | | ROM_END |
| 5574 | | |
| 5575 | | ROM_START( sc5cjqpsc ) |
| 5576 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5577 | | ROM_LOAD16_BYTE( "g95427894.lo", 0x00001, 0x080000, CRC(f18d39dd) SHA1(9633a857faa91cde927978bc3d06c2b1840d65ec) ) |
| 5578 | | ROM_LOAD16_BYTE( "g95427895.hi", 0x00000, 0x080000, CRC(961802c6) SHA1(ae8da626d508e4a7697ef1911c2183da97b0f0cc) ) |
| 5579 | | PR000055_CJEWELS |
| 5580 | | ROM_END |
| 5581 | | |
| 5582 | | |
| 5583 | | |
| 5584 | | ROM_START( sc5dnd ) |
| 5585 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5586 | | ROM_LOAD16_BYTE( "95418428.lo", 0x00001, 0x080000, CRC(e3402379) SHA1(54eb1c75e174083fb6e913c231706fd192ca8b22) ) |
| 5587 | | ROM_LOAD16_BYTE( "95418429.hi", 0x00000, 0x080000, CRC(a7c8a115) SHA1(987485c9db6b9e05b6fc60307535533a931db7f2) ) |
| 5588 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5589 | | ROM_END |
| 5590 | | |
| 5591 | | ROM_START( sc5dndcs ) |
| 5592 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5593 | | ROM_LOAD16_BYTE( "95418446.lo", 0x00001, 0x080000, CRC(bb3df08e) SHA1(d1ae172cff3776b008d1b08772e2589dcc06f75e) ) |
| 5594 | | ROM_LOAD16_BYTE( "95418447.hi", 0x00000, 0x080000, CRC(03ade18d) SHA1(c74f431245c1854577232c1c10b3a9868e59d38f) ) |
| 5595 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5596 | | ROM_END |
| 5597 | | |
| 5598 | | ROM_START( sc5dndcsa ) |
| 5599 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5600 | | ROM_LOAD16_BYTE( "95418582.lo", 0x00001, 0x080000, CRC(e77addb2) SHA1(37655aba352008d468b0b155a8178addf1f1bb85) ) |
| 5601 | | ROM_LOAD16_BYTE( "95418583.hi", 0x00000, 0x080000, CRC(01c82328) SHA1(367ae0f2b4b08d194c567ea48f4576f68c921dde) ) |
| 5602 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5603 | | ROM_END |
| 5604 | | |
| 5605 | | ROM_START( sc5dndcsb ) |
| 5606 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5607 | | ROM_LOAD16_BYTE( "95418610.lo", 0x00001, 0x080000, CRC(6b25fe94) SHA1(f926758df4fceb8422fb6165497d5353cb51355b) ) |
| 5608 | | ROM_LOAD16_BYTE( "95418611.hi", 0x00000, 0x080000, CRC(b1dd987d) SHA1(46e8e8015da8cdee87c202fbdfaf5b5ab157fcef) ) |
| 5609 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5610 | | ROM_END |
| 5611 | | |
| 5612 | | |
| 5613 | | ROM_START( sc5dndcsc ) |
| 5614 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5615 | | ROM_LOAD16_BYTE( "95418740.lo", 0x00001, 0x080000, CRC(d1cc7151) SHA1(c350c2a61e6dc927fdde3f57dadf07ffb7a74172) ) |
| 5616 | | ROM_LOAD16_BYTE( "95418741.hi", 0x00000, 0x080000, CRC(369f411b) SHA1(e24e60c2707a99e664b049bb2bace837423871ab) ) |
| 5617 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5618 | | ROM_END |
| 5619 | | |
| 5620 | | ROM_START( sc5dndcsd ) |
| 5621 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5622 | | ROM_LOAD16_BYTE( "95419446.lo", 0x00001, 0x080000, CRC(7f5dc09c) SHA1(022d368063398c3ec206c5576fff54e20ffc73c3) ) |
| 5623 | | ROM_LOAD16_BYTE( "95419447.hi", 0x00000, 0x080000, CRC(dd8b1ee5) SHA1(8d59e3f762dd4338706017d1717d06a7a718fbd9) ) |
| 5624 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5625 | | ROM_END |
| 5626 | | |
| 5627 | | ROM_START( sc5dndcse ) |
| 5628 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5629 | | ROM_LOAD16_BYTE( "95419582.lo", 0x00001, 0x080000, CRC(43e7545f) SHA1(53356002ab07f5e9e1df13eef1f1b65c44a9b7b7) ) |
| 5630 | | ROM_LOAD16_BYTE( "95419583.hi", 0x00000, 0x080000, CRC(39bf2015) SHA1(1884f7f79c5e6cc6b78929d7f4e743dd02fceddc) ) |
| 5631 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5632 | | ROM_END |
| 5633 | | |
| 5634 | | ROM_START( sc5dndcsf ) |
| 5635 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5636 | | ROM_LOAD16_BYTE( "95419610.lo", 0x00001, 0x080000, CRC(cfb87779) SHA1(c8df9cce5f3bc58fad35702f653f1ea5613f3cac) ) |
| 5637 | | ROM_LOAD16_BYTE( "95419611.hi", 0x00000, 0x080000, CRC(89aa9b40) SHA1(1369d2c92b41ecbf930c67adc1ca1ff74896d85c) ) |
| 5638 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5639 | | ROM_END |
| 5640 | | |
| 5641 | | ROM_START( sc5dndcsg ) |
| 5642 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5643 | | ROM_LOAD16_BYTE( "95419740.lo", 0x00001, 0x080000, CRC(be5583a6) SHA1(62889d112060f7876fee9d88315a6f6082ac3a81) ) |
| 5644 | | ROM_LOAD16_BYTE( "95419741.hi", 0x00000, 0x080000, CRC(d051eb76) SHA1(7fb107cfdd628f2196e15b98b38eb90540883ddf) ) |
| 5645 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5646 | | ROM_END |
| 5647 | | |
| 5648 | | ROM_START( sc5dndcsh ) |
| 5649 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5650 | | ROM_LOAD16_BYTE( "95423940.lo", 0x00001, 0x080000, CRC(845e82af) SHA1(7ebbe59e8eafc3517806e72fd759a61da282e5fc) ) |
| 5651 | | ROM_LOAD16_BYTE( "95423941.hi", 0x00000, 0x080000, CRC(2aef2c9a) SHA1(8a940c6f6f3fe4ee6625012cf61bde7b78260ddd) ) |
| 5652 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5653 | | ROM_END |
| 5654 | | |
| 5655 | | ROM_START( sc5dndcsi ) |
| 5656 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5657 | | ROM_LOAD16_BYTE( "95426464.lo", 0x00001, 0x080000, CRC(6dbb8ceb) SHA1(f79bc7f047ab5fca012d1d92672d34309ec159dc) ) |
| 5658 | | ROM_LOAD16_BYTE( "95426465.hi", 0x00000, 0x080000, CRC(89e9b45c) SHA1(246e69129bc80ec0263be7cd6dd02f859f550606) ) |
| 5659 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5660 | | ROM_END |
| 5661 | | |
| 5662 | | ROM_START( sc5dndcsj ) |
| 5663 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5664 | | ROM_LOAD16_BYTE( "95427464.lo", 0x00001, 0x080000, CRC(ab9bc5f4) SHA1(c36f5b6acdce0432c0227832618cb0ab8fec3dd2) ) |
| 5665 | | ROM_LOAD16_BYTE( "95427465.hi", 0x00000, 0x080000, CRC(a744775e) SHA1(78591fa7a4c733a456d442903003e4dc3ab7ba8d) ) |
| 5666 | | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5667 | | ROM_END |
| 5668 | | |
| 5669 | | ROM_START( sc5dndc3 ) |
| 5670 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5671 | | ROM_LOAD16_BYTE( "95418624.lo", 0x00001, 0x080000, CRC(d92cc819) SHA1(dbb5879b5290d3c217b237bd4c59865cf57e154c) ) |
| 5672 | | ROM_LOAD16_BYTE( "95418625.hi", 0x00000, 0x080000, CRC(52f037cf) SHA1(0a4b8b2937577b103cf1e4eb47234687aae643c3) ) |
| 5673 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5674 | | ROM_END |
| 5675 | | |
| 5676 | | ROM_START( sc5dnda ) |
| 5677 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5678 | | ROM_LOAD16_BYTE( "95418626.lo", 0x00001, 0x080000, CRC(8825bac7) SHA1(b732499056718e0002e69ad92fd1a0dc1ddecfee) ) |
| 5679 | | ROM_LOAD16_BYTE( "95418627.hi", 0x00000, 0x080000, CRC(38dde058) SHA1(74c729a4f7597a38ed645a638d1f09ab13b1fa93) ) |
| 5680 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5681 | | ROM_END |
| 5682 | | |
| 5683 | | ROM_START( sc5dndc3a ) |
| 5684 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5685 | | ROM_LOAD16_BYTE( "95418708.lo", 0x00001, 0x080000, CRC(30a98bc2) SHA1(5caf982d2853ce39294445ab89474906e2e41981) ) |
| 5686 | | ROM_LOAD16_BYTE( "95418709.hi", 0x00000, 0x080000, CRC(9c657c50) SHA1(e72296e193693c3a9ff33632fb0db9c64fe75a97) ) |
| 5687 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5688 | | ROM_END |
| 5689 | | |
| 5690 | | |
| 5691 | | ROM_START( sc5dndb ) |
| 5692 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5693 | | ROM_LOAD16_BYTE( "95419428.lo", 0x00001, 0x080000, CRC(72a46f10) SHA1(933a5990fbe1ede6f3527315d8ea111e2814fa83) ) |
| 5694 | | ROM_LOAD16_BYTE( "95419429.hi", 0x00000, 0x080000, CRC(7aadaaed) SHA1(19c452644db9da1ed5741173473b23a95e2133f5) ) |
| 5695 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5696 | | ROM_END |
| 5697 | | |
| 5698 | | |
| 5699 | | ROM_START( sc5dndc3b ) |
| 5700 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5701 | | ROM_LOAD16_BYTE( "95419624.lo", 0x00001, 0x080000, CRC(ac6733b8) SHA1(7f67cdf1b3b8d3ac5d2424aadd9c81fe8340f613) ) |
| 5702 | | ROM_LOAD16_BYTE( "95419625.hi", 0x00000, 0x080000, CRC(a3733571) SHA1(3bbf7087b8446120f2f3e8d664efef5196ce9b0d) ) |
| 5703 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5704 | | ROM_END |
| 5705 | | |
| 5706 | | ROM_START( sc5dndc ) |
| 5707 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5708 | | ROM_LOAD16_BYTE( "95419626.lo", 0x00001, 0x080000, CRC(17b5d2ad) SHA1(7068b73fb1ec4a56d7121be4e548674ad2bb7ef6) ) |
| 5709 | | ROM_LOAD16_BYTE( "95419627.hi", 0x00000, 0x080000, CRC(39e34c28) SHA1(b75456e108c8acf363cd83f80be294b6bfecce90) ) |
| 5710 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5711 | | ROM_END |
| 5712 | | |
| 5713 | | ROM_START( sc5dndc3c ) |
| 5714 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5715 | | ROM_LOAD16_BYTE( "95419708.lo", 0x00001, 0x080000, CRC(2c553048) SHA1(6c550e359226386612163f0a018ce20c66af530a) ) |
| 5716 | | ROM_LOAD16_BYTE( "95419709.hi", 0x00000, 0x080000, CRC(872d1f42) SHA1(bb249b3aadfb8448d144f36bbda7397ff7464057) ) |
| 5717 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5718 | | ROM_END |
| 5719 | | |
| 5720 | | |
| 5721 | | ROM_START( sc5dndd ) |
| 5722 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5723 | | ROM_LOAD16_BYTE( "95422024.lo", 0x00001, 0x080000, CRC(b5481bbb) SHA1(43e6e81e0ddcf6f2bf6bf301348cf17f37ec7d6c) ) |
| 5724 | | ROM_LOAD16_BYTE( "95422025.hi", 0x00000, 0x080000, CRC(8a28b1a4) SHA1(bc895c4e3061f95c3136437df30a5d88df794146) ) |
| 5725 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5726 | | ROM_END |
| 5727 | | |
| 5728 | | |
| 5729 | | ROM_START( sc5dnde ) |
| 5730 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5731 | | ROM_LOAD16_BYTE( "95422564.lo", 0x00001, 0x080000, CRC(1f63b69b) SHA1(733cb1959e4f63b7a45ba39e93375d49271cc2ba) ) |
| 5732 | | ROM_LOAD16_BYTE( "95422565.hi", 0x00000, 0x080000, CRC(dbf27ae1) SHA1(4bd2be6f2fccf050bbbd2ea4d0a5b4246ca9da2c) ) |
| 5733 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5734 | | ROM_END |
| 5735 | | |
| 5736 | | ROM_START( sc5dndf ) |
| 5737 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5738 | | ROM_LOAD16_BYTE( "95422568.lo", 0x00001, 0x080000, CRC(2999d09e) SHA1(806275be7850b48332fdb85f4d78e616a16c12ab) ) |
| 5739 | | ROM_LOAD16_BYTE( "95422569.hi", 0x00000, 0x080000, CRC(273c2338) SHA1(b44e176fa97b40975825cdb6b3f8dfa753535162) ) |
| 5740 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5741 | | ROM_END |
| 5742 | | |
| 5743 | | ROM_START( sc5dndg ) |
| 5744 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5745 | | ROM_LOAD16_BYTE( "95422832.lo", 0x00001, 0x080000, CRC(44fbc398) SHA1(dc84091f82a718401c967c25ffe756ae1186a38d) ) |
| 5746 | | ROM_LOAD16_BYTE( "95422833.hi", 0x00000, 0x080000, CRC(80729e3f) SHA1(6d5fd934548c6254ed2ec9c9c77ffcce1eca039b) ) |
| 5747 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5748 | | ROM_END |
| 5749 | | |
| 5750 | | ROM_START( sc5dndh ) |
| 5751 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5752 | | ROM_LOAD16_BYTE( "95422862.lo", 0x00001, 0x080000, CRC(41f7ba62) SHA1(a7ad0dfdc477194e09df97331b75309c7aa976ea) ) |
| 5753 | | ROM_LOAD16_BYTE( "95422863.hi", 0x00000, 0x080000, CRC(a7883de1) SHA1(812b17621f3ac4b0252b44ec32b81145b4212637) ) |
| 5754 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5755 | | ROM_END |
| 5756 | | |
| 5757 | | ROM_START( sc5dndi ) |
| 5758 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5759 | | ROM_LOAD16_BYTE( "95422886.lo", 0x00001, 0x080000, CRC(1b926605) SHA1(f97b91c73dd330f1848a879faf949085c23d53b6) ) |
| 5760 | | ROM_LOAD16_BYTE( "95422887.hi", 0x00000, 0x080000, CRC(5f37e87a) SHA1(f1b86a3fb968be14787fb508d1fccb464cec2c4d) ) |
| 5761 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5762 | | ROM_END |
| 5763 | | |
| 5764 | | ROM_START( sc5dndj ) |
| 5765 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5766 | | ROM_LOAD16_BYTE( "95423024.lo", 0x00001, 0x080000, CRC(a825a790) SHA1(5bb676900881c93ef885e72c07a29b001a911a09) ) |
| 5767 | | ROM_LOAD16_BYTE( "95423025.hi", 0x00000, 0x080000, CRC(a98a0ead) SHA1(e1624b73b4f058edcdc3aa49f6ea55afd642938c) ) |
| 5768 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5769 | | ROM_END |
| 5770 | | |
| 5771 | | |
| 5772 | | |
| 5773 | | ROM_START( sc5dndk ) |
| 5774 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5775 | | ROM_LOAD16_BYTE( "95423564.lo", 0x00001, 0x080000, CRC(13a2bc2d) SHA1(646dd4abff1c2a7f08aabcde1aa7850505f0893f) ) |
| 5776 | | ROM_LOAD16_BYTE( "95423565.hi", 0x00000, 0x080000, CRC(aa269dbc) SHA1(7b91147ebbc48d1ff6a79d16b381989db829add8) ) |
| 5777 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5778 | | ROM_END |
| 5779 | | |
| 5780 | | ROM_START( sc5dndl ) |
| 5781 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5782 | | ROM_LOAD16_BYTE( "95423832.lo", 0x00001, 0x080000, CRC(62329f06) SHA1(7d531a7afaa0e7a04969afb4f1ef765f8552af3d) ) |
| 5783 | | ROM_LOAD16_BYTE( "95423833.hi", 0x00000, 0x080000, CRC(ae915afa) SHA1(20938b42fa53c04ea4ac0eb563615bd1ce6f0725) ) |
| 5784 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5785 | | ROM_END |
| 5786 | | |
| 5787 | | ROM_START( sc5dndm ) |
| 5788 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5789 | | ROM_LOAD16_BYTE( "95423862.lo", 0x00001, 0x080000, CRC(758f1697) SHA1(ca40ee7d8f9d32745e1fb26f1d08fc3d7f9857f4) ) |
| 5790 | | ROM_LOAD16_BYTE( "95423863.hi", 0x00000, 0x080000, CRC(9ce6e813) SHA1(55ab2bba5b2bb356807e9b0182d5260b1b6efa10) ) |
| 5791 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5792 | | ROM_END |
| 5793 | | |
| 5794 | | ROM_START( sc5dndn ) |
| 5795 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5796 | | ROM_LOAD16_BYTE( "95423886.lo", 0x00001, 0x080000, CRC(6e0b8c7e) SHA1(cac697895f0a8a7d3a31389b7719a54eb300f465) ) |
| 5797 | | ROM_LOAD16_BYTE( "95423887.hi", 0x00000, 0x080000, CRC(8b04bb99) SHA1(fea2cd96a2cc0f7bf5439020a2fbc35ee26cc558) ) |
| 5798 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5799 | | ROM_END |
| 5800 | | |
| 5801 | | |
| 5802 | | ROM_START( sc5dndo ) |
| 5803 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5804 | | ROM_LOAD16_BYTE( "95426152.lo", 0x00001, 0x080000, CRC(b304710b) SHA1(443568b0acc8381992a1a8bfe77c9bed714fb05c) ) |
| 5805 | | ROM_LOAD16_BYTE( "95426153.hi", 0x00000, 0x080000, CRC(f02a1df7) SHA1(9fc0fc6ecc5287012cf9ad2e01c4781f91b9541c) ) |
| 5806 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5807 | | ROM_END |
| 5808 | | |
| 5809 | | ROM_START( sc5dndp ) |
| 5810 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5811 | | ROM_LOAD16_BYTE( "95426168.lo", 0x00001, 0x080000, CRC(be51f52d) SHA1(e61b385c52ea1f2dca2c615518f9a419075d1a4e) ) |
| 5812 | | ROM_LOAD16_BYTE( "95426169.hi", 0x00000, 0x080000, CRC(c4c30953) SHA1(33645e956be7c5367dfab4704a7c8fbdd79f4126) ) |
| 5813 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5814 | | ROM_END |
| 5815 | | |
| 5816 | | ROM_START( sc5dndq ) |
| 5817 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5818 | | ROM_LOAD16_BYTE( "95427152.lo", 0x00001, 0x080000, CRC(58da107f) SHA1(297916acc353ac2c70218b84a5ed870513d649f1) ) |
| 5819 | | ROM_LOAD16_BYTE( "95427153.hi", 0x00000, 0x080000, CRC(6f0b8161) SHA1(41f2454b05fb226720a813626b387b8f29a7e203) ) |
| 5820 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5821 | | ROM_END |
| 5822 | | |
| 5823 | | ROM_START( sc5dndr ) |
| 5824 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5825 | | ROM_LOAD16_BYTE( "95427168.lo", 0x00001, 0x080000, CRC(3f2659e2) SHA1(37db9a4c54fb790a5d4bc7b335c4b92e1d88261e) ) |
| 5826 | | ROM_LOAD16_BYTE( "95427169.hi", 0x00000, 0x080000, CRC(af31b846) SHA1(ac168ce36c09f1770520a2a9d3f4ace88f97c463) ) |
| 5827 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5828 | | ROM_END |
| 5829 | | |
| 5830 | | ROM_START( sc5dnds ) |
| 5831 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5832 | | ROM_LOAD16_BYTE( "95422028.lo", 0x00001, 0x080000, CRC(55ecfc66) SHA1(ba6b8befe37318ecec9cce1ea3029afa701f1cff) ) |
| 5833 | | ROM_LOAD16_BYTE( "95422029.hi", 0x00000, 0x080000, CRC(d53e86be) SHA1(72f1b6b21f284b27bd63fcea90826a88c6b16bef) ) |
| 5834 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5835 | | ROM_END |
| 5836 | | |
| 5837 | | ROM_START( sc5dndt ) |
| 5838 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5839 | | ROM_LOAD16_BYTE( "95423028.lo", 0x00001, 0x080000, CRC(6a81fb48) SHA1(9e75c7601efd70aa91f9306b0ffd8d0a515912f6) ) |
| 5840 | | ROM_LOAD16_BYTE( "95423029.hi", 0x00000, 0x080000, CRC(29828640) SHA1(a90ae840318f4ea3d662645735a352d0e7382b6b) ) |
| 5841 | | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5842 | | ROM_END |
| 5843 | | |
| 5844 | | |
| 5845 | | ROM_START( sc5dndc2 ) |
| 5846 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5847 | | ROM_LOAD16_BYTE( "95422440.lo", 0x00001, 0x080000, CRC(a4c27e23) SHA1(1de762b8e78da0249c36316f3af25c5c2ee1c68f) ) |
| 5848 | | ROM_LOAD16_BYTE( "95422441.hi", 0x00000, 0x080000, CRC(7a8e9785) SHA1(4510a86664d6c50c1b62d63c679fde203bfb31ef) ) |
| 5849 | | PR1964_DND |
| 5850 | | ROM_END |
| 5851 | | |
| 5852 | | ROM_START( sc5dndc2e ) |
| 5853 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5854 | | ROM_LOAD16_BYTE( "95422442.lo", 0x00001, 0x080000, CRC(77d044a9) SHA1(e13af74b1aa5a35e0a041607ea4fd9a3e472c173) ) |
| 5855 | | ROM_LOAD16_BYTE( "95422443.hi", 0x00000, 0x080000, CRC(1b40f9e2) SHA1(1bdeeb429e4669964d805d3cb0f22038427dd567) ) |
| 5856 | | PR1964_DND |
| 5857 | | ROM_END |
| 5858 | | |
| 5859 | | ROM_START( sc5dndc2f ) |
| 5860 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5861 | | ROM_LOAD16_BYTE( "95422450.lo", 0x00001, 0x080000, CRC(d300fe2c) SHA1(f2a5770d5c51a316fdbe31fa588eaccf94cb6639) ) |
| 5862 | | ROM_LOAD16_BYTE( "95422451.hi", 0x00000, 0x080000, CRC(af1e0a64) SHA1(e494bb57cb26100ce31b9ef2b9ab1963d434973d) ) |
| 5863 | | PR1964_DND |
| 5864 | | ROM_END |
| 5865 | | |
| 5866 | | ROM_START( sc5dndc2a ) |
| 5867 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5868 | | ROM_LOAD16_BYTE( "95423440.lo", 0x00001, 0x080000, CRC(214d9f3a) SHA1(bf693dd08db022b51123dc0fdb07d16315444be0) ) |
| 5869 | | ROM_LOAD16_BYTE( "95423441.hi", 0x00000, 0x080000, CRC(4558b059) SHA1(cd37a546499b7314614edffb3e9f311cbcf8b510) ) |
| 5870 | | PR1964_DND |
| 5871 | | ROM_END |
| 5872 | | |
| 5873 | | ROM_START( sc5dndc2g ) |
| 5874 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5875 | | ROM_LOAD16_BYTE( "95423442.lo", 0x00001, 0x080000, CRC(a3b28d50) SHA1(42646bc8b3f8d36e9450f74fa7f77a67e60f82cc) ) |
| 5876 | | ROM_LOAD16_BYTE( "95423443.hi", 0x00000, 0x080000, CRC(0fb14bef) SHA1(3c80f62f86e0e248e8cc9cefc94e4d12c9cf63ca) ) |
| 5877 | | PR1964_DND |
| 5878 | | ROM_END |
| 5879 | | |
| 5880 | | ROM_START( sc5dndc2h ) |
| 5881 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5882 | | ROM_LOAD16_BYTE( "95423450.lo", 0x00001, 0x080000, CRC(6c884748) SHA1(72b458ef784c380d06074c3c5ae3dcbadd896307) ) |
| 5883 | | ROM_LOAD16_BYTE( "95423451.hi", 0x00000, 0x080000, CRC(f25bf41d) SHA1(47324b8c747405d68b193ca376929b3e49225037) ) |
| 5884 | | PR1964_DND |
| 5885 | | ROM_END |
| 5886 | | |
| 5887 | | ROM_START( sc5dndc2i ) |
| 5888 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5889 | | ROM_LOAD16_BYTE( "p1964p01.hi", 0x00000, 0x080000, CRC(b99ee66e) SHA1(3f0a046661070b29604e85e29c233b31e5de1c83) ) |
| 5890 | | ROM_LOAD16_BYTE( "p1964p01.lo", 0x00001, 0x080000, CRC(50480af0) SHA1(fbd5dd20e7e23700d4e039a1a9b17e8d83b86421) ) |
| 5891 | | PR1964_DND |
| 5892 | | ROM_END |
| 5893 | | |
| 5894 | | ROM_START( sc5dndc2q ) |
| 5895 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5896 | | ROM_LOAD16_BYTE( "p1964p12.hi", 0x00000, 0x080000, CRC(44c95076) SHA1(aa0bd2dff04e5d1c8973612fb57c88095eb2b40e) ) |
| 5897 | | ROM_LOAD16_BYTE( "p1964p12.lo", 0x00001, 0x080000, CRC(fcf337ed) SHA1(fc4bf9d1564e54f23f4d9c216c1ec2587c846c47) ) |
| 5898 | | PR1964_DND |
| 5899 | | ROM_END |
| 5900 | | |
| 5901 | | ROM_START( sc5dndc2r ) |
| 5902 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5903 | | ROM_LOAD16_BYTE( "p1964p13.hi", 0x00000, 0x080000, CRC(84e732e0) SHA1(80bb7f1046791f94f895fa14b4c5fc7b768e81db) ) |
| 5904 | | ROM_LOAD16_BYTE( "p1964p13.lo", 0x00001, 0x080000, CRC(6028bc0d) SHA1(f060e2bd4ad362a6e99ccc44b965fc1d5389e137) ) |
| 5905 | | PR1964_DND |
| 5906 | | ROM_END |
| 5907 | | |
| 5908 | | ROM_START( sc5dndc2b ) |
| 5909 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5910 | | ROM_LOAD16_BYTE( "p1964p14.hi", 0x00000, 0x080000, CRC(7af2660b) SHA1(692532287053cc899bcf94bebb5526fda5e094b4) ) |
| 5911 | | ROM_LOAD16_BYTE( "p1964p14.lo", 0x00001, 0x080000, CRC(f2786267) SHA1(a7fcfe231284c142a8bdb6a4361b5bcff9cf168b) ) |
| 5912 | | PR1964_DND |
| 5913 | | ROM_END |
| 5914 | | |
| 5915 | | ROM_START( sc5dndc2u ) |
| 5916 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5917 | | ROM_LOAD16_BYTE( "p1964p21.hi", 0x00000, 0x080000, CRC(a32b78aa) SHA1(1acd470d7023dfce9a88f74cf28cce939dac4d5b) ) |
| 5918 | | ROM_LOAD16_BYTE( "p1964p21.lo", 0x00001, 0x080000, CRC(e8dc4915) SHA1(d1ba8c081cf2ea3fd95e7a8d296239e18fde9908) ) |
| 5919 | | PR1964_DND |
| 5920 | | ROM_END |
| 5921 | | |
| 5922 | | ROM_START( sc5dndc2c ) |
| 5923 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5924 | | ROM_LOAD16_BYTE( "p1964pa2.hi", 0x00000, 0x080000, CRC(039d2202) SHA1(74dff4553a67cde468655b849f67c08f9bbeba00) ) |
| 5925 | | ROM_LOAD16_BYTE( "p1964pa2.lo", 0x00001, 0x080000, CRC(d59725a5) SHA1(50babe37853e776c88e2be9b44a4422e3391f2dc) ) |
| 5926 | | PR1964_DND |
| 5927 | | ROM_END |
| 5928 | | |
| 5929 | | ROM_START( sc5dndc2n ) |
| 5930 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5931 | | ROM_LOAD16_BYTE( "p1964pa3.hi", 0x00000, 0x080000, CRC(a1dab479) SHA1(2be3549906ac681842a5269e6014e78cc95715e4) ) |
| 5932 | | ROM_LOAD16_BYTE( "p1964pa3.lo", 0x00001, 0x080000, CRC(24cb5334) SHA1(e0c1d3ad6ca14a9ab66531dabf70f2cc4c7d2166) ) |
| 5933 | | PR1964_DND |
| 5934 | | ROM_END |
| 5935 | | |
| 5936 | | ROM_START( sc5dndc2j ) |
| 5937 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5938 | | ROM_LOAD16_BYTE( "p1964pa5.hi", 0x00000, 0x080000, CRC(d3a4858d) SHA1(bb818752ae761c7ff379df4903eb2771b05d059f) ) |
| 5939 | | ROM_LOAD16_BYTE( "p1964pa5.lo", 0x00001, 0x080000, CRC(dc8a4f2b) SHA1(18883c15fb9ed19a3ee7b436fa8327be942fdd29) ) |
| 5940 | | PR1964_DND |
| 5941 | | ROM_END |
| 5942 | | |
| 5943 | | ROM_START( sc5dndc2p ) |
| 5944 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5945 | | ROM_LOAD16_BYTE( "p1964pb1.hi", 0x00000, 0x080000, CRC(658e3793) SHA1(4b142c79031d053a614c62c964e02645bb6d28dd) ) |
| 5946 | | ROM_LOAD16_BYTE( "p1964pb1.lo", 0x00001, 0x080000, CRC(04eface9) SHA1(7a3f93c63d6cfa5b7814d76fd875f704ec617df4) ) |
| 5947 | | PR1964_DND |
| 5948 | | ROM_END |
| 5949 | | |
| 5950 | | ROM_START( sc5dndc2k ) |
| 5951 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5952 | | ROM_LOAD16_BYTE( "p1964s01.hi", 0x00000, 0x080000, CRC(d0fcdf89) SHA1(00ff2b7131ec0f3d87f58aa843f9a1aad2c33f61) ) |
| 5953 | | ROM_LOAD16_BYTE( "p1964s01.lo", 0x00001, 0x080000, CRC(549c0843) SHA1(f706cbc7be60a1261304398d876ef10ad695ad5d) ) |
| 5954 | | PR1964_DND |
| 5955 | | ROM_END |
| 5956 | | |
| 5957 | | ROM_START( sc5dndc2s ) |
| 5958 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5959 | | ROM_LOAD16_BYTE( "p1964s12.hi", 0x00000, 0x080000, CRC(f4d29330) SHA1(b86e601fb176ed963d6ef68e76f4d306b595e911) ) |
| 5960 | | ROM_LOAD16_BYTE( "p1964s12.lo", 0x00001, 0x080000, CRC(6efc8f49) SHA1(b13bd8f7f740f27a79c583d51c398c481081ea81) ) |
| 5961 | | PR1964_DND |
| 5962 | | ROM_END |
| 5963 | | |
| 5964 | | ROM_START( sc5dndc2t ) |
| 5965 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5966 | | ROM_LOAD16_BYTE( "p1964s13.hi", 0x00000, 0x080000, CRC(45935f32) SHA1(25d5411d8d247075ee3421f65e2d2a6c51451848) ) |
| 5967 | | ROM_LOAD16_BYTE( "p1964s13.lo", 0x00001, 0x080000, CRC(1ae19e19) SHA1(05e0ee034e7185b51f0e1b6ef77ae8670b020cbf) ) |
| 5968 | | PR1964_DND |
| 5969 | | ROM_END |
| 5970 | | |
| 5971 | | ROM_START( sc5dndc2w ) |
| 5972 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5973 | | ROM_LOAD16_BYTE( "p1964s14.hi", 0x00000, 0x080000, CRC(14319187) SHA1(9f678b14287c96dc586259d1a6ecda91cc62e434) ) |
| 5974 | | ROM_LOAD16_BYTE( "p1964s14.lo", 0x00001, 0x080000, CRC(24e13c44) SHA1(53e0c49e510245615bb6cd5acf6bf5b8cc8de173) ) |
| 5975 | | PR1964_DND |
| 5976 | | ROM_END |
| 5977 | | |
| 5978 | | ROM_START( sc5dndc2v ) |
| 5979 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5980 | | ROM_LOAD16_BYTE( "p1964s21.hi", 0x00000, 0x080000, CRC(0a12b6c4) SHA1(4a5ff6647d3e63aaf917d9d21dabe270dab179d1) ) |
| 5981 | | ROM_LOAD16_BYTE( "p1964s21.lo", 0x00001, 0x080000, CRC(e77a2694) SHA1(1cdcf91b5a7d6ec252af19930c9533798e1679a6) ) |
| 5982 | | PR1964_DND |
| 5983 | | ROM_END |
| 5984 | | |
| 5985 | | ROM_START( sc5dndc2d ) |
| 5986 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5987 | | ROM_LOAD16_BYTE( "p1964sa2.hi", 0x00000, 0x080000, CRC(361beeff) SHA1(cbd6aa20247df7b9e540b38b7e9199e557f62be7) ) |
| 5988 | | ROM_LOAD16_BYTE( "p1964sa2.lo", 0x00001, 0x080000, CRC(491d0137) SHA1(e5ad054adc7bbbb89bf7112d564f51b3c1924afa) ) |
| 5989 | | PR1964_DND |
| 5990 | | ROM_END |
| 5991 | | |
| 5992 | | ROM_START( sc5dndc2m ) |
| 5993 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5994 | | ROM_LOAD16_BYTE( "p1964sa3.hi", 0x00000, 0x080000, CRC(fcf198da) SHA1(60280812fd7148edfe52eb07f2c81b77384641a9) ) |
| 5995 | | ROM_LOAD16_BYTE( "p1964sa3.lo", 0x00001, 0x080000, CRC(be729a5a) SHA1(34d29c9d041b97a008112f6c18a194767f1839ca) ) |
| 5996 | | PR1964_DND |
| 5997 | | ROM_END |
| 5998 | | |
| 5999 | | ROM_START( sc5dndc2l ) |
| 6000 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6001 | | ROM_LOAD16_BYTE( "p1964sa5.hi", 0x00000, 0x080000, CRC(6e97cb56) SHA1(a6335601c8163430be430cff6d075562cc49200b) ) |
| 6002 | | ROM_LOAD16_BYTE( "p1964sa5.lo", 0x00001, 0x080000, CRC(80d9d806) SHA1(ae089e2618e80dac8afbb5b97b9c75512974488a) ) |
| 6003 | | PR1964_DND |
| 6004 | | ROM_END |
| 6005 | | |
| 6006 | | ROM_START( sc5dndc2o ) |
| 6007 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6008 | | ROM_LOAD16_BYTE( "p1964sb1.hi", 0x00000, 0x080000, CRC(03c6811c) SHA1(32ea6379932589076dec0bbdf5c9255c374ec334) ) |
| 6009 | | ROM_LOAD16_BYTE( "p1964sb1.lo", 0x00001, 0x080000, CRC(7254d4b6) SHA1(7f4ef8e05fddc1d03c3073ae7b3cb5894200a039) ) |
| 6010 | | PR1964_DND |
| 6011 | | ROM_END |
| 6012 | | |
| 6013 | | |
| 6014 | | ROM_START( ad5dnd ) |
| 6015 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6016 | | |
| 6017 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 6018 | | ROM_LOAD( "39211141.bin", 0x0000, 0x1000000, CRC(ef885c23) SHA1(bf874a7d5df40bc89a77aeaf6e9fb849360efbb5) ) // PR1965 CASINO TRIPLE |
| 6019 | | ROM_LOAD( "39211152.bin", 0x0000, 0x1000000, CRC(2d9c8289) SHA1(c983a0ea439cd3281c6e9f39292ac9597055b385) ) |
| 6020 | | ROM_LOAD( "39211161.bin", 0x0000, 0x1000000, CRC(2c3e8205) SHA1(dd55563acf8390d4b75672c2aa91e373b27ac841) ) |
| 6021 | | ROM_LOAD( "39211162.bin", 0x0000, 0x1000000, CRC(6ec309e4) SHA1(5e3bd4b7c3bd4714ac642642fbe918b0a12e2fff) ) |
| 6022 | | ROM_LOAD( "39212141.bin", 0x0000, 0x1000000, CRC(cd2b9a5c) SHA1(ce616657c0caec5b7a4418acd6c7af008e04fd9d) ) |
| 6023 | | ROM_LOAD( "39212152.bin", 0x0000, 0x1000000, CRC(ddc8ec20) SHA1(b009420fd3ba202b9cf1782b44e682de0c706cb8) ) |
| 6024 | | ROM_LOAD( "39212153.bin", 0x0000, 0x1000000, CRC(7dee1072) SHA1(03f28c90a594b909255d8fb4bf2cdaba2f70c60b) ) |
| 6025 | | ROM_LOAD( "39212161.bin", 0x0000, 0x1000000, CRC(5e5d63f4) SHA1(116a90f124700d434d0b7291451ee8759b3ca0d0) ) |
| 6026 | | ROM_LOAD( "39212162.bin", 0x0000, 0x1000000, CRC(b55998b9) SHA1(925a311954b1c0daf9f38eaaac33d861eb6259df) ) |
| 6027 | | ROM_LOAD( "p1965p01.bin", 0x0000, 0x1000000, CRC(2f0777f1) SHA1(30d6b3f4a38114fcb51203f86b2784e67b9f7d52) ) |
| 6028 | | ROM_LOAD( "p1965p12.bin", 0x0000, 0x1000000, CRC(3a5e9a27) SHA1(73decbe70f15329844c78b81052657523302fcbc) ) |
| 6029 | | ROM_LOAD( "p1965s01.bin", 0x0000, 0x1000000, CRC(1d9c2051) SHA1(e70c414e95995fcbce800e2a16049d3550ae6d1c) ) |
| 6030 | | ROM_LOAD( "p1965s12.bin", 0x0000, 0x1000000, CRC(c4f520a3) SHA1(ed2655cf024f6c1d2579701cc24b606ca7be05ae) ) |
| 6031 | | |
| 6032 | | ROM_LOAD( "p1945p41.bin", 0x0000, 0x1000000, CRC(f8fbf79e) SHA1(1c1c351443373a1cf95c9ec3fe95f4b84645ece9) ) // PR1945 VIDEO CASINO DOND |
| 6033 | | ROM_LOAD( "p1945p42.bin", 0x0000, 0x1000000, CRC(7a95bf89) SHA1(274feb54f50a59a8dc1352cee27e4330b58431dd) ) |
| 6034 | | ROM_LOAD( "p1945p43.bin", 0x0000, 0x1000000, CRC(a0fc0903) SHA1(c51fda41eb3effd1f7052050a1104fc7fa9bfcbf) ) |
| 6035 | | ROM_LOAD( "p1945s41.bin", 0x0000, 0x1000000, CRC(f2767208) SHA1(7efcfc2456843c20c64185e4aed13067383e3f7a) ) |
| 6036 | | ROM_LOAD( "p1945s42.bin", 0x0000, 0x1000000, CRC(40f970c4) SHA1(59edf22b239686184a6170766969e0c6ec4f5a0e) ) |
| 6037 | | ROM_LOAD( "p1945s43.bin", 0x0000, 0x1000000, CRC(8c6dcf0e) SHA1(6503c58453f589077316d8bf3c5d07777fea0fdd) ) |
| 6038 | | |
| 6039 | | ROM_LOAD( "39211171.bin", 0x0000, 0x1000000, CRC(a80f967a) SHA1(bc8dc5c2d30ec38a9119d577114f5e5813f38749) ) // PR3078 DOND |
| 6040 | | ROM_LOAD( "39212171.bin", 0x0000, 0x1000000, CRC(666fe2b4) SHA1(8baf5f8682f3937b4b49f8db93f3a21e8764c990) ) |
| 6041 | | |
| 6042 | | ROM_LOAD( "p1945p12.bin", 0x00000, 0x1000000, CRC(31ea70d9) SHA1(8e165132ecd48b5ea178e9b806944cc2fcd36f28) ) |
| 6043 | | ROM_LOAD( "p1945s12.bin", 0x00000, 0x1000000, CRC(08235fa0) SHA1(b9482c6e65ad602f01f881156e83a5a475745642) ) |
| 6044 | | |
| 6045 | | ROM_REGION( 0x1000000, "ymz", ROMREGION_ERASE00 ) |
| 6046 | | PR1945_CASINO_D_O_N_D_SOUNDS11 |
| 6047 | | PR1945_CASINO_DOND_R_SOUNDS12 |
| 6048 | | ROM_END |
| 6049 | | |
| 6050 | | ROM_START( sc5dndbb ) |
| 6051 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6052 | | ROM_LOAD16_BYTE( "95422662.lo", 0x00001, 0x080000, CRC(11343f00) SHA1(65664a87d704cfb14088080d8be1e3f66ecc3f4a) ) |
| 6053 | | ROM_LOAD16_BYTE( "95422663.hi", 0x00000, 0x080000, CRC(211f19ea) SHA1(d5ec234083472160100c51b19b32a490d4aa0c6c) ) |
| 6054 | | sc_dndbb_others |
| 6055 | | ROM_END |
| 6056 | | |
| 6057 | | ROM_START( sc5dndbba ) |
| 6058 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6059 | | ROM_LOAD16_BYTE( "95423662.lo", 0x00001, 0x080000, CRC(789d483a) SHA1(665af3ff6bd5fe8f392932d7dcd4b978255bcf80) ) |
| 6060 | | ROM_LOAD16_BYTE( "95423663.hi", 0x00000, 0x080000, CRC(67bf5bfe) SHA1(e76e8ffb350c71f643f3e599201bc3d00faca51f) ) |
| 6061 | | sc_dndbb_others |
| 6062 | | ROM_END |
| 6063 | | |
| 6064 | | ROM_START( sc5dndbbb ) |
| 6065 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6066 | | ROM_LOAD16_BYTE( "95426048.lo", 0x00001, 0x080000, CRC(e5ec350e) SHA1(8726e7aa69db463c739cdfbbd092a489bfcc8466) ) |
| 6067 | | ROM_LOAD16_BYTE( "95426049.hi", 0x00000, 0x080000, CRC(9bf0ea8f) SHA1(5333a23a1b067b4836f6dbe7c34868802078c217) ) |
| 6068 | | sc_dndbb_others |
| 6069 | | ROM_END |
| 6070 | | |
| 6071 | | ROM_START( sc5dndbbc ) |
| 6072 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6073 | | ROM_LOAD16_BYTE( "95426392.lo", 0x00001, 0x080000, CRC(6708a3ef) SHA1(f8838e9dc0d6cad1178632574a99eb423a69a6a0) ) |
| 6074 | | ROM_LOAD16_BYTE( "95426393.hi", 0x00000, 0x080000, CRC(8a857a9b) SHA1(7cf7802a0aa985b7278098264c950f7a75e8661b) ) |
| 6075 | | sc_dndbb_others |
| 6076 | | ROM_END |
| 6077 | | |
| 6078 | | ROM_START( sc5dndbbd ) |
| 6079 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6080 | | ROM_LOAD16_BYTE( "95427048.lo", 0x00001, 0x080000, CRC(3b362075) SHA1(b7f1c480b790a5e2495ec32d32528e2c5c5c8693) ) |
| 6081 | | ROM_LOAD16_BYTE( "95427049.hi", 0x00000, 0x080000, CRC(f6552779) SHA1(e70cfd6882ae11ea3cf91a76e9bb6ac2df3e3869) ) |
| 6082 | | sc_dndbb_others |
| 6083 | | ROM_END |
| 6084 | | |
| 6085 | | ROM_START( sc5dndbbe ) |
| 6086 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6087 | | ROM_LOAD16_BYTE( "95427392.lo", 0x00001, 0x080000, CRC(b03acc5a) SHA1(26b9a8a002dcd6fbc016e5f7b1097c6c77fbb849) ) |
| 6088 | | ROM_LOAD16_BYTE( "95427393.hi", 0x00000, 0x080000, CRC(0a0785c3) SHA1(63dca03f9146d55287c95ce199705e1ab8a5af31) ) |
| 6089 | | sc_dndbb_others |
| 6090 | | ROM_END |
| 6091 | | |
| 6092 | | ROM_START( sc5dndbbf ) |
| 6093 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6094 | | ROM_LOAD16_BYTE( "p3209p11.hi", 0x00000, 0x080000, CRC(ad8b4195) SHA1(78ee9b45aae3515c5a0d5cbde3c776fcad71036f) ) |
| 6095 | | ROM_LOAD16_BYTE( "p3209p11.lo", 0x00001, 0x080000, CRC(73e5f820) SHA1(d19ce0b2a1b696e3838f89e60d0c380a15e0e036) ) |
| 6096 | | sc_dndbb_others |
| 6097 | | ROM_END |
| 6098 | | |
| 6099 | | ROM_START( sc5dndbbg ) |
| 6100 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6101 | | ROM_LOAD16_BYTE( "p3209s11.hi", 0x00000, 0x080000, CRC(9415d4e3) SHA1(b56f192eca0e540c6a84aaa04fe711e46afdbb7e) ) |
| 6102 | | ROM_LOAD16_BYTE( "p3209s11.lo", 0x00001, 0x080000, CRC(59ce4bb8) SHA1(2e60656b151f00501b040f99cd42dd6126cedde1) ) |
| 6103 | | sc_dndbb_others |
| 6104 | | ROM_END |
| 6105 | | |
| 6106 | | |
| 6107 | | |
| 6108 | | ROM_START( sc5dndcl ) |
| 6109 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6110 | | ROM_LOAD16_BYTE( "95418892.lo", 0x00001, 0x080000, CRC(2368bbb6) SHA1(61a13578ac2516c9821ba875691c1f8009785b03) ) |
| 6111 | | ROM_LOAD16_BYTE( "95418893.hi", 0x00000, 0x080000, CRC(1c2d5159) SHA1(3bafb9c60a9f4237f89519fa07158f53000c08a8) ) |
| 6112 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 6113 | | ROM_END |
| 6114 | | |
| 6115 | | ROM_START( sc5dndcla ) |
| 6116 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6117 | | ROM_LOAD16_BYTE( "95419892.lo", 0x00001, 0x080000, CRC(6fb61650) SHA1(2a89170ddca11fb86edb5072ed4841260c7b1501) ) |
| 6118 | | ROM_LOAD16_BYTE( "95419893.hi", 0x00000, 0x080000, CRC(ec0fa9af) SHA1(880aebf71e327ea4275c4ddc0756143e807ee98a) ) |
| 6119 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 6120 | | ROM_END |
| 6121 | | |
| 6122 | | ROM_START( ad5dndcl ) |
| 6123 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6124 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 6125 | | ROM_LOAD( "39211185.bin", 0x0000, 0x1000000, CRC(c29804d6) SHA1(6586056c1cbbf8089c72a3e3e433beeaa8e9c882) ) // R3078 DOND |
| 6126 | | ROM_LOAD( "39211194.bin", 0x0000, 0x1000000, CRC(2526cdfc) SHA1(6383ed07096b9c6438d957474a30d4f274e1db0c) ) |
| 6127 | | ROM_LOAD( "39211379.bin", 0x0000, 0x1000000, CRC(3b497e7c) SHA1(f8fc3cd4e03e8510146649b22e343284a480d349) ) |
| 6128 | | ROM_LOAD( "39212185.bin", 0x0000, 0x1000000, CRC(78a5adeb) SHA1(9b4fe8462a9ba8376a7543a7f7409593861465d0) ) |
| 6129 | | ROM_LOAD( "39212194.bin", 0x0000, 0x1000000, CRC(ebbad166) SHA1(8d1ddad198cd5c5ec40d75ea9ee97792eef5e32e) ) |
| 6130 | | ROM_LOAD( "39212379.bin", 0x0000, 0x1000000, CRC(d90dc869) SHA1(c85e857b965dba5675f8c3db4347b182949ce3a2) ) |
| 6131 | | |
| 6132 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 6133 | | // twin |
| 6134 | | ROM_LOAD( "95008727.bin", 0x0000, 0x100000, CRC(b4c343a0) SHA1(d67faa1bcac1547cdc68874a411624f5c025cdbd) ) // R3078 TWIN |
| 6135 | | ROM_END |
| 6136 | | |
| 6137 | | ROM_START( sc5dnddd ) |
| 6138 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6139 | | ROM_LOAD16_BYTE( "95426256.lo", 0x00001, 0x080000, CRC(7a478879) SHA1(72c990648462280b1fceacaa1c417a3017b013e2) ) |
| 6140 | | ROM_LOAD16_BYTE( "95426257.hi", 0x00000, 0x080000, CRC(48b86836) SHA1(12497dd1a32f2dda146a53b89be56894499227e8) ) |
| 6141 | | sc_dnddd_others |
| 6142 | | ROM_END |
| 6143 | | |
| 6144 | | ROM_START( sc5dnddda ) |
| 6145 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6146 | | ROM_LOAD16_BYTE( "95426384.lo", 0x00001, 0x080000, CRC(259fd056) SHA1(d725d41f3f6e5238b576a7b5d61bd1710b9979f6) ) |
| 6147 | | ROM_LOAD16_BYTE( "95426385.hi", 0x00000, 0x080000, CRC(15528f92) SHA1(a6ba5c7af907f558f9c09abf6bd43384fb4b96bd) ) |
| 6148 | | sc_dnddd_others |
| 6149 | | ROM_END |
| 6150 | | |
| 6151 | | ROM_START( sc5dndddb ) |
| 6152 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6153 | | ROM_LOAD16_BYTE( "95426454.lo", 0x00001, 0x080000, CRC(77ecf5c3) SHA1(3b82c434db1f26ebf690f74b80df4af2242b4f2f) ) |
| 6154 | | ROM_LOAD16_BYTE( "95426455.hi", 0x00000, 0x080000, CRC(14caae1a) SHA1(c26517d21db7b86c2677a97284149da5b4eaee7f) ) |
| 6155 | | sc_dnddd_others |
| 6156 | | ROM_END |
| 6157 | | |
| 6158 | | ROM_START( sc5dndddc ) |
| 6159 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6160 | | ROM_LOAD16_BYTE( "95427256.lo", 0x00001, 0x080000, CRC(77950394) SHA1(ef3d07516215ea24c07da596b986c27b36d3ca3e) ) |
| 6161 | | ROM_LOAD16_BYTE( "95427257.hi", 0x00000, 0x080000, CRC(ecf383d4) SHA1(f32dc4c571a545db23115931a0ded717e8a51ccd) ) |
| 6162 | | sc_dnddd_others |
| 6163 | | ROM_END |
| 6164 | | |
| 6165 | | ROM_START( sc5dndddd ) |
| 6166 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6167 | | ROM_LOAD16_BYTE( "95427384.lo", 0x00001, 0x080000, CRC(40f8448c) SHA1(56cd82ae2a119fa4c83309584cbb2cfd7e6f0212) ) |
| 6168 | | ROM_LOAD16_BYTE( "95427385.hi", 0x00000, 0x080000, CRC(ce033842) SHA1(ce63003cfd563f1e310fd536a683c676266c7250) ) |
| 6169 | | sc_dnddd_others |
| 6170 | | ROM_END |
| 6171 | | |
| 6172 | | ROM_START( sc5dnddde ) |
| 6173 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6174 | | ROM_LOAD16_BYTE( "95427454.lo", 0x00001, 0x080000, CRC(964cffa6) SHA1(bf22daf259a71e9294b14e935c97646b2a003210) ) |
| 6175 | | ROM_LOAD16_BYTE( "95427455.hi", 0x00000, 0x080000, CRC(fdc1d8a1) SHA1(0979e031bb479a75cf077a641b66d39f42496d13) ) |
| 6176 | | sc_dnddd_others |
| 6177 | | ROM_END |
| 6178 | | |
| 6179 | | ROM_START( sc5dndddf ) |
| 6180 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6181 | | ROM_LOAD16_BYTE( "p3215p71.hi", 0x00000, 0x080000, CRC(8d22a123) SHA1(1756b2d49de3d50eacb6b0db3d2aeacac05bc6fd) ) |
| 6182 | | ROM_LOAD16_BYTE( "p3215p71.lo", 0x00001, 0x080000, CRC(ad0c35f0) SHA1(f9e391626206008d7465e003f595ece0ffd81863) ) |
| 6183 | | sc_dnddd_others |
| 6184 | | ROM_END |
| 6185 | | |
| 6186 | | ROM_START( sc5dndddg ) |
| 6187 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6188 | | ROM_LOAD16_BYTE( "p3215s71.hi", 0x00000, 0x080000, CRC(34f2676c) SHA1(1d70e41f612fdcacb1325430f2270dfe038178fa) ) |
| 6189 | | ROM_LOAD16_BYTE( "p3215s71.lo", 0x00001, 0x080000, CRC(7b1c7113) SHA1(4f4937b08adf121eb741b0ccb0bc8223a74c619c) ) |
| 6190 | | sc_dnddd_others |
| 6191 | | ROM_END |
| 6192 | | |
| 6193 | | |
| 6194 | | ROM_START( ad5dnddd ) |
| 6195 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6196 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 6197 | | ROM_LOAD( "39211494.bin", 0x0000, 0x1000000, CRC(64424b51) SHA1(604fc08e4754f23f54496693c95c050dccf810b2) ) // 3402 DOUBLE DELUXE |
| 6198 | | ROM_LOAD( "39212494.bin", 0x0000, 0x1000000, CRC(3d5d3877) SHA1(cee45ac7c11a6fa729233b65ae0dddf12eb18276) ) // 3402 DOUBLE DELUXE |
| 6199 | | |
| 6200 | | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 6201 | | // double deluxe |
| 6202 | | ROM_LOAD( "95009137.bin", 0x0000, 0x100000, CRC(1d1fe8df) SHA1(d3aebec1a956d563de96069b587ebd2d40123497) ) // 3402 DOUBLE DELUXE |
| 6203 | | ROM_LOAD( "95009138.bin", 0x0000, 0x100000, CRC(c16971e0) SHA1(45df220ffe61db6a5319f495ff36efa793d428a4) ) |
| 6204 | | ROM_END |
| 6205 | | |
| 6206 | | |
| 6207 | | |
| 6208 | | ROM_START( sc5dndhf ) |
| 6209 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6210 | | ROM_LOAD16_BYTE( "95422100.lo", 0x00001, 0x080000, CRC(ef20047c) SHA1(a15ee86dcef409def327a93c1c9370d1a3bf65d3) ) |
| 6211 | | ROM_LOAD16_BYTE( "95422101.hi", 0x00000, 0x080000, CRC(70f84961) SHA1(e1686922aa1dfa865ce50a2b272b93b4e508a9d6) ) |
| 6212 | | sc_dndhf_others |
| 6213 | | ROM_END |
| 6214 | | |
| 6215 | | ROM_START( sc5dndhfa ) |
| 6216 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6217 | | ROM_LOAD16_BYTE( "95422228.lo", 0x00001, 0x080000, CRC(82f78314) SHA1(8f361b4beeb56be44305739c24c937dd0185f154) ) |
| 6218 | | ROM_LOAD16_BYTE( "95422229.hi", 0x00000, 0x080000, CRC(d756da26) SHA1(dc92e197a487f808e83b04407a5c065f713ca90b) ) |
| 6219 | | sc_dndhf_others |
| 6220 | | ROM_END |
| 6221 | | |
| 6222 | | ROM_START( sc5dndhfb ) |
| 6223 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6224 | | ROM_LOAD16_BYTE( "95422308.lo", 0x00001, 0x080000, CRC(e657d78c) SHA1(458686ff094da445f5cb9af0ad808b83700c8544) ) |
| 6225 | | ROM_LOAD16_BYTE( "95422309.hi", 0x00000, 0x080000, CRC(eead5e54) SHA1(28ac82a045905b3609e7266a373610f49973fad6) ) |
| 6226 | | sc_dndhf_others |
| 6227 | | ROM_END |
| 6228 | | |
| 6229 | | ROM_START( sc5dndhfc ) |
| 6230 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6231 | | ROM_LOAD16_BYTE( "95422596.lo", 0x00001, 0x080000, CRC(ff7962f7) SHA1(9b8e5b33c8e1775acc1a6d577db8e46e1856fa91) ) |
| 6232 | | ROM_LOAD16_BYTE( "95422597.hi", 0x00000, 0x080000, CRC(7650faf1) SHA1(1510258c89e69015c017f9296edb8ff1ea75eb8e) ) |
| 6233 | | sc_dndhf_others |
| 6234 | | ROM_END |
| 6235 | | |
| 6236 | | ROM_START( sc5dndhfd ) |
| 6237 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6238 | | ROM_LOAD16_BYTE( "95422600.lo", 0x00001, 0x080000, CRC(56020991) SHA1(499c54789b00b49fbac93ce24381747ba0577087) ) |
| 6239 | | ROM_LOAD16_BYTE( "95422601.hi", 0x00000, 0x080000, CRC(554d6021) SHA1(2f529bf2e04f57fe398046feb05c19fc307e9a95) ) |
| 6240 | | sc_dndhf_others |
| 6241 | | ROM_END |
| 6242 | | |
| 6243 | | ROM_START( sc5dndhfe ) |
| 6244 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6245 | | ROM_LOAD16_BYTE( "95422836.lo", 0x00001, 0x080000, CRC(f7fc9434) SHA1(b54fced671375c2483667bc7c94d9671ab6b7165) ) |
| 6246 | | ROM_LOAD16_BYTE( "95422837.hi", 0x00000, 0x080000, CRC(14f361d4) SHA1(713014d42bb1cfb7a6301ca04dd84063d3adbaf1) ) |
| 6247 | | sc_dndhf_others |
| 6248 | | ROM_END |
| 6249 | | |
| 6250 | | ROM_START( sc5dndhff ) |
| 6251 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6252 | | ROM_LOAD16_BYTE( "95423100.lo", 0x00001, 0x080000, CRC(9bad6823) SHA1(5c8f6e504150fa96098bc94e0c6148e33abe1b85) ) |
| 6253 | | ROM_LOAD16_BYTE( "95423101.hi", 0x00000, 0x080000, CRC(946d24ac) SHA1(5dd17f88a46a13bbff91affb444281e2eec7e2e9) ) |
| 6254 | | sc_dndhf_others |
| 6255 | | ROM_END |
| 6256 | | |
| 6257 | | ROM_START( sc5dndhfg ) |
| 6258 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6259 | | ROM_LOAD16_BYTE( "95423228.lo", 0x00001, 0x080000, CRC(9ca8837d) SHA1(79ce2af1d545ca0cdd7766469c13633b6683d7d1) ) |
| 6260 | | ROM_LOAD16_BYTE( "95423229.hi", 0x00000, 0x080000, CRC(199933c7) SHA1(5f0d5c6a8e3d7b6ed6130b64e5d3ec699e643384) ) |
| 6261 | | sc_dndhf_others |
| 6262 | | ROM_END |
| 6263 | | |
| 6264 | | ROM_START( sc5dndhfh ) |
| 6265 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6266 | | ROM_LOAD16_BYTE( "95423308.lo", 0x00001, 0x080000, CRC(450e2862) SHA1(ca71471c51a64645d291dc94ae48e8cee34d0ae0) ) |
| 6267 | | ROM_LOAD16_BYTE( "95423309.hi", 0x00000, 0x080000, CRC(40ee947e) SHA1(1dd35d4d1de3a4c65bc626297225f06005ca1c9f) ) |
| 6268 | | sc_dndhf_others |
| 6269 | | ROM_END |
| 6270 | | |
| 6271 | | ROM_START( sc5dndhfi ) |
| 6272 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6273 | | ROM_LOAD16_BYTE( "95423596.lo", 0x00001, 0x080000, CRC(d3f68f15) SHA1(20144d6dc67e961b15b8caf39e93ca2978954104) ) |
| 6274 | | ROM_LOAD16_BYTE( "95423597.hi", 0x00000, 0x080000, CRC(c0eb6227) SHA1(511ca5bffe9d98896bb3130c80d2078e2a544a5d) ) |
| 6275 | | sc_dndhf_others |
| 6276 | | ROM_END |
| 6277 | | |
| 6278 | | ROM_START( sc5dndhfj ) |
| 6279 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6280 | | ROM_LOAD16_BYTE( "95423600.lo", 0x00001, 0x080000, CRC(df07ffcf) SHA1(71ea3c48c73f571052900d03cff94038825260d5) ) |
| 6281 | | ROM_LOAD16_BYTE( "95423601.hi", 0x00000, 0x080000, CRC(bb49fe58) SHA1(c147521b25e55a13258a178f247be07843c4941c) ) |
| 6282 | | sc_dndhf_others |
| 6283 | | ROM_END |
| 6284 | | |
| 6285 | | ROM_START( sc5dndhfk ) |
| 6286 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6287 | | ROM_LOAD16_BYTE( "95423836.lo", 0x00001, 0x080000, CRC(949a7f5c) SHA1(09e7c6ee6d3c3f04ae6d0233cf9bbb88d63fc864) ) |
| 6288 | | ROM_LOAD16_BYTE( "95423837.hi", 0x00000, 0x080000, CRC(a0dc9c07) SHA1(40829266eac6eef4bf7bd261ac8d40dc8e2b51e1) ) |
| 6289 | | sc_dndhf_others |
| 6290 | | ROM_END |
| 6291 | | |
| 6292 | | ROM_START( sc5dndhfl ) |
| 6293 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6294 | | ROM_LOAD16_BYTE( "95426110.lo", 0x00001, 0x080000, CRC(fb34d047) SHA1(0af2dc94aff2f8962f0c59a80fbea695b047d093) ) |
| 6295 | | ROM_LOAD16_BYTE( "95426111.hi", 0x00000, 0x080000, CRC(f631827b) SHA1(5958c68537435b5550b061f1d6c950e03a9c5e5f) ) |
| 6296 | | sc_dndhf_others |
| 6297 | | ROM_END |
| 6298 | | |
| 6299 | | ROM_START( sc5dndhfm ) |
| 6300 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6301 | | ROM_LOAD16_BYTE( "95426158.lo", 0x00001, 0x080000, CRC(563a6a0a) SHA1(ae6a95179f8ef9afd72cdd7182f6988570dc7ce9) ) |
| 6302 | | ROM_LOAD16_BYTE( "95426159.hi", 0x00000, 0x080000, CRC(7730beba) SHA1(f8471d9f69b0a29af65a9186dda1410c6bc9c886) ) |
| 6303 | | sc_dndhf_others |
| 6304 | | ROM_END |
| 6305 | | |
| 6306 | | ROM_START( sc5dndhfn ) |
| 6307 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6308 | | ROM_LOAD16_BYTE( "95426294.lo", 0x00001, 0x080000, CRC(beffedcc) SHA1(dad489454cc48c9c0c735dbcadd7d1353a1850b7) ) |
| 6309 | | ROM_LOAD16_BYTE( "95426295.hi", 0x00000, 0x080000, CRC(02ad5e2c) SHA1(5cbd7dcd37676c5253429e59c92620318ecd8ebc) ) |
| 6310 | | sc_dndhf_others |
| 6311 | | ROM_END |
| 6312 | | |
| 6313 | | ROM_START( sc5dndhfo ) |
| 6314 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6315 | | ROM_LOAD16_BYTE( "95427110.lo", 0x00001, 0x080000, CRC(ae499e60) SHA1(cf1a5e618cca77466b70061c829a8fa9dd9b96d3) ) |
| 6316 | | ROM_LOAD16_BYTE( "95427111.hi", 0x00000, 0x080000, CRC(4d8c41a6) SHA1(5baa34496a653ed311333ae4b921fecd5ae8b383) ) |
| 6317 | | sc_dndhf_others |
| 6318 | | ROM_END |
| 6319 | | |
| 6320 | | ROM_START( sc5dndhfp ) |
| 6321 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6322 | | ROM_LOAD16_BYTE( "95427158.lo", 0x00001, 0x080000, CRC(add49a6e) SHA1(c57824b411a879fa0b2889c94a5e2c9f34848844) ) |
| 6323 | | ROM_LOAD16_BYTE( "95427159.hi", 0x00000, 0x080000, CRC(7f91c4a2) SHA1(d010de737e9ebedc52ba691057045a68474bc9d3) ) |
| 6324 | | sc_dndhf_others |
| 6325 | | ROM_END |
| 6326 | | |
| 6327 | | ROM_START( sc5dndhfq ) |
| 6328 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6329 | | ROM_LOAD16_BYTE( "95427294.lo", 0x00001, 0x080000, CRC(c85cc648) SHA1(073dc34789e23258dfe128d5eadf8e3317c07cd2) ) |
| 6330 | | ROM_LOAD16_BYTE( "95427295.hi", 0x00000, 0x080000, CRC(d85e3b26) SHA1(26cdbca382441785038199a12a0dea8d9f09f7c7) ) |
| 6331 | | sc_dndhf_others |
| 6332 | | ROM_END |
| 6333 | | |
| 6334 | | ROM_START( sc5dndhfr ) |
| 6335 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6336 | | ROM_LOAD16_BYTE( "p3008p01.hi", 0x00000, 0x080000, CRC(543fc78b) SHA1(e1aff6d3bca1fba509855c8cd83f6cd8160dbbc3) ) |
| 6337 | | ROM_LOAD16_BYTE( "p3008p01.lo", 0x00001, 0x080000, CRC(50b9424c) SHA1(819de4fa51ca8d520a5dbce1d204daaf44b62b94) ) |
| 6338 | | sc_dndhf_others |
| 6339 | | ROM_END |
| 6340 | | |
| 6341 | | ROM_START( sc5dndhfs ) |
| 6342 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6343 | | ROM_LOAD16_BYTE( "p3008s01.hi", 0x00000, 0x080000, CRC(4a2e02e4) SHA1(be028657c2cfc5d3caafaea4664f37d24a584f2a) ) |
| 6344 | | ROM_LOAD16_BYTE( "p3008s01.lo", 0x00001, 0x080000, CRC(3f455777) SHA1(b0182a0b2981d9cbc914c30438a23f13c271cffa) ) |
| 6345 | | sc_dndhf_others |
| 6346 | | ROM_END |
| 6347 | | |
| 6348 | | |
| 6349 | | |
| 6350 | | |
| 6351 | | |
| 6352 | | ROM_START( sc5dndys ) |
| 6353 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6354 | | ROM_LOAD16_BYTE( "95423674.lo", 0x00001, 0x080000, CRC(1fb53dcb) SHA1(d1b99b29d95f1dd2b2ce1d7c846387112c7cceed) ) |
| 6355 | | ROM_LOAD16_BYTE( "95423675.hi", 0x00000, 0x080000, CRC(61cd5b49) SHA1(7d3dbc05655b48af9edf84e95e0ffe6ff62068fa) ) |
| 6356 | | sc_dndys_others |
| 6357 | | ROM_END |
| 6358 | | |
| 6359 | | ROM_START( sc5dndysa ) |
| 6360 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6361 | | ROM_LOAD16_BYTE( "95426268.lo", 0x00001, 0x080000, CRC(ab252eb0) SHA1(d2964cc5f5d3e6fbad512931bd18b186697ade8e) ) |
| 6362 | | ROM_LOAD16_BYTE( "95426269.hi", 0x00000, 0x080000, CRC(0741454a) SHA1(34b17cd7a4dbffd45ec0d939dce41e708852d892) ) |
| 6363 | | sc_dndys_others |
| 6364 | | ROM_END |
| 6365 | | |
| 6366 | | ROM_START( sc5dndysb ) |
| 6367 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6368 | | ROM_LOAD16_BYTE( "95426394.lo", 0x00001, 0x080000, CRC(94a2f378) SHA1(27281ac1c17cbfd21fec4a049b7907d87addeb14) ) |
| 6369 | | ROM_LOAD16_BYTE( "95426395.hi", 0x00000, 0x080000, CRC(59304a7d) SHA1(7110fb450b0f04e28bab5f7d5eee997dc5f4f761) ) |
| 6370 | | sc_dndys_others |
| 6371 | | ROM_END |
| 6372 | | |
| 6373 | | ROM_START( sc5dndysc ) |
| 6374 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6375 | | ROM_LOAD16_BYTE( "95427064.lo", 0x00001, 0x080000, CRC(febb3430) SHA1(2214a6377030622fc08917ef57338934cd207077) ) |
| 6376 | | ROM_LOAD16_BYTE( "95427065.hi", 0x00000, 0x080000, CRC(1ac94731) SHA1(96ca407b2b0199b679d8feb568dcfa267c3afaf0) ) |
| 6377 | | sc_dndys_others |
| 6378 | | ROM_END |
| 6379 | | |
| 6380 | | ROM_START( sc5dndysd ) |
| 6381 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6382 | | ROM_LOAD16_BYTE( "95427268.lo", 0x00001, 0x080000, CRC(7c318a2d) SHA1(c664d8343d1138facb33505869c8ec18e40e50fe) ) |
| 6383 | | ROM_LOAD16_BYTE( "95427269.hi", 0x00000, 0x080000, CRC(3e6f9575) SHA1(3d09e122f4c7c7f253ccf24b7ca9390b28e5f4f4) ) |
| 6384 | | sc_dndys_others |
| 6385 | | ROM_END |
| 6386 | | |
| 6387 | | ROM_START( sc5dndyse ) |
| 6388 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6389 | | ROM_LOAD16_BYTE( "95427394.lo", 0x00001, 0x080000, CRC(ce683a22) SHA1(2876748fcb6952d2817a6df5ba7900206a6a457c) ) |
| 6390 | | ROM_LOAD16_BYTE( "95427395.hi", 0x00000, 0x080000, CRC(8a514a3d) SHA1(18e40ec25715a01c839751d0d73aad2e38ea54ed) ) |
| 6391 | | sc_dndys_others |
| 6392 | | ROM_END |
| 6393 | | |
| 6394 | | ROM_START( sc5dndysf ) |
| 6395 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6396 | | ROM_LOAD16_BYTE( "p3207p01.hi", 0x00000, 0x080000, CRC(9a91557f) SHA1(bc53eb7a7bfd2857cf6b323bd3f45ea6c1ddbf0c) ) |
| 6397 | | ROM_LOAD16_BYTE( "p3207p01.lo", 0x00001, 0x080000, CRC(f3196c98) SHA1(1e4d5435b37e0198285041adf0fb7c86e6059d5e) ) |
| 6398 | | sc_dndys_others |
| 6399 | | ROM_END |
| 6400 | | |
| 6401 | | ROM_START( sc5dndysg ) |
| 6402 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6403 | | ROM_LOAD16_BYTE( "p3207s01.hi", 0x00000, 0x080000, CRC(47f5b397) SHA1(45ce9945ac9131abf5590d34b2aa1ac103f249c6) ) |
| 6404 | | ROM_LOAD16_BYTE( "p3207s01.lo", 0x00001, 0x080000, CRC(e3f70ec2) SHA1(fd97662eb5efa0aa1c2a501e741405a6067c8e69) ) |
| 6405 | | sc_dndys_others |
| 6406 | | ROM_END |
| 6407 | | |
| 6408 | | |
| 6409 | | ROM_START( sc5dndlp ) |
| 6410 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6411 | | ROM_LOAD16_BYTE( "95426298.lo", 0x00001, 0x080000, CRC(e75e8a81) SHA1(441904c2f1cd72ed269a1bd7157076cf54b325e9) ) |
| 6412 | | ROM_LOAD16_BYTE( "95426299.hi", 0x00000, 0x080000, CRC(9c167e80) SHA1(97d642a81efc3261388b8d2a1c6747ea61497715) ) |
| 6413 | | sc_dndlp_others |
| 6414 | | ROM_END |
| 6415 | | |
| 6416 | | ROM_START( sc5dndlpa ) |
| 6417 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6418 | | ROM_LOAD16_BYTE( "95426368.lo", 0x00001, 0x080000, CRC(94435433) SHA1(edc64f6cefb9022b07eedd1b7c4cfcdc40e0a4e9) ) |
| 6419 | | ROM_LOAD16_BYTE( "95426369.hi", 0x00000, 0x080000, CRC(df0e9933) SHA1(b4d5329366bcc74e284a05f3b71a50267f65c05b) ) |
| 6420 | | sc_dndlp_others |
| 6421 | | ROM_END |
| 6422 | | |
| 6423 | | ROM_START( sc5dndlpb ) |
| 6424 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6425 | | ROM_LOAD16_BYTE( "95426406.lo", 0x00001, 0x080000, CRC(833d04fa) SHA1(3485c1ff0d5267af9fb888c35b56330c79733d1a) ) |
| 6426 | | ROM_LOAD16_BYTE( "95426407.hi", 0x00000, 0x080000, CRC(dbb5ff57) SHA1(126bacb47fccbfd4ebcddf841490a15676d5da6a) ) |
| 6427 | | sc_dndlp_others |
| 6428 | | ROM_END |
| 6429 | | |
| 6430 | | ROM_START( sc5dndlpc ) |
| 6431 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6432 | | ROM_LOAD16_BYTE( "95426444.lo", 0x00001, 0x080000, CRC(641db9da) SHA1(b11d3f4cb28ba4252b29b558372f3562ea8191f0) ) |
| 6433 | | ROM_LOAD16_BYTE( "95426445.hi", 0x00000, 0x080000, CRC(f52f60d9) SHA1(1d4f1002dc8a4bd84d92cdba1e9b5547166c01d8) ) |
| 6434 | | sc_dndlp_others |
| 6435 | | ROM_END |
| 6436 | | |
| 6437 | | ROM_START( sc5dndlpd ) |
| 6438 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6439 | | ROM_LOAD16_BYTE( "95426538.lo", 0x00001, 0x080000, CRC(7e1d4da1) SHA1(014e03e18dfd09bda9926f4ec554d6c6e90301f2) ) |
| 6440 | | ROM_LOAD16_BYTE( "95426539.hi", 0x00000, 0x080000, CRC(8bbf4c0d) SHA1(95a1174aaa48b736c6e338aea7f811b2e83a9d83) ) |
| 6441 | | sc_dndlp_others |
| 6442 | | ROM_END |
| 6443 | | |
| 6444 | | ROM_START( sc5dndlpe ) |
| 6445 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6446 | | ROM_LOAD16_BYTE( "95426668.lo", 0x00001, 0x080000, CRC(8203c055) SHA1(8ed86a63272181a61fee273a31d1295f787e7c6c) ) |
| 6447 | | ROM_LOAD16_BYTE( "95426669.hi", 0x00000, 0x080000, CRC(d2ef1fb3) SHA1(28969bf1a4e71c1ccfca9202de905c12abaeed47) ) |
| 6448 | | sc_dndlp_others |
| 6449 | | ROM_END |
| 6450 | | |
| 6451 | | ROM_START( sc5dndlpf ) |
| 6452 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6453 | | ROM_LOAD16_BYTE( "95426708.lo", 0x00001, 0x080000, CRC(250aaa63) SHA1(62fa96fc8ccd90b02efda13fa488bf1c6e1ca3b8) ) |
| 6454 | | ROM_LOAD16_BYTE( "95426709.hi", 0x00000, 0x080000, CRC(e3b860b0) SHA1(901812e4bbed6f13ec94268ef542950695979ae7) ) |
| 6455 | | sc_dndlp_others |
| 6456 | | ROM_END |
| 6457 | | |
| 6458 | | ROM_START( sc5dndlpg ) |
| 6459 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6460 | | ROM_LOAD16_BYTE( "95427298.lo", 0x00001, 0x080000, CRC(96b21b18) SHA1(4941f3ec390938af36ed273a47c1a8df8af01d67) ) |
| 6461 | | ROM_LOAD16_BYTE( "95427299.hi", 0x00000, 0x080000, CRC(57fe8998) SHA1(3af7aa8df889456b3fd938ffaea03fe034be6534) ) |
| 6462 | | sc_dndlp_others |
| 6463 | | ROM_END |
| 6464 | | |
| 6465 | | ROM_START( sc5dndlph ) |
| 6466 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6467 | | ROM_LOAD16_BYTE( "95427368.lo", 0x00001, 0x080000, CRC(dac70842) SHA1(9edf10b7fd58f9208e67705ba5f3df8930e3dc41) ) |
| 6468 | | ROM_LOAD16_BYTE( "95427369.hi", 0x00000, 0x080000, CRC(f1afd79d) SHA1(f0f6d842648d6c9e3ce24a7dbf7b780fdc5ced10) ) |
| 6469 | | sc_dndlp_others |
| 6470 | | ROM_END |
| 6471 | | |
| 6472 | | ROM_START( sc5dndlpi ) |
| 6473 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6474 | | ROM_LOAD16_BYTE( "95427406.lo", 0x00001, 0x080000, CRC(d491c686) SHA1(6647edf5cc5888e0a9bd3bee9130c8c443c2fbd1) ) |
| 6475 | | ROM_LOAD16_BYTE( "95427407.hi", 0x00000, 0x080000, CRC(a83719fa) SHA1(eccd97caafde4ef9d65c8a9e424e1962dd16f7ad) ) |
| 6476 | | sc_dndlp_others |
| 6477 | | ROM_END |
| 6478 | | |
| 6479 | | ROM_START( sc5dndlpj ) |
| 6480 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6481 | | ROM_LOAD16_BYTE( "95427444.lo", 0x00001, 0x080000, CRC(55a609c4) SHA1(7636216e2c93ea59936ed43fd7d5fb7048643518) ) |
| 6482 | | ROM_LOAD16_BYTE( "95427445.hi", 0x00000, 0x080000, CRC(b4590c35) SHA1(49207ada280d6bb565f005e2e7964d26f0937e49) ) |
| 6483 | | sc_dndlp_others |
| 6484 | | ROM_END |
| 6485 | | |
| 6486 | | ROM_START( sc5dndlpk ) |
| 6487 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6488 | | ROM_LOAD16_BYTE( "95427538.lo", 0x00001, 0x080000, CRC(abc79346) SHA1(7dc2b5dea36d1c746ac03caa2f96e46039e2eb0d) ) |
| 6489 | | ROM_LOAD16_BYTE( "95427539.hi", 0x00000, 0x080000, CRC(9a6529bb) SHA1(f8c409f994a848ad6748db317fa2acb52977f59d) ) |
| 6490 | | sc_dndlp_others |
| 6491 | | ROM_END |
| 6492 | | |
| 6493 | | ROM_START( sc5dndlpl ) |
| 6494 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6495 | | ROM_LOAD16_BYTE( "95427668.lo", 0x00001, 0x080000, CRC(57a902c6) SHA1(e6aff87c9eca5c433b155a856c1ed6ccb45318fc) ) |
| 6496 | | ROM_LOAD16_BYTE( "95427669.hi", 0x00000, 0x080000, CRC(a05ed29b) SHA1(2e7538e2399d16694b85e46ceff54c34335b7f9a) ) |
| 6497 | | sc_dndlp_others |
| 6498 | | ROM_END |
| 6499 | | |
| 6500 | | ROM_START( sc5dndlpm ) |
| 6501 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6502 | | ROM_LOAD16_BYTE( "95427708.lo", 0x00001, 0x080000, CRC(f1817ebb) SHA1(00459c5d268a62ee3f612079a1860c1b67729dce) ) |
| 6503 | | ROM_LOAD16_BYTE( "95427709.hi", 0x00000, 0x080000, CRC(a4342102) SHA1(99c83845556085be69937025c26d998c2d60727d) ) |
| 6504 | | sc_dndlp_others |
| 6505 | | ROM_END |
| 6506 | | |
| 6507 | | ROM_START( sc5dndlpn ) |
| 6508 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6509 | | ROM_LOAD16_BYTE( "p3212p11.hi", 0x00000, 0x080000, CRC(818659ee) SHA1(66bee5b92cce62b4caccc59decec5d808e89ee18) ) |
| 6510 | | ROM_LOAD16_BYTE( "p3212p11.lo", 0x00001, 0x080000, CRC(c6104c88) SHA1(9f1a400cae00c5587d16e9073447c2a38c8f36a3) ) |
| 6511 | | sc_dndlp_others |
| 6512 | | ROM_END |
| 6513 | | |
| 6514 | | ROM_START( sc5dndlpo ) |
| 6515 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6516 | | ROM_LOAD16_BYTE( "p3212p12.hi", 0x00000, 0x080000, CRC(3e1dcc7d) SHA1(8d6eb4e7d5cfbc67e5cf922a853ca9c642aa32aa) ) |
| 6517 | | ROM_LOAD16_BYTE( "p3212p12.lo", 0x00001, 0x080000, CRC(4baac8d0) SHA1(ed68fc2b234fed44ad4e2fde0cfc1c9c6845ed97) ) |
| 6518 | | sc_dndlp_others |
| 6519 | | ROM_END |
| 6520 | | |
| 6521 | | ROM_START( sc5dndlpp ) |
| 6522 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6523 | | ROM_LOAD16_BYTE( "p3212p13.hi", 0x00000, 0x080000, CRC(c25b0254) SHA1(d4f1f80f30c18dc67a802dfc0d651e4d3a2c3c97) ) |
| 6524 | | ROM_LOAD16_BYTE( "p3212p13.lo", 0x00001, 0x080000, CRC(959ee1e3) SHA1(328347a9fe86678aed76d669f92ad76b0bfa9ce5) ) |
| 6525 | | sc_dndlp_others |
| 6526 | | ROM_END |
| 6527 | | |
| 6528 | | ROM_START( sc5dndlpq ) |
| 6529 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6530 | | ROM_LOAD16_BYTE( "p3212p14.hi", 0x00000, 0x080000, CRC(226cfe89) SHA1(c7755878e2dc0f5062b0c0329fef342262469173) ) |
| 6531 | | ROM_LOAD16_BYTE( "p3212p14.lo", 0x00001, 0x080000, CRC(7f4dc672) SHA1(2550879c400ce07fb8dfa612f4c0f0c342db2545) ) |
| 6532 | | sc_dndlp_others |
| 6533 | | ROM_END |
| 6534 | | |
| 6535 | | ROM_START( sc5dndlpr ) |
| 6536 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6537 | | ROM_LOAD16_BYTE( "p3212s11.hi", 0x00000, 0x080000, CRC(12740b8e) SHA1(a9a1d0f38811c75295ded490adb8492812ef6efa) ) |
| 6538 | | ROM_LOAD16_BYTE( "p3212s11.lo", 0x00001, 0x080000, CRC(02820c15) SHA1(c57e780119519dfeac905da27edb9de717be2340) ) |
| 6539 | | sc_dndlp_others |
| 6540 | | ROM_END |
| 6541 | | |
| 6542 | | ROM_START( sc5dndlps ) |
| 6543 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6544 | | ROM_LOAD16_BYTE( "p3212s12.hi", 0x00000, 0x080000, CRC(8ca399b2) SHA1(a2f75b8c88d40c0e75fa3612cf077d15d29a97bf) ) |
| 6545 | | ROM_LOAD16_BYTE( "p3212s12.lo", 0x00001, 0x080000, CRC(c2f778e1) SHA1(89c7204728acced07210fec01f5c370b20468bd4) ) |
| 6546 | | sc_dndlp_others |
| 6547 | | ROM_END |
| 6548 | | |
| 6549 | | ROM_START( sc5dndlpt ) |
| 6550 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6551 | | ROM_LOAD16_BYTE( "p3212s13.hi", 0x00000, 0x080000, CRC(646a4ea7) SHA1(9b8455179e1129db5d72a3c79ee176214107042d) ) |
| 6552 | | ROM_LOAD16_BYTE( "p3212s13.lo", 0x00001, 0x080000, CRC(6e6885e3) SHA1(3edc678bf20b05cd52217442bcf93e9255a624a2) ) |
| 6553 | | sc_dndlp_others |
| 6554 | | ROM_END |
| 6555 | | |
| 6556 | | ROM_START( sc5dndlpu ) |
| 6557 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6558 | | ROM_LOAD16_BYTE( "p3212s14.hi", 0x00000, 0x080000, CRC(895101c7) SHA1(f9b61d57a028c5fc365d00db9c9a4661335a7cbe) ) |
| 6559 | | ROM_LOAD16_BYTE( "p3212s14.lo", 0x00001, 0x080000, CRC(7d504257) SHA1(78c2d95d96905a983a218024b6ea01d0c2cded8c) ) |
| 6560 | | sc_dndlp_others |
| 6561 | | ROM_END |
| 6562 | | |
| 6563 | | |
| 6564 | | |
| 6565 | | ROM_START( sc5dndra ) |
| 6566 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6567 | | ROM_LOAD16_BYTE( "95422486.lo", 0x00001, 0x080000, CRC(bc7d0e20) SHA1(fba43a73629d563de1e8fb19b5d0f584a444c5e1) ) |
| 6568 | | ROM_LOAD16_BYTE( "95422487.hi", 0x00000, 0x080000, CRC(60d7aa64) SHA1(28c51f574706c1a96079f9ff8b5e280c0a8e3e8e) ) |
| 6569 | | sc_dndra_others |
| 6570 | | ROM_END |
| 6571 | | |
| 6572 | | ROM_START( sc5dndraa ) |
| 6573 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6574 | | ROM_LOAD16_BYTE( "95423486.lo", 0x00001, 0x080000, CRC(d5325d3f) SHA1(b18245474a7785a94460b7ab3b58f073be78c832) ) |
| 6575 | | ROM_LOAD16_BYTE( "95423487.hi", 0x00000, 0x080000, CRC(552e5c5f) SHA1(2424b0bb3cc9280cf9fd88c1651aa4db093b15b0) ) |
| 6576 | | sc_dndra_others |
| 6577 | | ROM_END |
| 6578 | | |
| 6579 | | ROM_START( sc5dndrab ) |
| 6580 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6581 | | ROM_LOAD16_BYTE( "95426080.lo", 0x00001, 0x080000, CRC(80a7760d) SHA1(2bd48037ed2ddb9720f62854b0eba24ee2e85bd4) ) |
| 6582 | | ROM_LOAD16_BYTE( "95426081.hi", 0x00000, 0x080000, CRC(183ce976) SHA1(34bdbb5da232ae44f16deff8026d3155e5f7527e) ) |
| 6583 | | sc_dndra_others |
| 6584 | | ROM_END |
| 6585 | | |
| 6586 | | ROM_START( sc5dndrac ) |
| 6587 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6588 | | ROM_LOAD16_BYTE( "95426396.lo", 0x00001, 0x080000, CRC(54a61a29) SHA1(ac715c7c0f208de1e4522f8a28ca4b7ee7ac9033) ) |
| 6589 | | ROM_LOAD16_BYTE( "95426397.hi", 0x00000, 0x080000, CRC(2183f67d) SHA1(51054ff5c26e9ea5ddc64630f4db1dfa08950111) ) |
| 6590 | | sc_dndra_others |
| 6591 | | ROM_END |
| 6592 | | |
| 6593 | | ROM_START( sc5dndrad ) |
| 6594 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6595 | | ROM_LOAD16_BYTE( "95427080.lo", 0x00001, 0x080000, CRC(957fbbf1) SHA1(df90ec57ca6a2d9f595ac43e7bbdf26d1d862cfe) ) |
| 6596 | | ROM_LOAD16_BYTE( "95427081.hi", 0x00000, 0x080000, CRC(d24bc15b) SHA1(3bdf96d7e91d9d252861a81176b6c20f14e27021) ) |
| 6597 | | sc_dndra_others |
| 6598 | | ROM_END |
| 6599 | | |
| 6600 | | ROM_START( sc5dndrae ) |
| 6601 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6602 | | ROM_LOAD16_BYTE( "95427396.lo", 0x00001, 0x080000, CRC(64b0cfab) SHA1(89a958774b1d1d9d1b326a45ccb04fa68677bbb1) ) |
| 6603 | | ROM_LOAD16_BYTE( "95427397.hi", 0x00000, 0x080000, CRC(03786a87) SHA1(1b5756c1cb77ffd9935f94fd1bb54eef0f37ea12) ) |
| 6604 | | sc_dndra_others |
| 6605 | | ROM_END |
| 6606 | | |
| 6607 | | ROM_START( sc5dndraf ) |
| 6608 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6609 | | ROM_LOAD16_BYTE( "p3201p71.hi", 0x00000, 0x080000, CRC(27086da6) SHA1(4a8e10fa47f6467f6d14611e81c25e79a1ee1173) ) |
| 6610 | | ROM_LOAD16_BYTE( "p3201p71.lo", 0x00001, 0x080000, CRC(e0cb8eac) SHA1(e8b6fbb7f4d19d5c9fb8891c23f3293d37067946) ) |
| 6611 | | sc_dndra_others |
| 6612 | | ROM_END |
| 6613 | | |
| 6614 | | ROM_START( sc5dndrag ) |
| 6615 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6616 | | ROM_LOAD16_BYTE( "p3201p72.hi", 0x00000, 0x080000, CRC(2536bc62) SHA1(c3a84a78311c63358f69003c1540f2560249e318) ) |
| 6617 | | ROM_LOAD16_BYTE( "p3201p72.lo", 0x00001, 0x080000, CRC(560988a7) SHA1(1f0e01f88803c98affbba3e7cf720282866e8d72) ) |
| 6618 | | sc_dndra_others |
| 6619 | | ROM_END |
| 6620 | | |
| 6621 | | ROM_START( sc5dndrah ) |
| 6622 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6623 | | ROM_LOAD16_BYTE( "p3201p73.hi", 0x00000, 0x080000, CRC(dff3a0b4) SHA1(98b8e5538d5a80f9cc67d7f9a9d1cfe0f72bf2fc) ) |
| 6624 | | ROM_LOAD16_BYTE( "p3201p73.lo", 0x00001, 0x080000, CRC(614476cb) SHA1(df1eab8ce8083c74f9168fe1ae5d0af17ef46e8a) ) |
| 6625 | | sc_dndra_others |
| 6626 | | ROM_END |
| 6627 | | |
| 6628 | | ROM_START( sc5dndrai ) |
| 6629 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6630 | | ROM_LOAD16_BYTE( "p3201s71.hi", 0x00000, 0x080000, CRC(239e71e0) SHA1(69de5f6663eb3d74bbcee5c8f8461204c38ac6e7) ) |
| 6631 | | ROM_LOAD16_BYTE( "p3201s71.lo", 0x00001, 0x080000, CRC(254f4647) SHA1(3b8667633ad1558e35ff6742fbfbb97bf6058bf8) ) |
| 6632 | | sc_dndra_others |
| 6633 | | ROM_END |
| 6634 | | |
| 6635 | | ROM_START( sc5dndraj ) |
| 6636 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6637 | | ROM_LOAD16_BYTE( "p3201s72.hi", 0x00000, 0x080000, CRC(bf6e0a69) SHA1(21b958a8995a7adaf240991c1815527d0b51dcb3) ) |
| 6638 | | ROM_LOAD16_BYTE( "p3201s72.lo", 0x00001, 0x080000, CRC(828d9065) SHA1(bfdf0f310e8d1b87dbb3e60722241dbfa407d7dd) ) |
| 6639 | | sc_dndra_others |
| 6640 | | ROM_END |
| 6641 | | |
| 6642 | | ROM_START( sc5dndrak ) |
| 6643 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6644 | | ROM_LOAD16_BYTE( "p3201s73.hi", 0x00000, 0x080000, CRC(cf22263f) SHA1(37d34ccd6a2cc7ee7858885f56226aa59cb8d40a) ) |
| 6645 | | ROM_LOAD16_BYTE( "p3201s73.lo", 0x00001, 0x080000, CRC(5ee67237) SHA1(f4b1d6281fa5c406e7f76e1397963539070df6ab) ) |
| 6646 | | sc_dndra_others |
| 6647 | | ROM_END |
| 6648 | | |
| 6649 | | |
| 6650 | | |
| 6651 | | |
| 6652 | | ROM_START( sc5dndbd ) |
| 6653 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6654 | | ROM_LOAD16_BYTE( "95422894.lo", 0x00001, 0x080000, CRC(56e5027f) SHA1(af8afab10f309ecb40d7c7861dcccb397f92dccc) ) |
| 6655 | | ROM_LOAD16_BYTE( "95422895.hi", 0x00000, 0x080000, CRC(04b08719) SHA1(64355b5711b069b9328bdc98fdc6815bceb08504) ) |
| 6656 | | sc_dndbd_others |
| 6657 | | ROM_END |
| 6658 | | |
| 6659 | | ROM_START( sc5dndbda ) |
| 6660 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6661 | | ROM_LOAD16_BYTE( "95423894.lo", 0x00001, 0x080000, CRC(5ee4a59e) SHA1(e64ab0fb59d9013da76bd88c548000322c9955be) ) |
| 6662 | | ROM_LOAD16_BYTE( "95423895.hi", 0x00000, 0x080000, CRC(320046fc) SHA1(0c7c76b22ff1ccccfc27dde25236da6fb834e027) ) |
| 6663 | | sc_dndbd_others |
| 6664 | | ROM_END |
| 6665 | | |
| 6666 | | ROM_START( sc5dndbdb ) |
| 6667 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6668 | | ROM_LOAD16_BYTE( "95426370.lo", 0x00001, 0x080000, CRC(201fbd94) SHA1(6c5b819e20d9dc7237d99320953fc33d6357faf8) ) |
| 6669 | | ROM_LOAD16_BYTE( "95426371.hi", 0x00000, 0x080000, CRC(cbc533ad) SHA1(03daec7b71e5cc7168dfb86199e45ec4553dae77) ) |
| 6670 | | sc_dndbd_others |
| 6671 | | ROM_END |
| 6672 | | |
| 6673 | | ROM_START( sc5dndbdc ) |
| 6674 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6675 | | ROM_LOAD16_BYTE( "95426386.lo", 0x00001, 0x080000, CRC(cf6cb721) SHA1(961a63d1173e5784853a0fad4d8e94859144023a) ) |
| 6676 | | ROM_LOAD16_BYTE( "95426387.hi", 0x00000, 0x080000, CRC(20e8fc23) SHA1(71477bd6a1d482751b0cc0158d0d5d963fe63703) ) |
| 6677 | | sc_dndbd_others |
| 6678 | | ROM_END |
| 6679 | | |
| 6680 | | ROM_START( sc5dndbdd ) |
| 6681 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6682 | | ROM_LOAD16_BYTE( "95427370.lo", 0x00001, 0x080000, CRC(154f9a59) SHA1(10464571fd505813f472d1ef0f153b93e167e03d) ) |
| 6683 | | ROM_LOAD16_BYTE( "95427371.hi", 0x00000, 0x080000, CRC(b47b7d87) SHA1(0ecac57740f6f82d11a6fa38c2dce3a101b52772) ) |
| 6684 | | sc_dndbd_others |
| 6685 | | ROM_END |
| 6686 | | |
| 6687 | | ROM_START( sc5dndbde ) |
| 6688 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6689 | | ROM_LOAD16_BYTE( "95427386.lo", 0x00001, 0x080000, CRC(4ceadcfc) SHA1(37fca1d7ade327c6f54845a2f67133f5122e59d5) ) |
| 6690 | | ROM_LOAD16_BYTE( "95427387.hi", 0x00000, 0x080000, CRC(c8774dc7) SHA1(c2f5d75676b1af3e84d21310bd3d3a472a92b8aa) ) |
| 6691 | | sc_dndbd_others |
| 6692 | | ROM_END |
| 6693 | | |
| 6694 | | ROM_START( sc5dndbdf ) |
| 6695 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6696 | | ROM_LOAD16_BYTE( "p3210p71.hi", 0x00000, 0x080000, CRC(cfd11c31) SHA1(6826fd6b46793a42b7bc446a34effe981a893ee3) ) |
| 6697 | | ROM_LOAD16_BYTE( "p3210p71.lo", 0x00001, 0x080000, CRC(2f48b987) SHA1(7ac930e1c58dcf62e9b613ec4cc444ad6303a33d) ) |
| 6698 | | sc_dndbd_others |
| 6699 | | ROM_END |
| 6700 | | |
| 6701 | | ROM_START( sc5dndbdg ) |
| 6702 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6703 | | ROM_LOAD16_BYTE( "p3210p73.hi", 0x00000, 0x080000, CRC(ec47b51c) SHA1(36fe889b2961fcef2f0b1790d18b379bcbfcb182) ) |
| 6704 | | ROM_LOAD16_BYTE( "p3210p73.lo", 0x00001, 0x080000, CRC(ce0ee1c9) SHA1(4d29a6158714c67172a5e6a86db48635f78b0cfe) ) |
| 6705 | | sc_dndbd_others |
| 6706 | | ROM_END |
| 6707 | | |
| 6708 | | ROM_START( sc5dndbdh ) |
| 6709 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6710 | | ROM_LOAD16_BYTE( "p3210s71.hi", 0x00000, 0x080000, CRC(a3361b74) SHA1(79710fd876f493dadef5d6f7c02e36e12fe0033c) ) |
| 6711 | | ROM_LOAD16_BYTE( "p3210s71.lo", 0x00001, 0x080000, CRC(2fce4f8a) SHA1(d03bcae4f1731aacad907ca6bd752e19f7e5ece7) ) |
| 6712 | | sc_dndbd_others |
| 6713 | | ROM_END |
| 6714 | | |
| 6715 | | ROM_START( sc5dndbdi ) |
| 6716 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6717 | | ROM_LOAD16_BYTE( "p3210s73.hi", 0x00000, 0x080000, CRC(ede2599c) SHA1(eb49189e4db10d3c20951035d796faba8aa6f238) ) |
| 6718 | | ROM_LOAD16_BYTE( "p3210s73.lo", 0x00001, 0x080000, CRC(3ae378c2) SHA1(3c57abb05099c47dde00942cee4925cb75357f2a) ) |
| 6719 | | sc_dndbd_others |
| 6720 | | ROM_END |
| 6721 | | |
| 6722 | | |
| 6723 | | |
| 6724 | | |
| 6725 | | ROM_START( sc5dndbr ) |
| 6726 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6727 | | ROM_LOAD16_BYTE( "95422150.lo", 0x00001, 0x080000, CRC(10b1d71f) SHA1(442ce4e98fd7ab7678339ca520353fc7f98e353e) ) |
| 6728 | | ROM_LOAD16_BYTE( "95422151.hi", 0x00000, 0x080000, CRC(c07dd832) SHA1(076eef9b1b4f527b866634e2522c0fc06eb2b582) ) |
| 6729 | | sc_dndbr_others |
| 6730 | | ROM_END |
| 6731 | | |
| 6732 | | ROM_START( sc5dndbra ) |
| 6733 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6734 | | ROM_LOAD16_BYTE( "95422298.lo", 0x00001, 0x080000, CRC(1925aed8) SHA1(a8e9f69c80270efd5e8587f54ed4259e306a6e90) ) |
| 6735 | | ROM_LOAD16_BYTE( "95422299.hi", 0x00000, 0x080000, CRC(8130eaa3) SHA1(7c7621ae5bca158fe83b5596da0bd2f9a027e127) ) |
| 6736 | | sc_dndbr_others |
| 6737 | | ROM_END |
| 6738 | | |
| 6739 | | ROM_START( sc5dndbrb ) |
| 6740 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6741 | | ROM_LOAD16_BYTE( "95422430.lo", 0x00001, 0x080000, CRC(12a6c08e) SHA1(4c003012110187799841df7e85dfe8874afaf878) ) |
| 6742 | | ROM_LOAD16_BYTE( "95422431.hi", 0x00000, 0x080000, CRC(d7a1080e) SHA1(64a537e37980a6f918a3c43a391aea003a8b5a2d) ) |
| 6743 | | sc_dndbr_others |
| 6744 | | ROM_END |
| 6745 | | |
| 6746 | | ROM_START( sc5dndbrc ) |
| 6747 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6748 | | ROM_LOAD16_BYTE( "95422462.lo", 0x00001, 0x080000, CRC(bfc9a904) SHA1(1bcb566fdcbaeab46ef0958b4270248edfb459cc) ) |
| 6749 | | ROM_LOAD16_BYTE( "95422463.hi", 0x00000, 0x080000, CRC(d9fdf257) SHA1(4982e1652c481fb494c481b34b8affb009c835fa) ) |
| 6750 | | sc_dndbr_others |
| 6751 | | ROM_END |
| 6752 | | |
| 6753 | | ROM_START( sc5dndbrd ) |
| 6754 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6755 | | ROM_LOAD16_BYTE( "95422504.lo", 0x00001, 0x080000, CRC(4a0f3dca) SHA1(0e36042e969c8d049c0ac8dc027cc0b8699570d0) ) |
| 6756 | | ROM_LOAD16_BYTE( "95422505.hi", 0x00000, 0x080000, CRC(c6b55463) SHA1(429d3d191f3e3a814c12daa0fa1eefe03c25b218) ) |
| 6757 | | sc_dndbr_others |
| 6758 | | ROM_END |
| 6759 | | |
| 6760 | | ROM_START( sc5dndbre ) |
| 6761 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6762 | | ROM_LOAD16_BYTE( "95422802.lo", 0x00001, 0x080000, CRC(9c9868f7) SHA1(72a2162568032775ca5cb8283d3437314a453a45) ) |
| 6763 | | ROM_LOAD16_BYTE( "95422803.hi", 0x00000, 0x080000, CRC(4d2f0f6c) SHA1(95fe69b8bafd6780ac32e76d1c43f449c941ecc4) ) |
| 6764 | | sc_dndbr_others |
| 6765 | | ROM_END |
| 6766 | | |
| 6767 | | ROM_START( sc5dndbrf ) |
| 6768 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6769 | | ROM_LOAD16_BYTE( "95423150.lo", 0x00001, 0x080000, CRC(b0a8336a) SHA1(c4f2a1cae19858ec136f85d3624100be6f3c044f) ) |
| 6770 | | ROM_LOAD16_BYTE( "95423151.hi", 0x00000, 0x080000, CRC(527c2a60) SHA1(ef1c057582d7ef2a6d7bdc4e9658326f0536a69d) ) |
| 6771 | | sc_dndbr_others |
| 6772 | | ROM_END |
| 6773 | | |
| 6774 | | ROM_START( sc5dndbrg ) |
| 6775 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6776 | | ROM_LOAD16_BYTE( "95423298.lo", 0x00001, 0x080000, CRC(499229f5) SHA1(398f4276c86133b17f95871e399f0195ae7aaa04) ) |
| 6777 | | ROM_LOAD16_BYTE( "95423299.hi", 0x00000, 0x080000, CRC(3d855dd0) SHA1(351bb1191bedb5d22b289fd0b3ae8f5c5c9ebf94) ) |
| 6778 | | sc_dndbr_others |
| 6779 | | ROM_END |
| 6780 | | |
| 6781 | | ROM_START( sc5dndbrh ) |
| 6782 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6783 | | ROM_LOAD16_BYTE( "95423430.lo", 0x00001, 0x080000, CRC(d95f3e3a) SHA1(6805a7eb1ea84b10721ebe863de09608e5d3643d) ) |
| 6784 | | ROM_LOAD16_BYTE( "95423431.hi", 0x00000, 0x080000, CRC(242bd27b) SHA1(7183fc705a9a60e2e7cd38d7dc2ee99231df6ccb) ) |
| 6785 | | sc_dndbr_others |
| 6786 | | ROM_END |
| 6787 | | |
| 6788 | | ROM_START( sc5dndbri ) |
| 6789 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6790 | | ROM_LOAD16_BYTE( "95423462.lo", 0x00001, 0x080000, CRC(43b8cd87) SHA1(724d60e39d1b69b3766eb3f86e5f56ffc227d13f) ) |
| 6791 | | ROM_LOAD16_BYTE( "95423463.hi", 0x00000, 0x080000, CRC(ecca1f40) SHA1(a49396bfe41ff18e4bc44051e9dbfccf9604d738) ) |
| 6792 | | sc_dndbr_others |
| 6793 | | ROM_END |
| 6794 | | |
| 6795 | | ROM_START( sc5dndbrj ) |
| 6796 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6797 | | ROM_LOAD16_BYTE( "95423504.lo", 0x00001, 0x080000, CRC(92e3a59d) SHA1(52c5c48f3d8feceb64bb3ea544db2461b9bcd2f0) ) |
| 6798 | | ROM_LOAD16_BYTE( "95423505.hi", 0x00000, 0x080000, CRC(2c806756) SHA1(8e9e44e8a1ad527ae3f90f6bf25734b5648f87bb) ) |
| 6799 | | sc_dndbr_others |
| 6800 | | ROM_END |
| 6801 | | |
| 6802 | | ROM_START( sc5dndbrk ) |
| 6803 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6804 | | ROM_LOAD16_BYTE( "95423802.lo", 0x00001, 0x080000, CRC(07f38e50) SHA1(0975fc113086c39f3970dee8d3bbed42c4ba853c) ) |
| 6805 | | ROM_LOAD16_BYTE( "95423803.hi", 0x00000, 0x080000, CRC(f7efe16f) SHA1(52a990f39cf99af51787b6749ff78a98151957de) ) |
| 6806 | | sc_dndbr_others |
| 6807 | | ROM_END |
| 6808 | | |
| 6809 | | ROM_START( sc5dndbrl ) |
| 6810 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6811 | | ROM_LOAD16_BYTE( "95426056.lo", 0x00001, 0x080000, CRC(c9a92cd3) SHA1(d2364fbc976c9aa67a8410c5754f957b60c86f16) ) |
| 6812 | | ROM_LOAD16_BYTE( "95426057.hi", 0x00000, 0x080000, CRC(8b730a59) SHA1(d016748e68b89057fe3df57bdccdd84fbdc309a9) ) |
| 6813 | | sc_dndbr_others |
| 6814 | | ROM_END |
| 6815 | | |
| 6816 | | ROM_START( sc5dndbrm ) |
| 6817 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6818 | | ROM_LOAD16_BYTE( "95426288.lo", 0x00001, 0x080000, CRC(0414dea3) SHA1(cd8bf53eb3cc970c47d1b4235d5e2e0b56a8e1fb) ) |
| 6819 | | ROM_LOAD16_BYTE( "95426289.hi", 0x00000, 0x080000, CRC(cdf8fabe) SHA1(7deaaab4bdf93e4caddba11bd2876560e26f4758) ) |
| 6820 | | sc_dndbr_others |
| 6821 | | ROM_END |
| 6822 | | |
| 6823 | | ROM_START( sc5dndbrn ) |
| 6824 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6825 | | ROM_LOAD16_BYTE( "95427056.lo", 0x00001, 0x080000, CRC(e0712d84) SHA1(13c32179c7f78c6d020ea613ede92bee8396e32c) ) |
| 6826 | | ROM_LOAD16_BYTE( "95427057.hi", 0x00000, 0x080000, CRC(1a097df2) SHA1(3fba0d7d1289c0fdd79da3b548bfc94b7fe617ef) ) |
| 6827 | | sc_dndbr_others |
| 6828 | | ROM_END |
| 6829 | | |
| 6830 | | ROM_START( sc5dndbro ) |
| 6831 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6832 | | ROM_LOAD16_BYTE( "95427288.lo", 0x00001, 0x080000, CRC(82f456e6) SHA1(6f3a282bcbf80c1e948d50227fee93c1cc6d6053) ) |
| 6833 | | ROM_LOAD16_BYTE( "95427289.hi", 0x00000, 0x080000, CRC(65c8444c) SHA1(42ce3791ea3384f4704725a296e99912d7758c55) ) |
| 6834 | | sc_dndbr_others |
| 6835 | | ROM_END |
| 6836 | | |
| 6837 | | ROM_START( sc5dndbrp ) |
| 6838 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6839 | | ROM_LOAD16_BYTE( "p3011p01.hi", 0x00000, 0x080000, CRC(668c910c) SHA1(765c45d37f1a1f1f35709c7c6de74ddf081cf275) ) |
| 6840 | | ROM_LOAD16_BYTE( "p3011p01.lo", 0x00001, 0x080000, CRC(eaab8c27) SHA1(939975e613aa421d5e23a1d620f07cd49cd20d81) ) |
| 6841 | | sc_dndbr_others |
| 6842 | | ROM_END |
| 6843 | | |
| 6844 | | ROM_START( sc5dndbrq ) |
| 6845 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6846 | | ROM_LOAD16_BYTE( "p3011p41.hi", 0x00000, 0x080000, CRC(5018bf9b) SHA1(e9fa0178b9c866648c955f9d0afce55dc3c8e01c) ) |
| 6847 | | ROM_LOAD16_BYTE( "p3011p41.lo", 0x00001, 0x080000, CRC(d7d4d793) SHA1(77db3549607f112d307bff1e8cc41be670915967) ) |
| 6848 | | sc_dndbr_others |
| 6849 | | ROM_END |
| 6850 | | |
| 6851 | | ROM_START( sc5dndbrr ) |
| 6852 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6853 | | ROM_LOAD16_BYTE( "p3011p72.hi", 0x00000, 0x080000, CRC(de759c0b) SHA1(b9ccc2e7ac3e87f65b8921fabe59b23d1f1f0cf6) ) |
| 6854 | | ROM_LOAD16_BYTE( "p3011p72.lo", 0x00001, 0x080000, CRC(5dbf7b6f) SHA1(39a5642af03d20c07a7b9781259ed3d1d3a91e97) ) |
| 6855 | | sc_dndbr_others |
| 6856 | | ROM_END |
| 6857 | | |
| 6858 | | ROM_START( sc5dndbrs ) |
| 6859 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6860 | | ROM_LOAD16_BYTE( "p3011pe1.hi", 0x00000, 0x080000, CRC(421d83b8) SHA1(29eda16c7bc3cdf145090e7dfbf3c6b1a8fd81b4) ) |
| 6861 | | ROM_LOAD16_BYTE( "p3011pe1.lo", 0x00001, 0x080000, CRC(109caf89) SHA1(f3fe4a8f70c86f55ca5378056f4e6d61bc88b7da) ) |
| 6862 | | sc_dndbr_others |
| 6863 | | ROM_END |
| 6864 | | |
| 6865 | | ROM_START( sc5dndbrt ) |
| 6866 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6867 | | ROM_LOAD16_BYTE( "p3011s01.hi", 0x00000, 0x080000, CRC(46cfec27) SHA1(23862773a4682a18c1082082831a1ed5a27460d5) ) |
| 6868 | | ROM_LOAD16_BYTE( "p3011s01.lo", 0x00001, 0x080000, CRC(70e74304) SHA1(a39edc2431a6cdfb10bbb676acec7c0c0243f5e1) ) |
| 6869 | | sc_dndbr_others |
| 6870 | | ROM_END |
| 6871 | | |
| 6872 | | ROM_START( sc5dndbru ) |
| 6873 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6874 | | ROM_LOAD16_BYTE( "p3011s41.hi", 0x00000, 0x080000, CRC(8fde35ce) SHA1(1dfa0e260779aaed8e9207c39c9e1776ec468058) ) |
| 6875 | | ROM_LOAD16_BYTE( "p3011s41.lo", 0x00001, 0x080000, CRC(3c8f3e91) SHA1(2d6b0643940c283c304a3f15381b1093323e4b1c) ) |
| 6876 | | sc_dndbr_others |
| 6877 | | ROM_END |
| 6878 | | |
| 6879 | | ROM_START( sc5dndbrv ) |
| 6880 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6881 | | ROM_LOAD16_BYTE( "p3011s72.hi", 0x00000, 0x080000, CRC(8523c4d7) SHA1(f365a3b9a24b686afa1866382cef3cf6ee88de19) ) |
| 6882 | | ROM_LOAD16_BYTE( "p3011s72.lo", 0x00001, 0x080000, CRC(32aa2e4e) SHA1(7fb19c72d021780672871ee2ea27074cbe4af233) ) |
| 6883 | | sc_dndbr_others |
| 6884 | | ROM_END |
| 6885 | | |
| 6886 | | ROM_START( sc5dndbrw ) |
| 6887 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6888 | | ROM_LOAD16_BYTE( "p3011se1.hi", 0x00000, 0x080000, CRC(6e547687) SHA1(ea1a56a5afb179437c9b9f5ee52cade531aa2dca) ) |
| 6889 | | ROM_LOAD16_BYTE( "p3011se1.lo", 0x00001, 0x080000, CRC(03467347) SHA1(4675bd87d61dc811a2f4525d00a220d11c7eb258) ) |
| 6890 | | sc_dndbr_others |
| 6891 | | ROM_END |
| 6892 | | |
| 6893 | | |
| 6894 | | ROM_START( sc5dndcc ) |
| 6895 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6896 | | ROM_LOAD16_BYTE( "95422390.lo", 0x00001, 0x080000, CRC(6bf4e3e6) SHA1(dc4add26d606053a1003ef54c54321fef38966be) ) |
| 6897 | | ROM_LOAD16_BYTE( "95422391.hi", 0x00000, 0x080000, CRC(84aa4dd6) SHA1(b63d4eca7841017e4e1ca9b3abb973dc9273027c) ) |
| 6898 | | sc_dndcc_others |
| 6899 | | ROM_END |
| 6900 | | |
| 6901 | | ROM_START( sc5dndcca ) |
| 6902 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6903 | | ROM_LOAD16_BYTE( "95422500.lo", 0x00001, 0x080000, CRC(d349ecbf) SHA1(d438db7f2e1647bd87b416721ca8d9f53d196a84) ) |
| 6904 | | ROM_LOAD16_BYTE( "95422501.hi", 0x00000, 0x080000, CRC(4da063fd) SHA1(1332fb94f6cc3e959488cd514469a2dd3c1be9c6) ) |
| 6905 | | sc_dndcc_others |
| 6906 | | ROM_END |
| 6907 | | |
| 6908 | | ROM_START( sc5dndccb ) |
| 6909 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6910 | | ROM_LOAD16_BYTE( "95423390.lo", 0x00001, 0x080000, CRC(9a0c32bb) SHA1(7325dbcc5b448803314f0e299f832081f1db9a5f) ) |
| 6911 | | ROM_LOAD16_BYTE( "95423391.hi", 0x00000, 0x080000, CRC(7c7efdf0) SHA1(b94190d5ee1bc4b82fb2ab500f9cf2253c47a7d4) ) |
| 6912 | | sc_dndcc_others |
| 6913 | | ROM_END |
| 6914 | | |
| 6915 | | ROM_START( sc5dndccc ) |
| 6916 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6917 | | ROM_LOAD16_BYTE( "95423500.lo", 0x00001, 0x080000, CRC(128b7b26) SHA1(d229562614c159e515b520273e4802f1bdf6da27) ) |
| 6918 | | ROM_LOAD16_BYTE( "95423501.hi", 0x00000, 0x080000, CRC(9283b144) SHA1(91303b655a7ea8fb3837b2c8b520c067e2950af5) ) |
| 6919 | | sc_dndcc_others |
| 6920 | | ROM_END |
| 6921 | | |
| 6922 | | ROM_START( sc5dndccd ) |
| 6923 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6924 | | ROM_LOAD16_BYTE( "95423804.lo", 0x00001, 0x080000, CRC(c9c507b7) SHA1(8814b353a072c1cc0f3f35256ea89d7a67558f6d) ) |
| 6925 | | ROM_LOAD16_BYTE( "95423805.hi", 0x00000, 0x080000, CRC(d5f71e0e) SHA1(d1c96c12140d189ca2a4ea56e6279bb32eb0194b) ) |
| 6926 | | sc_dndcc_others |
| 6927 | | ROM_END |
| 6928 | | |
| 6929 | | ROM_START( sc5dndcce ) |
| 6930 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6931 | | ROM_LOAD16_BYTE( "95426052.lo", 0x00001, 0x080000, CRC(a98e6967) SHA1(40cf2aac490dfbb1aa28eb3af7325d831f22460e) ) |
| 6932 | | ROM_LOAD16_BYTE( "95426053.hi", 0x00000, 0x080000, CRC(135f0688) SHA1(bde939e11eae1342eb32495e88d67f507bb841ad) ) |
| 6933 | | sc_dndcc_others |
| 6934 | | ROM_END |
| 6935 | | |
| 6936 | | ROM_START( sc5dndccf ) |
| 6937 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6938 | | ROM_LOAD16_BYTE( "95426400.lo", 0x00001, 0x080000, CRC(d41f2cf8) SHA1(5c41dafdeedb4ff0dc988de1367f26f2ddf0e412) ) |
| 6939 | | ROM_LOAD16_BYTE( "95426401.hi", 0x00000, 0x080000, CRC(dfb30753) SHA1(8f41e2c1976cefcab122bdc48437e02a0d3539c0) ) |
| 6940 | | sc_dndcc_others |
| 6941 | | ROM_END |
| 6942 | | |
| 6943 | | ROM_START( sc5dndccg ) |
| 6944 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6945 | | ROM_LOAD16_BYTE( "95427052.lo", 0x00001, 0x080000, CRC(bb2f094a) SHA1(b90f35be18e39b003590635152f864be67567997) ) |
| 6946 | | ROM_LOAD16_BYTE( "95427053.hi", 0x00000, 0x080000, CRC(818a702c) SHA1(cf0633cd1c4836a4947063b42a0fd0360879349d) ) |
| 6947 | | sc_dndcc_others |
| 6948 | | ROM_END |
| 6949 | | |
| 6950 | | ROM_START( sc5dndcch ) |
| 6951 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6952 | | ROM_LOAD16_BYTE( "95427400.lo", 0x00001, 0x080000, CRC(e9eab94b) SHA1(c856f5632b3e14232e3f2c47ad03eda7b9b983eb) ) |
| 6953 | | ROM_LOAD16_BYTE( "95427401.hi", 0x00000, 0x080000, CRC(045202fa) SHA1(6a183f17c023ef43416572860c5261271e701cf0) ) |
| 6954 | | sc_dndcc_others |
| 6955 | | ROM_END |
| 6956 | | |
| 6957 | | ROM_START( sc5dndcci ) |
| 6958 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6959 | | ROM_LOAD16_BYTE( "p3017p71.hi", 0x00000, 0x080000, CRC(2cbfa80a) SHA1(d31d57360700e2b22569168fbbd769570e0e257e) ) |
| 6960 | | ROM_LOAD16_BYTE( "p3017p71.lo", 0x00001, 0x080000, CRC(e80f176a) SHA1(f66e4165209396646442fb640b90f7fe48fc884e) ) |
| 6961 | | sc_dndcc_others |
| 6962 | | ROM_END |
| 6963 | | |
| 6964 | | ROM_START( sc5dndccj ) |
| 6965 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6966 | | ROM_LOAD16_BYTE( "p3017pf1.hi", 0x00000, 0x080000, CRC(dccfc4e7) SHA1(7caed83dffa0fd6bccdc80acdc6b0a619d2d4045) ) |
| 6967 | | ROM_LOAD16_BYTE( "p3017pf1.lo", 0x00001, 0x080000, CRC(58d2c26b) SHA1(e9bc7afb62550842949fda472f3cae83377a3a84) ) |
| 6968 | | sc_dndcc_others |
| 6969 | | ROM_END |
| 6970 | | |
| 6971 | | ROM_START( sc5dndcck ) |
| 6972 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6973 | | ROM_LOAD16_BYTE( "p3017pf2.hi", 0x00000, 0x080000, CRC(d1a87204) SHA1(3e9ef9c8d00be9970b6f3def0d2b977cb8899a27) ) |
| 6974 | | ROM_LOAD16_BYTE( "p3017pf2.lo", 0x00001, 0x080000, CRC(a3697ce1) SHA1(57b0cc7cd75c746033b9ca490574a4925f6d39a1) ) |
| 6975 | | sc_dndcc_others |
| 6976 | | ROM_END |
| 6977 | | |
| 6978 | | ROM_START( sc5dndccl ) |
| 6979 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6980 | | ROM_LOAD16_BYTE( "p3017pg1.hi", 0x00000, 0x080000, CRC(0fd1ef51) SHA1(bfabe358d647e46f3c24e716422d201f910b9d81) ) |
| 6981 | | ROM_LOAD16_BYTE( "p3017pg1.lo", 0x00001, 0x080000, CRC(d006fe79) SHA1(920566666d184ab8f57bd92159a3bb6c35052fc2) ) |
| 6982 | | sc_dndcc_others |
| 6983 | | ROM_END |
| 6984 | | |
| 6985 | | ROM_START( sc5dndccm ) |
| 6986 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6987 | | ROM_LOAD16_BYTE( "p3017pg2.hi", 0x00000, 0x080000, CRC(acb4e681) SHA1(966a83967bdfed941abea200b25fe1a06440016d) ) |
| 6988 | | ROM_LOAD16_BYTE( "p3017pg2.lo", 0x00001, 0x080000, CRC(8d4b0e8e) SHA1(c48d3aa33911e13ff9af0aca06afe05a72adf3f9) ) |
| 6989 | | sc_dndcc_others |
| 6990 | | ROM_END |
| 6991 | | |
| 6992 | | ROM_START( sc5dndccn ) |
| 6993 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6994 | | ROM_LOAD16_BYTE( "p3017s71.hi", 0x00000, 0x080000, CRC(df5bd3b0) SHA1(b70190082947a7a1c2aea4bceb12cc032e35b59d) ) |
| 6995 | | ROM_LOAD16_BYTE( "p3017s71.lo", 0x00001, 0x080000, CRC(2639b43d) SHA1(6b06b122239093cc47af360d4eee7d9cc850dc8f) ) |
| 6996 | | sc_dndcc_others |
| 6997 | | ROM_END |
| 6998 | | |
| 6999 | | ROM_START( sc5dndcco ) |
| 7000 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7001 | | ROM_LOAD16_BYTE( "p3017sf1.hi", 0x00000, 0x080000, CRC(3fd02a1b) SHA1(0eb81600349b1a745f24f662fe054148688ba966) ) |
| 7002 | | ROM_LOAD16_BYTE( "p3017sf1.lo", 0x00001, 0x080000, CRC(d2e45159) SHA1(f4557ba7f97016fba81e6b977981444a3d797a14) ) |
| 7003 | | sc_dndcc_others |
| 7004 | | ROM_END |
| 7005 | | |
| 7006 | | ROM_START( sc5dndccp ) |
| 7007 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7008 | | ROM_LOAD16_BYTE( "p3017sf2.hi", 0x00000, 0x080000, CRC(47651875) SHA1(f7c48a0e56bd9b748ede58916529aeec8240304f) ) |
| 7009 | | ROM_LOAD16_BYTE( "p3017sf2.lo", 0x00001, 0x080000, CRC(f7f4333d) SHA1(9e651b1a6422935776dc6eb4276016ea45a21297) ) |
| 7010 | | sc_dndcc_others |
| 7011 | | ROM_END |
| 7012 | | |
| 7013 | | ROM_START( sc5dndccq ) |
| 7014 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7015 | | ROM_LOAD16_BYTE( "p3017sg1.hi", 0x00000, 0x080000, CRC(2db61930) SHA1(7516dd7ef4ae78afe0fb2a12412e5c9912928aeb) ) |
| 7016 | | ROM_LOAD16_BYTE( "p3017sg1.lo", 0x00001, 0x080000, CRC(142ed198) SHA1(b4d28917502a2c4f147db115ff637c321dacaa9e) ) |
| 7017 | | sc_dndcc_others |
| 7018 | | ROM_END |
| 7019 | | |
| 7020 | | ROM_START( sc5dndccr ) |
| 7021 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7022 | | ROM_LOAD16_BYTE( "p3017sg2.hi", 0x00000, 0x080000, CRC(43dd9130) SHA1(c137f3de719c7d41f99e0725bba5be3394af57d6) ) |
| 7023 | | ROM_LOAD16_BYTE( "p3017sg2.lo", 0x00001, 0x080000, CRC(086f50be) SHA1(082c6469c5611a1e8f9dbcd80339f38657ddc2b4) ) |
| 7024 | | sc_dndcc_others |
| 7025 | | ROM_END |
| 7026 | | |
| 7027 | | ROM_START( sc5dndca ) |
| 7028 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7029 | | ROM_LOAD16_BYTE( "p3250p11.hi", 0x00000, 0x080000, CRC(cdd8e6fd) SHA1(c125f8af8193eeec3b143fae185100b490251dae) ) |
| 7030 | | ROM_LOAD16_BYTE( "p3250p11.lo", 0x00001, 0x080000, CRC(0303361b) SHA1(aafa4a680dd919afccba269affde34599164d9d2) ) |
| 7031 | | sc_dndcc_others |
| 7032 | | ROM_END |
| 7033 | | |
| 7034 | | ROM_START( sc5dndcaa ) |
| 7035 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7036 | | ROM_LOAD16_BYTE( "p3250p12.hi", 0x00000, 0x080000, CRC(c91b43c1) SHA1(a3337f0880d2d7b4e6cb0ea3e2824d0661eb6004) ) |
| 7037 | | ROM_LOAD16_BYTE( "p3250p12.lo", 0x00001, 0x080000, CRC(38e01a0a) SHA1(178b31725aca4a2676c50466f3d4b61fa831d7e3) ) |
| 7038 | | sc_dndcc_others |
| 7039 | | ROM_END |
| 7040 | | |
| 7041 | | ROM_START( sc5dndcab ) |
| 7042 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7043 | | ROM_LOAD16_BYTE( "p3250s11.hi", 0x00000, 0x080000, CRC(f985e611) SHA1(b0436688b83a0900e41fb61a1c09438f9f8663ac) ) |
| 7044 | | ROM_LOAD16_BYTE( "p3250s11.lo", 0x00001, 0x080000, CRC(11dec07e) SHA1(171345b38f07a5bc1f09d98fe0802a353bafa7c6) ) |
| 7045 | | sc_dndcc_others |
| 7046 | | ROM_END |
| 7047 | | |
| 7048 | | ROM_START( sc5dndcac ) |
| 7049 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7050 | | ROM_LOAD16_BYTE( "p3250s12.hi", 0x00000, 0x080000, CRC(7c3de312) SHA1(eaa216152f5e59b029fdb034baebd8c4fbd29794) ) |
| 7051 | | ROM_LOAD16_BYTE( "p3250s12.lo", 0x00001, 0x080000, CRC(fd2d6f53) SHA1(be1b3ac89b6cece9f34498bd4f1a0541da689df5) ) |
| 7052 | | sc_dndcc_others |
| 7053 | | ROM_END |
| 7054 | | |
| 7055 | | ROM_START( sc5dndcad ) |
| 7056 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7057 | | ROM_LOAD16_BYTE( "p3362p71.hi", 0x00000, 0x080000, CRC(a6fe0aef) SHA1(10a17944dbca7624ed451d7187edc89c582ecb8b) ) |
| 7058 | | ROM_LOAD16_BYTE( "p3362p71.lo", 0x00001, 0x080000, CRC(a8cf3b5c) SHA1(d802560eb43c51571f39389011ec3e5bae68659f) ) |
| 7059 | | sc_dndcc_others |
| 7060 | | ROM_END |
| 7061 | | |
| 7062 | | ROM_START( sc5dndcae ) |
| 7063 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7064 | | ROM_LOAD16_BYTE( "p3362s71.hi", 0x00000, 0x080000, CRC(2f609ab3) SHA1(2e0cf0b2dc91f4bc3bb9c6dcc2716491eef01c99) ) |
| 7065 | | ROM_LOAD16_BYTE( "p3362s71.lo", 0x00001, 0x080000, CRC(2af6741f) SHA1(62e396cfc3a8198e6b62b3d07d9894ed9d8e5f89) ) |
| 7066 | | sc_dndcc_others |
| 7067 | | ROM_END |
| 7068 | | |
| 7069 | | |
| 7070 | | ROM_START( sc5dnddw ) |
| 7071 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7072 | | ROM_LOAD16_BYTE( "95422472.lo", 0x00001, 0x080000, CRC(f97160be) SHA1(76f495ed1ec7901a4529f7106b081864345308c4) ) |
| 7073 | | ROM_LOAD16_BYTE( "95422473.hi", 0x00000, 0x080000, CRC(adde9c8c) SHA1(b5cc059af817ba49087fc68001c52bc0be3ac974) ) |
| 7074 | | sc_dnddw_others |
| 7075 | | ROM_END |
| 7076 | | |
| 7077 | | |
| 7078 | | ROM_START( sc5dnddwa ) |
| 7079 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7080 | | ROM_LOAD16_BYTE( "95423472.lo", 0x00001, 0x080000, CRC(12151eae) SHA1(0dc319849c03b9525844f3097201f4b5811dd84d) ) |
| 7081 | | ROM_LOAD16_BYTE( "95423473.hi", 0x00000, 0x080000, CRC(bcbfca3c) SHA1(8ac07a77d128f166c681f9528b08654cd7d4f304) ) |
| 7082 | | sc_dnddw_others |
| 7083 | | ROM_END |
| 7084 | | |
| 7085 | | |
| 7086 | | ROM_START( sc5dnddwb ) |
| 7087 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7088 | | ROM_LOAD16_BYTE( "95426174.lo", 0x00001, 0x080000, CRC(c78e421b) SHA1(54b065ffae73e39ef7d410d7488f7df7fd6923c1) ) |
| 7089 | | ROM_LOAD16_BYTE( "95426175.hi", 0x00000, 0x080000, CRC(11e52921) SHA1(14c792918b0b09b6903b2506baa0ef3b67787c29) ) |
| 7090 | | sc_dnddw_others |
| 7091 | | ROM_END |
| 7092 | | |
| 7093 | | |
| 7094 | | ROM_START( sc5dnddwc ) |
| 7095 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7096 | | ROM_LOAD16_BYTE( "95426272.lo", 0x00001, 0x080000, CRC(b55f8e84) SHA1(722a7568dab93c6e6717787f98c3ac1c4f0dfc52) ) |
| 7097 | | ROM_LOAD16_BYTE( "95426273.hi", 0x00000, 0x080000, CRC(d6c652e2) SHA1(51f21b2c8d6ba814f3a8fd880fc4c0a088e4a0fc) ) |
| 7098 | | sc_dnddw_others |
| 7099 | | ROM_END |
| 7100 | | |
| 7101 | | ROM_START( sc5dnddwd ) |
| 7102 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7103 | | ROM_LOAD16_BYTE( "95427174.lo", 0x00001, 0x080000, CRC(d796a1bd) SHA1(a4e8e2142b852f1aa67cac9bb12b490d9c72f6a5) ) |
| 7104 | | ROM_LOAD16_BYTE( "95427175.hi", 0x00000, 0x080000, CRC(c8fd8e4e) SHA1(2837297b745dd44388067df3d905413f05e02d10) ) |
| 7105 | | sc_dnddw_others |
| 7106 | | ROM_END |
| 7107 | | |
| 7108 | | ROM_START( sc5dnddwe ) |
| 7109 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7110 | | ROM_LOAD16_BYTE( "95427272.lo", 0x00001, 0x080000, CRC(c16a327e) SHA1(aa125f3e4ae640050ca117ab79d2e212125da540) ) |
| 7111 | | ROM_LOAD16_BYTE( "95427273.hi", 0x00000, 0x080000, CRC(e4fefd0f) SHA1(5fb8700e4b8cf7493de64f5c6c24c98386256727) ) |
| 7112 | | sc_dnddw_others |
| 7113 | | ROM_END |
| 7114 | | |
| 7115 | | ROM_START( sc5dnddwf ) |
| 7116 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7117 | | ROM_LOAD16_BYTE( "p3202p01.hi", 0x00000, 0x080000, CRC(c4dbbc10) SHA1(eaf716c867db96001cd4011bdf34088ef7b63c23) ) |
| 7118 | | ROM_LOAD16_BYTE( "p3202p01.lo", 0x00001, 0x080000, CRC(9ce75b13) SHA1(3981602a789ce0e435fd35143edb1b39cfd5a101) ) |
| 7119 | | sc_dnddw_others |
| 7120 | | ROM_END |
| 7121 | | |
| 7122 | | ROM_START( sc5dnddwg ) |
| 7123 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7124 | | ROM_LOAD16_BYTE( "p3202s01.hi", 0x00000, 0x080000, CRC(104f2021) SHA1(889a347fa799b00bff196bd3fd8a1257ce07bb2f) ) |
| 7125 | | ROM_LOAD16_BYTE( "p3202s01.lo", 0x00001, 0x080000, CRC(6c490f0f) SHA1(661bfc67aaea82e34de2d606a1779f4102ded05a) ) |
| 7126 | | sc_dnddw_others |
| 7127 | | ROM_END |
| 7128 | | |
| 7129 | | ROM_START( sc5dnddwh ) |
| 7130 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7131 | | ROM_LOAD16_BYTE( "95423666.lo", 0x00001, 0x080000, CRC(b324f0bc) SHA1(6e2dcec5ec0e7415064c4855401429ff13b3d320) ) |
| 7132 | | ROM_LOAD16_BYTE( "95423667.hi", 0x00000, 0x080000, CRC(4673fd1b) SHA1(523256163119d48751698dff864bc4dbceb9fbe2) ) |
| 7133 | | sc_dnddw_others |
| 7134 | | ROM_END |
| 7135 | | |
| 7136 | | ROM_START( sc5dnddwi ) |
| 7137 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7138 | | ROM_LOAD16_BYTE( "95422666.lo", 0x00001, 0x080000, CRC(6da9be2f) SHA1(c4aa54797d5407c80ae980bf2820292bf90fbfbf) ) |
| 7139 | | ROM_LOAD16_BYTE( "95422667.hi", 0x00000, 0x080000, CRC(c7981c1e) SHA1(01589186cf63a0e03dfd1ed96898717dcb2c3dcc) ) |
| 7140 | | sc_dnddw_others |
| 7141 | | ROM_END |
| 7142 | | |
| 7143 | | |
| 7144 | | ROM_START( sc5dnddf ) |
| 7145 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7146 | | ROM_LOAD16_BYTE( "95422284.lo", 0x00001, 0x080000, CRC(eb0f6493) SHA1(fe3efe77d8686cbe24562ba617a9fdc6a0b966cc) ) |
| 7147 | | ROM_LOAD16_BYTE( "95422285.hi", 0x00000, 0x080000, CRC(a6d37a4d) SHA1(4f9bb99f70af06fc0a010aa03916780f8358357f) ) |
| 7148 | | sc_dnddf_others |
| 7149 | | ROM_END |
| 7150 | | |
| 7151 | | ROM_START( sc5dnddfa ) |
| 7152 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7153 | | ROM_LOAD16_BYTE( "95422456.lo", 0x00001, 0x080000, CRC(3bcd2b48) SHA1(6d60fcd8d7d6f4585954f77c4d29d08787727f53) ) |
| 7154 | | ROM_LOAD16_BYTE( "95422457.hi", 0x00000, 0x080000, CRC(cbfb2069) SHA1(016f64a65787f2d0752502334b898a4a198b2385) ) |
| 7155 | | sc_dnddf_others |
| 7156 | | ROM_END |
| 7157 | | |
| 7158 | | ROM_START( sc5dnddfb ) |
| 7159 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7160 | | ROM_LOAD16_BYTE( "95422502.lo", 0x00001, 0x080000, CRC(75f83e37) SHA1(fadaec98363926cedd4529c5737bb012f0f6612a) ) |
| 7161 | | ROM_LOAD16_BYTE( "95422503.hi", 0x00000, 0x080000, CRC(d4130535) SHA1(213905095265db0c430b5216861d60f5ae9b0780) ) |
| 7162 | | sc_dnddf_others |
| 7163 | | ROM_END |
| 7164 | | |
| 7165 | | ROM_START( sc5dnddfc ) |
| 7166 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7167 | | ROM_LOAD16_BYTE( "95422682.lo", 0x00001, 0x080000, CRC(616cf372) SHA1(09c494c31c4e4387879924c61e40472854b0698f) ) |
| 7168 | | ROM_LOAD16_BYTE( "95422683.hi", 0x00000, 0x080000, CRC(a5306717) SHA1(8665d2cfec7e3b6eb370b9bd14532aa91e6b363a) ) |
| 7169 | | sc_dnddf_others |
| 7170 | | ROM_END |
| 7171 | | |
| 7172 | | ROM_START( sc5dnddfd ) |
| 7173 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7174 | | ROM_LOAD16_BYTE( "95423284.lo", 0x00001, 0x080000, CRC(1b5d3e9f) SHA1(c6d0284df73e6b10b5f74cd2de3b948869b8d1d7) ) |
| 7175 | | ROM_LOAD16_BYTE( "95423285.hi", 0x00000, 0x080000, CRC(01086558) SHA1(257ec02fd1d00076a0fa710cd0443a2ade32dd7b) ) |
| 7176 | | sc_dnddf_others |
| 7177 | | ROM_END |
| 7178 | | |
| 7179 | | ROM_START( sc5dnddfe ) |
| 7180 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7181 | | ROM_LOAD16_BYTE( "95423456.lo", 0x00001, 0x080000, CRC(9efff5a9) SHA1(58613b6b0a2bff824e7a5cbc1b80cecbe3ad3e17) ) |
| 7182 | | ROM_LOAD16_BYTE( "95423457.hi", 0x00000, 0x080000, CRC(9bcb67c7) SHA1(db791d68fd72131d51f119a7e8f6914e3d7038a0) ) |
| 7183 | | sc_dnddf_others |
| 7184 | | ROM_END |
| 7185 | | |
| 7186 | | ROM_START( sc5dnddff ) |
| 7187 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7188 | | ROM_LOAD16_BYTE( "95423502.lo", 0x00001, 0x080000, CRC(fbadd21c) SHA1(ec3f6f468624063d108ac8b02f6d371e1789d555) ) |
| 7189 | | ROM_LOAD16_BYTE( "95423503.hi", 0x00000, 0x080000, CRC(e4a3f201) SHA1(469247460df805751c8a489f0154469a1f67fc2d) ) |
| 7190 | | sc_dnddf_others |
| 7191 | | ROM_END |
| 7192 | | |
| 7193 | | ROM_START( sc5dnddfg ) |
| 7194 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7195 | | ROM_LOAD16_BYTE( "95426060.lo", 0x00001, 0x080000, CRC(f3b08078) SHA1(c8bb1b5d2fa7e49b09e17cc2980faf0cd9ff01a5) ) |
| 7196 | | ROM_LOAD16_BYTE( "95426061.hi", 0x00000, 0x080000, CRC(ddde776b) SHA1(8e103a619fdc976d5d2784c65c46cb3278c12748) ) |
| 7197 | | sc_dnddf_others |
| 7198 | | ROM_END |
| 7199 | | |
| 7200 | | ROM_START( sc5dnddfh ) |
| 7201 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7202 | | ROM_LOAD16_BYTE( "95426284.lo", 0x00001, 0x080000, CRC(fb462241) SHA1(c28db0b4a0fd637ffefc8eba79e4f2eb47923832) ) |
| 7203 | | ROM_LOAD16_BYTE( "95426285.hi", 0x00000, 0x080000, CRC(9c0711ce) SHA1(60cb6de9fdbac5e034ef0af11546df28546434e5) ) |
| 7204 | | sc_dnddf_others |
| 7205 | | ROM_END |
| 7206 | | |
| 7207 | | ROM_START( sc5dnddfi ) |
| 7208 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7209 | | ROM_LOAD16_BYTE( "95427060.lo", 0x00001, 0x080000, CRC(318432f1) SHA1(65ad45a682e771aae7caac824891ccc66d3bd203) ) |
| 7210 | | ROM_LOAD16_BYTE( "95427061.hi", 0x00000, 0x080000, CRC(5d733694) SHA1(0ae447411ecc6bf0d8cceb42a3da2684b9488b66) ) |
| 7211 | | sc_dnddf_others |
| 7212 | | ROM_END |
| 7213 | | |
| 7214 | | ROM_START( sc5dnddfj ) |
| 7215 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7216 | | ROM_LOAD16_BYTE( "95427284.lo", 0x00001, 0x080000, CRC(5f07e80d) SHA1(23fbbf203e95ce13df929fb776d764438131600f) ) |
| 7217 | | ROM_LOAD16_BYTE( "95427285.hi", 0x00000, 0x080000, CRC(30c3c90d) SHA1(3a2940a3619147c7cd948e7dee0a6d1924892c98) ) |
| 7218 | | sc_dnddf_others |
| 7219 | | ROM_END |
| 7220 | | |
| 7221 | | ROM_START( sc5dnddfk ) |
| 7222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7223 | | ROM_LOAD16_BYTE( "p3014p71.hi", 0x00000, 0x080000, CRC(2e401da4) SHA1(35dfaeecd8a7986e79f2e9f68b30911fc70d477c) ) |
| 7224 | | ROM_LOAD16_BYTE( "p3014p71.lo", 0x00001, 0x080000, CRC(403ea361) SHA1(5f63e5eb36f9479533abc54c85fe64d90cd82655) ) |
| 7225 | | sc_dnddf_others |
| 7226 | | ROM_END |
| 7227 | | |
| 7228 | | ROM_START( sc5dnddfl ) |
| 7229 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7230 | | ROM_LOAD16_BYTE( "p3014p72.hi", 0x00000, 0x080000, CRC(7948f231) SHA1(f118990d671d906b31b8853acbbf314986aa9447) ) |
| 7231 | | ROM_LOAD16_BYTE( "p3014p72.lo", 0x00001, 0x080000, CRC(75bfcdbb) SHA1(8c7167d5fa3e085012ab733704c9947c253828ba) ) |
| 7232 | | sc_dnddf_others |
| 7233 | | ROM_END |
| 7234 | | |
| 7235 | | ROM_START( sc5dnddfm ) |
| 7236 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7237 | | ROM_LOAD16_BYTE( "p3014s71.hi", 0x00000, 0x080000, CRC(c1752c29) SHA1(07a873407c27158fc8975df7dd966adf04bd454c) ) |
| 7238 | | ROM_LOAD16_BYTE( "p3014s71.lo", 0x00001, 0x080000, CRC(ea5dca3e) SHA1(0b9a7f88f5d50798e1f3c18607b74603f15d7cee) ) |
| 7239 | | sc_dnddf_others |
| 7240 | | ROM_END |
| 7241 | | |
| 7242 | | ROM_START( sc5dnddfn ) |
| 7243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7244 | | ROM_LOAD16_BYTE( "p3014s72.hi", 0x00000, 0x080000, CRC(04a3ace6) SHA1(bf7ad6bbace77fb4871a3e70d3b55ea4c8be14e1) ) |
| 7245 | | ROM_LOAD16_BYTE( "p3014s72.lo", 0x00001, 0x080000, CRC(7e9ae598) SHA1(c3ac01dabbcff1b33ea204db882e330713ffb84a) ) |
| 7246 | | sc_dnddf_others |
| 7247 | | ROM_END |
| 7248 | | |
| 7249 | | |
| 7250 | | ROM_START( sc5dndpg ) |
| 7251 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7252 | | ROM_LOAD16_BYTE( "95426232.lo", 0x00001, 0x080000, CRC(fa9c8cc7) SHA1(2190f76cfa94c69fcc153cadb360f84b306203cb) ) |
| 7253 | | ROM_LOAD16_BYTE( "95426233.hi", 0x00000, 0x080000, CRC(44af356d) SHA1(b162527e089e39baab1fbd35927c926676c50e63) ) |
| 7254 | | sc_dndpg_others |
| 7255 | | ROM_END |
| 7256 | | |
| 7257 | | ROM_START( sc5dndpga ) |
| 7258 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7259 | | ROM_LOAD16_BYTE( "95426366.lo", 0x00001, 0x080000, CRC(fe9c0d28) SHA1(178c7f2cdfc28079c5a4b507095a032ecd2ee7a9) ) |
| 7260 | | ROM_LOAD16_BYTE( "95426367.hi", 0x00000, 0x080000, CRC(ee8fb979) SHA1(14b138a7c9c6358dda8331ca55cd1223883a8222) ) |
| 7261 | | sc_dndpg_others |
| 7262 | | ROM_END |
| 7263 | | |
| 7264 | | ROM_START( sc5dndpgb ) |
| 7265 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7266 | | ROM_LOAD16_BYTE( "95426380.lo", 0x00001, 0x080000, CRC(70b248f1) SHA1(ad608dc7f58411275480f3f916775ba0000706b1) ) |
| 7267 | | ROM_LOAD16_BYTE( "95426381.hi", 0x00000, 0x080000, CRC(f9646a03) SHA1(b40466a0f4ef5ee097dd049384cea04a60654e11) ) |
| 7268 | | sc_dndpg_others |
| 7269 | | ROM_END |
| 7270 | | |
| 7271 | | ROM_START( sc5dndpgc ) |
| 7272 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7273 | | ROM_LOAD16_BYTE( "95426404.lo", 0x00001, 0x080000, CRC(d76543dc) SHA1(9a31cafccdc3c0f8f8598cefe42be658f2e577f1) ) |
| 7274 | | ROM_LOAD16_BYTE( "95426405.hi", 0x00000, 0x080000, CRC(782b119b) SHA1(7c08e01f85aa0cca5332b51ff52c1e36aee6fc94) ) |
| 7275 | | sc_dndpg_others |
| 7276 | | ROM_END |
| 7277 | | |
| 7278 | | ROM_START( sc5dndpgd ) |
| 7279 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7280 | | ROM_LOAD16_BYTE( "95426426.lo", 0x00001, 0x080000, CRC(e31ce5cc) SHA1(ea447fd1518f2c426733dbc733eadd9a84d55c3f) ) |
| 7281 | | ROM_LOAD16_BYTE( "95426427.hi", 0x00000, 0x080000, CRC(3e58dec4) SHA1(3a0dbaab826296fa59a83da2c524512442e185f5) ) |
| 7282 | | sc_dndpg_others |
| 7283 | | ROM_END |
| 7284 | | |
| 7285 | | ROM_START( sc5dndpge ) |
| 7286 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7287 | | ROM_LOAD16_BYTE( "95426446.lo", 0x00001, 0x080000, CRC(ddd0c767) SHA1(f5b1ed561a39de2bc08fb5648a2a3788d91db271) ) |
| 7288 | | ROM_LOAD16_BYTE( "95426447.hi", 0x00000, 0x080000, CRC(9c7c988a) SHA1(0de04d25fb9dc316820f3f7a0c306531ee7380fc) ) |
| 7289 | | sc_dndpg_others |
| 7290 | | ROM_END |
| 7291 | | |
| 7292 | | |
| 7293 | | ROM_START( sc5dndpgf ) |
| 7294 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7295 | | ROM_LOAD16_BYTE( "95426666.lo", 0x00001, 0x080000, CRC(128c14fa) SHA1(b942d78ba79469b71387ffa47d5884b7730823dc) ) |
| 7296 | | ROM_LOAD16_BYTE( "95426667.hi", 0x00000, 0x080000, CRC(de2697ce) SHA1(6b5cf49f4d3baae0a05d2325b871b4a63f1ffb9e) ) |
| 7297 | | sc_dndpg_others |
| 7298 | | ROM_END |
| 7299 | | |
| 7300 | | ROM_START( sc5dndpgg ) |
| 7301 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7302 | | ROM_LOAD16_BYTE( "95426702.lo", 0x00001, 0x080000, CRC(01cfd953) SHA1(e75b3d21b8491e39a047aa0e5eb7cabe1ea53d87) ) |
| 7303 | | ROM_LOAD16_BYTE( "95426703.hi", 0x00000, 0x080000, CRC(d7d22dfb) SHA1(c8b767a535aaf82ae684959701b99c173b3b1191) ) |
| 7304 | | sc_dndpg_others |
| 7305 | | ROM_END |
| 7306 | | |
| 7307 | | ROM_START( sc5dndpgh ) |
| 7308 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7309 | | ROM_LOAD16_BYTE( "95426810.lo", 0x00001, 0x080000, CRC(4a137784) SHA1(7b4f70192ea8e1d4f2cd2fa56bc464d8031d5236) ) |
| 7310 | | ROM_LOAD16_BYTE( "95426811.hi", 0x00000, 0x080000, CRC(598477f3) SHA1(614c84cb83d394cf372384f24046e84e3e13a25b) ) |
| 7311 | | sc_dndpg_others |
| 7312 | | ROM_END |
| 7313 | | |
| 7314 | | ROM_START( sc5dndpgi ) |
| 7315 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7316 | | ROM_LOAD16_BYTE( "95427232.lo", 0x00001, 0x080000, CRC(6693042f) SHA1(6d06160a6964ed0047b3526a34f8e3890518e63a) ) |
| 7317 | | ROM_LOAD16_BYTE( "95427233.hi", 0x00000, 0x080000, CRC(1e98badb) SHA1(5c02735ce82518b8008dc656e0d1bb3d4946aa83) ) |
| 7318 | | sc_dndpg_others |
| 7319 | | ROM_END |
| 7320 | | |
| 7321 | | ROM_START( sc5dndpgj ) |
| 7322 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7323 | | ROM_LOAD16_BYTE( "95427366.lo", 0x00001, 0x080000, CRC(728301da) SHA1(b457d1ab5e58ab86918e74721f7163bc7857525d) ) |
| 7324 | | ROM_LOAD16_BYTE( "95427367.hi", 0x00000, 0x080000, CRC(eda3fb25) SHA1(94482e87f2516adee23dc6745ca80aac23433e83) ) |
| 7325 | | sc_dndpg_others |
| 7326 | | ROM_END |
| 7327 | | |
| 7328 | | ROM_START( sc5dndpgk ) |
| 7329 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7330 | | ROM_LOAD16_BYTE( "95427380.lo", 0x00001, 0x080000, CRC(90ab59fe) SHA1(a6c04779e12952e633d12790cb92efe6f773246a) ) |
| 7331 | | ROM_LOAD16_BYTE( "95427381.hi", 0x00000, 0x080000, CRC(41978897) SHA1(431a84d2bb41d788b5528ce5ecbfede4ce4d4927) ) |
| 7332 | | sc_dndpg_others |
| 7333 | | ROM_END |
| 7334 | | |
| 7335 | | ROM_START( sc5dndpgl ) |
| 7336 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7337 | | ROM_LOAD16_BYTE( "95427404.lo", 0x00001, 0x080000, CRC(adca905e) SHA1(0643bfc4b64df6ace3bfb399ec4a13f518bc5add) ) |
| 7338 | | ROM_LOAD16_BYTE( "95427405.hi", 0x00000, 0x080000, CRC(d4886745) SHA1(b1d0786d5cfcbfd0b6670de70000f6d6e6500c37) ) |
| 7339 | | sc_dndpg_others |
| 7340 | | ROM_END |
| 7341 | | |
| 7342 | | ROM_START( sc5dndpgm ) |
| 7343 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7344 | | ROM_LOAD16_BYTE( "95427426.lo", 0x00001, 0x080000, CRC(5144c846) SHA1(6c346d0ad497de903fe35c2c076696076585670e) ) |
| 7345 | | ROM_LOAD16_BYTE( "95427427.hi", 0x00000, 0x080000, CRC(d8f6433b) SHA1(4cc8f2a1fd1a916804a2de9e6668521489d776f5) ) |
| 7346 | | sc_dndpg_others |
| 7347 | | ROM_END |
| 7348 | | |
| 7349 | | ROM_START( sc5dndpgn ) |
| 7350 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7351 | | ROM_LOAD16_BYTE( "95427446.lo", 0x00001, 0x080000, CRC(2578e7a7) SHA1(417230f706b0a1e1a32b0f0a39752e9a9bef2a57) ) |
| 7352 | | ROM_LOAD16_BYTE( "95427447.hi", 0x00000, 0x080000, CRC(da7bd1d8) SHA1(7f6e1a8b990f54374fda2162edd6bac85367e0e3) ) |
| 7353 | | sc_dndpg_others |
| 7354 | | ROM_END |
| 7355 | | |
| 7356 | | |
| 7357 | | ROM_START( sc5dndpgo ) |
| 7358 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7359 | | ROM_LOAD16_BYTE( "95427666.lo", 0x00001, 0x080000, CRC(3624bdaa) SHA1(17d9918476ff23400a55ce72f4b038545ece6668) ) |
| 7360 | | ROM_LOAD16_BYTE( "95427667.hi", 0x00000, 0x080000, CRC(35166051) SHA1(57d6758794597414883426b0112cb984513faf86) ) |
| 7361 | | sc_dndpg_others |
| 7362 | | ROM_END |
| 7363 | | |
| 7364 | | ROM_START( sc5dndpgp ) |
| 7365 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7366 | | ROM_LOAD16_BYTE( "95427702.lo", 0x00001, 0x080000, CRC(57bf542e) SHA1(bf1dc998d3472ebfd35e8778dfe5a561c6728d12) ) |
| 7367 | | ROM_LOAD16_BYTE( "95427703.hi", 0x00000, 0x080000, CRC(98693c7d) SHA1(88fd28dfc5bc9d3bd00c18d7c3d248770a35e883) ) |
| 7368 | | sc_dndpg_others |
| 7369 | | ROM_END |
| 7370 | | |
| 7371 | | ROM_START( sc5dndpgq ) |
| 7372 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7373 | | ROM_LOAD16_BYTE( "95427810.lo", 0x00001, 0x080000, CRC(da6d842e) SHA1(434db0bfac4293fc826890d39af541fb0685425d) ) |
| 7374 | | ROM_LOAD16_BYTE( "95427811.hi", 0x00000, 0x080000, CRC(c7be037f) SHA1(22faa06d1a7bfda44a731403f13c4b28a4cdfd92) ) |
| 7375 | | sc_dndpg_others |
| 7376 | | ROM_END |
| 7377 | | |
| 7378 | | ROM_START( sc5dndpgr ) |
| 7379 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7380 | | ROM_LOAD16_BYTE( "p3220p11.hi", 0x00000, 0x080000, CRC(5ebe8890) SHA1(9acac09d17582bc0c2b51005b0d17a371e5a2415) ) |
| 7381 | | ROM_LOAD16_BYTE( "p3220p11.lo", 0x00001, 0x080000, CRC(f68cfed0) SHA1(be6f5abea8a3595212caefc6f2d91da41ea6ffaf) ) |
| 7382 | | sc_dndpg_others |
| 7383 | | ROM_END |
| 7384 | | |
| 7385 | | ROM_START( sc5dndpgs ) |
| 7386 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7387 | | ROM_LOAD16_BYTE( "p3220p12.hi", 0x00000, 0x080000, CRC(ab9c4e42) SHA1(2faa0863a281920d35c9ff31be8bf5daa689fb6f) ) |
| 7388 | | ROM_LOAD16_BYTE( "p3220p12.lo", 0x00001, 0x080000, CRC(801d9e1e) SHA1(b406a17dd0973984e7be67cd38509495e20ccf10) ) |
| 7389 | | sc_dndpg_others |
| 7390 | | ROM_END |
| 7391 | | |
| 7392 | | ROM_START( sc5dndpgt ) |
| 7393 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7394 | | ROM_LOAD16_BYTE( "p3220s11.hi", 0x00000, 0x080000, CRC(0de2519f) SHA1(99d17ae50aee2eaf7cf26d8b5e65512fe6358b23) ) |
| 7395 | | ROM_LOAD16_BYTE( "p3220s11.lo", 0x00001, 0x080000, CRC(6f022e6c) SHA1(99c52203962df4fec88fe1fc96593b9dd5bcabbe) ) |
| 7396 | | sc_dndpg_others |
| 7397 | | ROM_END |
| 7398 | | |
| 7399 | | ROM_START( sc5dndpgu ) |
| 7400 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7401 | | ROM_LOAD16_BYTE( "p3220s12.hi", 0x00000, 0x080000, CRC(b2f62e15) SHA1(8eac8db5009e23dfda03fbae126e17568e410da7) ) |
| 7402 | | ROM_LOAD16_BYTE( "p3220s12.lo", 0x00001, 0x080000, CRC(0fc2da88) SHA1(55b3214f37e50e1630704f11d218949c7d1c8fca) ) |
| 7403 | | sc_dndpg_others |
| 7404 | | ROM_END |
| 7405 | | |
| 7406 | | |
| 7407 | | ROM_START( sc5dndpl ) |
| 7408 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7409 | | ROM_LOAD16_BYTE( "95426570.lo", 0x00001, 0x080000, CRC(e0b4620b) SHA1(663ae8b6f0acc3dbe3ba5e7371c82fd694182a7b) ) |
| 7410 | | ROM_LOAD16_BYTE( "95426571.hi", 0x00000, 0x080000, CRC(b4d87788) SHA1(ab722de9fd11757def819bfe50f3755e4f788e24) ) |
| 7411 | | sc_dndpg_others |
| 7412 | | ROM_END |
| 7413 | | |
| 7414 | | ROM_START( sc5dndpla ) |
| 7415 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7416 | | ROM_LOAD16_BYTE( "95426596.lo", 0x00001, 0x080000, CRC(cdef5990) SHA1(2dfb32351fd8e6eff337a927a6c6a36364489fa9) ) |
| 7417 | | ROM_LOAD16_BYTE( "95426597.hi", 0x00000, 0x080000, CRC(78594563) SHA1(14b6c2b9e04eb9c4ae84542ebbe21341da74fca5) ) |
| 7418 | | sc_dndpg_others |
| 7419 | | ROM_END |
| 7420 | | |
| 7421 | | |
| 7422 | | ROM_START( sc5dndplb ) |
| 7423 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7424 | | ROM_LOAD16_BYTE( "95427570.lo", 0x00001, 0x080000, CRC(4ef77665) SHA1(3b8795744bb825bead456acdc15ca5a9063ca02e) ) |
| 7425 | | ROM_LOAD16_BYTE( "95427571.hi", 0x00000, 0x080000, CRC(93e43f00) SHA1(d8f8cc577b5e570d3c0ed21b272f5a0c2498ccad) ) |
| 7426 | | sc_dndpg_others |
| 7427 | | ROM_END |
| 7428 | | |
| 7429 | | ROM_START( sc5dndplc ) |
| 7430 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7431 | | ROM_LOAD16_BYTE( "95427596.lo", 0x00001, 0x080000, CRC(159ec691) SHA1(423d07ff54e9e7bc9376141168df497f1d60ad43) ) |
| 7432 | | ROM_LOAD16_BYTE( "95427597.hi", 0x00000, 0x080000, CRC(ea465981) SHA1(edff2ec9e273e07aed73792cf8624c58075cf847) ) |
| 7433 | | sc_dndpg_others |
| 7434 | | ROM_END |
| 7435 | | |
| 7436 | | ROM_START( ad5dndpg ) |
| 7437 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7438 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 7439 | | ROM_LOAD( "39211613.bin", 0x0000, 0x1000000, CRC(98495946) SHA1(4c3d5d0731dfdaad37cee317a5d862ff46665ebd) ) |
| 7440 | | ROM_LOAD( "39212613.bin", 0x0000, 0x1000000, CRC(1b0deb8f) SHA1(e27aafa91f5a9ca9064e6e89af5f86c305715efc) ) |
| 7441 | | ROM_LOAD( "39211620.bin", 0x00000, 0x1000000, CRC(4b2fb445) SHA1(b50d57500d58199013f7ee4dee535578b63ddb7e) ) |
| 7442 | | ROM_LOAD( "39212620.bin", 0x00000, 0x1000000, CRC(7f1f31a1) SHA1(9a8a826e73e91decce7b7315816b2c74bb37fcd9) ) |
| 7443 | | ROM_END |
| 7444 | | |
| 7445 | | |
| 7446 | | |
| 7447 | | ROM_START( sc5dndtp ) |
| 7448 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7449 | | ROM_LOAD16_BYTE( "95418704.lo", 0x00001, 0x080000, CRC(95f494e1) SHA1(f4f8aa5974e335c907fa03ba88ebf7fdf69dbb2a) ) |
| 7450 | | ROM_LOAD16_BYTE( "95418705.hi", 0x00000, 0x080000, CRC(ab485cec) SHA1(59524b6f03649b93cc7b0832790c9151a2710787) ) |
| 7451 | | sc_dndtp_others |
| 7452 | | ROM_END |
| 7453 | | |
| 7454 | | ROM_START( sc5dndtpa ) |
| 7455 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7456 | | ROM_LOAD16_BYTE( "95418728.lo", 0x00001, 0x080000, CRC(7e29bd08) SHA1(01715e41e1b057a5db050b6c24a7ada11125d9b3) ) |
| 7457 | | ROM_LOAD16_BYTE( "95418729.hi", 0x00000, 0x080000, CRC(28e38bfb) SHA1(9166e3555f97a6c4882e42c4d2f4ec6d67341f01) ) |
| 7458 | | sc_dndtp_others |
| 7459 | | ROM_END |
| 7460 | | |
| 7461 | | ROM_START( sc5dndtpb ) |
| 7462 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7463 | | ROM_LOAD16_BYTE( "95418786.lo", 0x00001, 0x080000, CRC(0d7db391) SHA1(38fddfafd801ad32e6ac6352fdb292cd42c01e94) ) |
| 7464 | | ROM_LOAD16_BYTE( "95418787.hi", 0x00000, 0x080000, CRC(7e07e449) SHA1(3233cd3db92b56b85ad3a61682786bfada48e616) ) |
| 7465 | | sc_dndtp_others |
| 7466 | | ROM_END |
| 7467 | | |
| 7468 | | ROM_START( sc5dndtpc ) |
| 7469 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7470 | | ROM_LOAD16_BYTE( "95419704.lo", 0x00001, 0x080000, CRC(400835ac) SHA1(f521c2f79ab1f19370ee0c903a6e136f09828d63) ) |
| 7471 | | ROM_LOAD16_BYTE( "95419705.hi", 0x00000, 0x080000, CRC(f325b428) SHA1(c014d6433b2144d12c521bb7ff9468b4fe9b582a) ) |
| 7472 | | sc_dndtp_others |
| 7473 | | ROM_END |
| 7474 | | |
| 7475 | | ROM_START( sc5dndtpd ) |
| 7476 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7477 | | ROM_LOAD16_BYTE( "95419728.lo", 0x00001, 0x080000, CRC(534b968e) SHA1(83e5267022ad8aa57335b5d4b136bd478c417f18) ) |
| 7478 | | ROM_LOAD16_BYTE( "95419729.hi", 0x00000, 0x080000, CRC(bb986c64) SHA1(6e0e3560866c718e7968e2241bafa348b544af62) ) |
| 7479 | | sc_dndtp_others |
| 7480 | | ROM_END |
| 7481 | | |
| 7482 | | |
| 7483 | | ROM_START( sc5dndtpe ) |
| 7484 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7485 | | ROM_LOAD16_BYTE( "95419786.lo", 0x00001, 0x080000, CRC(799dd38a) SHA1(f8b0c5734b698e453b496b94db42b2de30da0fc5) ) |
| 7486 | | ROM_LOAD16_BYTE( "95419787.hi", 0x00000, 0x080000, CRC(cf7dcf89) SHA1(83be5f970028115eb3fc1bb0b37278a18a5d8ee2) ) |
| 7487 | | sc_dndtp_others |
| 7488 | | ROM_END |
| 7489 | | |
| 7490 | | ROM_START( sc5dndtpf ) |
| 7491 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7492 | | ROM_LOAD16_BYTE( "95422004.lo", 0x00001, 0x080000, CRC(419bd389) SHA1(ff8dcc4413a669c7f32155f98bab93e168d8e926) ) |
| 7493 | | ROM_LOAD16_BYTE( "95422005.hi", 0x00000, 0x080000, CRC(779b8aeb) SHA1(8510615e5adaf78f03a6fdf4862cec2f9f6eb002) ) |
| 7494 | | sc_dndtp_others |
| 7495 | | ROM_END |
| 7496 | | |
| 7497 | | |
| 7498 | | ROM_START( sc5dndtpg ) |
| 7499 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7500 | | ROM_LOAD16_BYTE( "95422104.lo", 0x00001, 0x080000, CRC(8beebb7f) SHA1(5c7c9b53852ed1b53a7ab2bdd659ccfd1027ee7b) ) |
| 7501 | | ROM_LOAD16_BYTE( "95422105.hi", 0x00000, 0x080000, CRC(b890efee) SHA1(f4a04f7ab3289795a0441aeda04420c0a94e3713) ) |
| 7502 | | sc_dndtp_others |
| 7503 | | ROM_END |
| 7504 | | |
| 7505 | | |
| 7506 | | |
| 7507 | | ROM_START( sc5dndtph ) |
| 7508 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7509 | | ROM_LOAD16_BYTE( "95422560.lo", 0x00001, 0x080000, CRC(7ea0fcf7) SHA1(f35cf6614b0d0e4b622886a52f2af289ad5e42a1) ) |
| 7510 | | ROM_LOAD16_BYTE( "95422561.hi", 0x00000, 0x080000, CRC(4a96c226) SHA1(394293f4a04c0d55920f3629f395aaa0a7e6c863) ) |
| 7511 | | sc_dndtp_others |
| 7512 | | ROM_END |
| 7513 | | |
| 7514 | | |
| 7515 | | ROM_START( sc5dndtpi ) |
| 7516 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7517 | | ROM_LOAD16_BYTE( "95422854.lo", 0x00001, 0x080000, CRC(803e9182) SHA1(79e31359916aab21d73942d0cf73fc393bd5fad2) ) |
| 7518 | | ROM_LOAD16_BYTE( "95422855.hi", 0x00000, 0x080000, CRC(bc307337) SHA1(0486fdc75b057fec7916b55b0e942902fc09117c) ) |
| 7519 | | sc_dndtp_others |
| 7520 | | ROM_END |
| 7521 | | |
| 7522 | | |
| 7523 | | ROM_START( sc5dndtpj ) |
| 7524 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7525 | | ROM_LOAD16_BYTE( "95423004.lo", 0x00001, 0x080000, CRC(a6074967) SHA1(318ab8e2387190571dd530a233de04d6740ccb2f) ) |
| 7526 | | ROM_LOAD16_BYTE( "95423005.hi", 0x00000, 0x080000, CRC(7189a970) SHA1(b5f9ce0011d18dd300068d39dd3e80261552634c) ) |
| 7527 | | sc_dndtp_others |
| 7528 | | ROM_END |
| 7529 | | |
| 7530 | | |
| 7531 | | ROM_START( sc5dndtpk ) |
| 7532 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7533 | | ROM_LOAD16_BYTE( "95423104.lo", 0x00001, 0x080000, CRC(f589546e) SHA1(5589f70ded14169625a7d0d0c20570b6331f4c4e) ) |
| 7534 | | ROM_LOAD16_BYTE( "95423105.hi", 0x00000, 0x080000, CRC(7f19996b) SHA1(026c5c9ec9e3fffba22f3b41342624bf939a792b) ) |
| 7535 | | sc_dndtp_others |
| 7536 | | ROM_END |
| 7537 | | |
| 7538 | | |
| 7539 | | ROM_START( sc5dndtpl ) |
| 7540 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7541 | | ROM_LOAD16_BYTE( "95423560.lo", 0x00001, 0x080000, CRC(dd45b408) SHA1(6164f8fb344a6ae3eca05dd287469397d1ce28ab) ) |
| 7542 | | ROM_LOAD16_BYTE( "95423561.hi", 0x00000, 0x080000, CRC(d91f1c00) SHA1(8f51a52335c1dccf6a3ca7f4979fccbef5126cf9) ) |
| 7543 | | sc_dndtp_others |
| 7544 | | ROM_END |
| 7545 | | |
| 7546 | | |
| 7547 | | ROM_START( sc5dndtpm ) |
| 7548 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7549 | | ROM_LOAD16_BYTE( "95423854.lo", 0x00001, 0x080000, CRC(e69e8798) SHA1(2f2b0a18cc951919e31cb3cef9ad0e18cf95608b) ) |
| 7550 | | ROM_LOAD16_BYTE( "95423855.hi", 0x00000, 0x080000, CRC(4b41bd66) SHA1(23ef72f41e533b3b840f81264f39591f0d7c4bb4) ) |
| 7551 | | sc_dndtp_others |
| 7552 | | ROM_END |
| 7553 | | |
| 7554 | | |
| 7555 | | ROM_START( sc5dndtpn ) |
| 7556 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7557 | | ROM_LOAD16_BYTE( "95426140.lo", 0x00001, 0x080000, CRC(8add007d) SHA1(d83b5b9d22c99e81d9af2b52840e29d6363b1132) ) |
| 7558 | | ROM_LOAD16_BYTE( "95426141.hi", 0x00000, 0x080000, CRC(b9b0d254) SHA1(3ea53e041cab25dd7d8dba951461320f58556d6d) ) |
| 7559 | | sc_dndtp_others |
| 7560 | | ROM_END |
| 7561 | | |
| 7562 | | |
| 7563 | | ROM_START( sc5dndtpo ) |
| 7564 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7565 | | ROM_LOAD16_BYTE( "95427140.lo", 0x00001, 0x080000, CRC(ed5abd3b) SHA1(ea6ec8646d7250f36f1fde34d07907d3b2322d29) ) |
| 7566 | | ROM_LOAD16_BYTE( "95427141.hi", 0x00000, 0x080000, CRC(8013d590) SHA1(43fbce8ab63873e8b875b9f35d7a8d777ae2b4db) ) |
| 7567 | | sc_dndtp_others |
| 7568 | | ROM_END |
| 7569 | | |
| 7570 | | |
| 7571 | | ROM_START( sc5dndtpp ) |
| 7572 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7573 | | ROM_LOAD16_BYTE( "p3003p42.hi", 0x00000, 0x080000, CRC(6884132e) SHA1(0a864012b36887de2dc1290bb93d533e45f7e85a) ) |
| 7574 | | ROM_LOAD16_BYTE( "p3003p42.lo", 0x00001, 0x080000, CRC(46fd164a) SHA1(c7c70773a1327200fa58818f3d23cabb48ab4ba5) ) |
| 7575 | | sc_dndtp_others |
| 7576 | | ROM_END |
| 7577 | | |
| 7578 | | |
| 7579 | | ROM_START( sc5dndtpq ) |
| 7580 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7581 | | ROM_LOAD16_BYTE( "p3003p43.hi", 0x00000, 0x080000, CRC(81ff5970) SHA1(8e3d6dfcfd3fa69bdb0ee391ad3257813fd88349) ) |
| 7582 | | ROM_LOAD16_BYTE( "p3003p43.lo", 0x00001, 0x080000, CRC(00720267) SHA1(98b30f4bea5e284ab15f230794982d754b3221f0) ) |
| 7583 | | sc_dndtp_others |
| 7584 | | ROM_END |
| 7585 | | |
| 7586 | | |
| 7587 | | ROM_START( sc5dndtpr ) |
| 7588 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7589 | | ROM_LOAD16_BYTE( "p3003s42.hi", 0x00000, 0x080000, CRC(f04b7cd3) SHA1(b3b2c77d6458d901da4aa7057f2c4a9bf67df759) ) |
| 7590 | | ROM_LOAD16_BYTE( "p3003s42.lo", 0x00001, 0x080000, CRC(71d96983) SHA1(e896334a9ea517bbc20eb06eb8682b7a884b37e6) ) |
| 7591 | | sc_dndtp_others |
| 7592 | | ROM_END |
| 7593 | | |
| 7594 | | |
| 7595 | | ROM_START( sc5dndtps ) |
| 7596 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7597 | | ROM_LOAD16_BYTE( "p3003s43.hi", 0x00000, 0x080000, CRC(7935ef60) SHA1(6bc427dc8a313e767240154158ba6eb729d38626) ) |
| 7598 | | ROM_LOAD16_BYTE( "p3003s43.lo", 0x00001, 0x080000, CRC(1d6aa120) SHA1(edefc11b1bb35fb44c416b34f6f1da20502728ad) ) |
| 7599 | | sc_dndtp_others |
| 7600 | | ROM_END |
| 7601 | | |
| 7602 | | ROM_START( sc5dndtpt ) |
| 7603 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7604 | | ROM_LOAD16_BYTE( "95422010.lo", 0x00001, 0x080000, CRC(aa27467d) SHA1(28e834b798ce2778cec8001fa553a9d82094ef73) ) |
| 7605 | | ROM_LOAD16_BYTE( "95422011.hi", 0x00000, 0x080000, CRC(3fd5debb) SHA1(d511226c039f2b41c3122863a9764adc4a9330bf) ) |
| 7606 | | sc_dndtp_others |
| 7607 | | ROM_END |
| 7608 | | |
| 7609 | | ROM_START( sc5dndtpu ) |
| 7610 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7611 | | ROM_LOAD16_BYTE( "95423010.lo", 0x00001, 0x080000, CRC(62f9f024) SHA1(46bfb758ed6508b4e01779038a5a94da22e7b3b7) ) |
| 7612 | | ROM_LOAD16_BYTE( "95423011.hi", 0x00000, 0x080000, CRC(a27f40db) SHA1(78c8eff3c6066005b5b044c95aef0bb0fb53ac18) ) |
| 7613 | | sc_dndtp_others |
| 7614 | | ROM_END |
| 7615 | | |
| 7616 | | |
| 7617 | | |
| 7618 | | ROM_START( sc5dndtr ) |
| 7619 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7620 | | ROM_LOAD16_BYTE( "95426372.lo", 0x00001, 0x080000, CRC(772e3c92) SHA1(6eb73c4663c2820b2d111baf8c9756bb808b8e21) ) |
| 7621 | | ROM_LOAD16_BYTE( "95426373.hi", 0x00000, 0x080000, CRC(373381d3) SHA1(c3ed6b7c0bffd6817a72dc2a58abe1242732e1d7) ) |
| 7622 | | sc_dndtr_others |
| 7623 | | ROM_END |
| 7624 | | |
| 7625 | | ROM_START( sc5dndtra ) |
| 7626 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7627 | | ROM_LOAD16_BYTE( "95426420.lo", 0x00001, 0x080000, CRC(31604ce1) SHA1(222b278ad7469e8db8bc9a48739688fe1f6d1a4a) ) |
| 7628 | | ROM_LOAD16_BYTE( "95426421.hi", 0x00000, 0x080000, CRC(80b5b150) SHA1(6225e47c4411569a0337c5e5f602e83d27185715) ) |
| 7629 | | sc_dndtr_others |
| 7630 | | ROM_END |
| 7631 | | |
| 7632 | | ROM_START( sc5dndtrb ) |
| 7633 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7634 | | ROM_LOAD16_BYTE( "95426466.lo", 0x00001, 0x080000, CRC(7e941269) SHA1(3a000a18f6fbc3bdcd33dee6b334e25973a7336d) ) |
| 7635 | | ROM_LOAD16_BYTE( "95426467.hi", 0x00000, 0x080000, CRC(f76217ec) SHA1(103a751c876ed804e6dddf02fcc9d08e808750ae) ) |
| 7636 | | sc_dndtr_others |
| 7637 | | ROM_END |
| 7638 | | |
| 7639 | | ROM_START( sc5dndtrc ) |
| 7640 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7641 | | ROM_LOAD16_BYTE( "95426664.lo", 0x00001, 0x080000, CRC(41cd4608) SHA1(8cc3568fc83d5d66a00808857a08d0e0bbbc363d) ) |
| 7642 | | ROM_LOAD16_BYTE( "95426665.hi", 0x00000, 0x080000, CRC(3cacdecb) SHA1(2775e20f9a69077130c9c55b55140bc0b0dbf79a) ) |
| 7643 | | sc_dndtr_others |
| 7644 | | ROM_END |
| 7645 | | |
| 7646 | | ROM_START( sc5dndtrd ) |
| 7647 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7648 | | ROM_LOAD16_BYTE( "95426700.lo", 0x00001, 0x080000, CRC(11d5772c) SHA1(c0128c1b6d8f8f1efa334e7a75ef16be85895b2e) ) |
| 7649 | | ROM_LOAD16_BYTE( "95426701.hi", 0x00000, 0x080000, CRC(9f6a98ca) SHA1(af1f454261b3ca6fd6cfdbd5748de9fa6d67503b) ) |
| 7650 | | sc_dndtr_others |
| 7651 | | ROM_END |
| 7652 | | |
| 7653 | | ROM_START( sc5dndtre ) |
| 7654 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7655 | | ROM_LOAD16_BYTE( "95427372.lo", 0x00001, 0x080000, CRC(83fd5056) SHA1(cf8b233bae2aee18b39847f022037a9a0e54663c) ) |
| 7656 | | ROM_LOAD16_BYTE( "95427373.hi", 0x00000, 0x080000, CRC(bd6fe15e) SHA1(716d0ba7768d8819a3dbad15911f15608b92a9e4) ) |
| 7657 | | sc_dndtr_others |
| 7658 | | ROM_END |
| 7659 | | |
| 7660 | | ROM_START( sc5dndtrf ) |
| 7661 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7662 | | ROM_LOAD16_BYTE( "95427420.lo", 0x00001, 0x080000, CRC(42c84630) SHA1(0f1385adccbe167e8d68ae3aa1fe4f1ad6eda32d) ) |
| 7663 | | ROM_LOAD16_BYTE( "95427421.hi", 0x00000, 0x080000, CRC(afe268f7) SHA1(2ba6d9c4d902c843e2c2785f3cf817521a221759) ) |
| 7664 | | sc_dndtr_others |
| 7665 | | ROM_END |
| 7666 | | |
| 7667 | | ROM_START( sc5dndtrg ) |
| 7668 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7669 | | ROM_LOAD16_BYTE( "95427466.lo", 0x00001, 0x080000, CRC(42aab7e2) SHA1(fa1f63233b32675e6e637ab4ae10a6fce5dcd76a) ) |
| 7670 | | ROM_LOAD16_BYTE( "95427467.hi", 0x00000, 0x080000, CRC(d79e07ba) SHA1(f5a1f67beff046922e11c4676ecc17bfeca3df91) ) |
| 7671 | | sc_dndtr_others |
| 7672 | | ROM_END |
| 7673 | | |
| 7674 | | ROM_START( sc5dndtrh ) |
| 7675 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7676 | | ROM_LOAD16_BYTE( "95427664.lo", 0x00001, 0x080000, CRC(42daf573) SHA1(6a75b010bc5e45cc1b258f4a8c335158d55fb8af) ) |
| 7677 | | ROM_LOAD16_BYTE( "95427665.hi", 0x00000, 0x080000, CRC(76d228d2) SHA1(7ffbfe6220a4a4ee716f3cc1ca320c158db0d1a6) ) |
| 7678 | | sc_dndtr_others |
| 7679 | | ROM_END |
| 7680 | | |
| 7681 | | ROM_START( sc5dndtri ) |
| 7682 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7683 | | ROM_LOAD16_BYTE( "95427700.lo", 0x00001, 0x080000, CRC(03b1f74b) SHA1(a645df6f5e008e97ed69d11945b2e64c89a3c63d) ) |
| 7684 | | ROM_LOAD16_BYTE( "95427701.hi", 0x00000, 0x080000, CRC(1ff5b8e1) SHA1(ee20c9f18342a2f021d7624ee15f2d667a5ee8c6) ) |
| 7685 | | sc_dndtr_others |
| 7686 | | ROM_END |
| 7687 | | |
| 7688 | | ROM_START( sc5dndtrj ) |
| 7689 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7690 | | ROM_LOAD16_BYTE( "p3304p71.hi", 0x00000, 0x080000, CRC(7a637d7b) SHA1(f887f24dd79118d2ff20d957b95ed6dfac0d34b7) ) |
| 7691 | | ROM_LOAD16_BYTE( "p3304p71.lo", 0x00001, 0x080000, CRC(8b1373c5) SHA1(cf750a549ec2f96f2c237e44a0767fdd7765b953) ) |
| 7692 | | sc_dndtr_others |
| 7693 | | ROM_END |
| 7694 | | |
| 7695 | | ROM_START( sc5dndtrk ) |
| 7696 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7697 | | ROM_LOAD16_BYTE( "p3304s71.hi", 0x00000, 0x080000, CRC(f11527af) SHA1(f2c2ce48716d961e1df31dd391205381d7df1e4e) ) |
| 7698 | | ROM_LOAD16_BYTE( "p3304s71.lo", 0x00001, 0x080000, CRC(6a5f17cf) SHA1(e7d2f7a9a1b4071b2f33de3dfb1ca211f9ee07f8) ) |
| 7699 | | sc_dndtr_others |
| 7700 | | ROM_END |
| 7701 | | |
| 7702 | | |
| 7703 | | ROM_START( sc5dndcb ) |
| 7704 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7705 | | ROM_LOAD16_BYTE( "95418992.lo", 0x00001, 0x080000, CRC(2bddf06e) SHA1(59e2c78e8da681fa842605b4834eb2e1440f9ad7) ) |
| 7706 | | ROM_LOAD16_BYTE( "95418993.hi", 0x00000, 0x080000, CRC(27a65baf) SHA1(506b20c825698210ea07096c6b0892fd0ce7ee42) ) |
| 7707 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 7708 | | ROM_END |
| 7709 | | |
| 7710 | | ROM_START( sc5dndcba ) |
| 7711 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7712 | | ROM_LOAD16_BYTE( "95419992.lo", 0x00001, 0x080000, CRC(79d9ebe5) SHA1(cc0e75af683a742407de65d2854644a9be9937df) ) |
| 7713 | | ROM_LOAD16_BYTE( "95419993.hi", 0x00000, 0x080000, CRC(e546a0e7) SHA1(070677430430c35ab5ca616f7688e700b72e9e5f) ) |
| 7714 | | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 7715 | | ROM_END |
| 7716 | | |
| 7717 | | |
| 7718 | | ROM_START( sc5dndww ) |
| 7719 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7720 | | ROM_LOAD16_BYTE( "95418860.lo", 0x00001, 0x080000, CRC(955480f9) SHA1(a35484c215cc966bfd3309054ef9e00c470e6644) ) |
| 7721 | | ROM_LOAD16_BYTE( "95418861.hi", 0x00000, 0x080000, CRC(87ce7115) SHA1(953ccb59b8002c7d3b1c09097a49999a4fe74167) ) |
| 7722 | | sc_dndww_others |
| 7723 | | ROM_END |
| 7724 | | |
| 7725 | | ROM_START( sc5dndwwa ) |
| 7726 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7727 | | ROM_LOAD16_BYTE( "95418990.lo", 0x00001, 0x080000, CRC(d40b5d13) SHA1(12a6d2f628a46fa0c27d61636afa05291756f301) ) |
| 7728 | | ROM_LOAD16_BYTE( "95418991.hi", 0x00000, 0x080000, CRC(94612065) SHA1(562faef92e2f7d44e06a8cc9d11f7ad041f0ef49) ) |
| 7729 | | sc_dndww_others |
| 7730 | | ROM_END |
| 7731 | | |
| 7732 | | |
| 7733 | | |
| 7734 | | |
| 7735 | | ROM_START( sc5dndwwb ) |
| 7736 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7737 | | ROM_LOAD16_BYTE( "95419860.lo", 0x00001, 0x080000, CRC(68f7a054) SHA1(eaaab4e7d5dac40e50f098df2edf1109ac5f6d1c) ) |
| 7738 | | ROM_LOAD16_BYTE( "95419861.hi", 0x00000, 0x080000, CRC(a8f4dafb) SHA1(663b08bda6a708ca502ed194aa2682d4d3d9867f) ) |
| 7739 | | sc_dndww_others |
| 7740 | | ROM_END |
| 7741 | | |
| 7742 | | ROM_START( sc5dndwwc ) |
| 7743 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7744 | | ROM_LOAD16_BYTE( "95419990.lo", 0x00001, 0x080000, CRC(5225460f) SHA1(5868d1f79e1741debf68d8f022b5f937b5a9ca8f) ) |
| 7745 | | ROM_LOAD16_BYTE( "95419991.hi", 0x00000, 0x080000, CRC(69ba0af5) SHA1(2468d881695f9fba308a72f1d4ea202d43b3da9b) ) |
| 7746 | | sc_dndww_others |
| 7747 | | ROM_END |
| 7748 | | |
| 7749 | | |
| 7750 | | ROM_START( sc5dndwwd ) |
| 7751 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7752 | | ROM_LOAD16_BYTE( "95422000.lo", 0x00001, 0x080000, CRC(7bb6d900) SHA1(05203cad5e0d61da1188efec23fee7014a03588f) ) // was in here |
| 7753 | | ROM_LOAD16_BYTE( "95422001.hi", 0x00000, 0x080000, CRC(ecc2de87) SHA1(92f58870eddece79645651aa325595a130233194) ) // was in dndtp DND The Power |
| 7754 | | sc_dndww_others |
| 7755 | | ROM_END |
| 7756 | | |
| 7757 | | ROM_START( sc5dndwwe ) |
| 7758 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7759 | | ROM_LOAD16_BYTE( "95422068.lo", 0x00001, 0x080000, CRC(0cc6467c) SHA1(097713378eb7091323837754ae3ebd5e2a2d423b) ) |
| 7760 | | ROM_LOAD16_BYTE( "95422069.hi", 0x00000, 0x080000, CRC(6297e0ef) SHA1(88c97ff6d8f085a07c10298f2568eacb83ac4fbd) ) |
| 7761 | | sc_dndww_others |
| 7762 | | ROM_END |
| 7763 | | |
| 7764 | | ROM_START( sc5dndwwf ) |
| 7765 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7766 | | ROM_LOAD16_BYTE( "95422106.lo", 0x00001, 0x080000, CRC(47fdf423) SHA1(9d43b04057729f278d10cf791b5f0674e445aaca) ) |
| 7767 | | ROM_LOAD16_BYTE( "95422107.hi", 0x00000, 0x080000, CRC(fb5e2d1d) SHA1(d33f67ee35b99ff11b3960ac82eac8fe09df00b9) ) |
| 7768 | | sc_dndww_others |
| 7769 | | ROM_END |
| 7770 | | |
| 7771 | | ROM_START( sc5dndwc ) |
| 7772 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7773 | | ROM_LOAD16_BYTE( "95422254.lo", 0x00001, 0x080000, CRC(c9297465) SHA1(deb6900bb4fc8b811ff65b7926423f69dabb5124) ) |
| 7774 | | ROM_LOAD16_BYTE( "95422255.hi", 0x00000, 0x080000, CRC(7f3109e4) SHA1(6575865929caca6b8b4657dddb6734aea599d5e9) ) |
| 7775 | | sc_dndww_others |
| 7776 | | ROM_END |
| 7777 | | |
| 7778 | | ROM_START( sc5dndwca ) |
| 7779 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7780 | | ROM_LOAD16_BYTE( "95422296.lo", 0x00001, 0x080000, CRC(7f59b663) SHA1(d094f5dfb74ff2fe8933b7f09035c120997d3d13) ) |
| 7781 | | ROM_LOAD16_BYTE( "95422297.hi", 0x00000, 0x080000, CRC(744b489a) SHA1(95dfd61b860fb148e41414cfc98793f614dfd40a) ) |
| 7782 | | sc_dndww_others |
| 7783 | | ROM_END |
| 7784 | | |
| 7785 | | ROM_START( sc5dndwwg ) |
| 7786 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7787 | | ROM_LOAD16_BYTE( "95422512.lo", 0x00001, 0x080000, CRC(6fefd208) SHA1(fb0109ce3398e02181e4f3aef8f6a968fcaf426a) ) |
| 7788 | | ROM_LOAD16_BYTE( "95422513.hi", 0x00000, 0x080000, CRC(cf951b24) SHA1(2ab79ae80a427659cd3b2d03ebd93bbeaabc215a) ) |
| 7789 | | sc_dndww_others |
| 7790 | | ROM_END |
| 7791 | | |
| 7792 | | ROM_START( sc5dndwcb ) |
| 7793 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7794 | | ROM_LOAD16_BYTE( "95422514.lo", 0x00001, 0x080000, CRC(53454e22) SHA1(f5fb64197e5e4ea24ed8e6a7155bef83f7d6d301) ) |
| 7795 | | ROM_LOAD16_BYTE( "95422515.hi", 0x00000, 0x080000, CRC(2dd854e0) SHA1(bbbf0c2c0420494a6853c93df40813e375896ebf) ) |
| 7796 | | sc_dndww_others |
| 7797 | | ROM_END |
| 7798 | | |
| 7799 | | ROM_START( sc5dndwwh ) |
| 7800 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7801 | | ROM_LOAD16_BYTE( "95422552.lo", 0x00001, 0x080000, CRC(af6f5c75) SHA1(a88216152ce5d47dfc3e354fc0667f370acc0769) ) |
| 7802 | | ROM_LOAD16_BYTE( "95422553.hi", 0x00000, 0x080000, CRC(cc278af5) SHA1(79aeed9de0930add4d83557ac9a13909bb38738c) ) |
| 7803 | | sc_dndww_others |
| 7804 | | ROM_END |
| 7805 | | |
| 7806 | | ROM_START( sc5dndwcc ) |
| 7807 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7808 | | ROM_LOAD16_BYTE( "95422772.lo", 0x00001, 0x080000, CRC(69d8ff83) SHA1(c2eb2b9d01ec8f2a3d01bd7b5656abbd4b532edd) ) |
| 7809 | | ROM_LOAD16_BYTE( "95422773.hi", 0x00000, 0x080000, CRC(a7db59d9) SHA1(2938874327538110cb7fb3881f07f11820704587) ) |
| 7810 | | sc_dndww_others |
| 7811 | | ROM_END |
| 7812 | | |
| 7813 | | ROM_START( sc5dndwwi ) |
| 7814 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7815 | | ROM_LOAD16_BYTE( "95423000.lo", 0x00001, 0x080000, CRC(c8e6d149) SHA1(07414881aeb787563cb122cce5121889816ba348) ) // was in here |
| 7816 | | ROM_LOAD16_BYTE( "95423001.hi", 0x00000, 0x080000, CRC(e26228e7) SHA1(e2cffbf1ef5fd5bb126917599efb40c2195f5a9b) ) // was in dndtp DND The Power |
| 7817 | | sc_dndww_others |
| 7818 | | ROM_END |
| 7819 | | |
| 7820 | | ROM_START( sc5dndwwj ) |
| 7821 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7822 | | ROM_LOAD16_BYTE( "95423068.lo", 0x00001, 0x080000, CRC(75f3254a) SHA1(5eb72ee3bac51b46c3108c4b559016fbe33cad22) ) |
| 7823 | | ROM_LOAD16_BYTE( "95423069.hi", 0x00000, 0x080000, CRC(9c0dc2c3) SHA1(97a56d9ddbf2198bc9e175784bf22de7a61ed04e) ) |
| 7824 | | sc_dndww_others |
| 7825 | | ROM_END |
| 7826 | | |
| 7827 | | |
| 7828 | | ROM_START( sc5dndwwk ) |
| 7829 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7830 | | ROM_LOAD16_BYTE( "95423106.lo", 0x00001, 0x080000, CRC(487342c5) SHA1(bf1fa98544e2e40ff7034c168778c85355c277f8) ) |
| 7831 | | ROM_LOAD16_BYTE( "95423107.hi", 0x00000, 0x080000, CRC(a4dfbfea) SHA1(ea60a20f75472a4849915b7c7e101accf3673a66) ) |
| 7832 | | sc_dndww_others |
| 7833 | | ROM_END |
| 7834 | | |
| 7835 | | |
| 7836 | | ROM_START( sc5dndwcd ) |
| 7837 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7838 | | ROM_LOAD16_BYTE( "95423254.lo", 0x00001, 0x080000, CRC(cbbee6c6) SHA1(b5da1b079f64d3b85dd07ceff1ec3d7dc4f271f0) ) |
| 7839 | | ROM_LOAD16_BYTE( "95423255.hi", 0x00000, 0x080000, CRC(e246e6bc) SHA1(6bb0f7ac3e455aed48b9e95f8ded6bc81e8f2e3b) ) |
| 7840 | | sc_dndww_others |
| 7841 | | ROM_END |
| 7842 | | |
| 7843 | | ROM_START( sc5dndwce ) |
| 7844 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7845 | | ROM_LOAD16_BYTE( "95423296.lo", 0x00001, 0x080000, CRC(6d0e4dd2) SHA1(461c1a1caed4ce32b2cc88cc9efdbb05ede763c5) ) |
| 7846 | | ROM_LOAD16_BYTE( "95423297.hi", 0x00000, 0x080000, CRC(a4821da7) SHA1(7305e3bcea0cb21ee632321ecb4204922bbdf116) ) |
| 7847 | | sc_dndww_others |
| 7848 | | ROM_END |
| 7849 | | |
| 7850 | | ROM_START( sc5dndwwl ) |
| 7851 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7852 | | ROM_LOAD16_BYTE( "95423512.lo", 0x00001, 0x080000, CRC(d65ae210) SHA1(39cb429d530dfad61bb9019a3f5719a7c85ecea8) ) |
| 7853 | | ROM_LOAD16_BYTE( "95423513.hi", 0x00000, 0x080000, CRC(6c20c600) SHA1(b3fb9d68f1551e59440fa09ff4d9ea23728ad1af) ) |
| 7854 | | sc_dndww_others |
| 7855 | | ROM_END |
| 7856 | | |
| 7857 | | ROM_START( sc5dndwcf ) |
| 7858 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7859 | | ROM_LOAD16_BYTE( "95423514.lo", 0x00001, 0x080000, CRC(15b0accb) SHA1(4c39f84bdb234216429e8d2b0b0719b8ca0c3c93) ) |
| 7860 | | ROM_LOAD16_BYTE( "95423515.hi", 0x00000, 0x080000, CRC(8822010e) SHA1(b536e302958aa95ec2d64e0405b5836202dd7b66) ) |
| 7861 | | sc_dndww_others |
| 7862 | | ROM_END |
| 7863 | | |
| 7864 | | ROM_START( sc5dndwwm ) |
| 7865 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7866 | | ROM_LOAD16_BYTE( "95423552.lo", 0x00001, 0x080000, CRC(867f9c98) SHA1(7974c0915326c88b201e3b8c354906e105d14ac0) ) |
| 7867 | | ROM_LOAD16_BYTE( "95423553.hi", 0x00000, 0x080000, CRC(a0be983d) SHA1(0f6ed13532465c9ecfddc73351b00425a62a26fa) ) |
| 7868 | | sc_dndww_others |
| 7869 | | ROM_END |
| 7870 | | |
| 7871 | | ROM_START( sc5dndwcg ) |
| 7872 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7873 | | ROM_LOAD16_BYTE( "95423772.lo", 0x00001, 0x080000, CRC(1a08c512) SHA1(a72a8999c42c1c0a4fed8fe2b59ec52332c8dd35) ) |
| 7874 | | ROM_LOAD16_BYTE( "95423773.hi", 0x00000, 0x080000, CRC(78311fed) SHA1(c422a46f085504f26e4bb2702816890a721daa06) ) |
| 7875 | | sc_dndww_others |
| 7876 | | ROM_END |
| 7877 | | |
| 7878 | | ROM_START( sc5dndwwn ) |
| 7879 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7880 | | ROM_LOAD16_BYTE( "95426136.lo", 0x00001, 0x080000, CRC(259a5a75) SHA1(c8ce7566105ef2e4f46c96ce703f90328080932e) ) |
| 7881 | | ROM_LOAD16_BYTE( "95426137.hi", 0x00000, 0x080000, CRC(265940e0) SHA1(d5bcc9f44e6d288fcdeec4b39a768a76abb25b6f) ) |
| 7882 | | sc_dndww_others |
| 7883 | | ROM_END |
| 7884 | | |
| 7885 | | ROM_START( sc5dndwwo ) |
| 7886 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7887 | | ROM_LOAD16_BYTE( "95427136.lo", 0x00001, 0x080000, CRC(6da2c608) SHA1(a23bf30b7ade522ff128bdb26a6c544269950991) ) |
| 7888 | | ROM_LOAD16_BYTE( "95427137.hi", 0x00000, 0x080000, CRC(cb455c65) SHA1(6bbfa5b0119b4c5765f03f5c322df5e1817974d0) ) |
| 7889 | | sc_dndww_others |
| 7890 | | ROM_END |
| 7891 | | |
| 7892 | | ROM_START( sc5dndwwp ) |
| 7893 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7894 | | ROM_LOAD16_BYTE( "p3006p41.hi", 0x00000, 0x080000, CRC(0fdaa9e0) SHA1(0aa5c92d61fd1b434a094d75a9177425524542f0) ) |
| 7895 | | ROM_LOAD16_BYTE( "p3006p41.lo", 0x00001, 0x080000, CRC(50a78738) SHA1(4e27e491a1f21800b3e70eecfa6ff61e7e472ffa) ) |
| 7896 | | sc_dndww_others |
| 7897 | | ROM_END |
| 7898 | | |
| 7899 | | ROM_START( sc5dndwwq ) |
| 7900 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7901 | | ROM_LOAD16_BYTE( "p3006s41.hi", 0x00000, 0x080000, CRC(a7bbe3ff) SHA1(386cac772b78bb6948f787c6f1f50077d6dd0303) ) |
| 7902 | | ROM_LOAD16_BYTE( "p3006s41.lo", 0x00001, 0x080000, CRC(a100e18b) SHA1(2dce17ac4f823dda62da7a8589ef488b9e8dee3d) ) |
| 7903 | | sc_dndww_others |
| 7904 | | ROM_END |
| 7905 | | |
| 7906 | | |
| 7907 | | ROM_START( sc5dndwb ) |
| 7908 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7909 | | ROM_LOAD16_BYTE( "95418588.lo", 0x00001, 0x080000, CRC(6f9a6192) SHA1(bf283b077387f9cf14e948375ed84736594bf5b9) ) |
| 7910 | | ROM_LOAD16_BYTE( "95418589.hi", 0x00000, 0x080000, CRC(e3e6c4c8) SHA1(51d755ee8633e406e6cb81993155531b856e51e3) ) |
| 7911 | | sc_dndwb_others |
| 7912 | | ROM_END |
| 7913 | | |
| 7914 | | ROM_START( sc5dndwba ) |
| 7915 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7916 | | ROM_LOAD16_BYTE( "95419588.lo", 0x00001, 0x080000, CRC(87d638b7) SHA1(5d48f65bd2a98452bb5a3a73c49aa6ba8c0c201e) ) |
| 7917 | | ROM_LOAD16_BYTE( "95419589.hi", 0x00000, 0x080000, CRC(982b1a1b) SHA1(4dabb83cdb2efa80a56375626ff45d5a4133970f) ) |
| 7918 | | sc_dndwb_others |
| 7919 | | ROM_END |
| 7920 | | |
| 7921 | | ROM_START( sc5dndwbb ) |
| 7922 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7923 | | ROM_LOAD16_BYTE( "95422012.lo", 0x00001, 0x080000, CRC(ac5e4e54) SHA1(498a97153c1e8a552ace97b8f8e2d15f1ee39752) ) |
| 7924 | | ROM_LOAD16_BYTE( "95422013.hi", 0x00000, 0x080000, CRC(8a511e54) SHA1(c377ee713618348ba2a9983c7556c9f3adba9e92) ) |
| 7925 | | sc_dndwb_others |
| 7926 | | ROM_END |
| 7927 | | |
| 7928 | | ROM_START( sc5dndwbc ) |
| 7929 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7930 | | ROM_LOAD16_BYTE( "95422102.lo", 0x00001, 0x080000, CRC(f87ae97d) SHA1(3971c6fdf8fc15cb9a140827e41a05a11667dd9c) ) |
| 7931 | | ROM_LOAD16_BYTE( "95422103.hi", 0x00000, 0x080000, CRC(4ad8550b) SHA1(7f56c66f19144073db04a133191d84903f47d681) ) |
| 7932 | | sc_dndwb_others |
| 7933 | | ROM_END |
| 7934 | | |
| 7935 | | ROM_START( sc5dndwbd ) |
| 7936 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7937 | | ROM_LOAD16_BYTE( "95422134.lo", 0x00001, 0x080000, CRC(38b550a2) SHA1(93a370c191f85e43e06f2f5b203e5dfdca235651) ) |
| 7938 | | ROM_LOAD16_BYTE( "95422135.hi", 0x00000, 0x080000, CRC(f260b959) SHA1(74107a5dfcef94aa8ca39f2de6cea26c12d856ad) ) |
| 7939 | | sc_dndwb_others |
| 7940 | | ROM_END |
| 7941 | | |
| 7942 | | ROM_START( sc5dndwbe ) |
| 7943 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7944 | | ROM_LOAD16_BYTE( "95422556.lo", 0x00001, 0x080000, CRC(afce35e7) SHA1(518f29c042858608e010caa38dd90287cebbb1ad) ) |
| 7945 | | ROM_LOAD16_BYTE( "95422557.hi", 0x00000, 0x080000, CRC(6698379b) SHA1(248213bc007c86a656b2ceb32b711ec195ae415d) ) |
| 7946 | | sc_dndwb_others |
| 7947 | | ROM_END |
| 7948 | | |
| 7949 | | ROM_START( sc5dndwbf ) |
| 7950 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7951 | | ROM_LOAD16_BYTE( "95422720.lo", 0x00001, 0x080000, CRC(ef9f7e88) SHA1(de887513092db4b7ca5682c7a8e4d0ba607b6bad) ) |
| 7952 | | ROM_LOAD16_BYTE( "95422721.hi", 0x00000, 0x080000, CRC(1571e4e2) SHA1(ed45392b451d919058ed5de61b05573cbef14fb7) ) |
| 7953 | | sc_dndwb_others |
| 7954 | | ROM_END |
| 7955 | | |
| 7956 | | |
| 7957 | | ROM_START( sc5dndwbg ) |
| 7958 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7959 | | ROM_LOAD16_BYTE( "95423012.lo", 0x00001, 0x080000, CRC(5cc9b4fa) SHA1(055ee6e8d72f547fb6ec0b23893a06f3ede70474) ) |
| 7960 | | ROM_LOAD16_BYTE( "95423013.hi", 0x00000, 0x080000, CRC(6ffa0b3f) SHA1(c66684d0e22be90d4300786a2163b85a7a50ba63) ) |
| 7961 | | sc_dndwb_others |
| 7962 | | ROM_END |
| 7963 | | |
| 7964 | | ROM_START( sc5dndwbh ) |
| 7965 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7966 | | ROM_LOAD16_BYTE( "95423102.lo", 0x00001, 0x080000, CRC(c1bb8676) SHA1(a8b2985c6d5d6263824342119ccd33151e132a94) ) |
| 7967 | | ROM_LOAD16_BYTE( "95423103.hi", 0x00000, 0x080000, CRC(cf20c129) SHA1(5e114a9d6aa77c47d6547e8ed3f5b2c9af8af496) ) |
| 7968 | | sc_dndwb_others |
| 7969 | | ROM_END |
| 7970 | | |
| 7971 | | ROM_START( sc5dndwbi ) |
| 7972 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7973 | | ROM_LOAD16_BYTE( "95423134.lo", 0x00001, 0x080000, CRC(0844e446) SHA1(cc0438e07219cbca1d82ece5c26932d21996da74) ) |
| 7974 | | ROM_LOAD16_BYTE( "95423135.hi", 0x00000, 0x080000, CRC(7bfb1e3e) SHA1(37a5788c901e64c9ca0962fd41aabd27f3b99942) ) |
| 7975 | | sc_dndwb_others |
| 7976 | | ROM_END |
| 7977 | | |
| 7978 | | ROM_START( sc5dndwbj ) |
| 7979 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7980 | | ROM_LOAD16_BYTE( "95423556.lo", 0x00001, 0x080000, CRC(4fac2a67) SHA1(8661c3a6d6dba5df0cb6535774dcc8aff822255f) ) |
| 7981 | | ROM_LOAD16_BYTE( "95423557.hi", 0x00000, 0x080000, CRC(dd0a03bb) SHA1(d84c0123d348df3eb3b7a896de6b48ce86c0ff48) ) |
| 7982 | | sc_dndwb_others |
| 7983 | | ROM_END |
| 7984 | | |
| 7985 | | ROM_START( sc5dndwbk ) |
| 7986 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7987 | | ROM_LOAD16_BYTE( "95423720.lo", 0x00001, 0x080000, CRC(e5569acb) SHA1(66cf3ac740df77126c6046e5aebf5472d3945449) ) |
| 7988 | | ROM_LOAD16_BYTE( "95423721.hi", 0x00000, 0x080000, CRC(51fc5e13) SHA1(6ecd147cd4334171902056b7673c1d876a9db1d3) ) |
| 7989 | | sc_dndwb_others |
| 7990 | | ROM_END |
| 7991 | | |
| 7992 | | ROM_START( sc5dndwbl ) |
| 7993 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7994 | | ROM_LOAD16_BYTE( "95426144.lo", 0x00001, 0x080000, CRC(b926b107) SHA1(063cc4439353a8453156831828f19ac7f9f0d641) ) |
| 7995 | | ROM_LOAD16_BYTE( "95426145.hi", 0x00000, 0x080000, CRC(3e4887ac) SHA1(87b4784a282f7b4290f053ed403034e3956a5f64) ) |
| 7996 | | sc_dndwb_others |
| 7997 | | ROM_END |
| 7998 | | |
| 7999 | | ROM_START( sc5dndwbm ) |
| 8000 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8001 | | ROM_LOAD16_BYTE( "95426518.lo", 0x00001, 0x080000, CRC(e8933cf4) SHA1(5ceef82c04a2b3ed7f95cb741b6b41389c7cfee6) ) |
| 8002 | | ROM_LOAD16_BYTE( "95426519.hi", 0x00000, 0x080000, CRC(0f66c859) SHA1(45737070d10bd4157dd155e5998172ebd9dfed51) ) |
| 8003 | | sc_dndwb_others |
| 8004 | | ROM_END |
| 8005 | | |
| 8006 | | ROM_START( sc5dndwbn ) |
| 8007 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8008 | | ROM_LOAD16_BYTE( "95427144.lo", 0x00001, 0x080000, CRC(6096d317) SHA1(b1ca489719930a25392be879880a449c4d6364c0) ) |
| 8009 | | ROM_LOAD16_BYTE( "95427145.hi", 0x00000, 0x080000, CRC(8792ca0f) SHA1(2b6994c13e0c4ef15134cda8fa33f87c890e5994) ) |
| 8010 | | sc_dndwb_others |
| 8011 | | ROM_END |
| 8012 | | |
| 8013 | | ROM_START( sc5dndwbo ) |
| 8014 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8015 | | ROM_LOAD16_BYTE( "95427518.lo", 0x00001, 0x080000, CRC(ce0d637c) SHA1(3cf4862eb6fd02afe9edde7a528a1fb0222d67e4) ) |
| 8016 | | ROM_LOAD16_BYTE( "95427519.hi", 0x00000, 0x080000, CRC(4d5a88b8) SHA1(d540644356ef9822bb8b620a629c81cc76b9c5e3) ) |
| 8017 | | sc_dndwb_others |
| 8018 | | ROM_END |
| 8019 | | |
| 8020 | | ROM_START( sc5dndwbp ) |
| 8021 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8022 | | ROM_LOAD16_BYTE( "p1962p31.hi", 0x00000, 0x080000, CRC(79243d5a) SHA1(8a79bc44c9fddf73dfe17ab37879695cca744a0b) ) |
| 8023 | | ROM_LOAD16_BYTE( "p1962p31.lo", 0x00001, 0x080000, CRC(7bbf2cd1) SHA1(2144693a40cf6f4b01b73fc87443ce65d5af2599) ) |
| 8024 | | sc_dndwb_others |
| 8025 | | ROM_END |
| 8026 | | |
| 8027 | | ROM_START( sc5dndwbq ) |
| 8028 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8029 | | ROM_LOAD16_BYTE( "p1962pa1.hi", 0x00000, 0x080000, CRC(1f9d9036) SHA1(af06ebf8588461c4610120d3017f690fbcf0e3d9) ) |
| 8030 | | ROM_LOAD16_BYTE( "p1962pa1.lo", 0x00001, 0x080000, CRC(590f9bca) SHA1(fee28ce0bf673089466e95b7b801b06877a2a120) ) |
| 8031 | | sc_dndwb_others |
| 8032 | | ROM_END |
| 8033 | | |
| 8034 | | ROM_START( sc5dndwbr ) |
| 8035 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8036 | | ROM_LOAD16_BYTE( "p1962s31.hi", 0x00000, 0x080000, CRC(054c01d4) SHA1(3a23032086099e57c2f49e279f07a79db2327721) ) |
| 8037 | | ROM_LOAD16_BYTE( "p1962s31.lo", 0x00001, 0x080000, CRC(ef171906) SHA1(d032fad147d99e128e7ffa51f7e1f7411b846b7c) ) |
| 8038 | | sc_dndwb_others |
| 8039 | | ROM_END |
| 8040 | | |
| 8041 | | ROM_START( sc5dndwbs ) |
| 8042 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8043 | | ROM_LOAD16_BYTE( "p1962sa1.hi", 0x00000, 0x080000, CRC(7e21a4a0) SHA1(beefb35266ea84c01e8c0771a79ea7d8571f79d5) ) |
| 8044 | | ROM_LOAD16_BYTE( "p1962sa1.lo", 0x00001, 0x080000, CRC(0a4cc805) SHA1(4b7dab1a6d1d4f2a970c185623bfd146e966d14c) ) |
| 8045 | | sc_dndwb_others |
| 8046 | | ROM_END |
| 8047 | | |
| 8048 | | ROM_START( sc5dndwi ) |
| 8049 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8050 | | ROM_LOAD16_BYTE( "p3071p41.hi", 0x00000, 0x080000, CRC(fb849f6e) SHA1(1886dd42d66babf23f476c81c1f2508a52a1c8e4) ) |
| 8051 | | ROM_LOAD16_BYTE( "p3071p41.lo", 0x00001, 0x080000, CRC(0c52446d) SHA1(e9f18ec19893a733faac70f361c6d91fe314482a) ) |
| 8052 | | sc_dndwb_others |
| 8053 | | ROM_END |
| 8054 | | |
| 8055 | | ROM_START( sc5dndwia ) |
| 8056 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8057 | | ROM_LOAD16_BYTE( "p3071p71.hi", 0x00000, 0x080000, CRC(7418e4bc) SHA1(606db0530f58399f0760dd5d677b38238d9ddd0c) ) |
| 8058 | | ROM_LOAD16_BYTE( "p3071p71.lo", 0x00001, 0x080000, CRC(59a8f426) SHA1(96e673663f4085d8c90089da0f386ab553f8cfee) ) |
| 8059 | | sc_dndwb_others |
| 8060 | | ROM_END |
| 8061 | | |
| 8062 | | ROM_START( sc5dndwib ) |
| 8063 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8064 | | ROM_LOAD16_BYTE( "p3071p72.hi", 0x00000, 0x080000, CRC(a11cfd09) SHA1(313ccca5353a25f6d7f31138ad6e1b62db1fdc48) ) |
| 8065 | | ROM_LOAD16_BYTE( "p3071p72.lo", 0x00001, 0x080000, CRC(5cdf3447) SHA1(86ec21741eb1f5c54e6307f439fe689aba7e9e4d) ) |
| 8066 | | sc_dndwb_others |
| 8067 | | ROM_END |
| 8068 | | |
| 8069 | | ROM_START( sc5dndwic ) |
| 8070 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8071 | | ROM_LOAD16_BYTE( "p3071p73.hi", 0x00000, 0x080000, CRC(55bae06a) SHA1(379e588ea8ac7c06edded33d47df211fc1b5bbab) ) |
| 8072 | | ROM_LOAD16_BYTE( "p3071p73.lo", 0x00001, 0x080000, CRC(b587e08a) SHA1(43ee1d8057f4d200b1fd4e195931b43ec45771d9) ) |
| 8073 | | sc_dndwb_others |
| 8074 | | ROM_END |
| 8075 | | |
| 8076 | | ROM_START( sc5dndwid ) |
| 8077 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8078 | | ROM_LOAD16_BYTE( "p3071s41.hi", 0x00000, 0x080000, CRC(ff8e8267) SHA1(6a188fd90a94cb071dbfb4a7ab4ff28724149c9d) ) |
| 8079 | | ROM_LOAD16_BYTE( "p3071s41.lo", 0x00001, 0x080000, CRC(3c9534a7) SHA1(398d6af0f29ed6eff776ee31c56a6899f83a5ce8) ) |
| 8080 | | sc_dndwb_others |
| 8081 | | ROM_END |
| 8082 | | |
| 8083 | | ROM_START( sc5dndwie ) |
| 8084 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8085 | | ROM_LOAD16_BYTE( "p3071s71.hi", 0x00000, 0x080000, CRC(48c9062c) SHA1(17266340e250dac5b255e936853b4f6c3fd41149) ) |
| 8086 | | ROM_LOAD16_BYTE( "p3071s71.lo", 0x00001, 0x080000, CRC(52e410a8) SHA1(6fdaadfb9275891e1ef4c157019859b644c5b77d) ) |
| 8087 | | sc_dndwb_others |
| 8088 | | ROM_END |
| 8089 | | |
| 8090 | | ROM_START( sc5dndwif ) |
| 8091 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8092 | | ROM_LOAD16_BYTE( "p3071s72.hi", 0x00000, 0x080000, CRC(9a93ab2d) SHA1(e8153cfb73b3026f6a16b7d1c9368d4ca0a22003) ) |
| 8093 | | ROM_LOAD16_BYTE( "p3071s72.lo", 0x00001, 0x080000, CRC(dfc1d11f) SHA1(2cd30fc1d520d7315142bdcf4ef6ca061b037fa8) ) |
| 8094 | | sc_dndwb_others |
| 8095 | | ROM_END |
| 8096 | | |
| 8097 | | ROM_START( sc5dndwig ) |
| 8098 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8099 | | ROM_LOAD16_BYTE( "p3071s73.hi", 0x00000, 0x080000, CRC(35c40c93) SHA1(4b790b4858f5df39c62dbb67907db29b014655da) ) |
| 8100 | | ROM_LOAD16_BYTE( "p3071s73.lo", 0x00001, 0x080000, CRC(7b44a5b8) SHA1(6cbd0e8668771277bf9187f063e45f8dd30cb780) ) |
| 8101 | | sc_dndwb_others |
| 8102 | | ROM_END |
| 8103 | | |
| 8104 | | |
| 8105 | | |
| 8106 | | |
| 8107 | | ROM_START( sc5dmine ) |
| 8108 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8109 | | ROM_LOAD16_BYTE( "95406942.lo", 0x00001, 0x080000, CRC(bad861e1) SHA1(9328640b6eebcc9f92f8364454e004a9b6be63cc) ) |
| 8110 | | ROM_LOAD16_BYTE( "95406943.hi", 0x00000, 0x080000, CRC(d4779226) SHA1(15f4c742bad6992f0ee105f86e06c53286088616) ) |
| 8111 | | sc_dmine_others |
| 8112 | | ROM_END |
| 8113 | | |
| 8114 | | ROM_START( sc5dminea ) |
| 8115 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8116 | | ROM_LOAD16_BYTE( "95407942.lo", 0x00001, 0x080000, CRC(6250fc4a) SHA1(a133ab1c8d4d35145bf94e73856da4603e8e6579) ) |
| 8117 | | ROM_LOAD16_BYTE( "95407943.hi", 0x00000, 0x080000, CRC(f5aafcd1) SHA1(afcec150a7229dc28dbdf61addc80efcecc460df) ) |
| 8118 | | sc_dmine_others |
| 8119 | | ROM_END |
| 8120 | | |
| 8121 | | ROM_START( sc5dmineb ) |
| 8122 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8123 | | ROM_LOAD16_BYTE( "95408012.lo", 0x00001, 0x080000, CRC(41a21296) SHA1(3351baaadd1b6431e9e2d75586d6912e28e372e5) ) |
| 8124 | | ROM_LOAD16_BYTE( "95408013.hi", 0x00000, 0x080000, CRC(32399a20) SHA1(516413c5e7420d56f99a1e4353524dce8225c624) ) |
| 8125 | | sc_dmine_others |
| 8126 | | ROM_END |
| 8127 | | |
| 8128 | | ROM_START( sc5dminec ) |
| 8129 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8130 | | ROM_LOAD16_BYTE( "95408098.lo", 0x00001, 0x080000, CRC(1728a865) SHA1(8ba012714248dd704fd9beff5cbd1d44b8efcff1) ) |
| 8131 | | ROM_LOAD16_BYTE( "95408099.hi", 0x00000, 0x080000, CRC(dba2489b) SHA1(e6cc050c6009e7c36884192fed9e4a032444f007) ) |
| 8132 | | sc_dmine_others |
| 8133 | | ROM_END |
| 8134 | | |
| 8135 | | ROM_START( sc5dmined ) |
| 8136 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8137 | | ROM_LOAD16_BYTE( "95408140.lo", 0x00001, 0x080000, CRC(24ac1211) SHA1(3d08e4bd48772d991f9aad151166ad5c3f5d1880) ) |
| 8138 | | ROM_LOAD16_BYTE( "95408141.hi", 0x00000, 0x080000, CRC(da5c88f0) SHA1(fadd11a79dbd9c875d77e350699701db13546e50) ) |
| 8139 | | sc_dmine_others |
| 8140 | | ROM_END |
| 8141 | | |
| 8142 | | ROM_START( sc5dminee ) |
| 8143 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8144 | | ROM_LOAD16_BYTE( "95408940.lo", 0x00001, 0x080000, CRC(6f1cf5ca) SHA1(f80dc758b1c001ff6f4cf9638483a5ecd20ad125) ) |
| 8145 | | ROM_LOAD16_BYTE( "95408941.hi", 0x00000, 0x080000, CRC(fe62569a) SHA1(94ec8b29344407df85dd8e0c83a59e7030ec7f60) ) |
| 8146 | | sc_dmine_others |
| 8147 | | ROM_END |
| 8148 | | |
| 8149 | | ROM_START( sc5dminef ) |
| 8150 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8151 | | ROM_LOAD16_BYTE( "95409012.lo", 0x00001, 0x080000, CRC(69abd3b2) SHA1(b4dd5228b83b165939cb192bfd38b1a84c6191c0) ) |
| 8152 | | ROM_LOAD16_BYTE( "95409013.hi", 0x00000, 0x080000, CRC(881ec829) SHA1(5762a9049b0361691b199b2c4e7d471a7b4a8811) ) |
| 8153 | | sc_dmine_others |
| 8154 | | ROM_END |
| 8155 | | |
| 8156 | | ROM_START( sc5dmineg ) |
| 8157 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8158 | | ROM_LOAD16_BYTE( "95409098.lo", 0x00001, 0x080000, CRC(81d32a7a) SHA1(6dbafd421790d877fc5b5699475e02e75092c441) ) |
| 8159 | | ROM_LOAD16_BYTE( "95409099.hi", 0x00000, 0x080000, CRC(db912573) SHA1(bc21c43349cafdaebc4de69828fd6e18d1722fb9) ) |
| 8160 | | sc_dmine_others |
| 8161 | | ROM_END |
| 8162 | | |
| 8163 | | ROM_START( sc5dmineh ) |
| 8164 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8165 | | ROM_LOAD16_BYTE( "95409140.lo", 0x00001, 0x080000, CRC(f89e4577) SHA1(297b242f24b7c3c8727a122915ab447544700455) ) |
| 8166 | | ROM_LOAD16_BYTE( "95409141.hi", 0x00000, 0x080000, CRC(30b5f293) SHA1(15649fa022517ec9f129fd59aa720314bb099c1d) ) |
| 8167 | | sc_dmine_others |
| 8168 | | ROM_END |
| 8169 | | |
| 8170 | | ROM_START( sc5dminei ) |
| 8171 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8172 | | ROM_LOAD16_BYTE( "95409940.lo", 0x00001, 0x080000, CRC(83657234) SHA1(14502246599dc4fbe00202e4cad6a191c861fc3b) ) |
| 8173 | | ROM_LOAD16_BYTE( "95409941.hi", 0x00000, 0x080000, CRC(974f9fb2) SHA1(5b0c48e908041d5d8df71de3a65af5ccb28ab469) ) |
| 8174 | | sc_dmine_others |
| 8175 | | ROM_END |
| 8176 | | |
| 8177 | | ROM_START( sc5dminej ) |
| 8178 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8179 | | ROM_LOAD16_BYTE( "95410944.lo", 0x00001, 0x080000, CRC(1fae3ff3) SHA1(a7676c29002c4be1086510284f8bf495ec6ca86c) ) |
| 8180 | | ROM_LOAD16_BYTE( "95410945.hi", 0x00000, 0x080000, CRC(a1825e26) SHA1(c3ceca1859f02350f888acc5c03052f3575bc57f) ) |
| 8181 | | sc_dmine_others |
| 8182 | | ROM_END |
| 8183 | | |
| 8184 | | ROM_START( sc5dminek ) |
| 8185 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8186 | | ROM_LOAD16_BYTE( "95411944.lo", 0x00001, 0x080000, CRC(28f9cf69) SHA1(b3f058c6cf54406047ddd302fce0244c82ec6bc3) ) |
| 8187 | | ROM_LOAD16_BYTE( "95411945.hi", 0x00000, 0x080000, CRC(4688d69f) SHA1(106c5c913797acd4e47c8187bbb5f3ded28b9c27) ) |
| 8188 | | sc_dmine_others |
| 8189 | | ROM_END |
| 8190 | | |
| 8191 | | ROM_START( sc5dminel ) |
| 8192 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8193 | | ROM_LOAD16_BYTE( "95411946.lo", 0x00001, 0x080000, CRC(57ef124d) SHA1(a821ba0d06b958a76314a9fc1b58c6591d81a957) ) |
| 8194 | | ROM_LOAD16_BYTE( "95411947.hi", 0x00000, 0x080000, CRC(b7460c04) SHA1(a2588fe81e55a886a46f324cb9945272447b4eb1) ) |
| 8195 | | sc_dmine_others |
| 8196 | | ROM_END |
| 8197 | | |
| 8198 | | |
| 8199 | | ROM_START( sc5ddosh ) |
| 8200 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8201 | | ROM_LOAD16_BYTE( "95408058.lo", 0x00001, 0x080000, CRC(953fc9c3) SHA1(d2f9a9875126ea0a9807abdad73f48c146617763) ) |
| 8202 | | ROM_LOAD16_BYTE( "95408059.hi", 0x00000, 0x080000, CRC(4ac58478) SHA1(b452af3db3e91d659eaa641ae589a603c9d3e595) ) |
| 8203 | | sc_ddosh_others |
| 8204 | | ROM_END |
| 8205 | | |
| 8206 | | ROM_START( sc5ddosha ) |
| 8207 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8208 | | ROM_LOAD16_BYTE( "95409058.lo", 0x00001, 0x080000, CRC(44b55b53) SHA1(b60cd2e5b9ca4bb529739f3d66adc32131c7c5a0) ) |
| 8209 | | ROM_LOAD16_BYTE( "95409059.hi", 0x00000, 0x080000, CRC(53f0bf8a) SHA1(5bedb9d9436dab53560aea6ce940802451debcf6) ) |
| 8210 | | sc_ddosh_others |
| 8211 | | ROM_END |
| 8212 | | |
| 8213 | | |
| 8214 | | ROM_START( sc5dhh ) |
| 8215 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8216 | | ROM_LOAD16_BYTE( "95418304.lo", 0x00001, 0x080000, CRC(d3f9fc98) SHA1(979bea6f5b9930f3e9475366143bde53b93374af) ) |
| 8217 | | ROM_LOAD16_BYTE( "95418305.hi", 0x00000, 0x080000, CRC(8fcad8a5) SHA1(a704dccc5e0283e25c75a99933b2b8c8947c1b84) ) |
| 8218 | | sc_dhh_others |
| 8219 | | ROM_END |
| 8220 | | |
| 8221 | | ROM_START( sc5dhha ) |
| 8222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8223 | | ROM_LOAD16_BYTE( "95418492.lo", 0x00001, 0x080000, CRC(45d0a32d) SHA1(607648b6333365d21d712b87c857339566fdd99b) ) |
| 8224 | | ROM_LOAD16_BYTE( "95418493.hi", 0x00000, 0x080000, CRC(6e727d28) SHA1(07cc1f223252fa3dbc122b3bac9b4502f23aaf79) ) |
| 8225 | | sc_dhh_others |
| 8226 | | ROM_END |
| 8227 | | |
| 8228 | | ROM_START( sc5dhhb ) |
| 8229 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8230 | | ROM_LOAD16_BYTE( "95419304.lo", 0x00001, 0x080000, CRC(4e774459) SHA1(949aaecc5ea01b1761e029da4f42dbc915903259) ) |
| 8231 | | ROM_LOAD16_BYTE( "95419305.hi", 0x00000, 0x080000, CRC(1b28a792) SHA1(2f0f7cb6404d35d07fbc9c35036301d92644ca37) ) |
| 8232 | | sc_dhh_others |
| 8233 | | ROM_END |
| 8234 | | |
| 8235 | | ROM_START( sc5dhhc ) |
| 8236 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8237 | | ROM_LOAD16_BYTE( "95419492.lo", 0x00001, 0x080000, CRC(05f2625e) SHA1(d77517420fbbe198213ee4f0634252c259f8b8c8) ) |
| 8238 | | ROM_LOAD16_BYTE( "95419493.hi", 0x00000, 0x080000, CRC(59dc177c) SHA1(cb1eb80a71bf2745881e6b073ba6aeb009b6a850) ) |
| 8239 | | sc_dhh_others |
| 8240 | | ROM_END |
| 8241 | | |
| 8242 | | ROM_START( sc5dhhd ) |
| 8243 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8244 | | ROM_LOAD16_BYTE( "95422966.lo", 0x00001, 0x080000, CRC(a0a41d59) SHA1(995b501fa6516b7b7b48cf87c437a9873552b504) ) |
| 8245 | | ROM_LOAD16_BYTE( "95422967.hi", 0x00000, 0x080000, CRC(81c24fe4) SHA1(6694b5f9a32d45db5d110083b3e9808ab4554506) ) |
| 8246 | | sc_dhh_others |
| 8247 | | ROM_END |
| 8248 | | |
| 8249 | | ROM_START( sc5dhhe ) |
| 8250 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8251 | | ROM_LOAD16_BYTE( "95423966.lo", 0x00001, 0x080000, CRC(28ebaa72) SHA1(0e0ec5ebff3f2860d7aadb6200fce07aad2361c2) ) |
| 8252 | | ROM_LOAD16_BYTE( "95423967.hi", 0x00000, 0x080000, CRC(ecd590c4) SHA1(c406792454714f564e1460efe396ea37d30ac01d) ) |
| 8253 | | sc_dhh_others |
| 8254 | | ROM_END |
| 8255 | | |
| 8256 | | ROM_START( sc5dhhf ) |
| 8257 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8258 | | ROM_LOAD16_BYTE( "95426236.lo", 0x00001, 0x080000, CRC(7d73f0ae) SHA1(446f2cdb76fa353ede0e53fa9873237e9def78e1) ) |
| 8259 | | ROM_LOAD16_BYTE( "95426237.hi", 0x00000, 0x080000, CRC(b215f36d) SHA1(669829c2f86a8262ee4b0c8a76d52241deeff2d6) ) |
| 8260 | | sc_dhh_others |
| 8261 | | ROM_END |
| 8262 | | |
| 8263 | | ROM_START( sc5dhhg ) |
| 8264 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8265 | | ROM_LOAD16_BYTE( "95427236.lo", 0x00001, 0x080000, CRC(3fa0f89d) SHA1(ac14fd39924f959cc9d89a214c47c3ee85f43eea) ) |
| 8266 | | ROM_LOAD16_BYTE( "95427237.hi", 0x00000, 0x080000, NO_DUMP) |
| 8267 | | sc_dhh_others |
| 8268 | | ROM_END |
| 8269 | | |
| 8270 | | |
| 8271 | | |
| 8272 | | |
| 8273 | | ROM_START( sc5dough ) |
| 8274 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8275 | | ROM_LOAD16_BYTE( "95418046.lo", 0x00001, 0x080000, CRC(1358dc76) SHA1(d09cf2473cf5c786f6a9c61c44d792227b444536) ) |
| 8276 | | ROM_LOAD16_BYTE( "95418047.hi", 0x00000, 0x080000, CRC(163416eb) SHA1(837bd735d54228e471e34d65ba05508d7d2e85da) ) |
| 8277 | | sc_dough_others |
| 8278 | | ROM_END |
| 8279 | | |
| 8280 | | |
| 8281 | | ROM_START( sc5dougha ) |
| 8282 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8283 | | ROM_LOAD16_BYTE( "95419046.lo", 0x00001, 0x080000, CRC(857e5267) SHA1(218770e60423af3dc6b20f0bf1f87173213f95ca) ) |
| 8284 | | ROM_LOAD16_BYTE( "95419047.hi", 0x00000, 0x080000, CRC(acb97317) SHA1(1da2955b336140121c48d30958761dd3e3cccd43) ) |
| 8285 | | sc_dough_others |
| 8286 | | ROM_END |
| 8287 | | |
| 8288 | | |
| 8289 | | ROM_START( sc5ducks ) |
| 8290 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8291 | | ROM_LOAD16_BYTE( "95417440.lo", 0x00001, 0x080000, CRC(c28ddc31) SHA1(e32e2cdf19a4ae432bc570765580c4cceb888ba8) ) |
| 8292 | | ROM_LOAD16_BYTE( "95417441.hi", 0x00000, 0x080000, CRC(00921b61) SHA1(88b9a9d1820ccfe73707b12dc3aef9c044e9c41b) ) |
| 8293 | | sc_ducks_others |
| 8294 | | ROM_END |
| 8295 | | |
| 8296 | | |
| 8297 | | ROM_START( sc5emmer ) |
| 8298 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8299 | | ROM_LOAD16_BYTE( "95420128.lo", 0x00001, 0x080000, CRC(73505beb) SHA1(f59b0369688867a68983ee2437ca98bc6ecab6a7) ) |
| 8300 | | ROM_LOAD16_BYTE( "95420129.hi", 0x00000, 0x080000, CRC(a13583a1) SHA1(f546a457e7103314c9b78ec471297b1744d0f108) ) |
| 8301 | | sc_emmer_others |
| 8302 | | ROM_END |
| 8303 | | |
| 8304 | | ROM_START( sc5emmera ) |
| 8305 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8306 | | ROM_LOAD16_BYTE( "95421128.lo", 0x00001, 0x080000, CRC(c7431807) SHA1(78bf3727f99f70c660d39fdb8b7dd91902c510db) ) |
| 8307 | | ROM_LOAD16_BYTE( "95421129.hi", 0x00000, 0x080000, CRC(cd008039) SHA1(7233658bddc7dfd4de2ba4fdc5da946dcfb116c6) ) |
| 8308 | | sc_emmer_others |
| 8309 | | ROM_END |
| 8310 | | |
| 8311 | | |
| 8312 | | |
| 8313 | | ROM_START( ad5evol ) |
| 8314 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8315 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 8316 | | ROM_LOAD( "39211246.bin", 0x0000, 0x4d858a, CRC(edabdb3d) SHA1(cdda311e94cdb22432a4b37edb411717a391720e) ) |
| 8317 | | ROM_END |
| 8318 | | |
| 8319 | | ROM_START( sc5fguy ) |
| 8320 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8321 | | ROM_LOAD16_BYTE( "95426014.lo", 0x00001, 0x080000, CRC(409ed279) SHA1(173e285a8515e06239bb4755b007ab81878212f3) ) |
| 8322 | | ROM_LOAD16_BYTE( "95426015.hi", 0x00000, 0x080000, CRC(37ce818c) SHA1(91457fd347d76ce380dfd73c3ca5cc0dcba65907) ) |
| 8323 | | sc_fguy_others |
| 8324 | | ROM_END |
| 8325 | | |
| 8326 | | ROM_START( sc5fguya ) |
| 8327 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8328 | | ROM_LOAD16_BYTE( "95426388.lo", 0x00001, 0x080000, CRC(6a769ec1) SHA1(42d8b4d31feae3070eaabc74d84ee731c8075a97) ) |
| 8329 | | ROM_LOAD16_BYTE( "95426389.hi", 0x00000, 0x080000, CRC(19b625c4) SHA1(609b6f63db423ac46f953bf8934137ea176a9147) ) |
| 8330 | | sc_fguy_others |
| 8331 | | ROM_END |
| 8332 | | |
| 8333 | | ROM_START( sc5fguyb ) |
| 8334 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8335 | | ROM_LOAD16_BYTE( "95427014.lo", 0x00001, 0x080000, CRC(6890caf2) SHA1(87998eb35701f9e9f4737db611a807a87ef3be2a) ) |
| 8336 | | ROM_LOAD16_BYTE( "95427015.hi", 0x00000, 0x080000, CRC(4b02d014) SHA1(e94ce848c979e60ab7718439bcf60a59103cc01a) ) |
| 8337 | | sc_fguy_others |
| 8338 | | ROM_END |
| 8339 | | |
| 8340 | | ROM_START( sc5fguyc ) |
| 8341 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8342 | | ROM_LOAD16_BYTE( "95427388.lo", 0x00001, 0x080000, CRC(e1776d0a) SHA1(efb4af41c8c795d6e14cf7b0a6cac51021dd9dfd) ) |
| 8343 | | ROM_LOAD16_BYTE( "95427389.hi", 0x00000, 0x080000, CRC(c838eeee) SHA1(718776e5086b00278f70452a0141e07cbbdae3d4) ) |
| 8344 | | sc_fguy_others |
| 8345 | | ROM_END |
| 8346 | | |
| 8347 | | ROM_START( sc5fguyd ) |
| 8348 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8349 | | ROM_LOAD16_BYTE( "p3213p11.hi", 0x00000, 0x080000, CRC(d7776670) SHA1(13002e513bd6c17a5755ac30b2b6a5a462ace5d9) ) |
| 8350 | | ROM_LOAD16_BYTE( "p3213p11.lo", 0x00001, 0x080000, CRC(c65fff31) SHA1(b2200b68673d6ef2427965484c23ac5cf2343986) ) |
| 8351 | | sc_fguy_others |
| 8352 | | ROM_END |
| 8353 | | |
| 8354 | | ROM_START( sc5fguye ) |
| 8355 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8356 | | ROM_LOAD16_BYTE( "p3213s11.hi", 0x00000, 0x080000, CRC(1ab8b3c5) SHA1(c0d901ae3b3ea00073d731e3a10efba60ebbf020) ) |
| 8357 | | ROM_LOAD16_BYTE( "p3213s11.lo", 0x00001, 0x080000, CRC(314b0288) SHA1(6a24fce8aa9bcf67014ceae4b7a11be0de4ed7c4) ) |
| 8358 | | sc_fguy_others |
| 8359 | | ROM_END |
| 8360 | | |
| 8361 | | |
| 8362 | | ROM_START( sc5fbspn ) |
| 8363 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8364 | | ROM_LOAD16_BYTE( "95418100.lo", 0x00001, 0x080000, CRC(dd69a98d) SHA1(399a8fa0ff3b533bbd03e3e5cfd0779dcd476c94) ) |
| 8365 | | ROM_LOAD16_BYTE( "95418101.hi", 0x00000, 0x080000, CRC(98f20476) SHA1(8267752f6d5bae080c20ab61a326f16eba8a1084) ) |
| 8366 | | sc_fbspn_others |
| 8367 | | ROM_END |
| 8368 | | |
| 8369 | | ROM_START( sc5fbspna ) |
| 8370 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8371 | | ROM_LOAD16_BYTE( "95419100.lo", 0x00001, 0x080000, CRC(6b0ff803) SHA1(a90aadf711dcdd16d3550039a447f0d2b5f3a8c3) ) |
| 8372 | | ROM_LOAD16_BYTE( "95419101.hi", 0x00000, 0x080000, CRC(114938bd) SHA1(e4d7ac26d3dcec7fa28e6e7d8934c9a7e0f2ee0a) ) |
| 8373 | | sc_fbspn_others |
| 8374 | | ROM_END |
| 8375 | | |
| 8376 | | |
| 8377 | | |
| 8378 | | |
| 8379 | | |
| 8380 | | ROM_START( sc5fmj ) |
| 8381 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8382 | | ROM_LOAD16_BYTE( "95420152.lo", 0x00001, 0x080000, CRC(9de7051b) SHA1(9969cd08aa9afeffd670910f3dbbf0f83e919db3) ) |
| 8383 | | ROM_LOAD16_BYTE( "95420153.hi", 0x00000, 0x080000, CRC(b26f0d81) SHA1(65e6e8a680374f263a07d886e695bcb5a413189e) ) |
| 8384 | | sc_fmj_others |
| 8385 | | ROM_END |
| 8386 | | |
| 8387 | | |
| 8388 | | ROM_START( sc5fmja ) |
| 8389 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8390 | | ROM_LOAD16_BYTE( "95421152.lo", 0x00001, 0x080000, CRC(ddd9560c) SHA1(ba3dcd145aa94764c0e476c1eddc7f3d7ab2b119) ) |
| 8391 | | ROM_LOAD16_BYTE( "95421153.hi", 0x00000, 0x080000, CRC(4a21afe7) SHA1(2b50914dc66e04c4fedeefd2795c3668529ce2eb) ) |
| 8392 | | sc_fmj_others |
| 8393 | | ROM_END |
| 8394 | | |
| 8395 | | |
| 8396 | | |
| 8397 | | ROM_START( sc5glad ) |
| 8398 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8399 | | ROM_LOAD16_BYTE( "95416666.lo", 0x00001, 0x080000, CRC(f7cc7b09) SHA1(1901d800342420dafbe4a17563dbf891fa3bc77b) ) |
| 8400 | | ROM_LOAD16_BYTE( "95416667.hi", 0x00000, 0x080000, CRC(832e48d0) SHA1(78efa50cec3b64346a67b03e60e2fb2f2879059d) ) |
| 8401 | | sc_glad_others |
| 8402 | | ROM_END |
| 8403 | | |
| 8404 | | ROM_START( sc5glada ) |
| 8405 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8406 | | ROM_LOAD16_BYTE( "95417666.lo", 0x00001, 0x080000, CRC(eab5fb98) SHA1(a64a9d3ed989d15508c3b9bb6d07f4f821297ad3) ) |
| 8407 | | ROM_LOAD16_BYTE( "95417667.hi", 0x00000, 0x080000, CRC(fed19dd2) SHA1(24c0f6a411fd44a42ebbcc861a27edc8c2897768) ) |
| 8408 | | sc_glad_others |
| 8409 | | ROM_END |
| 8410 | | |
| 8411 | | ROM_START( sc5gladb ) |
| 8412 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8413 | | ROM_LOAD16_BYTE( "95420106.lo", 0x00001, 0x080000, CRC(4f9aa405) SHA1(9433f5c668cd5178bde8fb0d47aa662d20f257d5) ) |
| 8414 | | ROM_LOAD16_BYTE( "95420107.hi", 0x00000, 0x080000, CRC(22a53136) SHA1(fc89ea546420328cd13bc0cce2b242c824488395) ) |
| 8415 | | sc_glad_others |
| 8416 | | ROM_END |
| 8417 | | |
| 8418 | | ROM_START( sc5gladc ) |
| 8419 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8420 | | ROM_LOAD16_BYTE( "95421106.lo", 0x00001, 0x080000, CRC(92160b66) SHA1(828f85794e6b658fba0efe9bcb77dcf01a0cd91e) ) |
| 8421 | | ROM_LOAD16_BYTE( "95421107.hi", 0x00000, 0x080000, CRC(8407f80a) SHA1(c5e6ad8bfb2a1fa02f85e92ac62c7799c8904931) ) |
| 8422 | | sc_glad_others |
| 8423 | | ROM_END |
| 8424 | | |
| 8425 | | ROM_START( sc5gd ) |
| 8426 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8427 | | ROM_LOAD16_BYTE( "p3509p71.hi", 0x00000, 0x080000, CRC(01fa71eb) SHA1(0ccf5f994e995d1ba772561fa168714ed89543df) ) |
| 8428 | | ROM_LOAD16_BYTE( "p3509p71.lo", 0x00001, 0x080000, CRC(9f2ab639) SHA1(02c940c783820c08ac533543809a2fb87e7f563d) ) |
| 8429 | | sc_gd_others |
| 8430 | | ROM_END |
| 8431 | | |
| 8432 | | ROM_START( sc5gda ) |
| 8433 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8434 | | ROM_LOAD16_BYTE( "p3509s71.hi", 0x00000, 0x080000, CRC(b7743603) SHA1(d87301810af34e0946d2713e26f9a4d0e17d6d29) ) |
| 8435 | | ROM_LOAD16_BYTE( "p3509s71.lo", 0x00001, 0x080000, CRC(4374588e) SHA1(59814e287386414e446fbbc1414499b5a17723cb) ) |
| 8436 | | sc_gd_others |
| 8437 | | ROM_END |
| 8438 | | |
| 8439 | | |
| 8440 | | ROM_START( sc5gdmz ) |
| 8441 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8442 | | ROM_LOAD16_BYTE( "95420134.lo", 0x00001, 0x080000, CRC(86537cdd) SHA1(e026961508de73921368986a5fdc19e586ea9909) ) |
| 8443 | | ROM_LOAD16_BYTE( "95420135.hi", 0x00000, 0x080000, CRC(5f4fc0ca) SHA1(ce425ee451a83157e5da0d7a2747c7d5b653b67c) ) |
| 8444 | | sc_gdmz_others |
| 8445 | | ROM_END |
| 8446 | | |
| 8447 | | ROM_START( sc5gdmza ) |
| 8448 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8449 | | ROM_LOAD16_BYTE( "95421134.lo", 0x00001, 0x080000, CRC(603a0237) SHA1(94b5ab8e850634e800072680ceab3c12c3d2be26) ) |
| 8450 | | ROM_LOAD16_BYTE( "95421135.hi", 0x00000, 0x080000, CRC(cfa548a4) SHA1(032fe4d1da5d49c1226ae198621676093678d5db) ) |
| 8451 | | sc_gdmz_others |
| 8452 | | ROM_END |
| 8453 | | |
| 8454 | | ROM_START( sc5gdclb ) |
| 8455 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8456 | | ROM_LOAD16_BYTE( "95426422.lo", 0x00001, 0x080000, CRC(2f0675eb) SHA1(287bb87e372bc0fca568cb63c62bcc81e448935a) ) |
| 8457 | | ROM_LOAD16_BYTE( "95426423.hi", 0x00000, 0x080000, CRC(69ca79cd) SHA1(15c59d0ec009cbc73b40767b9194b9cd8220d336) ) |
| 8458 | | sc_gdclb_others |
| 8459 | | ROM_END |
| 8460 | | |
| 8461 | | ROM_START( sc5gdclba ) |
| 8462 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8463 | | ROM_LOAD16_BYTE( "95426450.lo", 0x00001, 0x080000, CRC(5229a543) SHA1(0d523a0bedfc19fa62702f6472f1112d26e2356a) ) |
| 8464 | | ROM_LOAD16_BYTE( "95426451.hi", 0x00000, 0x080000, CRC(cd6288f8) SHA1(530e53e3e66965872217224947423a097cf960ca) ) |
| 8465 | | sc_gdclb_others |
| 8466 | | ROM_END |
| 8467 | | |
| 8468 | | ROM_START( sc5gdclbb ) |
| 8469 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8470 | | ROM_LOAD16_BYTE( "95426498.lo", 0x00001, 0x080000, CRC(1239da8f) SHA1(436763e75c1729aa37bee74981c53ebec139fe41) ) |
| 8471 | | ROM_LOAD16_BYTE( "95426499.hi", 0x00000, 0x080000, CRC(ace06244) SHA1(94b6be0b30976525743ff97f62c465c52bdc3aab) ) |
| 8472 | | sc_gdclb_others |
| 8473 | | ROM_END |
| 8474 | | |
| 8475 | | ROM_START( sc5gdclbc ) |
| 8476 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8477 | | ROM_LOAD16_BYTE( "95427422.lo", 0x00001, 0x080000, CRC(a940f61f) SHA1(b66099d74a5a2bc3d639ff7dee1e6871e5464c66) ) |
| 8478 | | ROM_LOAD16_BYTE( "95427423.hi", 0x00000, 0x080000, CRC(fc57ca0f) SHA1(9b2de50e5ef010edae5f112a13416074e685f2a5) ) |
| 8479 | | sc_gdclb_others |
| 8480 | | ROM_END |
| 8481 | | |
| 8482 | | ROM_START( sc5gdclbd ) |
| 8483 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8484 | | ROM_LOAD16_BYTE( "95427450.lo", 0x00001, 0x080000, CRC(229112f2) SHA1(93567719f3facd9da6cf076a5e95c6c6482c8e31) ) |
| 8485 | | ROM_LOAD16_BYTE( "95427451.hi", 0x00000, 0x080000, CRC(bca120fa) SHA1(8abb14bbb1d29872457fc24bc2311309e17c79eb) ) |
| 8486 | | sc_gdclb_others |
| 8487 | | ROM_END |
| 8488 | | |
| 8489 | | ROM_START( sc5gdclbe ) |
| 8490 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8491 | | ROM_LOAD16_BYTE( "95427498.lo", 0x00001, 0x080000, CRC(8c1c667c) SHA1(d3f5e92fa347e2c207a9c7e4d1d5a6fac20a8937) ) |
| 8492 | | ROM_LOAD16_BYTE( "95427499.hi", 0x00000, 0x080000, CRC(00744041) SHA1(6fb9db03bfcac3ca2687117c056970a62b3ea034) ) |
| 8493 | | sc_gdclb_others |
| 8494 | | ROM_END |
| 8495 | | |
| 8496 | | |
| 8497 | | |
| 8498 | | ROM_START( sc5gball ) |
| 8499 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8500 | | ROM_LOAD16_BYTE( "95412498.lo", 0x00001, 0x080000, CRC(68f12b56) SHA1(13a0520ce2a6e4df14e88e5564d3691e58e4cef1) ) |
| 8501 | | ROM_LOAD16_BYTE( "95412499.hi", 0x00000, 0x080000, CRC(2359aa3d) SHA1(d054e96d3f969c54b77a634d3ab6f4b3458855cf) ) |
| 8502 | | sc_gball_pthers |
| 8503 | | ROM_END |
| 8504 | | |
| 8505 | | ROM_START( sc5gballa ) |
| 8506 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8507 | | ROM_LOAD16_BYTE( "95412614.lo", 0x00001, 0x080000, CRC(3a9207e8) SHA1(87dc40b8c6ea8d40fb899fd1bb7550fc5d65ece0) ) |
| 8508 | | ROM_LOAD16_BYTE( "95412615.hi", 0x00000, 0x080000, CRC(1ef5def8) SHA1(97614ccc4cd62b49492dd065d0a9b7920846e71e) ) |
| 8509 | | sc_gball_pthers |
| 8510 | | ROM_END |
| 8511 | | |
| 8512 | | ROM_START( sc5gballb ) |
| 8513 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8514 | | ROM_LOAD16_BYTE( "95413498.lo", 0x00001, 0x080000, CRC(8db258f8) SHA1(a9bcc6fa2537c05fbe9292188935086f3e89b0f3) ) |
| 8515 | | ROM_LOAD16_BYTE( "95413499.hi", 0x00000, 0x080000, CRC(6ff98900) SHA1(ea30390fa74f852d9dfcd5e933149a37089b9005) ) |
| 8516 | | sc_gball_pthers |
| 8517 | | ROM_END |
| 8518 | | |
| 8519 | | ROM_START( sc5gballc ) |
| 8520 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8521 | | ROM_LOAD16_BYTE( "95413614.lo", 0x00001, 0x080000, CRC(235a0b49) SHA1(2f9dd0b8daf069f9e3b00dca8e54f505748dae09) ) |
| 8522 | | ROM_LOAD16_BYTE( "95413615.hi", 0x00000, 0x080000, CRC(c1a82ebd) SHA1(f50e649f5544a5f5c2facb13dc2bfbc7cf12212d) ) |
| 8523 | | sc_gball_pthers |
| 8524 | | ROM_END |
| 8525 | | |
| 8526 | | |
| 8527 | | ROM_START( sc5ggame ) |
| 8528 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8529 | | ROM_LOAD16_BYTE( "95416124.lo", 0x00001, 0x080000, CRC(537e86dc) SHA1(592661deadf3cdbbbe7506fc3e362b5de72d9282) ) |
| 8530 | | ROM_LOAD16_BYTE( "95416125.hi", 0x00000, 0x080000, CRC(15c575ac) SHA1(6fec7d27b19f2c1b84c4ce83613d5d6af3df0053) ) |
| 8531 | | sc_ggame_others |
| 8532 | | ROM_END |
| 8533 | | |
| 8534 | | ROM_START( sc5ggamea ) |
| 8535 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8536 | | ROM_LOAD16_BYTE( "95416132.lo", 0x00001, 0x080000, CRC(7e24c13f) SHA1(7d23880df34163322935f0e8cf4dd5cd37b3fcb5) ) |
| 8537 | | ROM_LOAD16_BYTE( "95416133.hi", 0x00000, 0x080000, CRC(8014fa57) SHA1(e356ff476da0cfd4cc6c7194bf83c21067c66870) ) |
| 8538 | | sc_ggame_others |
| 8539 | | ROM_END |
| 8540 | | |
| 8541 | | ROM_START( sc5ggameb ) |
| 8542 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8543 | | ROM_LOAD16_BYTE( "95417124.lo", 0x00001, 0x080000, CRC(a7bcf290) SHA1(56669bfd91f42863526987fc2e1b98dc8cc12d6d) ) |
| 8544 | | ROM_LOAD16_BYTE( "95417125.hi", 0x00000, 0x080000, CRC(f7373810) SHA1(56b3b6a2d9fb8a291f9edb023c47c24fd5c05d23) ) |
| 8545 | | sc_ggame_others |
| 8546 | | ROM_END |
| 8547 | | |
| 8548 | | ROM_START( sc5ggamec ) |
| 8549 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8550 | | ROM_LOAD16_BYTE( "95417126.lo", 0x00001, 0x080000, CRC(b8184d23) SHA1(d6bfa2fe512f5a26e1beaa728837a06ae110f560) ) |
| 8551 | | ROM_LOAD16_BYTE( "95417127.hi", 0x00000, 0x080000, CRC(ec1f3c3a) SHA1(214b91ffc2743c04d3030ed1bf005f1ebc124e1a) ) |
| 8552 | | sc_ggame_others |
| 8553 | | ROM_END |
| 8554 | | |
| 8555 | | ROM_START( sc5ggamed ) |
| 8556 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8557 | | ROM_LOAD16_BYTE( "95417132.lo", 0x00001, 0x080000, CRC(5e6d4f71) SHA1(7aa3bae2651d51a5f46606a43d708484b05ee887) ) |
| 8558 | | ROM_LOAD16_BYTE( "95417133.hi", 0x00000, 0x080000, CRC(87c015a5) SHA1(5e031909b746e0051da218fc396a8b1b71a45674) ) |
| 8559 | | sc_ggame_others |
| 8560 | | ROM_END |
| 8561 | | |
| 8562 | | |
| 8563 | | ROM_START( sc5ggg ) |
| 8564 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8565 | | ROM_LOAD16_BYTE( "95420722.lo", 0x00001, 0x080000, CRC(7f7dbf95) SHA1(b02ababb851518e2f9d79f8c5b7bab828d5cd8ba) ) |
| 8566 | | ROM_LOAD16_BYTE( "95420723.hi", 0x00000, 0x080000, CRC(997a3b21) SHA1(5b4524848e8c4ad47f2b72d29791e32d67c88d0e) ) |
| 8567 | | sc_ggg_others |
| 8568 | | ROM_END |
| 8569 | | |
| 8570 | | ROM_START( sc5ggga ) |
| 8571 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8572 | | ROM_LOAD16_BYTE( "95421722.lo", 0x00001, 0x080000, CRC(2c7ad6b5) SHA1(6b922ab897da233074813cf5e32960974a46f27c) ) |
| 8573 | | ROM_LOAD16_BYTE( "95421723.hi", 0x00000, 0x080000, CRC(bda8844f) SHA1(ed7c5575cb23dc359b868b65744e1bf6bfd92c85) ) |
| 8574 | | sc_ggg_others |
| 8575 | | ROM_END |
| 8576 | | |
| 8577 | | ROM_START( sc5gggb ) |
| 8578 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8579 | | ROM_LOAD16_BYTE( "95420782.lo", 0x00001, 0x080000, CRC(13b65d83) SHA1(c2065db6d4b978148a49750af368b51d9438ddbc) ) |
| 8580 | | ROM_LOAD16_BYTE( "95420783.hi", 0x00000, 0x080000, CRC(e6bd569b) SHA1(b668b661e7afd1c951fa50bfce564e24b712a723) ) |
| 8581 | | sc_ggg_others |
| 8582 | | ROM_END |
| 8583 | | |
| 8584 | | ROM_START( sc5gggc ) |
| 8585 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8586 | | ROM_LOAD16_BYTE( "95421782.lo", 0x00001, 0x080000, CRC(623c7d94) SHA1(eb757679cdbf9a8657a8c4012ba39d7256e7af16) ) |
| 8587 | | ROM_LOAD16_BYTE( "95421783.hi", 0x00000, 0x080000, CRC(dc5cf5b8) SHA1(abf35663582034ad4d62624b4814006de2d194bf) ) |
| 8588 | | sc_ggg_others |
| 8589 | | ROM_END |
| 8590 | | |
| 8591 | | |
| 8592 | | ROM_START( sc5gunp ) |
| 8593 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8594 | | ROM_LOAD16_BYTE( "95422360.lo", 0x00001, 0x080000, CRC(ff22816b) SHA1(29cdd9fe245f62e9455ec3bf2ebff069b2ac182d) ) |
| 8595 | | ROM_LOAD16_BYTE( "95422361.hi", 0x00000, 0x080000, CRC(80a12c2e) SHA1(c92a69e4b849e73d42c045ce10a7f9f2d2ea3a9c) ) |
| 8596 | | sc_gunp_others |
| 8597 | | ROM_END |
| 8598 | | |
| 8599 | | ROM_START( sc5gunpa ) |
| 8600 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8601 | | ROM_LOAD16_BYTE( "95422592.lo", 0x00001, 0x080000, CRC(b546b3bf) SHA1(ce84f806b2648ebb3582a6a68797f347b41d5e17) ) |
| 8602 | | ROM_LOAD16_BYTE( "95422593.hi", 0x00000, 0x080000, CRC(74c6b5d2) SHA1(a46a8ee5a77b8310492fd272320db481c30c79f8) ) |
| 8603 | | sc_gunp_others |
| 8604 | | ROM_END |
| 8605 | | |
| 8606 | | ROM_START( sc5gunpb ) |
| 8607 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8608 | | ROM_LOAD16_BYTE( "95422752.lo", 0x00001, 0x080000, CRC(82368f14) SHA1(d5d2fe0b9c31bd9dede3953ceeebc533c5102cac) ) |
| 8609 | | ROM_LOAD16_BYTE( "95422753.hi", 0x00000, 0x080000, CRC(4ba46041) SHA1(ce076fc1027f09f0ab201abf2ec26116df077f93) ) |
| 8610 | | sc_gunp_others |
| 8611 | | ROM_END |
| 8612 | | |
| 8613 | | ROM_START( sc5gunpc ) |
| 8614 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8615 | | ROM_LOAD16_BYTE( "95423360.lo", 0x00001, 0x080000, CRC(66be2471) SHA1(98932c263ed59dc76a8879e5f95ea37a573b0006) ) |
| 8616 | | ROM_LOAD16_BYTE( "95423361.hi", 0x00000, 0x080000, CRC(15227d9d) SHA1(206e95c4c4158ed3421a0eb287a8d777cf0578bc) ) |
| 8617 | | sc_gunp_others |
| 8618 | | ROM_END |
| 8619 | | |
| 8620 | | ROM_START( sc5gunpd ) |
| 8621 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8622 | | ROM_LOAD16_BYTE( "95423592.lo", 0x00001, 0x080000, CRC(5860325d) SHA1(69cab9605953ca7e93fe2dd58c1bbdf74eb79ff6) ) |
| 8623 | | ROM_LOAD16_BYTE( "95423593.hi", 0x00000, 0x080000, CRC(eb8aa03a) SHA1(574683035f635cd2edcadab6b40a9b8f34850fe8) ) |
| 8624 | | sc_gunp_others |
| 8625 | | ROM_END |
| 8626 | | |
| 8627 | | ROM_START( sc5gunpe ) |
| 8628 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8629 | | ROM_LOAD16_BYTE( "95426118.lo", 0x00001, 0x080000, CRC(697b7c27) SHA1(257b4cd5132a336217bf3ff1eabba8ff460ccbae) ) |
| 8630 | | ROM_LOAD16_BYTE( "95426119.hi", 0x00000, 0x080000, CRC(fcee9f17) SHA1(87934f4d8c0cc55cea87dc6027f656ab4587914e) ) |
| 8631 | | sc_gunp_others |
| 8632 | | ROM_END |
| 8633 | | |
| 8634 | | ROM_START( sc5gunpf ) |
| 8635 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8636 | | ROM_LOAD16_BYTE( "95426276.lo", 0x00001, 0x080000, CRC(1437f193) SHA1(516e745335ebb27c91e033292b946605a0ea3898) ) |
| 8637 | | ROM_LOAD16_BYTE( "95426277.hi", 0x00000, 0x080000, CRC(88bc027d) SHA1(d4cdb691131889071e583c91eeb594fa22dc489e) ) |
| 8638 | | sc_gunp_others |
| 8639 | | ROM_END |
| 8640 | | |
| 8641 | | ROM_START( sc5gunpg ) |
| 8642 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8643 | | ROM_LOAD16_BYTE( "95426398.lo", 0x00001, 0x080000, CRC(abc5b4e3) SHA1(bd2996273328b04e22d65e7737901479b3f2dc59) ) |
| 8644 | | ROM_LOAD16_BYTE( "95426399.hi", 0x00000, 0x080000, CRC(d9f8d9ca) SHA1(c634146ade7fdca71c6b2fbc6f7149639a4d4677) ) |
| 8645 | | sc_gunp_others |
| 8646 | | ROM_END |
| 8647 | | |
| 8648 | | ROM_START( sc5gunph ) |
| 8649 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8650 | | ROM_LOAD16_BYTE( "95427118.lo", 0x00001, 0x080000, CRC(f453ade4) SHA1(49274318d5d31c2fd63b912994870024400405f1) ) |
| 8651 | | ROM_LOAD16_BYTE( "95427119.hi", 0x00000, 0x080000, CRC(ccf9ede7) SHA1(32fe6022b2da290a41521f47ce91b5048c7b91cc) ) |
| 8652 | | sc_gunp_others |
| 8653 | | ROM_END |
| 8654 | | |
| 8655 | | ROM_START( sc5gunpi ) |
| 8656 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8657 | | ROM_LOAD16_BYTE( "95427276.lo", 0x00001, 0x080000, CRC(bce351c9) SHA1(58b93bedcccb79cef1b23f61cf0308331299c034) ) |
| 8658 | | ROM_LOAD16_BYTE( "95427277.hi", 0x00000, 0x080000, CRC(39db7e38) SHA1(27dc16145711576962dbe943eac5c9f2ef9c0c70) ) |
| 8659 | | sc_gunp_others |
| 8660 | | ROM_END |
| 8661 | | |
| 8662 | | ROM_START( sc5gunpj ) |
| 8663 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8664 | | ROM_LOAD16_BYTE( "95427398.lo", 0x00001, 0x080000, CRC(94520a24) SHA1(692fbd63481fec92391dda6dfcb99308eb9d4658) ) |
| 8665 | | ROM_LOAD16_BYTE( "95427399.hi", 0x00000, 0x080000, CRC(b2d2f327) SHA1(bbaac6bce520ee957b30a3fe42fa9686ffe135e5) ) |
| 8666 | | sc_gunp_others |
| 8667 | | ROM_END |
| 8668 | | |
| 8669 | | ROM_START( sc5gunpk ) |
| 8670 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8671 | | ROM_LOAD16_BYTE( "p3016p71.hi", 0x00000, 0x080000, CRC(1dc4ab56) SHA1(1f47429af60d55547f5f14235c29cb1a343778cd) ) |
| 8672 | | ROM_LOAD16_BYTE( "p3016p71.lo", 0x00001, 0x080000, CRC(23a21435) SHA1(935875e89860017d4672397f32aff605af37db4c) ) |
| 8673 | | sc_gunp_others |
| 8674 | | ROM_END |
| 8675 | | |
| 8676 | | ROM_START( sc5gunpl ) |
| 8677 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8678 | | ROM_LOAD16_BYTE( "p3016s71.hi", 0x00000, 0x080000, CRC(a8c8fb0b) SHA1(d79717de7a2577fa0a67271b68671c7ae752bcfc) ) |
| 8679 | | ROM_LOAD16_BYTE( "p3016s71.lo", 0x00001, 0x080000, CRC(63dde41b) SHA1(b858eda07805c7149e296657bbf98c9e343209e8) ) |
| 8680 | | sc_gunp_others |
| 8681 | | ROM_END |
| 8682 | | |
| 8683 | | |
| 8684 | | |
| 8685 | | ROM_START( sc5hapnt ) |
| 8686 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8687 | | ROM_LOAD16_BYTE( "95408046.lo", 0x00001, 0x080000, CRC(85555e8d) SHA1(3ab297896829794b3aa48924431fc1a9239946f4) ) |
| 8688 | | ROM_LOAD16_BYTE( "95408047.hi", 0x00000, 0x080000, CRC(d1003e56) SHA1(e51c8871d8bc93c16507a7cd06f8499fdc93d6af) ) |
| 8689 | | sc_hapnt_others |
| 8690 | | ROM_END |
| 8691 | | |
| 8692 | | ROM_START( sc5hapnta ) |
| 8693 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8694 | | ROM_LOAD16_BYTE( "95408100.lo", 0x00001, 0x080000, CRC(4aef5042) SHA1(a8e1e83bd1baf3432f775ff6b1acc5b03ccda697) ) |
| 8695 | | ROM_LOAD16_BYTE( "95408101.hi", 0x00000, 0x080000, CRC(aa3b70e2) SHA1(86f38715d820717f69c08d8ca52828305f071461) ) |
| 8696 | | sc_hapnt_others |
| 8697 | | ROM_END |
| 8698 | | |
| 8699 | | ROM_START( sc5hapntb ) |
| 8700 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8701 | | ROM_LOAD16_BYTE( "95408230.lo", 0x00001, 0x080000, CRC(238710bf) SHA1(827593474d179524b7c2a25c264a5b9e99e6e153) ) |
| 8702 | | ROM_LOAD16_BYTE( "95408231.hi", 0x00000, 0x080000, CRC(35081642) SHA1(61dbcf6ff57fe0ec3742831e8a13a03450f3cd63) ) |
| 8703 | | sc_hapnt_others |
| 8704 | | ROM_END |
| 8705 | | |
| 8706 | | ROM_START( sc5hapntc ) |
| 8707 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8708 | | ROM_LOAD16_BYTE( "95408502.lo", 0x00001, 0x080000, CRC(591041d3) SHA1(d9522f4131727b2a9ae5884039bc1c265817fa46) ) |
| 8709 | | ROM_LOAD16_BYTE( "95408503.hi", 0x00000, 0x080000, CRC(c35d692f) SHA1(bfec485ba52c7a5a6c2565b02e1e9477d7fef55d) ) |
| 8710 | | sc_hapnt_others |
| 8711 | | ROM_END |
| 8712 | | |
| 8713 | | ROM_START( sc5hapntd ) |
| 8714 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8715 | | ROM_LOAD16_BYTE( "95409046.lo", 0x00001, 0x080000, CRC(a099171c) SHA1(5487abb941d53c96fb5139438ba5258dc168dc40) ) |
| 8716 | | ROM_LOAD16_BYTE( "95409047.hi", 0x00000, 0x080000, CRC(9f1ed231) SHA1(a95440f3225f3428309816e08852bf07f313395e) ) |
| 8717 | | sc_hapnt_others |
| 8718 | | ROM_END |
| 8719 | | |
| 8720 | | ROM_START( sc5hapnte ) |
| 8721 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8722 | | ROM_LOAD16_BYTE( "95409100.lo", 0x00001, 0x080000, CRC(12f704dc) SHA1(fd1add5cfef1c24fc15cb7d623b1e4903d092f82) ) |
| 8723 | | ROM_LOAD16_BYTE( "95409101.hi", 0x00000, 0x080000, CRC(2a9b4c44) SHA1(7be9b24007935ece47d73d2cfb2ba5693e50bc58) ) |
| 8724 | | sc_hapnt_others |
| 8725 | | ROM_END |
| 8726 | | |
| 8727 | | ROM_START( sc5hapntf ) |
| 8728 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8729 | | ROM_LOAD16_BYTE( "95409230.lo", 0x00001, 0x080000, CRC(b16303a5) SHA1(549b64d3ec0460fa45ff0b98b4271eb2ae272e17) ) |
| 8730 | | ROM_LOAD16_BYTE( "95409231.hi", 0x00000, 0x080000, CRC(5149f6c5) SHA1(4a31d7fa699f0deb04fb50d0fe0347b6a4d01c57) ) |
| 8731 | | sc_hapnt_others |
| 8732 | | ROM_END |
| 8733 | | |
| 8734 | | ROM_START( sc5hapntg ) |
| 8735 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8736 | | ROM_LOAD16_BYTE( "95409502.lo", 0x00001, 0x080000, CRC(26d6f19c) SHA1(1d88a105db4c2cec181a143bded5c1aaf5a32731) ) |
| 8737 | | ROM_LOAD16_BYTE( "95409503.hi", 0x00000, 0x080000, CRC(2fbf988f) SHA1(04a3bda0266e2d1430ae5223499f326972ee951c) ) |
| 8738 | | sc_hapnt_others |
| 8739 | | ROM_END |
| 8740 | | |
| 8741 | | |
| 8742 | | |
| 8743 | | ROM_START( sc5hellb ) |
| 8744 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8745 | | ROM_LOAD16_BYTE( "p1402p12.hi", 0x00000, 0x080000, CRC(42548acf) SHA1(cc36dbe058a8296f65b123d5e1d21a58ac53252a) ) |
| 8746 | | ROM_LOAD16_BYTE( "p1402p12.lo", 0x00001, 0x080000, CRC(d34211b0) SHA1(ae316d09872dab241222269231ffc9a7a5f50b83) ) |
| 8747 | | sc_hellb_others |
| 8748 | | ROM_END |
| 8749 | | |
| 8750 | | ROM_START( sc5hellba ) |
| 8751 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8752 | | ROM_LOAD16_BYTE( "p1402s12.hi", 0x00000, 0x080000, CRC(3ecd9836) SHA1(c4a367d7efcde4b71e65b551aa830f881beb9cd7) ) |
| 8753 | | ROM_LOAD16_BYTE( "p1402s12.lo", 0x00001, 0x080000, CRC(49778505) SHA1(4cf60e9844e30216a64a1a45fadeba780614a180) ) |
| 8754 | | sc_hellb_others |
| 8755 | | ROM_END |
| 8756 | | |
| 8757 | | |
| 8758 | | |
| 8759 | | |
| 8760 | | |
| 8761 | | ROM_START( sc5hill ) |
| 8762 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8763 | | ROM_LOAD16_BYTE( "95412954.lo", 0x00001, 0x080000, CRC(0349a398) SHA1(209c6f8282a3ef95a20ce92db85b9b7e8e179bfd) ) |
| 8764 | | ROM_LOAD16_BYTE( "95412955.hi", 0x00000, 0x080000, CRC(336302b6) SHA1(560a71c9de9e11d0a82e048f49ab4bfe4e112ea8) ) |
| 8765 | | sc_hill_others |
| 8766 | | ROM_END |
| 8767 | | |
| 8768 | | ROM_START( sc5hilla ) |
| 8769 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8770 | | ROM_LOAD16_BYTE( "95413954.lo", 0x00001, 0x080000, CRC(f71a75d2) SHA1(1f1c88513e4aeae694bab21d0b566a5c566771b1) ) |
| 8771 | | ROM_LOAD16_BYTE( "95413955.hi", 0x00000, 0x080000, CRC(490e56e2) SHA1(c27b01c773e00aa18084b25df2d145f4948a696f) ) |
| 8772 | | sc_hill_others |
| 8773 | | ROM_END |
| 8774 | | |
| 8775 | | ROM_START( sc5hillb ) |
| 8776 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8777 | | ROM_LOAD16_BYTE( "hillbill.p1", 0x00001, 0x080000, CRC(997165fa) SHA1(12ffd1b841fcf9b2cd88abb35f540ef2731cbc5e) ) |
| 8778 | | ROM_LOAD16_BYTE( "hillbill.p2", 0x00000, 0x080000, CRC(2572af4d) SHA1(9ad6e90a751b483d04189a3f03d76439bc04856b) ) |
| 8779 | | sc_hill_others |
| 8780 | | ROM_END |
| 8781 | | |
| 8782 | | |
| 8783 | | ROM_START( sc5hiss ) |
| 8784 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8785 | | ROM_LOAD16_BYTE( "95416268.odd", 0x00001, 0x080000, CRC(193027b5) SHA1(95a6a11dea8609048e4f00b6c2bc2e48a8174263) ) |
| 8786 | | ROM_LOAD16_BYTE( "95416269.evn", 0x00000, 0x080000, CRC(f4782903) SHA1(870340d75d19a876aeb71449424dc41b03a0a6ce) ) |
| 8787 | | sc_hiss_others |
| 8788 | | ROM_END |
| 8789 | | |
| 8790 | | ROM_START( sc5hissa ) |
| 8791 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8792 | | ROM_LOAD16_BYTE( "95417268.odd", 0x00001, 0x080000, CRC(f6424b2d) SHA1(2ad4e9ed0f5f89e4fa0e758cb74c17ae0a956b15) ) |
| 8793 | | ROM_LOAD16_BYTE( "95417269.evn", 0x00000, 0x080000, CRC(709c9253) SHA1(a1075c726ba0d4ad1a4288ce7da9e890773d0393) ) |
| 8794 | | sc_hiss_others |
| 8795 | | ROM_END |
| 8796 | | |
| 8797 | | ROM_START( sc5hissb ) |
| 8798 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8799 | | ROM_LOAD16_BYTE( "95420752.lo", 0x00001, 0x080000, CRC(06e74bfb) SHA1(240a62a3855925345296ce0fc4e8f47b97a33d3d) ) |
| 8800 | | ROM_LOAD16_BYTE( "95420753.hi", 0x00000, 0x080000, CRC(931c2306) SHA1(ba182abda4e4a91d4132223c16686e3d54206f7f) ) |
| 8801 | | sc_hiss_others |
| 8802 | | ROM_END |
| 8803 | | |
| 8804 | | ROM_START( sc5hissc ) |
| 8805 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8806 | | ROM_LOAD16_BYTE( "95421752.lo", 0x00001, 0x080000, CRC(5addeeae) SHA1(49e13faf64b8e8f895af32b1cbbef083a72ad185) ) |
| 8807 | | ROM_LOAD16_BYTE( "95421753.hi", 0x00000, 0x080000, CRC(7c733653) SHA1(f47d960bd2fad92486d80182be68d0187a3c0ce2) ) |
| 8808 | | sc_hiss_others |
| 8809 | | ROM_END |
| 8810 | | |
| 8811 | | |
| 8812 | | ROM_START( sc5hotdg ) |
| 8813 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8814 | | ROM_LOAD16_BYTE( "p1916p12.hi", 0x00000, 0x080000, CRC(0cae3d8f) SHA1(a8599ba8bb48934f4717695e9f54d5f086a30f54) ) |
| 8815 | | ROM_LOAD16_BYTE( "p1916p12.lo", 0x00001, 0x080000, CRC(aad6a266) SHA1(98d42dcdd93c800a9b4a93636f3b7dc85137248e) ) |
| 8816 | | sc_hotdg_others |
| 8817 | | ROM_END |
| 8818 | | |
| 8819 | | ROM_START( sc5hotdga ) |
| 8820 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8821 | | ROM_LOAD16_BYTE( "p1916p42.hi", 0x00000, 0x080000, CRC(24002fad) SHA1(a7d240726de1a78ccd032019cdd2c1a528f68ee4) ) |
| 8822 | | ROM_LOAD16_BYTE( "p1916p42.lo", 0x00001, 0x080000, CRC(2e33fc1a) SHA1(a0d9d0935e2c2bb3eb4b5a6c2d34e21d124b8376) ) |
| 8823 | | sc_hotdg_others |
| 8824 | | ROM_END |
| 8825 | | |
| 8826 | | ROM_START( sc5hotdgb ) |
| 8827 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8828 | | ROM_LOAD16_BYTE( "p1916p43.hi", 0x00000, 0x080000, CRC(7ddda754) SHA1(347d0586b054f463a3572b78c38237da4e9f46b9) ) |
| 8829 | | ROM_LOAD16_BYTE( "p1916p43.lo", 0x00001, 0x080000, CRC(63edfe15) SHA1(986bf6845a084d2a06ffc94765b1e56d3dd0a5a4) ) |
| 8830 | | sc_hotdg_others |
| 8831 | | ROM_END |
| 8832 | | |
| 8833 | | ROM_START( sc5hotdgc ) |
| 8834 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8835 | | ROM_LOAD16_BYTE( "p1916s12.hi", 0x00000, 0x080000, CRC(53ead733) SHA1(2f7ddca4662078fd1f221274cf420f0bc2fce714) ) |
| 8836 | | ROM_LOAD16_BYTE( "p1916s12.lo", 0x00001, 0x080000, CRC(2e6a0755) SHA1(62db870df95deb645e22925f6ce234598bbbefeb) ) |
| 8837 | | sc_hotdg_others |
| 8838 | | ROM_END |
| 8839 | | |
| 8840 | | ROM_START( sc5hotdgd ) |
| 8841 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8842 | | ROM_LOAD16_BYTE( "p1916s42.hi", 0x00000, 0x080000, CRC(0f72d194) SHA1(52dd33c58d720dfb97d008715dda2965786db129) ) |
| 8843 | | ROM_LOAD16_BYTE( "p1916s42.lo", 0x00001, 0x080000, CRC(266d2ce7) SHA1(dbd4d5892e6efdcbf72928be7595336d5c04f035) ) |
| 8844 | | sc_hotdg_others |
| 8845 | | ROM_END |
| 8846 | | |
| 8847 | | ROM_START( sc5hotdge ) |
| 8848 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8849 | | ROM_LOAD16_BYTE( "p1916s43.hi", 0x00000, 0x080000, CRC(5cdb8043) SHA1(4ccce12a13ca65a25aa5936cc81445a93734c2d7) ) |
| 8850 | | ROM_LOAD16_BYTE( "p1916s43.lo", 0x00001, 0x080000, CRC(09cf7a39) SHA1(099441349ec9b9cc1fb0c43172623cc2c1ca90af) ) |
| 8851 | | sc_hotdg_others |
| 8852 | | ROM_END |
| 8853 | | |
| 8854 | | |
| 8855 | | ROM_START( sc5hotrd ) |
| 8856 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8857 | | ROM_LOAD16_BYTE( "95418236.lo", 0x00001, 0x080000, CRC(5d269eef) SHA1(cb5771b2e7d59b94140db9fc534b9ea468e32297) ) |
| 8858 | | ROM_LOAD16_BYTE( "95418237.hi", 0x00000, 0x080000, CRC(d47fe059) SHA1(8eb3a2cde00c8db17daaad945705e718a7f47930) ) |
| 8859 | | sc_hotrd_others |
| 8860 | | ROM_END |
| 8861 | | |
| 8862 | | ROM_START( sc5hotrda ) |
| 8863 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8864 | | ROM_LOAD16_BYTE( "95419236.lo", 0x00001, 0x080000, CRC(3497d99f) SHA1(7d97d826e48714ace13cfe683f40338004744bf1) ) |
| 8865 | | ROM_LOAD16_BYTE( "95419237.hi", 0x00000, 0x080000, CRC(a982f4ad) SHA1(7e37822ebd9e1373c9aa259a3c30dc29b1077bb8) ) |
| 8866 | | sc_hotrd_others |
| 8867 | | ROM_END |
| 8868 | | |
| 8869 | | ROM_START( sc5hotsh ) |
| 8870 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8871 | | ROM_LOAD16_BYTE( "95426378.lo", 0x00001, 0x080000, CRC(b2becc3e) SHA1(d4caf998396ef2c05e28d4420f79f92e9e8d6587) ) |
| 8872 | | ROM_LOAD16_BYTE( "95426379.hi", 0x00000, 0x080000, CRC(8eac9f24) SHA1(33796e805f62fdf5a06b9f9039b3ba4f26e42c69) ) |
| 8873 | | sc_hotsh_others |
| 8874 | | ROM_END |
| 8875 | | |
| 8876 | | ROM_START( sc5hotsha ) |
| 8877 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8878 | | ROM_LOAD16_BYTE( "95426432.lo", 0x00001, 0x080000, CRC(8fe78f1a) SHA1(08914988aa4b2cdead5d703e3fc4d72a22e57424) ) |
| 8879 | | ROM_LOAD16_BYTE( "95426433.hi", 0x00000, 0x080000, CRC(33ab3fb0) SHA1(a2e9f93595259ad43fd22f4447f524d3a5a9b4f8) ) |
| 8880 | | sc_hotsh_others |
| 8881 | | ROM_END |
| 8882 | | |
| 8883 | | ROM_START( sc5hotshb ) |
| 8884 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8885 | | ROM_LOAD16_BYTE( "95426492.lo", 0x00001, 0x080000, CRC(7748a9e4) SHA1(e7c05ffd0818806a14e85d877a930d8a29d3772f) ) |
| 8886 | | ROM_LOAD16_BYTE( "95426493.hi", 0x00000, 0x080000, CRC(eb082ebb) SHA1(a12db425c4f574d243d9efc92bb7aee5e9c52bb1) ) |
| 8887 | | sc_hotsh_others |
| 8888 | | ROM_END |
| 8889 | | |
| 8890 | | ROM_START( sc5hotshc ) |
| 8891 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8892 | | ROM_LOAD16_BYTE( "95426662.lo", 0x00001, 0x080000, CRC(7a1da6e9) SHA1(7d5105a552581bc6e9c51efa6a0133db764bb450) ) |
| 8893 | | ROM_LOAD16_BYTE( "95426663.hi", 0x00000, 0x080000, CRC(f91c2a59) SHA1(2465b73fa5f0f307dff5dddc5b731a88b68d2758) ) |
| 8894 | | sc_hotsh_others |
| 8895 | | ROM_END |
| 8896 | | |
| 8897 | | ROM_START( sc5hotshd ) |
| 8898 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8899 | | ROM_LOAD16_BYTE( "95426706.lo", 0x00001, 0x080000, CRC(fee0a9cb) SHA1(577c61d3592a8a9312f3a93954cf74ea34f62900) ) |
| 8900 | | ROM_LOAD16_BYTE( "95426707.hi", 0x00000, 0x080000, CRC(95e2c0f0) SHA1(a82831233060522e92018ad578ae7720498ec19f) ) |
| 8901 | | sc_hotsh_others |
| 8902 | | ROM_END |
| 8903 | | |
| 8904 | | ROM_START( sc5hotshe ) |
| 8905 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8906 | | ROM_LOAD16_BYTE( "95426806.lo", 0x00001, 0x080000, CRC(31c2e00c) SHA1(f6e891326b43373f0c76256838c2bae0abaa9c6e) ) |
| 8907 | | ROM_LOAD16_BYTE( "95426807.hi", 0x00000, 0x080000, CRC(fbcded97) SHA1(5b633c0c84bb75ac3a477d7653df6480246041ec) ) |
| 8908 | | sc_hotsh_others |
| 8909 | | ROM_END |
| 8910 | | |
| 8911 | | ROM_START( sc5hotshf ) |
| 8912 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8913 | | ROM_LOAD16_BYTE( "95427378.lo", 0x00001, 0x080000, CRC(6e791528) SHA1(9041d2b3b32586f07ebd063d9546ae4ab0a01211) ) |
| 8914 | | ROM_LOAD16_BYTE( "95427379.hi", 0x00000, 0x080000, CRC(7a72e8dd) SHA1(eea65ad5357a91f6566bba7dd080f70e3787d500) ) |
| 8915 | | sc_hotsh_others |
| 8916 | | ROM_END |
| 8917 | | |
| 8918 | | ROM_START( sc5hotshg ) |
| 8919 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8920 | | ROM_LOAD16_BYTE( "95427432.lo", 0x00001, 0x080000, CRC(ea984167) SHA1(114e62c31287eb5eabaf55ab2366bc11d723da54) ) |
| 8921 | | ROM_LOAD16_BYTE( "95427433.hi", 0x00000, 0x080000, CRC(ac23eb84) SHA1(4a6279bcf2506f818c65d673caf667f97f7bd7ed) ) |
| 8922 | | sc_hotsh_others |
| 8923 | | ROM_END |
| 8924 | | |
| 8925 | | ROM_START( sc5hotshh ) |
| 8926 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8927 | | ROM_LOAD16_BYTE( "95427492.lo", 0x00001, 0x080000, CRC(c4f6b00f) SHA1(cdc30c397b70f81ac71af1a9412318204e45a45d) ) |
| 8928 | | ROM_LOAD16_BYTE( "95427493.hi", 0x00000, 0x080000, CRC(65addb38) SHA1(c503b49ee656e192e602b78b4128e35e1b70a045) ) |
| 8929 | | sc_hotsh_others |
| 8930 | | ROM_END |
| 8931 | | |
| 8932 | | ROM_START( sc5hotshi ) |
| 8933 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8934 | | ROM_LOAD16_BYTE( "95427662.lo", 0x00001, 0x080000, CRC(46e7e3ec) SHA1(31101380d68273461dd8c4a0165412b9c27c01d5) ) |
| 8935 | | ROM_LOAD16_BYTE( "95427663.hi", 0x00000, 0x080000, CRC(72e5da79) SHA1(76ad619f8de621b238a597d484a05cf5dc96b500) ) |
| 8936 | | sc_hotsh_others |
| 8937 | | ROM_END |
| 8938 | | |
| 8939 | | ROM_START( sc5hotshj ) |
| 8940 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8941 | | ROM_LOAD16_BYTE( "95427706.lo", 0x00001, 0x080000, CRC(80203185) SHA1(b79b2674cd024ffe34a66bdd75702e80e35ee291) ) |
| 8942 | | ROM_LOAD16_BYTE( "95427707.hi", 0x00000, 0x080000, CRC(217834e6) SHA1(3d83e7dc6e9469bc9d84046a3ee50eb9b3e36f22) ) |
| 8943 | | sc_hotsh_others |
| 8944 | | ROM_END |
| 8945 | | |
| 8946 | | ROM_START( sc5hotshk ) |
| 8947 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8948 | | ROM_LOAD16_BYTE( "95427806.lo", 0x00001, 0x080000, CRC(9e99b3d3) SHA1(7a33d7722be6be998f98a4d0ad20ee11247191f3) ) |
| 8949 | | ROM_LOAD16_BYTE( "95427807.hi", 0x00000, 0x080000, CRC(2ba65e5e) SHA1(387ff5b15602033d3a96551ae5e167680c2545c4) ) |
| 8950 | | sc_hotsh_others |
| 8951 | | ROM_END |
| 8952 | | |
| 8953 | | ROM_START( sc5hotshl ) |
| 8954 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8955 | | ROM_LOAD16_BYTE( "p3211p11.hi", 0x00000, 0x080000, CRC(0b6a1b71) SHA1(d3275c100884f89593747d904f519eb562103954) ) |
| 8956 | | ROM_LOAD16_BYTE( "p3211p11.lo", 0x00001, 0x080000, CRC(2942b947) SHA1(e43b95175d3a0410a03c57a1f31971058db8e461) ) |
| 8957 | | sc_hotsh_others |
| 8958 | | ROM_END |
| 8959 | | |
| 8960 | | ROM_START( sc5hotshm ) |
| 8961 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8962 | | ROM_LOAD16_BYTE( "p3211p12.hi", 0x00000, 0x080000, CRC(3e8bd55d) SHA1(f6df6572d05f078b1c1c06504b470043a1cab575) ) |
| 8963 | | ROM_LOAD16_BYTE( "p3211p12.lo", 0x00001, 0x080000, CRC(4ab31d56) SHA1(76013ec461909b0e0e9ac1230d997fe52c31d697) ) |
| 8964 | | sc_hotsh_others |
| 8965 | | ROM_END |
| 8966 | | |
| 8967 | | ROM_START( sc5hotshn ) |
| 8968 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8969 | | ROM_LOAD16_BYTE( "p3211p14.hi", 0x00000, 0x080000, CRC(5b338215) SHA1(0773e07fef62eb20f8e2534a87cba1f47328dd48) ) |
| 8970 | | ROM_LOAD16_BYTE( "p3211p14.lo", 0x00001, 0x080000, CRC(5b0c156c) SHA1(bbec0bb77e5b2049b7a659db8879bdb484cb31eb) ) |
| 8971 | | sc_hotsh_others |
| 8972 | | ROM_END |
| 8973 | | |
| 8974 | | ROM_START( sc5hotsho ) |
| 8975 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8976 | | ROM_LOAD16_BYTE( "p3211s11.hi", 0x00000, 0x080000, CRC(c7e65025) SHA1(71701b719e4f41788baf61ff02ccce695098e9f0) ) |
| 8977 | | ROM_LOAD16_BYTE( "p3211s11.lo", 0x00001, 0x080000, CRC(1a7ffa79) SHA1(7460053653cf7faf401058cdf10e18166b539188) ) |
| 8978 | | sc_hotsh_others |
| 8979 | | ROM_END |
| 8980 | | |
| 8981 | | ROM_START( sc5hotshp ) |
| 8982 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8983 | | ROM_LOAD16_BYTE( "p3211s12.hi", 0x00000, 0x080000, CRC(e2140ecf) SHA1(149e7e82a425c49a707606853625fe18e5b472c4) ) |
| 8984 | | ROM_LOAD16_BYTE( "p3211s12.lo", 0x00001, 0x080000, CRC(63f95c98) SHA1(66e7eca7627fd7920ea9bf99b9edd474c4f8078f) ) |
| 8985 | | sc_hotsh_others |
| 8986 | | ROM_END |
| 8987 | | |
| 8988 | | ROM_START( sc5hotshq ) |
| 8989 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8990 | | ROM_LOAD16_BYTE( "p3211s14.hi", 0x00000, 0x080000, CRC(dda94558) SHA1(3477387ae0f3d10e0c8008e7408ab5a09854d878) ) |
| 8991 | | ROM_LOAD16_BYTE( "p3211s14.lo", 0x00001, 0x080000, CRC(af9d682e) SHA1(0a3a5c2b6374e9d0692ec88698e9ef7a59dd4b48) ) |
| 8992 | | sc_hotsh_others |
| 8993 | | ROM_END |
| 8994 | | |
| 8995 | | |
| 8996 | | ROM_START( sc5hotwd ) |
| 8997 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8998 | | ROM_LOAD16_BYTE( "p1311p11.hi", 0x00000, 0x080000, CRC(0cffb3d1) SHA1(15f11f612f2fc7d5b1b418c2c55cb14ca8b023a2) ) |
| 8999 | | ROM_LOAD16_BYTE( "p1311p11.lo", 0x00001, 0x080000, CRC(f5584b61) SHA1(f2a4bab089a574a93ca26571cda82e4c1275663a) ) |
| 9000 | | sc_hotwd_others |
| 9001 | | ROM_END |
| 9002 | | |
| 9003 | | ROM_START( sc5hotwda ) |
| 9004 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9005 | | ROM_LOAD16_BYTE( "p1311p12.hi", 0x00000, 0x080000, CRC(a8d989c9) SHA1(38fa0909c4572c67e67d48afa51312a654669fbe) ) |
| 9006 | | ROM_LOAD16_BYTE( "p1311p12.lo", 0x00001, 0x080000, CRC(75f723ef) SHA1(40eb02aa77e6d515883def4346d825e8f3a85e6f) ) |
| 9007 | | sc_hotwd_others |
| 9008 | | ROM_END |
| 9009 | | |
| 9010 | | ROM_START( sc5hotwdb ) |
| 9011 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9012 | | ROM_LOAD16_BYTE( "p1311p13.hi", 0x00000, 0x080000, CRC(b1da1f1f) SHA1(8f042f4a2c8442bbbeacbf6aae6b95a36e8c09c4) ) |
| 9013 | | ROM_LOAD16_BYTE( "p1311p13.lo", 0x00001, 0x080000, CRC(c76afc6f) SHA1(43e2999c46d0e2e157660dc0e2729393e5fa1f03) ) |
| 9014 | | sc_hotwd_others |
| 9015 | | ROM_END |
| 9016 | | |
| 9017 | | ROM_START( sc5hotwdc ) |
| 9018 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9019 | | ROM_LOAD16_BYTE( "p1311p15.hi", 0x00000, 0x080000, CRC(1a01e95b) SHA1(9382b739f7e364e252dfeef28fb4b88e99bc8923) ) |
| 9020 | | ROM_LOAD16_BYTE( "p1311p15.lo", 0x00001, 0x080000, CRC(a1e5d6ca) SHA1(b670904a7e12c7686b72598e16f1b23683a1f94f) ) |
| 9021 | | sc_hotwd_others |
| 9022 | | ROM_END |
| 9023 | | |
| 9024 | | ROM_START( sc5hotwdd ) |
| 9025 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9026 | | ROM_LOAD16_BYTE( "p1311s11.hi", 0x00000, 0x080000, CRC(f527759d) SHA1(4f9ccaf11ce0a0a9691aa2c304d92152cb4048f0) ) |
| 9027 | | ROM_LOAD16_BYTE( "p1311s11.lo", 0x00001, 0x080000, CRC(77fb5395) SHA1(88f417d2ee5884dd6ceb1fb9ee5b91b81f6b8c30) ) |
| 9028 | | sc_hotwd_others |
| 9029 | | ROM_END |
| 9030 | | |
| 9031 | | ROM_START( sc5hotwde ) |
| 9032 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9033 | | ROM_LOAD16_BYTE( "p1311s12.hi", 0x00000, 0x080000, CRC(c364eeca) SHA1(e2a6ebbd23329ab517dcedc57ad9df911bff6d4c) ) |
| 9034 | | ROM_LOAD16_BYTE( "p1311s12.lo", 0x00001, 0x080000, CRC(ac7674bd) SHA1(f45f83c044bb6761b5c466662d946eb3bccff02c) ) |
| 9035 | | sc_hotwd_others |
| 9036 | | ROM_END |
| 9037 | | |
| 9038 | | ROM_START( sc5hotwdf ) |
| 9039 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9040 | | ROM_LOAD16_BYTE( "p1311s13.hi", 0x00000, 0x080000, CRC(592ae4bd) SHA1(42d0d6240dd590867b9f5d56797f98d45313a9a0) ) |
| 9041 | | ROM_LOAD16_BYTE( "p1311s13.lo", 0x00001, 0x080000, CRC(be15bbb3) SHA1(477bd708c1a6953ecae4d54ba3bb826e1e7a7d13) ) |
| 9042 | | sc_hotwd_others |
| 9043 | | ROM_END |
| 9044 | | |
| 9045 | | ROM_START( sc5hotwdg ) |
| 9046 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9047 | | ROM_LOAD16_BYTE( "p1311s15.hi", 0x00000, 0x080000, CRC(a5c375e3) SHA1(3eb1ab2b99ced4d6ad411491d30afd4242830c72) ) |
| 9048 | | ROM_LOAD16_BYTE( "p1311s15.lo", 0x00001, 0x080000, CRC(a71d1ce2) SHA1(cd3a34f130c83e29640e3f02983eda76169b5611) ) |
| 9049 | | sc_hotwd_others |
| 9050 | | ROM_END |
| 9051 | | |
| 9052 | | |
| 9053 | | |
| 9054 | | ROM_START( sc5celeb ) |
| 9055 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9056 | | ROM_LOAD16_BYTE( "95412424.lo", 0x00001, 0x080000, CRC(391bf7c3) SHA1(02c316aa45dd404d9ddb46120ec206ec8830f211) ) |
| 9057 | | ROM_LOAD16_BYTE( "95412425.hi", 0x00000, 0x080000, CRC(62784b29) SHA1(ceb750d2a053073d62e4935a94ff4ddbba1a20ec) ) |
| 9058 | | sc_celeb_others |
| 9059 | | ROM_END |
| 9060 | | |
| 9061 | | ROM_START( sc5celeba ) |
| 9062 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9063 | | ROM_LOAD16_BYTE( "95412568.lo", 0x00001, 0x080000, CRC(2fc69a9d) SHA1(df7a49bc9da5292189adf8b72acfeb8b0c2abebc) ) |
| 9064 | | ROM_LOAD16_BYTE( "95412569.hi", 0x00000, 0x080000, CRC(893c2f30) SHA1(84575fd6e815f4978e6fbacf3c5b27313636e98b) ) |
| 9065 | | sc_celeb_others |
| 9066 | | ROM_END |
| 9067 | | |
| 9068 | | ROM_START( sc5celebb ) |
| 9069 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9070 | | ROM_LOAD16_BYTE( "95413424.lo", 0x00001, 0x080000, CRC(0a399355) SHA1(9402446df85a74515cdc48c693d3feca70946c03) ) |
| 9071 | | ROM_LOAD16_BYTE( "95413425.hi", 0x00000, 0x080000, CRC(0381d540) SHA1(55fc831b4ad4a10728de34c813de08e0565d3952) ) |
| 9072 | | sc_celeb_others |
| 9073 | | ROM_END |
| 9074 | | |
| 9075 | | ROM_START( sc5celebc ) |
| 9076 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9077 | | ROM_LOAD16_BYTE( "95413568.lo", 0x00001, 0x080000, CRC(591c333d) SHA1(d7ee1da41f2ff761d6b354cae887ad5ec1e480a4) ) |
| 9078 | | ROM_LOAD16_BYTE( "95413569.hi", 0x00000, 0x080000, CRC(fc6be370) SHA1(8459c6c029d65d5313a6086f44f5c990dfbf4ed4) ) |
| 9079 | | sc_celeb_others |
| 9080 | | ROM_END |
| 9081 | | |
| 9082 | | ROM_START( sc5celebd ) |
| 9083 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9084 | | ROM_LOAD16_BYTE( "celebs5.lo", 0x00001, 0x080000, CRC(4b13ea1e) SHA1(40cfb21c296531f7cbc97f34b26efe65df03e3a8) ) |
| 9085 | | ROM_LOAD16_BYTE( "celebs5.hi", 0x00000, 0x080000, CRC(2db750d2) SHA1(b16e38f82e5661c654f0a82f64b00e840042ec05) ) |
| 9086 | | sc_celeb_others |
| 9087 | | ROM_END |
| 9088 | | |
| 9089 | | |
| 9090 | | |
| 9091 | | ROM_START( sc5inspn ) |
| 9092 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9093 | | ROM_LOAD16_BYTE( "95416702.lo", 0x00001, 0x080000, CRC(043ede54) SHA1(479fd31d1eedbf7ac45422f0a5299ad4beb9eadc) ) |
| 9094 | | ROM_LOAD16_BYTE( "95416703.hi", 0x00000, 0x080000, CRC(7fa5e2ff) SHA1(92aa510ad144cbe884d5f7b82e3ebbbb05b2eec3) ) |
| 9095 | | sc_inspn_others |
| 9096 | | ROM_END |
| 9097 | | |
| 9098 | | ROM_START( sc5inspna ) |
| 9099 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9100 | | ROM_LOAD16_BYTE( "95417702.lo", 0x00001, 0x080000, CRC(e6088c2e) SHA1(471ca3116ce3554cc80bd945a113af650a54a81b) ) |
| 9101 | | ROM_LOAD16_BYTE( "95417703.hi", 0x00000, 0x080000, CRC(c8ecffdc) SHA1(26730d51e437f6b1701a73dacb34d25c6edbe536) ) |
| 9102 | | sc_inspn_others |
| 9103 | | ROM_END |
| 9104 | | |
| 9105 | | |
| 9106 | | |
| 9107 | | |
| 9108 | | ROM_START( sc5ijob ) |
| 9109 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9110 | | ROM_LOAD16_BYTE( "95422376.lo", 0x00001, 0x080000, CRC(c1e81dba) SHA1(146ffbbe4c5da6bbfd73250a09d355ed91498539) ) |
| 9111 | | ROM_LOAD16_BYTE( "95422377.hi", 0x00000, 0x080000, CRC(ba0bd975) SHA1(0948ca47ffc906e10a9ebc1105e9aafc1d325d24) ) |
| 9112 | | sc_ijob_others |
| 9113 | | ROM_END |
| 9114 | | |
| 9115 | | ROM_START( sc5ijoba ) |
| 9116 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9117 | | ROM_LOAD16_BYTE( "95422586.lo", 0x00001, 0x080000, CRC(9d5f65d3) SHA1(208344ff0fa960802261d974c53b9e016d6b71b7) ) |
| 9118 | | ROM_LOAD16_BYTE( "95422587.hi", 0x00000, 0x080000, CRC(f1931c78) SHA1(9aed7e12edb415dbe3e78ab81ec0775c168b31d2) ) |
| 9119 | | sc_ijob_others |
| 9120 | | ROM_END |
| 9121 | | |
| 9122 | | ROM_START( sc5ijobb ) |
| 9123 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9124 | | ROM_LOAD16_BYTE( "95423376.lo", 0x00001, 0x080000, CRC(cdd90a5c) SHA1(785dafbac3db909c3d69ce80e14154fac58f614d) ) |
| 9125 | | ROM_LOAD16_BYTE( "95423377.hi", 0x00000, 0x080000, CRC(b3813d77) SHA1(ee5fbdd623abbf88a362881f30cc645ea75e8d83) ) |
| 9126 | | sc_ijob_others |
| 9127 | | ROM_END |
| 9128 | | |
| 9129 | | ROM_START( sc5ijobc ) |
| 9130 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9131 | | ROM_LOAD16_BYTE( "95423586.lo", 0x00001, 0x080000, CRC(1737cf65) SHA1(e29ffc76e4dec2ea77aaf345ab035ef03983ad17) ) |
| 9132 | | ROM_LOAD16_BYTE( "95423587.hi", 0x00000, 0x080000, CRC(ecf4da0a) SHA1(f4e6b83a74e32d4c59f0c67564e6969458aaab46) ) |
| 9133 | | sc_ijob_others |
| 9134 | | ROM_END |
| 9135 | | |
| 9136 | | ROM_START( sc5ijobd ) |
| 9137 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9138 | | ROM_LOAD16_BYTE( "95426076.lo", 0x00001, 0x080000, CRC(9aca7761) SHA1(6998382d3f5867802a429f755875f1e12a6f1dd5) ) |
| 9139 | | ROM_LOAD16_BYTE( "95426077.hi", 0x00000, 0x080000, CRC(8d979dec) SHA1(6beeae68a6a2af27ce37366f8ccaeea0dd37f2d9) ) |
| 9140 | | sc_ijob_others |
| 9141 | | ROM_END |
| 9142 | | |
| 9143 | | ROM_START( sc5ijobe ) |
| 9144 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9145 | | ROM_LOAD16_BYTE( "95426274.lo", 0x00001, 0x080000, CRC(3ec8d159) SHA1(ca7ec3e05f34fdafa270e2850bbcb1873e298f27) ) |
| 9146 | | ROM_LOAD16_BYTE( "95426275.hi", 0x00000, 0x080000, CRC(5c2a2eea) SHA1(1e3f7ee4ac09c0edaeed81a49e9e5d112bd65643) ) |
| 9147 | | sc_ijob_others |
| 9148 | | ROM_END |
| 9149 | | |
| 9150 | | ROM_START( sc5ijobf ) |
| 9151 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9152 | | ROM_LOAD16_BYTE( "95426460.lo", 0x00001, 0x080000, CRC(3d738a1e) SHA1(f1f7e24f95e284b31633bad4673b41e8e9bd4f5a) ) |
| 9153 | | ROM_LOAD16_BYTE( "95426461.hi", 0x00000, 0x080000, CRC(eec70c63) SHA1(557bb62d9dd9eec978278b5954861546cf3f1523) ) |
| 9154 | | sc_ijob_others |
| 9155 | | ROM_END |
| 9156 | | |
| 9157 | | ROM_START( sc5ijobg ) |
| 9158 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9159 | | ROM_LOAD16_BYTE( "95427076.lo", 0x00001, 0x080000, CRC(06a0d769) SHA1(58cb11b2eb0e1166d9f3e121aedf85cff692ecdf) ) |
| 9160 | | ROM_LOAD16_BYTE( "95427077.hi", 0x00000, 0x080000, CRC(e235e8e5) SHA1(7a6601649dcb3897390aa11a35286f254045cbf9) ) |
| 9161 | | sc_ijob_others |
| 9162 | | ROM_END |
| 9163 | | |
| 9164 | | ROM_START( sc5ijobh ) |
| 9165 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9166 | | ROM_LOAD16_BYTE( "95427274.lo", 0x00001, 0x080000, CRC(30efe63b) SHA1(6842d7c36a75a64abaccf3bed1c657e26868e5d2) ) |
| 9167 | | ROM_LOAD16_BYTE( "95427275.hi", 0x00000, 0x080000, CRC(39a1266b) SHA1(c87e04d20ae87fb528c1668ea4a7f2e0c5df5e62) ) |
| 9168 | | sc_ijob_others |
| 9169 | | ROM_END |
| 9170 | | |
| 9171 | | ROM_START( sc5ijobi ) |
| 9172 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9173 | | ROM_LOAD16_BYTE( "95427460.lo", 0x00001, 0x080000, CRC(020fd6d7) SHA1(fe1a4c8196359fc18fb89d5b52d73b2df95c97b8) ) |
| 9174 | | ROM_LOAD16_BYTE( "95427461.hi", 0x00000, 0x080000, CRC(167ad51d) SHA1(be27d3c14376f232306dc261810842ec031a7399) ) |
| 9175 | | sc_ijob_others |
| 9176 | | ROM_END |
| 9177 | | |
| 9178 | | |
| 9179 | | ROM_START( sc5jjok ) |
| 9180 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9181 | | ROM_LOAD16_BYTE( "95412588.lo", 0x00001, 0x080000, CRC(c1bd880f) SHA1(985b162876f8d2971b4630a6001da020cd2785a2) ) |
| 9182 | | ROM_LOAD16_BYTE( "95412589.hi", 0x00000, 0x080000, CRC(1f083bd2) SHA1(300656a971b6172f2bbf6e5156af58f5589b2e8a) ) |
| 9183 | | sc_jjok_others |
| 9184 | | ROM_END |
| 9185 | | |
| 9186 | | ROM_START( sc5jjoka ) |
| 9187 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9188 | | ROM_LOAD16_BYTE( "95413588.lo", 0x00001, 0x080000, CRC(dbc1e95d) SHA1(30af0b19422cc35201fbbd533db358d1f7881cf8) ) |
| 9189 | | ROM_LOAD16_BYTE( "95413589.hi", 0x00000, 0x080000, CRC(ce90b42f) SHA1(0da6f8e1579cee0b7a1bb2d2828470971da85afb) ) |
| 9190 | | sc_jjok_others |
| 9191 | | ROM_END |
| 9192 | | |
| 9193 | | |
| 9194 | | ROM_START( sc5ldvl ) |
| 9195 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9196 | | ROM_LOAD16_BYTE( "95420972.lo", 0x00001, 0x080000, CRC(92a3c6ab) SHA1(dbfe3c6e9b751dad14993a9ed18a966f7587569b) ) |
| 9197 | | ROM_LOAD16_BYTE( "95420973.hi", 0x00000, 0x080000, CRC(eabf2e76) SHA1(9a14afd1a5f8fcd02c43172038323cea53512ac4) ) |
| 9198 | | sc_ldvl_others |
| 9199 | | ROM_END |
| 9200 | | |
| 9201 | | ROM_START( sc5ldvla ) |
| 9202 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9203 | | ROM_LOAD16_BYTE( "95421972.lo", 0x00001, 0x080000, CRC(14c9318b) SHA1(69a0c1ad26488402cdf8b9e1904ce6ba159f448d) ) |
| 9204 | | ROM_LOAD16_BYTE( "95421973.hi", 0x00000, 0x080000, CRC(392e6b98) SHA1(f1600ab27c587cd5b141e721e740c73a08fd563e) ) |
| 9205 | | sc_ldvl_others |
| 9206 | | ROM_END |
| 9207 | | |
| 9208 | | ROM_START( sc5ldvlb ) |
| 9209 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9210 | | ROM_LOAD16_BYTE( "95424494.lo", 0x00001, 0x080000, CRC(ad821007) SHA1(0498b98222806344d5b29d1866922e705f4bd861) ) |
| 9211 | | ROM_LOAD16_BYTE( "95424495.hi", 0x00000, 0x080000, CRC(e5934cc5) SHA1(8641f90f0e1d47bee9d01e75552d94c368f50c87) ) |
| 9212 | | sc_ldvl_others |
| 9213 | | ROM_END |
| 9214 | | |
| 9215 | | ROM_START( sc5ldvlc ) |
| 9216 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9217 | | ROM_LOAD16_BYTE( "95424534.lo", 0x00001, 0x080000, CRC(40d2de6a) SHA1(9e6e91d68976e9316f3c001cead6f7419bc4c2e0) ) |
| 9218 | | ROM_LOAD16_BYTE( "95424535.hi", 0x00000, 0x080000, CRC(6f67a83f) SHA1(37355719a6660f2c8bf2d30fe44c44f99828d6af) ) |
| 9219 | | sc_ldvl_others |
| 9220 | | ROM_END |
| 9221 | | |
| 9222 | | ROM_START( sc5ldvld ) |
| 9223 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9224 | | ROM_LOAD16_BYTE( "95425494.lo", 0x00001, 0x080000, CRC(8532bb68) SHA1(c090a7150297ac76dcbd86ce2b42c30f37746935) ) |
| 9225 | | ROM_LOAD16_BYTE( "95425495.hi", 0x00000, 0x080000, CRC(e72f6e48) SHA1(79570758a8211a1f9d22ae521ba1a84c7d3eb3b5) ) |
| 9226 | | sc_ldvl_others |
| 9227 | | ROM_END |
| 9228 | | |
| 9229 | | ROM_START( sc5ldvle ) |
| 9230 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9231 | | ROM_LOAD16_BYTE( "95425534.lo", 0x00001, 0x080000, CRC(5171fa1e) SHA1(b465747669956087e2ded1ddcc113cb20b9c3500) ) |
| 9232 | | ROM_LOAD16_BYTE( "95425535.hi", 0x00000, 0x080000, CRC(e6a44159) SHA1(64855a21c320d41450c6d5737f1c876493a0e5a3) ) |
| 9233 | | sc_ldvl_others |
| 9234 | | ROM_END |
| 9235 | | |
| 9236 | | |
| 9237 | | ROM_START( sc5lotrr ) |
| 9238 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9239 | | ROM_LOAD16_BYTE( "95410394.lo", 0x00001, 0x080000, CRC(d557f534) SHA1(9efd379e6197a94ec14642871a24c94f71e9a24b) ) |
| 9240 | | ROM_LOAD16_BYTE( "95410395.hi", 0x00000, 0x080000, CRC(10314cd5) SHA1(c784bb54c73d959f0e3f35a1e8bb18b139df4eb5) ) |
| 9241 | | sc_lotrr_others |
| 9242 | | ROM_END |
| 9243 | | |
| 9244 | | ROM_START( sc5lotrra ) |
| 9245 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9246 | | ROM_LOAD16_BYTE( "95410396.lo", 0x00001, 0x080000, CRC(2a3a7527) SHA1(26460b7bf3b7b0908bc3c2dcd6ee28b1980f5e24) ) |
| 9247 | | ROM_LOAD16_BYTE( "95410397.hi", 0x00000, 0x080000, CRC(0ec51414) SHA1(8703d411222f88b46316d0bb435fff93c092fef2) ) |
| 9248 | | sc_lotrr_others |
| 9249 | | ROM_END |
| 9250 | | |
| 9251 | | ROM_START( sc5lotrrb ) |
| 9252 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9253 | | ROM_LOAD16_BYTE( "95410626.lo", 0x00001, 0x080000, CRC(dd2020ce) SHA1(02926072b4c2450eb5f5220a92d008acbc2eae33) ) |
| 9254 | | ROM_LOAD16_BYTE( "95410627.hi", 0x00000, 0x080000, CRC(e82db72a) SHA1(697350b6694c3cc1d1a2a56a2757e40892dcd194) ) |
| 9255 | | sc_lotrr_others |
| 9256 | | ROM_END |
| 9257 | | |
| 9258 | | ROM_START( sc5lotrrc ) |
| 9259 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9260 | | ROM_LOAD16_BYTE( "95410628.lo", 0x00001, 0x080000, CRC(dcd4fb17) SHA1(5b799d1781985295d096e6531c8889adac93c32e) ) |
| 9261 | | ROM_LOAD16_BYTE( "95410629.hi", 0x00000, 0x080000, CRC(3092caa2) SHA1(aa271b2deeed72c0683838c360fd95839071f89d) ) |
| 9262 | | sc_lotrr_others |
| 9263 | | ROM_END |
| 9264 | | |
| 9265 | | ROM_START( sc5lotrrd ) |
| 9266 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9267 | | ROM_LOAD16_BYTE( "95411394.lo", 0x00001, 0x080000, CRC(b5b840e9) SHA1(c30b0a0b2b5783ad6948a72cf81cba75f17a0c22) ) |
| 9268 | | ROM_LOAD16_BYTE( "95411395.hi", 0x00000, 0x080000, CRC(6658a38f) SHA1(5827af96fd9a8ff1dc0ad7a166303eee083b66ec) ) |
| 9269 | | sc_lotrr_others |
| 9270 | | ROM_END |
| 9271 | | |
| 9272 | | ROM_START( sc5lotrre ) |
| 9273 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9274 | | ROM_LOAD16_BYTE( "95411626.lo", 0x00001, 0x080000, CRC(c6c96d4d) SHA1(c03172ae532a8a4f925aab57134e6662a349c3a7) ) |
| 9275 | | ROM_LOAD16_BYTE( "95411627.hi", 0x00000, 0x080000, CRC(4dc69691) SHA1(19fe57968e0a1f905b3c5bcdcc728c29ecab9048) ) |
| 9276 | | sc_lotrr_others |
| 9277 | | ROM_END |
| 9278 | | |
| 9279 | | ROM_START( sc5lotrrf ) |
| 9280 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9281 | | ROM_LOAD16_BYTE( "95411628.lo", 0x00001, 0x080000, CRC(c73db694) SHA1(0974f02f6b033448dbe5853128402aaa3a74ff65) ) |
| 9282 | | ROM_LOAD16_BYTE( "95411629.hi", 0x00000, 0x080000, CRC(9579eb19) SHA1(1544a6a1511f2b81286a8903bb5bba50833f86e2) ) |
| 9283 | | sc_lotrr_others |
| 9284 | | ROM_END |
| 9285 | | |
| 9286 | | ROM_START( sc5lotrrg ) |
| 9287 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9288 | | ROM_LOAD16_BYTE( "95412576.lo", 0x00001, 0x080000, CRC(074e4d44) SHA1(051dfe059170cb03f921b7f3a2d5352edd86cbe1) ) |
| 9289 | | ROM_LOAD16_BYTE( "95412577.hi", 0x00000, 0x080000, CRC(979476d8) SHA1(b4be828f6c37039234438f0dc0b73c17bcbceebe) ) |
| 9290 | | sc_lotrr_others |
| 9291 | | ROM_END |
| 9292 | | |
| 9293 | | ROM_START( sc5lotrrh ) |
| 9294 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9295 | | ROM_LOAD16_BYTE( "95411396.lo", 0x00001, 0x080000, CRC(4ad5c0fa) SHA1(8b881cd9ee1440b48644bf9cdf93637b74c75cb2) ) |
| 9296 | | ROM_LOAD16_BYTE( "95411397.hi", 0x00000, 0x080000, CRC(78acfb4e) SHA1(1d9b251a73bfd8452c1842c0a96c020c1d123906) ) |
| 9297 | | sc_lotrr_others |
| 9298 | | ROM_END |
| 9299 | | |
| 9300 | | ROM_START( sc5lotrri ) |
| 9301 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9302 | | ROM_LOAD16_BYTE( "95413576.lo", 0x00001, 0x080000, CRC(367be3bb) SHA1(0cc3829fab1b7e9472ec8012b95720444252ed33) ) |
| 9303 | | ROM_LOAD16_BYTE( "95413577.hi", 0x00000, 0x080000, CRC(d24a64d8) SHA1(ce1f8ec91926bd22be929dadd3e974354ad930d1) ) |
| 9304 | | sc_lotrr_others |
| 9305 | | ROM_END |
| 9306 | | |
| 9307 | | |
| 9308 | | ROM_START( sc5manic ) |
| 9309 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9310 | | ROM_LOAD16_BYTE( "95418954.lo", 0x00001, 0x080000, CRC(3758a20f) SHA1(870bd48a697ef4bf28675a12c9dc00da27693ea2) ) |
| 9311 | | ROM_LOAD16_BYTE( "95418955.hi", 0x00000, 0x080000, CRC(ee9bbdd7) SHA1(65ea3d6e74c0b44659ba121dc32f05b2f4df101e) ) |
| 9312 | | sc_manic_others |
| 9313 | | ROM_END |
| 9314 | | |
| 9315 | | ROM_START( sc5manica ) |
| 9316 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9317 | | ROM_LOAD16_BYTE( "95419954.lo", 0x00001, 0x080000, CRC(e4935b60) SHA1(226dc89b4046f315c01edcd222ed1676687c7b1e) ) |
| 9318 | | ROM_LOAD16_BYTE( "95419955.hi", 0x00000, 0x080000, CRC(e4c66930) SHA1(e32c4f1cd0f8db0723d0dd42016d8a4a1b075bc2) ) |
| 9319 | | sc_manic_others |
| 9320 | | ROM_END |
| 9321 | | |
| 9322 | | ROM_START( sc5manicb ) |
| 9323 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9324 | | ROM_LOAD16_BYTE( "95422040.lo", 0x00001, 0x080000, CRC(3c6cbcac) SHA1(102776c47d924d1c027217095aa33ef09e935bea) ) |
| 9325 | | ROM_LOAD16_BYTE( "95422041.hi", 0x00000, 0x080000, CRC(9d3177e6) SHA1(ec939b5b2508c7d420e34efc4d06bb71070e699e) ) |
| 9326 | | sc_manic_others |
| 9327 | | ROM_END |
| 9328 | | |
| 9329 | | ROM_START( sc5manicc ) |
| 9330 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9331 | | ROM_LOAD16_BYTE( "95422064.lo", 0x00001, 0x080000, CRC(82b62da6) SHA1(8c7f9bab82027dcdba3c3587d607a3deabeb5e47) ) |
| 9332 | | ROM_LOAD16_BYTE( "95422065.hi", 0x00000, 0x080000, CRC(b3444633) SHA1(c0c7473475fb8f06731aaa0aac73d914f087a1ee) ) |
| 9333 | | sc_manic_others |
| 9334 | | ROM_END |
| 9335 | | |
| 9336 | | ROM_START( sc5manicd ) |
| 9337 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9338 | | ROM_LOAD16_BYTE( "95422130.lo", 0x00001, 0x080000, CRC(7c591231) SHA1(b2e23a0c9887fcdea2a9cae0dc7d0569725f7430) ) |
| 9339 | | ROM_LOAD16_BYTE( "95422131.hi", 0x00000, 0x080000, CRC(70c795a4) SHA1(830246c935328ae6ed2212df1fd0ebaf7b50922c) ) |
| 9340 | | sc_manic_others |
| 9341 | | ROM_END |
| 9342 | | |
| 9343 | | ROM_START( sc5manice ) |
| 9344 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9345 | | ROM_LOAD16_BYTE( "95422220.lo", 0x00001, 0x080000, CRC(7f46c357) SHA1(6b5cf3b6c6bae254c4194b4e9c378179e3b954fd) ) |
| 9346 | | ROM_LOAD16_BYTE( "95422221.hi", 0x00000, 0x080000, CRC(d465b976) SHA1(29c7ac7cf03bb4bd79b75a4cf7862175ffa58cfc) ) |
| 9347 | | sc_manic_others |
| 9348 | | ROM_END |
| 9349 | | |
| 9350 | | ROM_START( sc5manicf ) |
| 9351 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9352 | | ROM_LOAD16_BYTE( "95422602.lo", 0x00001, 0x080000, CRC(3b418150) SHA1(82124b1a3baa711bdd0883d06d8c58fb19755230) ) |
| 9353 | | ROM_LOAD16_BYTE( "95422603.hi", 0x00000, 0x080000, CRC(6f6a87ad) SHA1(736f386546fd849133fd389d1d06d67eccfd2951) ) |
| 9354 | | sc_manic_others |
| 9355 | | ROM_END |
| 9356 | | |
| 9357 | | ROM_START( sc5manicg ) |
| 9358 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9359 | | ROM_LOAD16_BYTE( "95422606.lo", 0x00001, 0x080000, CRC(9a280f93) SHA1(a7b5d01dc60457e34ceb2ebca868c2c2b6051b67) ) |
| 9360 | | ROM_LOAD16_BYTE( "95422607.hi", 0x00000, 0x080000, CRC(f940ab5b) SHA1(bc61e1b9a11a235f90231e1d68659b2a0435adea) ) |
| 9361 | | sc_manic_others |
| 9362 | | ROM_END |
| 9363 | | |
| 9364 | | ROM_START( sc5manich ) |
| 9365 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9366 | | ROM_LOAD16_BYTE( "95422848.lo", 0x00001, 0x080000, CRC(fbe5a0c2) SHA1(4e537a9d92ce074faec6ef05410260aceefb1102) ) |
| 9367 | | ROM_LOAD16_BYTE( "95422849.hi", 0x00000, 0x080000, CRC(6c713bf1) SHA1(844bc26a49cb84697dbc33990ff79b31a83f6e1c) ) |
| 9368 | | sc_manic_others |
| 9369 | | ROM_END |
| 9370 | | |
| 9371 | | ROM_START( sc5manici ) |
| 9372 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9373 | | ROM_LOAD16_BYTE( "95423040.lo", 0x00001, 0x080000, CRC(8d9478a2) SHA1(a4e4ea0444bc6b449e388194a4637940b7f083c8) ) |
| 9374 | | ROM_LOAD16_BYTE( "95423041.hi", 0x00000, 0x080000, CRC(104ec1d5) SHA1(36c6516cde84cdd75f8e83469756c17b8d7bdd6e) ) |
| 9375 | | sc_manic_others |
| 9376 | | ROM_END |
| 9377 | | |
| 9378 | | ROM_START( sc5manicj ) |
| 9379 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9380 | | ROM_LOAD16_BYTE( "95423064.lo", 0x00001, 0x080000, CRC(2b38fff9) SHA1(1fa95721790787c9199b7b2f05d591c233c6af05) ) |
| 9381 | | ROM_LOAD16_BYTE( "95423065.hi", 0x00000, 0x080000, CRC(c9a9b34f) SHA1(14630d4343fd509e1f6312ce539eeaf7e95f8869) ) |
| 9382 | | sc_manic_others |
| 9383 | | ROM_END |
| 9384 | | |
| 9385 | | ROM_START( sc5manick ) |
| 9386 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9387 | | ROM_LOAD16_BYTE( "95423130.lo", 0x00001, 0x080000, CRC(3adbe9d3) SHA1(ff798442dd3d9613653c27aed4e584be9955c77f) ) |
| 9388 | | ROM_LOAD16_BYTE( "95423131.hi", 0x00000, 0x080000, CRC(ec9fe351) SHA1(1db66081159e45f66935bfe626e1f8dc0d0a28fb) ) |
| 9389 | | sc_manic_others |
| 9390 | | ROM_END |
| 9391 | | |
| 9392 | | ROM_START( sc5manicl ) |
| 9393 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9394 | | ROM_LOAD16_BYTE( "95423220.lo", 0x00001, 0x080000, CRC(69c473bb) SHA1(21573b9122994a936791d90c3b2ab43147a8e671) ) |
| 9395 | | ROM_LOAD16_BYTE( "95423221.hi", 0x00000, 0x080000, CRC(3dcadd66) SHA1(9c62d85f455ff5cf0c14c0afc22e895b335ce1be) ) |
| 9396 | | sc_manic_others |
| 9397 | | ROM_END |
| 9398 | | |
| 9399 | | ROM_START( sc5manicm ) |
| 9400 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9401 | | ROM_LOAD16_BYTE( "95423602.lo", 0x00001, 0x080000, CRC(d274e0aa) SHA1(bd582efc40256c9c41a2c388645ee572d43bd022) ) |
| 9402 | | ROM_LOAD16_BYTE( "95423603.hi", 0x00000, 0x080000, CRC(97ac122a) SHA1(a0d5ab34c3761dadd068ec2c62a859a4382630fa) ) |
| 9403 | | sc_manic_others |
| 9404 | | ROM_END |
| 9405 | | |
| 9406 | | ROM_START( sc5manicn ) |
| 9407 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9408 | | ROM_LOAD16_BYTE( "95423606.lo", 0x00001, 0x080000, CRC(24d8c137) SHA1(7af4e6a5d60cbab11dcf8db6d6b4016485ffbbb1) ) |
| 9409 | | ROM_LOAD16_BYTE( "95423607.hi", 0x00000, 0x080000, CRC(56a4fd89) SHA1(9d86f3a36fd69480aeaeef5c307ecd348ab2bb39) ) |
| 9410 | | sc_manic_others |
| 9411 | | ROM_END |
| 9412 | | |
| 9413 | | ROM_START( sc5manico ) |
| 9414 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9415 | | ROM_LOAD16_BYTE( "95423848.lo", 0x00001, 0x080000, CRC(7cc1b546) SHA1(a244749c02fb571b2c9ec58a850d2956d00825dc) ) |
| 9416 | | ROM_LOAD16_BYTE( "95423849.hi", 0x00000, 0x080000, CRC(5d1b2ec1) SHA1(58a373d7aeb51ae9decac196e2a4093c0d296409) ) |
| 9417 | | sc_manic_others |
| 9418 | | ROM_END |
| 9419 | | |
| 9420 | | ROM_START( sc5manicp ) |
| 9421 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9422 | | ROM_LOAD16_BYTE( "95426160.lo", 0x00001, 0x080000, CRC(24fd7f44) SHA1(4631c7e8a7a7e4284bcddb7d678d027e11811961) ) |
| 9423 | | ROM_LOAD16_BYTE( "95426161.hi", 0x00000, 0x080000, CRC(8c9d61ed) SHA1(06133837c46d701ee235b6fc49dcf6e5506e3ba7) ) |
| 9424 | | sc_manic_others |
| 9425 | | ROM_END |
| 9426 | | |
| 9427 | | ROM_START( sc5manicq ) |
| 9428 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9429 | | ROM_LOAD16_BYTE( "95427160.lo", 0x00001, 0x080000, CRC(862c8680) SHA1(80e065396cc29ebec3ba657ba4777da634bec80c) ) |
| 9430 | | ROM_LOAD16_BYTE( "95427161.hi", 0x00000, 0x080000, CRC(8d0b8065) SHA1(3aeae265d5e65cdf57d105fa80058868378cd053) ) |
| 9431 | | sc_manic_others |
| 9432 | | ROM_END |
| 9433 | | |
| 9434 | | ROM_START( sc5manicr ) |
| 9435 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9436 | | ROM_LOAD16_BYTE( "p3004p41.hi", 0x00000, 0x080000, CRC(40e95a09) SHA1(83dc70405ec508cce10b4740c10b14e3563306bd) ) |
| 9437 | | ROM_LOAD16_BYTE( "p3004p41.lo", 0x00001, 0x080000, CRC(8db63e76) SHA1(eef45761e39ee007a694ac3971c97b1e8b046d25) ) |
| 9438 | | sc_manic_others |
| 9439 | | ROM_END |
| 9440 | | |
| 9441 | | ROM_START( sc5manics ) |
| 9442 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9443 | | ROM_LOAD16_BYTE( "p3004p43.hi", 0x00000, 0x080000, CRC(5b3e487e) SHA1(86b3a3cdb5988a4eaef031fc03c605af968f721b) ) |
| 9444 | | ROM_LOAD16_BYTE( "p3004p43.lo", 0x00001, 0x080000, CRC(cdcf44b6) SHA1(16d1672c6e35659cda22c11357bcb0b3b197e3e0) ) |
| 9445 | | sc_manic_others |
| 9446 | | ROM_END |
| 9447 | | |
| 9448 | | ROM_START( sc5manict ) |
| 9449 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9450 | | ROM_LOAD16_BYTE( "p3004p44.hi", 0x00000, 0x080000, CRC(150b1ffc) SHA1(23433e39127a6aef4770aaba6f18b44beb5887eb) ) |
| 9451 | | ROM_LOAD16_BYTE( "p3004p44.lo", 0x00001, 0x080000, CRC(5e9eaa65) SHA1(d680b621370e332735bf1a3f48c1deff810053e1) ) |
| 9452 | | sc_manic_others |
| 9453 | | ROM_END |
| 9454 | | |
| 9455 | | ROM_START( sc5manicu ) |
| 9456 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9457 | | ROM_LOAD16_BYTE( "p3004s41.hi", 0x00000, 0x080000, CRC(2ead5734) SHA1(8b5677a38300178edc5afc8e903714a0d7f79c90) ) |
| 9458 | | ROM_LOAD16_BYTE( "p3004s41.lo", 0x00001, 0x080000, CRC(cd8b7fa6) SHA1(df3392dc4f5a970ecc2a6a37966507cfa2c5481a) ) |
| 9459 | | sc_manic_others |
| 9460 | | ROM_END |
| 9461 | | |
| 9462 | | ROM_START( sc5manicv ) |
| 9463 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9464 | | ROM_LOAD16_BYTE( "p3004s43.hi", 0x00000, 0x080000, CRC(befacc80) SHA1(41dcacb2f6e6e6bd2f5dd7ee0f78d9bb06d91197) ) |
| 9465 | | ROM_LOAD16_BYTE( "p3004s43.lo", 0x00001, 0x080000, CRC(4e42a679) SHA1(2f23f70c93bc81b0667ae78b2ffdcc50cfc2735d) ) |
| 9466 | | sc_manic_others |
| 9467 | | ROM_END |
| 9468 | | |
| 9469 | | ROM_START( sc5manicw ) |
| 9470 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9471 | | ROM_LOAD16_BYTE( "p3004s44.hi", 0x00000, 0x080000, CRC(a9b34b7c) SHA1(9fd57ca197fc4309b943fc2b0731c5af4db1d7f5) ) |
| 9472 | | ROM_LOAD16_BYTE( "p3004s44.lo", 0x00001, 0x080000, CRC(419e18dd) SHA1(491b029eaf05ac6c08a26141f36c32b22d9955e8) ) |
| 9473 | | sc_manic_others |
| 9474 | | ROM_END |
| 9475 | | |
| 9476 | | |
| 9477 | | ROM_START( sc5mmm ) |
| 9478 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9479 | | ROM_LOAD16_BYTE( "95416792.lo", 0x00001, 0x080000, CRC(4b1ae1cd) SHA1(2b3523032995517dfd46835c2f3483b4da9f4eef) ) |
| 9480 | | ROM_LOAD16_BYTE( "95416793.hi", 0x00000, 0x080000, CRC(4d02586f) SHA1(7543b55d0aa1a83e5061d4456006a8412579ece7) ) |
| 9481 | | sc_mmm_others |
| 9482 | | ROM_END |
| 9483 | | |
| 9484 | | ROM_START( sc5mmma ) |
| 9485 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9486 | | ROM_LOAD16_BYTE( "95417792.lo", 0x00001, 0x080000, CRC(b4145441) SHA1(c468b712077d58943195f1ceac7b6015f8f80286) ) |
| 9487 | | ROM_LOAD16_BYTE( "95417793.hi", 0x00000, 0x080000, CRC(e4335ab0) SHA1(2d521a5a4ce726deaf697635d212e4886fecb878) ) |
| 9488 | | sc_mmm_others |
| 9489 | | ROM_END |
| 9490 | | |
| 9491 | | ROM_START( sc5mmmb ) |
| 9492 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9493 | | ROM_LOAD16_BYTE( "95420198.lo", 0x00001, 0x080000, CRC(e807d9b2) SHA1(f39c9538e4b1d5c58e05a9d5f8175e7b01e87e95) ) |
| 9494 | | ROM_LOAD16_BYTE( "95420199.hi", 0x00000, 0x080000, CRC(0d32d35d) SHA1(743ab7d17c6bf71655c932dee2ec588db05fdf4f) ) |
| 9495 | | sc_mmm_others |
| 9496 | | ROM_END |
| 9497 | | |
| 9498 | | ROM_START( sc5mmmc ) |
| 9499 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9500 | | ROM_LOAD16_BYTE( "95421198.lo", 0x00001, 0x080000, CRC(af505287) SHA1(297c86c15a5ef29a4c40535e64ee7d96e778d4b1) ) |
| 9501 | | ROM_LOAD16_BYTE( "95421199.hi", 0x00000, 0x080000, CRC(2281800b) SHA1(3fd26e5f63ac03331e291a852187c5cfea3338d0) ) |
| 9502 | | sc_mmm_others |
| 9503 | | ROM_END |
| 9504 | | |
| 9505 | | |
| 9506 | | ROM_START( sc5mmad ) |
| 9507 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9508 | | ROM_LOAD16_BYTE( "95416292.lo", 0x00001, 0x080000, CRC(6085bc70) SHA1(1232ca906257e281fb7dbe7b8e8bd1a5dfeee3c0) ) |
| 9509 | | ROM_LOAD16_BYTE( "95416293.hi", 0x00000, 0x080000, CRC(a3f1a116) SHA1(a3647d6091c00f785bde930543869173bb21b45d) ) |
| 9510 | | sc_mmad_others |
| 9511 | | ROM_END |
| 9512 | | |
| 9513 | | ROM_START( sc5mmada ) |
| 9514 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9515 | | ROM_LOAD16_BYTE( "95417292.lo", 0x00001, 0x080000, CRC(e8fd792a) SHA1(b1f826c0f1dd4a6b84a67a3f2e50a9517f91ef74) ) |
| 9516 | | ROM_LOAD16_BYTE( "95417293.hi", 0x00000, 0x080000, CRC(c272846e) SHA1(645c1e7d7452de44319d70722d51c5e192fe8230) ) |
| 9517 | | sc_mmad_others |
| 9518 | | ROM_END |
| 9519 | | |
| 9520 | | ROM_START( sc5mmadb ) |
| 9521 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9522 | | ROM_LOAD16_BYTE( "95420440.lo", 0x00001, 0x080000, CRC(40a0c5b7) SHA1(11ccb76c795e5d80a82d217bb7321c8e39cb33ee) ) |
| 9523 | | ROM_LOAD16_BYTE( "95420441.hi", 0x00000, 0x080000, CRC(31a5b3e1) SHA1(b4cd4f15579c8b5036554da07c06e16c4c4dc731) ) |
| 9524 | | sc_mmad_others |
| 9525 | | ROM_END |
| 9526 | | |
| 9527 | | ROM_START( sc5mmadc ) |
| 9528 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9529 | | ROM_LOAD16_BYTE( "95421440.lo", 0x00001, 0x080000, CRC(f3a57e0d) SHA1(a04ec2967029e8cef6621add046ceff63ab85896) ) |
| 9530 | | ROM_LOAD16_BYTE( "95421441.hi", 0x00000, 0x080000, CRC(794bacd7) SHA1(d292b87abd417c94f9643a50c9b2c2dd12bcfda1) ) |
| 9531 | | sc_mmad_others |
| 9532 | | ROM_END |
| 9533 | | |
| 9534 | | |
| 9535 | | |
| 9536 | | ROM_START( sc5monsp ) |
| 9537 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9538 | | ROM_LOAD16_BYTE( "95424496.lo", 0x00001, 0x080000, CRC(707f0a4d) SHA1(49bf6cae5e614b0976ae01577c31ef362c4820b6) ) |
| 9539 | | ROM_LOAD16_BYTE( "95424497.hi", 0x00000, 0x080000, CRC(8e00f6bb) SHA1(fea7d48bfe1c40efd54b1fe851930b3bf2bd1cf2) ) |
| 9540 | | sc_monsp_others |
| 9541 | | ROM_END |
| 9542 | | |
| 9543 | | ROM_START( sc5monspa ) |
| 9544 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9545 | | ROM_LOAD16_BYTE( "95425496.lo", 0x00001, 0x080000, CRC(3f968c3c) SHA1(9ee5665bbd73e76dd887b2e3982bb57c74b98a42) ) |
| 9546 | | ROM_LOAD16_BYTE( "95425497.hi", 0x00000, 0x080000, CRC(a44aaa2e) SHA1(ea03a114ad222093556ed44fbad14c67a4cc4aaf) ) |
| 9547 | | sc_monsp_others |
| 9548 | | ROM_END |
| 9549 | | |
| 9550 | | |
| 9551 | | ROM_START( sc5monop ) |
| 9552 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9553 | | ROM_LOAD16_BYTE( "95420488.lo", 0x00001, 0x080000, CRC(33d94d81) SHA1(2d7274636e99ea6b78bdb85676f04fc10d37f973) ) |
| 9554 | | ROM_LOAD16_BYTE( "95420489.hi", 0x00000, 0x080000, NO_DUMP ) |
| 9555 | | sc_monop_others |
| 9556 | | ROM_END |
| 9557 | | |
| 9558 | | ROM_START( ad5monop ) |
| 9559 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9560 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 9561 | | ROM_LOAD( "39211239.bin", 0x0000, 0x6a78e0, CRC(024795a6) SHA1(aba82d4a61efaa4c48750fc62e6a369aa2a8df9d) ) |
| 9562 | | ROM_LOAD( "39211250.bin", 0x0000, 0x6a791a, CRC(21909cb4) SHA1(28c028469e899659cbcca007f59ee3509d8b0f7a) ) |
| 9563 | | ROM_LOAD( "39211251.bin", 0x0000, 0x6a7a5e, CRC(ebbf403c) SHA1(ea993d78c41a71677ec3eacb6d11260037aeaac8) ) |
| 9564 | | ROM_LOAD( "39211260.bin", 0x0000, 0x6a839a, CRC(fa8e2b2a) SHA1(1749fbd7515574b77b083c5dc81c2071a089c52d) ) |
| 9565 | | ROM_LOAD( "39211262.bin", 0x0000, 0x6a6792, CRC(994ac3ab) SHA1(1b56fa251d32f20210ec695a789a4bd8c7bfe8ed) ) |
| 9566 | | ROM_LOAD( "39211263.bin", 0x0000, 0x6a664e, CRC(dc1c15f5) SHA1(a844b41e6c5a96b3165dfc000e525c35a34455ab) ) |
| 9567 | | ROM_LOAD( "39212239.bin", 0x0000, 0x6a78e0, CRC(838be734) SHA1(2a44c212cd6c2ba66661aa635ddb726fa9636d3c) ) |
| 9568 | | ROM_LOAD( "39212250.bin", 0x0000, 0x6a791a, CRC(a5ceface) SHA1(7fc03517b81e999e26c7ac55ffa6a4afa86e5717) ) |
| 9569 | | ROM_LOAD( "39212251.bin", 0x0000, 0x6a7a5e, CRC(abc6ee9c) SHA1(480db09f6a06d542347cbae6aa7192c5bfccbd48) ) |
| 9570 | | ROM_LOAD( "39212260.bin", 0x0000, 0x6a839a, CRC(c041863e) SHA1(afec88e97b65a3ed1d57085407abd4167007ed72) ) |
| 9571 | | ROM_LOAD( "39212262.bin", 0x0000, 0x6a6792, CRC(b8a7d34c) SHA1(e36964250a6e247030546ca4f181c9a70a89f61d) ) |
| 9572 | | ROM_LOAD( "39212263.bin", 0x0000, 0x6a664e, CRC(3bde8adb) SHA1(0ac2d4619cf2ca637fbdea867662b38de2661e1a) ) |
| 9573 | | ROM_END |
| 9574 | | |
| 9575 | | ROM_START( sc5mcas ) |
| 9576 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9577 | | ROM_LOAD16_BYTE( "95420718.lo", 0x00001, 0x080000, CRC(8ec09243) SHA1(1008e28918926c0198d19bc1a90c59fc8a75efaf) ) |
| 9578 | | ROM_LOAD16_BYTE( "95420719.hi", 0x00000, 0x080000, CRC(19b843c2) SHA1(d133fdcba113dbb9c596c14bc7be15fdd08763c7) ) |
| 9579 | | sc_mcas_others |
| 9580 | | ROM_END |
| 9581 | | |
| 9582 | | ROM_START( sc5mcasb ) |
| 9583 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9584 | | ROM_LOAD16_BYTE( "95420780.lo", 0x00001, 0x080000, CRC(37465003) SHA1(42488e61bd48d06659f5954626046ac2ca48b315) ) |
| 9585 | | ROM_LOAD16_BYTE( "95420781.hi", 0x00000, 0x080000, CRC(6e824600) SHA1(fb2254aeec9848d4c56b9ef8ca214db3ed0cadfb) ) |
| 9586 | | sc_mcas_others |
| 9587 | | ROM_END |
| 9588 | | |
| 9589 | | ROM_START( sc5mcasa ) |
| 9590 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9591 | | ROM_LOAD16_BYTE( "95421718.lo", 0x00001, 0x080000, CRC(9103b282) SHA1(2d247067c10840cc21bb7c84e8b587538c66f1fd) ) |
| 9592 | | ROM_LOAD16_BYTE( "95421719.hi", 0x00000, 0x080000, CRC(73f21b2a) SHA1(0f876862771fefb33909f4667b8f740fdd1a56af) ) |
| 9593 | | sc_mcas_others |
| 9594 | | ROM_END |
| 9595 | | |
| 9596 | | ROM_START( sc5mcasc ) |
| 9597 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9598 | | ROM_LOAD16_BYTE( "95421780.lo", 0x00001, 0x080000, CRC(84543a44) SHA1(db5998172cbad9cfab939dc028e49889d2bec83f) ) |
| 9599 | | ROM_LOAD16_BYTE( "95421781.hi", 0x00000, 0x080000, CRC(2fbd7aaa) SHA1(c7e76a7fb74c49c207496c47c90403f027eda33b) ) |
| 9600 | | sc_mcas_others |
| 9601 | | ROM_END |
| 9602 | | |
| 9603 | | |
| 9604 | | ROM_START( sc5mdm ) |
| 9605 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9606 | | ROM_LOAD16_BYTE( "95426660.lo", 0x00001, 0x080000, CRC(b533a2ae) SHA1(21671734a5f0d442bc25d0e946e91f7a790f36f0) ) |
| 9607 | | ROM_LOAD16_BYTE( "95426661.hi", 0x00000, 0x080000, CRC(59b4d908) SHA1(82ef3bf1fa6d6ae641bcbc5748ec585c73436b9e) ) |
| 9608 | | sc_mdm_others |
| 9609 | | ROM_END |
| 9610 | | |
| 9611 | | ROM_START( sc5mdma ) |
| 9612 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9613 | | ROM_LOAD16_BYTE( "95426698.lo", 0x00001, 0x080000, CRC(8a8eef91) SHA1(357926a4af0fa52291d3b2df2d2a5255efa00477) ) |
| 9614 | | ROM_LOAD16_BYTE( "95426699.hi", 0x00000, 0x080000, CRC(e1afee66) SHA1(0219cc8c54f53c13a36afa4a5de227e1e6aa197e) ) |
| 9615 | | sc_mdm_others |
| 9616 | | ROM_END |
| 9617 | | |
| 9618 | | ROM_START( sc5mdmb ) |
| 9619 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9620 | | ROM_LOAD16_BYTE( "95427660.lo", 0x00001, 0x080000, CRC(9778aca2) SHA1(f0b2158012d93f1dd3bdd9af45ff72ee34799f2b) ) |
| 9621 | | ROM_LOAD16_BYTE( "95427661.hi", 0x00000, 0x080000, CRC(bacfd623) SHA1(bf7a9841b1a6dce97091965bf0594b85690d0487) ) |
| 9622 | | sc_mdm_others |
| 9623 | | ROM_END |
| 9624 | | |
| 9625 | | ROM_START( sc5mdmc ) |
| 9626 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9627 | | ROM_LOAD16_BYTE( "95427698.lo", 0x00001, 0x080000, CRC(73292c8c) SHA1(7b55bc288e00c2862949a5f610735e56e13a1a70) ) |
| 9628 | | ROM_LOAD16_BYTE( "95427699.hi", 0x00000, 0x080000, CRC(735b72ac) SHA1(432cd5941e072a84b070c9fb136ec670ab013f76) ) |
| 9629 | | sc_mdm_others |
| 9630 | | ROM_END |
| 9631 | | |
| 9632 | | |
| 9633 | | |
| 9634 | | ROM_START( sc5mhn ) |
| 9635 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9636 | | ROM_LOAD16_BYTE( "95420796.lo", 0x00001, 0x080000, CRC(556c7064) SHA1(3dd303fc26102093306fb371d700b4864fb7c035) ) |
| 9637 | | ROM_LOAD16_BYTE( "95420797.hi", 0x00000, 0x080000, CRC(28e3d8a8) SHA1(0b2427c55e0181d01ec743afe1264cf661e1698e) ) |
| 9638 | | sc_mhn_others |
| 9639 | | ROM_END |
| 9640 | | |
| 9641 | | ROM_START( sc5mhna ) |
| 9642 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9643 | | ROM_LOAD16_BYTE( "95421796.lo", 0x00001, 0x080000, CRC(69363a0d) SHA1(82dfc0bac3310b00169b2594b4c42ad154c7a7a7) ) |
| 9644 | | ROM_LOAD16_BYTE( "95421797.hi", 0x00000, 0x080000, CRC(dfc0b777) SHA1(439455b72493d6fb56a32452fafe34a72d543689) ) |
| 9645 | | sc_mhn_others |
| 9646 | | ROM_END |
| 9647 | | |
| 9648 | | ROM_START( sc5mhnb ) |
| 9649 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9650 | | ROM_LOAD16_BYTE( "95424492.lo", 0x00001, 0x080000, CRC(33207db3) SHA1(b2af1a29eee50f0e965bcf5804fa8c26f721a410) ) |
| 9651 | | ROM_LOAD16_BYTE( "95424493.hi", 0x00000, 0x080000, CRC(449e66fe) SHA1(05350ebbadfe92d42f11d80d52afcb43c1efffd9) ) |
| 9652 | | sc_mhn_others |
| 9653 | | ROM_END |
| 9654 | | |
| 9655 | | ROM_START( sc5mhnc ) |
| 9656 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9657 | | ROM_LOAD16_BYTE( "95424532.lo", 0x00001, 0x080000, CRC(38669184) SHA1(4d0a27d155b63fdaeb75746e0ba904663ceba209) ) |
| 9658 | | ROM_LOAD16_BYTE( "95424533.hi", 0x00000, 0x080000, CRC(e47900a7) SHA1(28839a52130b0a484870a8750a47b3eee8298b9e) ) |
| 9659 | | sc_mhn_others |
| 9660 | | ROM_END |
| 9661 | | |
| 9662 | | ROM_START( sc5mhnd ) |
| 9663 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9664 | | ROM_LOAD16_BYTE( "95425492.lo", 0x00001, 0x080000, CRC(6e62911d) SHA1(99c6b45e81372f8a6f95f199b6bbf35a1900aa05) ) |
| 9665 | | ROM_LOAD16_BYTE( "95425493.hi", 0x00000, 0x080000, CRC(ddb2ca2a) SHA1(bcdf63ffb4192c28fe4752279549d3e6d01ce5a3) ) |
| 9666 | | sc_mhn_others |
| 9667 | | ROM_END |
| 9668 | | |
| 9669 | | ROM_START( sc5mhne ) |
| 9670 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9671 | | ROM_LOAD16_BYTE( "95425532.lo", 0x00001, 0x080000, CRC(e402011f) SHA1(99391e096e6d3d422a0dc97259d9879b49d02326) ) |
| 9672 | | ROM_LOAD16_BYTE( "95425533.hi", 0x00000, 0x080000, CRC(c6951851) SHA1(66212e50c31c05a3ac0900d2180790055f672664) ) |
| 9673 | | sc_mhn_others |
| 9674 | | ROM_END |
| 9675 | | |
| 9676 | | |
| 9677 | | ROM_START( sc5mhp ) |
| 9678 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9679 | | ROM_LOAD16_BYTE( "95422108.lo", 0x00001, 0x080000, CRC(3bf85c25) SHA1(0d73f8280c60aeaa2cb21729d4f1b449e07b7ae5) ) |
| 9680 | | ROM_LOAD16_BYTE( "95422109.hi", 0x00000, 0x080000, CRC(b695e6fc) SHA1(7988d0a1566021b49b0cb0ef980b975407c34a7c) ) |
| 9681 | | sc_mhp_others |
| 9682 | | ROM_END |
| 9683 | | |
| 9684 | | ROM_START( sc5mhpa ) |
| 9685 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9686 | | ROM_LOAD16_BYTE( "95422350.lo", 0x00001, 0x080000, CRC(a802eef0) SHA1(bc0911bdfad7e7ed47add4cf24e85a40eb827f71) ) |
| 9687 | | ROM_LOAD16_BYTE( "95422351.hi", 0x00000, 0x080000, CRC(fd5a96a9) SHA1(6ced84eca2a33dda51378835b1b01edc57d25d95) ) |
| 9688 | | sc_mhp_others |
| 9689 | | ROM_END |
| 9690 | | |
| 9691 | | ROM_START( sc5mhpb ) |
| 9692 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9693 | | ROM_LOAD16_BYTE( "95422578.lo", 0x00001, 0x080000, CRC(73d1951c) SHA1(6c72397c733dd2a440897c65b6e0523967cdad01) ) |
| 9694 | | ROM_LOAD16_BYTE( "95422579.hi", 0x00000, 0x080000, CRC(d62c27bf) SHA1(fc0df223e08893df7d5bd37bf7d4724621325e8c) ) |
| 9695 | | sc_mhp_others |
| 9696 | | ROM_END |
| 9697 | | |
| 9698 | | ROM_START( sc5mhpc ) |
| 9699 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9700 | | ROM_LOAD16_BYTE( "95423108.lo", 0x00001, 0x080000, CRC(68ae1dd9) SHA1(7d2965922a8c4a9b6585bb25b53e68f3fa0d3d75) ) |
| 9701 | | ROM_LOAD16_BYTE( "95423109.hi", 0x00000, 0x080000, CRC(f0900f32) SHA1(66937c9b588cc4fca77855ac2583f951944822d8) ) |
| 9702 | | sc_mhp_others |
| 9703 | | ROM_END |
| 9704 | | |
| 9705 | | ROM_START( sc5mhpd ) |
| 9706 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9707 | | ROM_LOAD16_BYTE( "95423350.lo", 0x00001, 0x080000, CRC(7fecf279) SHA1(c0addf49a032986ec61213fe2fefcfa0bbac828f) ) |
| 9708 | | ROM_LOAD16_BYTE( "95423351.hi", 0x00000, 0x080000, CRC(4e9325b5) SHA1(3726e0989648744226b389dde4e8689eb288b1b8) ) |
| 9709 | | sc_mhp_others |
| 9710 | | ROM_END |
| 9711 | | |
| 9712 | | ROM_START( sc5mhpe ) |
| 9713 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9714 | | ROM_LOAD16_BYTE( "95423578.lo", 0x00001, 0x080000, CRC(ff734c1a) SHA1(0773decf2aa97d33f8096421c9cc2d31fbf35ccf) ) |
| 9715 | | ROM_LOAD16_BYTE( "95423579.hi", 0x00000, 0x080000, CRC(73dd2448) SHA1(96e5c1352f3676ec9269c561ad72a59a7ca35b43) ) |
| 9716 | | sc_mhp_others |
| 9717 | | ROM_END |
| 9718 | | |
| 9719 | | ROM_START( sc5mhpf ) |
| 9720 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9721 | | ROM_LOAD16_BYTE( "95426290.lo", 0x00001, 0x080000, CRC(fd6af641) SHA1(78f08c7361cb0658548519af6703263e729b36c0) ) |
| 9722 | | ROM_LOAD16_BYTE( "95426291.hi", 0x00000, 0x080000, CRC(e519cae8) SHA1(2fcf46fe46300fd37a288abbcf3933c2087d6f4d) ) |
| 9723 | | sc_mhp_others |
| 9724 | | ROM_END |
| 9725 | | |
| 9726 | | ROM_START( sc5mhpg ) |
| 9727 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9728 | | ROM_LOAD16_BYTE( "95426504.lo", 0x00001, 0x080000, CRC(24f24564) SHA1(81c1ca3ac5968cf446119b8c6fd00881f7d3e2e3) ) |
| 9729 | | ROM_LOAD16_BYTE( "95426505.hi", 0x00000, 0x080000, CRC(14fd13b3) SHA1(7eb6e86f3b03255542a9b42ae07a4157ca0c65f2) ) |
| 9730 | | sc_mhp_others |
| 9731 | | ROM_END |
| 9732 | | |
| 9733 | | ROM_START( sc5mhph ) |
| 9734 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9735 | | ROM_LOAD16_BYTE( "95427290.lo", 0x00001, 0x080000, CRC(5cca2853) SHA1(92f8e7ae7ffe8aacf733804cf8117ec3544dbc24) ) |
| 9736 | | ROM_LOAD16_BYTE( "95427291.hi", 0x00000, 0x080000, CRC(15e2297e) SHA1(0b588bd3fea05ab59f6af539d43d1ccb536ffa3e) ) |
| 9737 | | sc_mhp_others |
| 9738 | | ROM_END |
| 9739 | | |
| 9740 | | ROM_START( sc5mhpi ) |
| 9741 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9742 | | ROM_LOAD16_BYTE( "95427504.lo", 0x00001, 0x080000, CRC(4f8abdf7) SHA1(f9e8f96153eb14be481e0a3c9121cf0c9d49bd1a) ) |
| 9743 | | ROM_LOAD16_BYTE( "95427505.hi", 0x00000, 0x080000, CRC(94e1925c) SHA1(d7227cf4d5839cfba949cf97f024a38e922b3a03) ) |
| 9744 | | sc_mhp_others |
| 9745 | | ROM_END |
| 9746 | | |
| 9747 | | |
| 9748 | | |
| 9749 | | |
| 9750 | | ROM_START( sc5mmb ) |
| 9751 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9752 | | ROM_LOAD16_BYTE( "95426674.lo", 0x00001, 0x080000, CRC(4e009780) SHA1(8cf7d95da7c6a22427ad5ebe1b9c23bfa6f95cc3) ) |
| 9753 | | ROM_LOAD16_BYTE( "95426675.hi", 0x00000, 0x080000, CRC(ee7f46d1) SHA1(2d48bf0f94cb0c82b68e524e3a1ce2f6e0003e63) ) |
| 9754 | | sc_mmb_others |
| 9755 | | ROM_END |
| 9756 | | |
| 9757 | | ROM_START( sc5mmba ) |
| 9758 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9759 | | ROM_LOAD16_BYTE( "95426858.lo", 0x00001, 0x080000, CRC(9dcce7dc) SHA1(aada98497549dd6ed09b40d40cf159774b7c5f1d) ) |
| 9760 | | ROM_LOAD16_BYTE( "95426859.hi", 0x00000, 0x080000, CRC(6c0b7245) SHA1(769f4a58d5c255542a80e22029b53afd1563c523) ) |
| 9761 | | sc_mmb_others |
| 9762 | | ROM_END |
| 9763 | | |
| 9764 | | ROM_START( sc5mmbb ) |
| 9765 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9766 | | ROM_LOAD16_BYTE( "95427674.lo", 0x00001, 0x080000, CRC(eeb9b80c) SHA1(bac65da1a18503bfb7c4bac6b4494cd87a80f516) ) |
| 9767 | | ROM_LOAD16_BYTE( "95427675.hi", 0x00000, 0x080000, CRC(86c56bd8) SHA1(6de0ba751777e2a9a40d3a2eaf853a8db98da001) ) |
| 9768 | | sc_mmb_others |
| 9769 | | ROM_END |
| 9770 | | |
| 9771 | | ROM_START( sc5mmbc ) |
| 9772 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9773 | | ROM_LOAD16_BYTE( "95427858.lo", 0x00001, 0x080000, CRC(9b17bdfe) SHA1(91a97ca373f404dc20580ed0f5568589e38fb5a9) ) |
| 9774 | | ROM_LOAD16_BYTE( "95427859.hi", 0x00000, 0x080000, CRC(b534464c) SHA1(0c68a25020a5dfd37e85db629540096e7ee0dd5d) ) |
| 9775 | | sc_mmb_others |
| 9776 | | ROM_END |
| 9777 | | |
| 9778 | | ROM_START( sc5mmbd ) |
| 9779 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9780 | | ROM_LOAD16_BYTE( "p1911p11.hi", 0x00000, 0x080000, CRC(2478cc2f) SHA1(218219e503f3299f83b3a09f6e947cf912f23184) ) |
| 9781 | | ROM_LOAD16_BYTE( "p1911p11.lo", 0x00001, 0x080000, CRC(e19055a0) SHA1(e4f4116bb634e6960cdf6553f5bccb017839b931) ) |
| 9782 | | sc_mmb_others |
| 9783 | | ROM_END |
| 9784 | | |
| 9785 | | ROM_START( sc5mmbe ) |
| 9786 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9787 | | ROM_LOAD16_BYTE( "p1911s11.hi", 0x00000, 0x080000, CRC(e4c6844e) SHA1(4243f9989d3d7565802ccb50c43004aaf4d40b7a) ) |
| 9788 | | ROM_LOAD16_BYTE( "p1911s11.lo", 0x00001, 0x080000, CRC(5c51fde3) SHA1(825d0bbab81f9add9850362d5779c941ec779c7e) ) |
| 9789 | | sc_mmb_others |
| 9790 | | ROM_END |
| 9791 | | |
| 9792 | | |
| 9793 | | |
| 9794 | | ROM_START( sc5mrh ) |
| 9795 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9796 | | ROM_LOAD16_BYTE( "95420714.lo", 0x00001, 0x080000, CRC(5c33260c) SHA1(a030666dab276bbaaa4c3c00b89d111b09fdbba4) ) |
| 9797 | | ROM_LOAD16_BYTE( "95420715.hi", 0x00000, 0x080000, CRC(5484b193) SHA1(36b5ab84e28a7978bb5f83169decce5abc0a0f00) ) |
| 9798 | | sc_mrh_others |
| 9799 | | ROM_END |
| 9800 | | |
| 9801 | | ROM_START( sc5mrha ) |
| 9802 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9803 | | ROM_LOAD16_BYTE( "95421714.lo", 0x00001, 0x080000, CRC(ba991634) SHA1(b465109375f795a88582007d89b9c7e99e9aa17e) ) |
| 9804 | | ROM_LOAD16_BYTE( "95421715.hi", 0x00000, 0x080000, CRC(234f15a2) SHA1(a1cee0ad3ad7ae89b11edd54f3524e6852e916ab) ) |
| 9805 | | sc_mrh_others |
| 9806 | | ROM_END |
| 9807 | | |
| 9808 | | |
| 9809 | | ROM_START( sc5mr2r ) |
| 9810 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9811 | | ROM_LOAD16_BYTE( "95420770.lo", 0x00001, 0x080000, CRC(8fa276c7) SHA1(d77dc0a50646bf23c6f495f836fde6c1861ddc54) ) |
| 9812 | | ROM_LOAD16_BYTE( "95420771.hi", 0x00000, 0x080000, CRC(96c42c86) SHA1(e672b3db0f8a39d214f7cca23cca257fe962afd6) ) |
| 9813 | | sc_mr2r_others |
| 9814 | | ROM_END |
| 9815 | | |
| 9816 | | ROM_START( sc5mr2ra ) |
| 9817 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9818 | | ROM_LOAD16_BYTE( "95421770.lo", 0x00001, 0x080000, CRC(4a98a8e2) SHA1(72f476ce32b6157db54da84a684b96ff0d6f180a) ) |
| 9819 | | ROM_LOAD16_BYTE( "95421771.hi", 0x00000, 0x080000, CRC(9b2ce058) SHA1(a724bbaf757953f3ce452bf53025dd875c33e016) ) |
| 9820 | | sc_mr2r_others |
| 9821 | | ROM_END |
| 9822 | | |
| 9823 | | ROM_START( sc5mr2rb ) |
| 9824 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9825 | | ROM_LOAD16_BYTE( "95424570.lo", 0x00001, 0x080000, CRC(b21d4863) SHA1(cb2daf306d17fe2508ab45a5b7d8f94af7343e71) ) |
| 9826 | | ROM_LOAD16_BYTE( "95424571.hi", 0x00000, 0x080000, CRC(757f8d60) SHA1(1d0918a5c34528d905e7ecf62abb1412d28b40d9) ) |
| 9827 | | sc_mr2r_others |
| 9828 | | ROM_END |
| 9829 | | |
| 9830 | | ROM_START( ad5mr2r ) |
| 9831 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9832 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 9833 | | ROM_LOAD( "39211501.bin", 0x0000, 0x6bb25b, CRC(94f73ba5) SHA1(1979b6cfd7968ad4d0c117742fafbb8b55a4e89e) ) |
| 9834 | | ROM_LOAD( "39211506.bin", 0x0000, 0x94ee0b, CRC(dee9ea83) SHA1(f66e5b63e10e0759ebb33a84d21d24d0f9452293) ) |
| 9835 | | ROM_LOAD( "39211510.bin", 0x0000, 0x94ee43, CRC(3f0124ff) SHA1(f44d4688472d8c46ce449033d7e2f1a57ea05574) ) |
| 9836 | | ROM_LOAD( "39211511.bin", 0x0000, 0x94ef97, CRC(051b150b) SHA1(6b1371d7157b69b7fdffaba6e9fa6c41912179b3) ) |
| 9837 | | ROM_LOAD( "39212506.bin", 0x0000, 0x94ee0b, CRC(aef402bb) SHA1(4d0d58339a9c51ab5a33eebf9443ac43efced01d) ) |
| 9838 | | ROM_LOAD( "39212510.bin", 0x0000, 0x94ee43, CRC(cec862b6) SHA1(b9b433218cef13d63e672f9e90649f44cf6aca72) ) |
| 9839 | | ROM_LOAD( "39212511.bin", 0x0000, 0x94ef97, CRC(5a84f20f) SHA1(62d2ea8b462b53acf9b47cf3589cbdd455b5a5ad) ) |
| 9840 | | ROM_LOAD( "39211617.bin", 0x00000, 0x1000000, CRC(89d687e8) SHA1(7086f43fdaa417e9bb54feb859af22f501c6ca52) ) |
| 9841 | | ROM_LOAD( "39212617.bin", 0x00000, 0x1000000, CRC(2191cc09) SHA1(593b6b16380821553adb377f3f4b5af28e73b2c0) ) |
| 9842 | | |
| 9843 | | ROM_END |
| 9844 | | |
| 9845 | | |
| 9846 | | ROM_START( sc5mww ) |
| 9847 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9848 | | ROM_LOAD16_BYTE( "95416102.lo", 0x00001, 0x080000, CRC(c319cc0c) SHA1(e23b06c2d17b38d1d382dbfb042c5ad6ecdb26ed) ) |
| 9849 | | ROM_LOAD16_BYTE( "95416103.hi", 0x00000, 0x080000, CRC(6f550690) SHA1(d789c49de952d49153c7dd8da6f22b89fa1e0f6b) ) |
| 9850 | | sc_mww_others |
| 9851 | | ROM_END |
| 9852 | | |
| 9853 | | ROM_START( sc5mwwa ) |
| 9854 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9855 | | ROM_LOAD16_BYTE( "95416104.lo", 0x00001, 0x080000, CRC(e6ec72cd) SHA1(9f12723de1b55c7df8dfc7910c9e904f7c0a801a) ) |
| 9856 | | ROM_LOAD16_BYTE( "95416105.hi", 0x00000, 0x080000, CRC(dff1c3a7) SHA1(b2adae2cfd1b6000eb12d28def081b9327dcce97) ) |
| 9857 | | sc_mww_others |
| 9858 | | ROM_END |
| 9859 | | |
| 9860 | | ROM_START( sc5mwwb ) |
| 9861 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9862 | | ROM_LOAD16_BYTE( "95417102.lo", 0x00001, 0x080000, CRC(831cdf78) SHA1(53ad6afa40fcc4772dd494524f3b21540ccc9686) ) |
| 9863 | | ROM_LOAD16_BYTE( "95417103.hi", 0x00000, 0x080000, CRC(82b4c266) SHA1(f266dddff4bde4de1947f478c3995fa5ba5ae713) ) |
| 9864 | | sc_mww_others |
| 9865 | | ROM_END |
| 9866 | | |
| 9867 | | ROM_START( sc5mwwc ) |
| 9868 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9869 | | ROM_LOAD16_BYTE( "95417104.lo", 0x00001, 0x080000, CRC(0be18ced) SHA1(07dacb30aa629f100b7514ed4c46a0287345a324) ) |
| 9870 | | ROM_LOAD16_BYTE( "95417105.hi", 0x00000, 0x080000, CRC(bc5c665f) SHA1(a8807b90ec3b0f79bd34663d676802e48ca6491e) ) |
| 9871 | | sc_mww_others |
| 9872 | | ROM_END |
| 9873 | | |
| 9874 | | ROM_START( ad5mww ) |
| 9875 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9876 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 9877 | | ROM_LOAD( "39211269.bin", 0x0000, 0x7a0866, CRC(0fae0667) SHA1(5356149061413c71b662371aa08f616a28ddbafb) ) |
| 9878 | | ROM_LOAD( "39211270.bin", 0x0000, 0x7a097a, CRC(13cb2a2a) SHA1(f00bf3647abf0593eb0708aee103dfd42e623bef) ) |
| 9879 | | ROM_END |
| 9880 | | |
| 9881 | | |
| 9882 | | ROM_START( sc5nmare ) |
| 9883 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9884 | | ROM_LOAD16_BYTE( "p3002p41.hi", 0x00000, 0x080000, CRC(89b45502) SHA1(c5e8e23f639a8f2aa6845381025b91a5a5055eba) ) |
| 9885 | | ROM_LOAD16_BYTE( "p3002p41.lo", 0x00001, 0x080000, CRC(46a9ba39) SHA1(5cb404da937fd68febf311d9e2f3f5011dc476f5) ) |
| 9886 | | sc_nmare_others |
| 9887 | | ROM_END |
| 9888 | | |
| 9889 | | ROM_START( sc5nmarea ) |
| 9890 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9891 | | ROM_LOAD16_BYTE( "p3002p42.hi", 0x00000, 0x080000, CRC(61ba58db) SHA1(6994b71b580c1797dc297cb12e5748913973c7f3) ) |
| 9892 | | ROM_LOAD16_BYTE( "p3002p42.lo", 0x00001, 0x080000, CRC(2e0c5ada) SHA1(11c1f77ab61adec2341cdc88da1636cf7539e64c) ) |
| 9893 | | sc_nmare_others |
| 9894 | | ROM_END |
| 9895 | | |
| 9896 | | ROM_START( sc5nmareb ) |
| 9897 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9898 | | ROM_LOAD16_BYTE( "p3002s41.hi", 0x00000, 0x080000, CRC(6f3dc856) SHA1(b4d3f7d3ac58b2935a9a35e6f963b307e6747af7) ) |
| 9899 | | ROM_LOAD16_BYTE( "p3002s41.lo", 0x00001, 0x080000, CRC(0d5939f3) SHA1(344d309405d5356c7f3acbffc4ea0605b9b566b3) ) |
| 9900 | | sc_nmare_others |
| 9901 | | ROM_END |
| 9902 | | |
| 9903 | | ROM_START( sc5nmarec ) |
| 9904 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9905 | | ROM_LOAD16_BYTE( "p3002s42.hi", 0x00000, 0x080000, CRC(fe60eb5c) SHA1(5e882ffcc7fde96ad6a680fe8c09f828d8a007fc) ) |
| 9906 | | ROM_LOAD16_BYTE( "p3002s42.lo", 0x00001, 0x080000, CRC(31ad3c43) SHA1(83d6c998142b64ee10fff7d6560af11b060fe525) ) |
| 9907 | | sc_nmare_others |
| 9908 | | ROM_END |
| 9909 | | |
| 9910 | | |
| 9911 | | |
| 9912 | | ROM_START( sc5potp ) |
| 9913 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9914 | | ROM_LOAD16_BYTE( "95412720.lo", 0x00001, 0x080000, CRC(d51f9f14) SHA1(2ef9e9458a9030a2c3bc172b6bc6bbf343e702c9) ) |
| 9915 | | ROM_LOAD16_BYTE( "95412721.hi", 0x00000, 0x080000, CRC(d67679f5) SHA1(0f723214a5c53227a7a0e2de85c01d9f1f54c8a0) ) |
| 9916 | | sc_potp_others |
| 9917 | | ROM_END |
| 9918 | | |
| 9919 | | ROM_START( sc5potpa ) |
| 9920 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9921 | | ROM_LOAD16_BYTE( "95413720.lo", 0x00001, 0x080000, CRC(7f47c7cd) SHA1(1f133bcf13f3cf4ce8d7916f44e72af107cd7b11) ) |
| 9922 | | ROM_LOAD16_BYTE( "95413721.hi", 0x00000, 0x080000, CRC(e93f0aef) SHA1(0ddcc3a7e748c1b162dbd683c40b62bd8baa28c3) ) |
| 9923 | | sc_potp_others |
| 9924 | | ROM_END |
| 9925 | | |
| 9926 | | |
| 9927 | | ROM_START( sc5pp ) |
| 9928 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9929 | | ROM_LOAD16_BYTE( "95416520.lo", 0x00001, 0x080000, CRC(82217da7) SHA1(1df7dcd4f15ef32cdaba3fa13fc9c46682de9bb5) ) |
| 9930 | | ROM_LOAD16_BYTE( "95416521.hi", 0x00000, 0x080000, CRC(d8ddcaed) SHA1(c10339a165b540ae4cecaf3d88965242ed5fddfa) ) |
| 9931 | | sc_pp_others |
| 9932 | | ROM_END |
| 9933 | | |
| 9934 | | ROM_START( sc5ppa ) |
| 9935 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9936 | | ROM_LOAD16_BYTE( "95420094.lo", 0x00001, 0x080000, CRC(12c9c9ef) SHA1(ef62abad003f1f037f096213c1f216e0f1b06e13) ) |
| 9937 | | ROM_LOAD16_BYTE( "95420095.hi", 0x00000, 0x080000, CRC(71137836) SHA1(438d5e7bb1ae21a99086e95fda441329ef785f19) ) |
| 9938 | | sc_pp_others |
| 9939 | | ROM_END |
| 9940 | | |
| 9941 | | ROM_START( sc5ppb ) |
| 9942 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9943 | | ROM_LOAD16_BYTE( "95420098.lo", 0x00001, 0x080000, CRC(b5803419) SHA1(68f1752d8fc4b99e9c9f81212f9a374a8bc08531) ) |
| 9944 | | ROM_LOAD16_BYTE( "95420099.hi", 0x00000, 0x080000, CRC(fd8a979c) SHA1(e922886fac70f4af1c31161a61b7164d4ec31a68) ) |
| 9945 | | sc_pp_others |
| 9946 | | ROM_END |
| 9947 | | |
| 9948 | | ROM_START( sc5ppc ) |
| 9949 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9950 | | ROM_LOAD16_BYTE( "95420180.lo", 0x00001, 0x080000, CRC(519fd41a) SHA1(288261243c0350290f01225c29ecf405b6c50f5f) ) |
| 9951 | | ROM_LOAD16_BYTE( "95420181.hi", 0x00000, 0x080000, CRC(9888d297) SHA1(abeef73fbd887b5b001de016a003f5b8c71ebc34) ) |
| 9952 | | sc_pp_others |
| 9953 | | ROM_END |
| 9954 | | |
| 9955 | | ROM_START( sc5ppd ) |
| 9956 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9957 | | ROM_LOAD16_BYTE( "95421094.lo", 0x00001, 0x080000, CRC(92c46cb0) SHA1(accd8976632386f3dbf779cf90f57e6c340a147d) ) |
| 9958 | | ROM_LOAD16_BYTE( "95421095.hi", 0x00000, 0x080000, CRC(13edda42) SHA1(fb82700f46802356b884768dd2f3fa1b3e2b2718) ) |
| 9959 | | sc_pp_others |
| 9960 | | ROM_END |
| 9961 | | |
| 9962 | | ROM_START( sc5ppe ) |
| 9963 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9964 | | ROM_LOAD16_BYTE( "95421096.lo", 0x00001, 0x080000, CRC(6c6a7030) SHA1(cf197e300a16d7e22fceb56440efcc32c6b234bd) ) |
| 9965 | | ROM_LOAD16_BYTE( "95421097.hi", 0x00000, 0x080000, CRC(9e64dd46) SHA1(82b719066d430b2c2249db11f909504165a5462f) ) |
| 9966 | | sc_pp_others |
| 9967 | | ROM_END |
| 9968 | | |
| 9969 | | ROM_START( sc5ppf ) |
| 9970 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9971 | | ROM_LOAD16_BYTE( "95421098.lo", 0x00001, 0x080000, CRC(db67d892) SHA1(f09ad9f53af922dedceba30e293e2350d770d3e8) ) |
| 9972 | | ROM_LOAD16_BYTE( "95421099.hi", 0x00000, 0x080000, CRC(2c5d0216) SHA1(f3948ff75e55ea72a3ee949ffcbc0914342099e0) ) |
| 9973 | | sc_pp_others |
| 9974 | | ROM_END |
| 9975 | | |
| 9976 | | ROM_START( sc5ppg ) |
| 9977 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9978 | | ROM_LOAD16_BYTE( "95421180.lo", 0x00001, 0x080000, CRC(3f783891) SHA1(cfcf1c4c0a7a1e8f1d49cabb8ffd9c6a901d5789) ) |
| 9979 | | ROM_LOAD16_BYTE( "95421181.hi", 0x00000, 0x080000, CRC(495f471d) SHA1(cc3e320986eda11d41d8932e63a4c90331c51984) ) |
| 9980 | | sc_pp_others |
| 9981 | | ROM_END |
| 9982 | | |
| 9983 | | |
| 9984 | | ROM_START( ad5pp ) |
| 9985 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9986 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 9987 | | ROM_LOAD( "39211267.bin", 0x0000, 0xb071f3, CRC(51d49618) SHA1(0053ecf1b2d2ad20444f05daf80138d4c8c0c885) ) |
| 9988 | | ROM_LOAD( "39211268.bin", 0x0000, 0xb08064, CRC(9d8248f4) SHA1(b20b682fa0e058e39608e4b54ced3eec56c4ec08) ) |
| 9989 | | ROM_LOAD( "39211279.bin", 0x0000, 0xc0da36, CRC(dfa112e8) SHA1(1097e0bf7a49b75ebe04a92d2c3794993ec73c41) ) |
| 9990 | | ROM_LOAD( "39211280.bin", 0x0000, 0xc0e902, CRC(7c52816b) SHA1(1a5552893dcd91a1928d0526ce5ecaaac0f7f29b) ) |
| 9991 | | ROM_LOAD( "39211281.bin", 0x0000, 0x43a386, CRC(a429eb90) SHA1(2374ebff3fc5ab1780a82454bcb4856c97492781) ) |
| 9992 | | ROM_LOAD( "39211321.bin", 0x0000, 0x43a9d4, CRC(6e1b8538) SHA1(04504ceff81f2350cc090eabfd2f53a70b4d647f) ) |
| 9993 | | ROM_LOAD( "39212267.bin", 0x0000, 0xb071f3, CRC(fcfaac08) SHA1(08aab0b6525ca3f30c3fe849641f5afe9dfa3db3) ) |
| 9994 | | ROM_LOAD( "39212268.bin", 0x0000, 0xb08064, CRC(9882907c) SHA1(5ab2fa1b999f6e5d27207e64a9445476df7582cf) ) |
| 9995 | | ROM_LOAD( "39212280.bin", 0x0000, 0xc0e902, CRC(f10abe2b) SHA1(9af09874f16e957906bef69d5377c0c744d337de) ) |
| 9996 | | ROM_LOAD( "39212281.bin", 0x0000, 0x43a386, CRC(9b460cee) SHA1(54b561e9afc3cf325c82f9c105698d026daa769c) ) |
| 9997 | | ROM_LOAD( "39212321.bin", 0x0000, 0x43a9d4, CRC(7bdfaeea) SHA1(652cb88ba6f2ecc1bcc98a2581aa3e4c65ba757b) ) |
| 9998 | | ROM_END |
| 9999 | | |
| 10000 | | |
| 10001 | | ROM_START( sc5ppcr ) |
| 10002 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10003 | | ROM_LOAD16_BYTE( "95416698.lo", 0x00001, 0x080000, CRC(9fd536c7) SHA1(fb778f1a92656aca4061a40cb427db1d6c66d7e7) ) |
| 10004 | | ROM_LOAD16_BYTE( "95416699.hi", 0x00000, 0x080000, CRC(247da932) SHA1(0955ffed8ed1caed6cfa67905244ef2ac312ba60) ) |
| 10005 | | sc_ppcr_others |
| 10006 | | ROM_END |
| 10007 | | |
| 10008 | | ROM_START( sc5ppcra ) |
| 10009 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10010 | | ROM_LOAD16_BYTE( "95416700.lo", 0x00001, 0x080000, CRC(4fb2c37a) SHA1(963fe4116504a1bd6c1f95526a26050d9b66744f) ) |
| 10011 | | ROM_LOAD16_BYTE( "95416701.hi", 0x00000, 0x080000, CRC(aca4c3c5) SHA1(eec31ce0a1ddec520dcfca9af1f8eeeabc94bde4) ) |
| 10012 | | sc_ppcr_others |
| 10013 | | ROM_END |
| 10014 | | |
| 10015 | | ROM_START( sc5ppcrb ) |
| 10016 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10017 | | ROM_LOAD16_BYTE( "95416724.lo", 0x00001, 0x080000, CRC(65cd7765) SHA1(8f97eeefabdfdbc8106202a7bbbe2bf3f7ce888c) ) |
| 10018 | | ROM_LOAD16_BYTE( "95416725.hi", 0x00000, 0x080000, CRC(852a0886) SHA1(c1292aff6cbb1a56ae6594f44920fc2d8af0a044) ) |
| 10019 | | sc_ppcr_others |
| 10020 | | ROM_END |
| 10021 | | |
| 10022 | | ROM_START( sc5ppcrc ) |
| 10023 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10024 | | ROM_LOAD16_BYTE( "95417698.lo", 0x00001, 0x080000, CRC(7848b042) SHA1(bc3afbc7891b19b450116a55f417897c2d6e8a18) ) |
| 10025 | | ROM_LOAD16_BYTE( "95417699.hi", 0x00000, 0x080000, CRC(3e0979b1) SHA1(c541961d41d0289a6650363a5d8939d8d7c6ca88) ) |
| 10026 | | sc_ppcr_others |
| 10027 | | ROM_END |
| 10028 | | |
| 10029 | | ROM_START( sc5ppcrd ) |
| 10030 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10031 | | ROM_LOAD16_BYTE( "95417724.lo", 0x00001, 0x080000, CRC(40ba241d) SHA1(960dc1058b828f02a7fc07acf63be987c9497cbc) ) |
| 10032 | | ROM_LOAD16_BYTE( "95417725.hi", 0x00000, 0x080000, CRC(f8525222) SHA1(ab795042a46f84cad59e9f454ee145c0d49418df) ) |
| 10033 | | sc_ppcr_others |
| 10034 | | ROM_END |
| 10035 | | |
| 10036 | | |
| 10037 | | |
| 10038 | | ROM_START( sc5ppctc ) |
| 10039 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10040 | | ROM_LOAD16_BYTE( "95422464.lo", 0x00001, 0x080000, CRC(0ba5370e) SHA1(37b54888de5a966f03f6656ca7b49fd8dd019e26) ) |
| 10041 | | ROM_LOAD16_BYTE( "95422465.hi", 0x00000, 0x080000, CRC(f17bd040) SHA1(2c2db2f50530fe8f31f763f53a1b324ad1dffce5) ) |
| 10042 | | sc_ppctc_others |
| 10043 | | ROM_END |
| 10044 | | |
| 10045 | | ROM_START( sc5ppctca ) |
| 10046 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10047 | | ROM_LOAD16_BYTE( "95422690.lo", 0x00001, 0x080000, CRC(4d2fb15d) SHA1(bf0a5a2148ab22427721473748115c2eab62778b) ) |
| 10048 | | ROM_LOAD16_BYTE( "95422691.hi", 0x00000, 0x080000, CRC(bf0ca534) SHA1(640a462b40429e67eb4f91b929709a5b5189841b) ) |
| 10049 | | sc_ppctc_others |
| 10050 | | ROM_END |
| 10051 | | |
| 10052 | | ROM_START( sc5ppctcb ) |
| 10053 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10054 | | ROM_LOAD16_BYTE( "95423464.lo", 0x00001, 0x080000, CRC(a8a14b06) SHA1(4bb2579e92ed2a5ed8457d63ac64236201076dd1) ) |
| 10055 | | ROM_LOAD16_BYTE( "95423465.hi", 0x00000, 0x080000, CRC(2c6a4641) SHA1(94d5e7629b5dc35258983538933e1353eb374673) ) |
| 10056 | | sc_ppctc_others |
| 10057 | | ROM_END |
| 10058 | | |
| 10059 | | ROM_START( sc5ppctcc ) |
| 10060 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10061 | | ROM_LOAD16_BYTE( "95426126.lo", 0x00001, 0x080000, CRC(e9fc5d74) SHA1(73f4f8ca4cd0bfa75d6b8220de6dabe94ecc3ce5) ) |
| 10062 | | ROM_LOAD16_BYTE( "95426127.hi", 0x00000, 0x080000, CRC(60fd3c5b) SHA1(dd983b8b562cac1fd985e8024a7c468488c907a2) ) |
| 10063 | | sc_ppctc_others |
| 10064 | | ROM_END |
| 10065 | | |
| 10066 | | ROM_START( sc5ppctcd ) |
| 10067 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10068 | | ROM_LOAD16_BYTE( "95426266.lo", 0x00001, 0x080000, CRC(16ea49d3) SHA1(ebd48cecaf1ed697290b11a3b57c152e1c77b75d) ) |
| 10069 | | ROM_LOAD16_BYTE( "95426267.hi", 0x00000, 0x080000, CRC(d299bd7c) SHA1(2b5900391478628b4b479d44e877f0d164089116) ) |
| 10070 | | sc_ppctc_others |
| 10071 | | ROM_END |
| 10072 | | |
| 10073 | | ROM_START( sc5ppctce ) |
| 10074 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10075 | | ROM_LOAD16_BYTE( "95426434.lo", 0x00001, 0x080000, CRC(37352ee1) SHA1(3e238ca82bbcf6fb75d5f3bc94f9d2c623076ee1) ) |
| 10076 | | ROM_LOAD16_BYTE( "95426435.hi", 0x00000, 0x080000, CRC(810defdc) SHA1(5e7b2cfaebba7042ec2937a899c64f17ab599a2b) ) |
| 10077 | | sc_ppctc_others |
| 10078 | | ROM_END |
| 10079 | | |
| 10080 | | ROM_START( sc5ppctcf ) |
| 10081 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10082 | | ROM_LOAD16_BYTE( "95427126.lo", 0x00001, 0x080000, CRC(6663ebf4) SHA1(fae1c2eee4da774fbc9dd5ffc3e724e8af735810) ) |
| 10083 | | ROM_LOAD16_BYTE( "95427127.hi", 0x00000, 0x080000, CRC(dfe36f86) SHA1(86c1df753344826fa54249e6810765a12dd8e2ff) ) |
| 10084 | | sc_ppctc_others |
| 10085 | | ROM_END |
| 10086 | | |
| 10087 | | ROM_START( sc5ppctcg ) |
| 10088 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10089 | | ROM_LOAD16_BYTE( "95427266.lo", 0x00001, 0x080000, CRC(4b5f4373) SHA1(77523f5cd56842616e1283a26af3c4201b338eed) ) |
| 10090 | | ROM_LOAD16_BYTE( "95427267.hi", 0x00000, 0x080000, CRC(3cc3d99c) SHA1(c28fb51cb3f254c3f8c78b57b923d5a34368ef13) ) |
| 10091 | | sc_ppctc_others |
| 10092 | | ROM_END |
| 10093 | | |
| 10094 | | ROM_START( sc5ppctch ) |
| 10095 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10096 | | ROM_LOAD16_BYTE( "95427434.lo", 0x00001, 0x080000, CRC(1345ed9f) SHA1(482578d3ae071700d74b795ecb7d4c07f2f19992) ) |
| 10097 | | ROM_LOAD16_BYTE( "95427435.hi", 0x00000, 0x080000, CRC(025eef01) SHA1(186fe5136d787cbab233c515cae905a0a50c3d61) ) |
| 10098 | | sc_ppctc_others |
| 10099 | | ROM_END |
| 10100 | | |
| 10101 | | |
| 10102 | | |
| 10103 | | |
| 10104 | | ROM_START( sc5ppdym ) |
| 10105 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10106 | | ROM_LOAD16_BYTE( "95420184.lo", 0x00001, 0x080000, CRC(4fabac48) SHA1(726375dfcd6ae398cc8f0e881397eb0725cd9dfe) ) |
| 10107 | | ROM_LOAD16_BYTE( "95420185.hi", 0x00000, 0x080000, CRC(9b633133) SHA1(98407648c17234d618b7043dbd98c8366c68ac01) ) |
| 10108 | | sc_ppdym_others |
| 10109 | | ROM_END |
| 10110 | | |
| 10111 | | ROM_START( sc5ppdyma ) |
| 10112 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10113 | | ROM_LOAD16_BYTE( "95421184.lo", 0x00001, 0x080000, CRC(d7534170) SHA1(a7f85af72642070f113f1d54cc67dc25ab15f882) ) |
| 10114 | | ROM_LOAD16_BYTE( "95421185.hi", 0x00000, 0x080000, CRC(fd29bd92) SHA1(3ce5999dddc3492402d5d1f45a4f020dbbc8645c) ) |
| 10115 | | sc_ppdym_others |
| 10116 | | ROM_END |
| 10117 | | |
| 10118 | | |
| 10119 | | |
| 10120 | | ROM_START( sc5ppsag ) |
| 10121 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10122 | | ROM_LOAD16_BYTE( "95416850.lo", 0x00001, 0x080000, CRC(aae094f5) SHA1(cc52856f2e4e408efa87512eb2d6e48a3d73bf18) ) |
| 10123 | | ROM_LOAD16_BYTE( "95416851.hi", 0x00000, 0x080000, CRC(e2e5b214) SHA1(ee0944deb1b6a4157d79b78432af562147dbab45) ) |
| 10124 | | sc_ppsag_others |
| 10125 | | ROM_END |
| 10126 | | |
| 10127 | | ROM_START( sc5ppsaga ) |
| 10128 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10129 | | ROM_LOAD16_BYTE( "95417850.lo", 0x00001, 0x080000, CRC(e35588b6) SHA1(c8aaa985046c8b3ade60eabc829a93526574385d) ) |
| 10130 | | ROM_LOAD16_BYTE( "95417851.hi", 0x00000, 0x080000, CRC(2fc88c61) SHA1(03474d91ae0f8e1ce5ef2ec18c82c84c7df32cb0) ) |
| 10131 | | sc_ppsag_others |
| 10132 | | ROM_END |
| 10133 | | |
| 10134 | | ROM_START( sc5ppsagb ) |
| 10135 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10136 | | ROM_LOAD16_BYTE( "95420650.lo", 0x00001, 0x080000, CRC(f9909656) SHA1(f1ba1eb0e4bd9dd2c78989d4af4ad5a14f205fd3) ) |
| 10137 | | ROM_LOAD16_BYTE( "95420651.hi", 0x00000, 0x080000, CRC(0027e675) SHA1(c0adc5d429b5585419d5c73dbca341358873c52a) ) |
| 10138 | | sc_ppsag_others |
| 10139 | | ROM_END |
| 10140 | | |
| 10141 | | ROM_START( sc5ppsagc ) |
| 10142 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10143 | | ROM_LOAD16_BYTE( "95420656.lo", 0x00001, 0x080000, CRC(a9f86751) SHA1(342ac92cde5655d4c542022629c7800bc81b1d7d) ) |
| 10144 | | ROM_LOAD16_BYTE( "95420657.hi", 0x00000, 0x080000, CRC(672112b3) SHA1(7e829e730eef6fdff56231186207b45802f23718) ) |
| 10145 | | sc_ppsag_others |
| 10146 | | ROM_END |
| 10147 | | |
| 10148 | | ROM_START( sc5ppsagd ) |
| 10149 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10150 | | ROM_LOAD16_BYTE( "95421650.lo", 0x00001, 0x080000, CRC(0ff59c56) SHA1(96b39ae9c10f15c3a43f03c7f12a4ac500ea0fdd) ) |
| 10151 | | ROM_LOAD16_BYTE( "95421651.hi", 0x00000, 0x080000, CRC(9247e99e) SHA1(c14b23d56baec2e1732d7d2c9017e206dd672bb0) ) |
| 10152 | | sc_ppsag_others |
| 10153 | | ROM_END |
| 10154 | | |
| 10155 | | ROM_START( sc5ppsage ) |
| 10156 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10157 | | ROM_LOAD16_BYTE( "95421656.lo", 0x00001, 0x080000, CRC(45398da6) SHA1(af6952b9a5d3227b7a0a4cbffb28300bf1382b70) ) |
| 10158 | | ROM_LOAD16_BYTE( "95421657.hi", 0x00000, 0x080000, CRC(1d6c679b) SHA1(3e472ec667b5be18d2c9a60bcd7332b07ab36804) ) |
| 10159 | | sc_ppsag_others |
| 10160 | | ROM_END |
| 10161 | | |
| 10162 | | |
| 10163 | | |
| 10164 | | ROM_START( sc5pony ) |
| 10165 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10166 | | ROM_LOAD16_BYTE( "95410818.lo", 0x00001, 0x080000, CRC(f32862a6) SHA1(25014beb93fc8fa71a060d1a1147e3633ae7a975) ) |
| 10167 | | ROM_LOAD16_BYTE( "95410819.hi", 0x00000, 0x080000, CRC(0a181038) SHA1(616ec4ae6b6371b39e443ac14a98c3ed432b85cc) ) |
| 10168 | | sc_pony_others |
| 10169 | | ROM_END |
| 10170 | | |
| 10171 | | ROM_START( sc5ponya ) |
| 10172 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10173 | | ROM_LOAD16_BYTE( "95410820.lo", 0x00001, 0x080000, CRC(717559ad) SHA1(4748ab9dd5b48b24abf906cf3a66621ba9da9a70) ) |
| 10174 | | ROM_LOAD16_BYTE( "95410821.hi", 0x00000, 0x080000, CRC(64f25da0) SHA1(5472714e8caafb743e84d3e4bfd6050fe84dcbed) ) |
| 10175 | | sc_pony_others |
| 10176 | | ROM_END |
| 10177 | | |
| 10178 | | ROM_START( sc5ponyb ) |
| 10179 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10180 | | ROM_LOAD16_BYTE( "95411818.lo", 0x00001, 0x080000, CRC(1216e85c) SHA1(e75b0ff8c77c83fc4d554a83421c2e5abaf8231b) ) |
| 10181 | | ROM_LOAD16_BYTE( "95411819.hi", 0x00000, 0x080000, CRC(93f39632) SHA1(18e1fe98a5a1300f161606683e63562d30d4be1c) ) |
| 10182 | | sc_pony_others |
| 10183 | | ROM_END |
| 10184 | | |
| 10185 | | ROM_START( sc5ponyc ) |
| 10186 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10187 | | ROM_LOAD16_BYTE( "95412572.lo", 0x00001, 0x080000, CRC(b73917fc) SHA1(215e1b312bd31daf9b5240263749d2a9ad10b397) ) |
| 10188 | | ROM_LOAD16_BYTE( "95412573.hi", 0x00000, 0x080000, CRC(e05230c7) SHA1(d5b7687f3c8cf854fd882db3f7dee6085503e092) ) |
| 10189 | | sc_pony_others |
| 10190 | | ROM_END |
| 10191 | | |
| 10192 | | ROM_START( sc5ponyd ) |
| 10193 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10194 | | ROM_LOAD16_BYTE( "95413572.lo", 0x00001, 0x080000, CRC(ab9b41f7) SHA1(7d5af49807722755be5dbc7bad6e39094157bf65) ) |
| 10195 | | ROM_LOAD16_BYTE( "95413573.hi", 0x00000, 0x080000, CRC(e8197256) SHA1(e61b601a4969aa29a6fc9e1099a3293bfa5f1741) ) |
| 10196 | | sc_pony_others |
| 10197 | | ROM_END |
| 10198 | | |
| 10199 | | |
| 10200 | | ROM_START( sc5popey ) |
| 10201 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10202 | | ROM_LOAD16_BYTE( "95422942.lo", 0x00001, 0x080000, CRC(7a6e1be3) SHA1(d57281ca12ca9ff1b7bb3c6fa10d2f42bef93ffd) ) |
| 10203 | | ROM_LOAD16_BYTE( "95422943.hi", 0x00000, 0x080000, CRC(ca6a8fa6) SHA1(2d0ca03086fadb467f7886ab9a1ab4c240f18bf7) ) |
| 10204 | | sc_popey_others |
| 10205 | | ROM_END |
| 10206 | | |
| 10207 | | ROM_START( sc5popeya ) |
| 10208 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10209 | | ROM_LOAD16_BYTE( "95423942.lo", 0x00001, 0x080000, CRC(0ec64fe9) SHA1(450f5deb83968b3a02ea65f919c767eb9e66346a) ) |
| 10210 | | ROM_LOAD16_BYTE( "95423943.hi", 0x00000, 0x080000, CRC(2af8755b) SHA1(d0ae0805cadf28c75dbad9e352c3d0c0189b2b2e) ) |
| 10211 | | sc_popey_others |
| 10212 | | ROM_END |
| 10213 | | |
| 10214 | | ROM_START( sc5popeyb ) |
| 10215 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10216 | | ROM_LOAD16_BYTE( "95426390.lo", 0x00001, 0x080000, CRC(8f002e83) SHA1(7d20c51ffcb0cfb98109e85aee77dd55c9ede039) ) |
| 10217 | | ROM_LOAD16_BYTE( "95426391.hi", 0x00000, 0x080000, CRC(280060b2) SHA1(7b602b482e5ba0d567a632653223cc7ce2ca05d5) ) |
| 10218 | | sc_popey_others |
| 10219 | | ROM_END |
| 10220 | | |
| 10221 | | ROM_START( sc5popeyc ) |
| 10222 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10223 | | ROM_LOAD16_BYTE( "95427390.lo", 0x00001, 0x080000, CRC(feb87ed6) SHA1(214c5f6e488cd428ca39c548affb339a31b85998) ) |
| 10224 | | ROM_LOAD16_BYTE( "95427391.hi", 0x00000, 0x080000, CRC(e9b15649) SHA1(48475a6547d33d876abfd10794850c313e8e7f27) ) |
| 10225 | | sc_popey_others |
| 10226 | | ROM_END |
| 10227 | | |
| 10228 | | |
| 10229 | | |
| 10230 | | ROM_START( sc5pog ) |
| 10231 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10232 | | ROM_LOAD16_BYTE( "95418746.lo", 0x00001, 0x080000, CRC(6ec2f94f) SHA1(6ea688cc7c69c0a50ba59cd1e3c55a67f4b8b980) ) |
| 10233 | | ROM_LOAD16_BYTE( "95418747.hi", 0x00000, 0x080000, CRC(899d9f95) SHA1(170803aec2875223424a09326d74a335b2a1efa6) ) |
| 10234 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10235 | | ROM_END |
| 10236 | | |
| 10237 | | ROM_START( sc5poga ) |
| 10238 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10239 | | ROM_LOAD16_BYTE( "95419746.lo", 0x00001, 0x080000, CRC(fde32cb2) SHA1(2627f19e787cd9f88d53e3dab6cfd5809912e39c) ) |
| 10240 | | ROM_LOAD16_BYTE( "95419747.hi", 0x00000, 0x080000, CRC(2dd74466) SHA1(023af3659bbb31856364e33de1b3a03579248310) ) |
| 10241 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10242 | | ROM_END |
| 10243 | | |
| 10244 | | ROM_START( sc5pogb ) |
| 10245 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10246 | | ROM_LOAD16_BYTE( "95422096.lo", 0x00001, 0x080000, CRC(634b915f) SHA1(a64fa41d97d209774e403650e75f02039c714050) ) |
| 10247 | | ROM_LOAD16_BYTE( "95422097.hi", 0x00000, 0x080000, CRC(393eeb18) SHA1(a73ddeaad545fc72e7bb970cc5884837df991412) ) |
| 10248 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10249 | | ROM_END |
| 10250 | | |
| 10251 | | ROM_START( sc5pogc ) |
| 10252 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10253 | | ROM_LOAD16_BYTE( "95423096.lo", 0x00000, 0x080000, NO_DUMP ) |
| 10254 | | ROM_LOAD16_BYTE( "95423097.hi", 0x00000, 0x080000, CRC(6c02b85d) SHA1(be8c898788cc826812a16eece855ce3f21cb1740) ) |
| 10255 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10256 | | ROM_END |
| 10257 | | |
| 10258 | | ROM_START( sc5pogd ) |
| 10259 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10260 | | ROM_LOAD16_BYTE( "p1918p42.hi", 0x00000, 0x080000, CRC(9e0c7ebc) SHA1(e81fd6dbb13a25afde4849e54b0f71c0f6a83ad7) ) |
| 10261 | | ROM_LOAD16_BYTE( "p1918p42.lo", 0x00001, 0x080000, CRC(330226ed) SHA1(001953a954c73d380d772a3779f104c1dd277505) ) |
| 10262 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10263 | | ROM_END |
| 10264 | | |
| 10265 | | ROM_START( sc5poge ) |
| 10266 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10267 | | ROM_LOAD16_BYTE( "p1918s42.hi", 0x00000, 0x080000, CRC(30780d72) SHA1(6731996c6f2addf70d9abae828853dde85df4585) ) |
| 10268 | | ROM_LOAD16_BYTE( "p1918s42.lo", 0x00001, 0x080000, CRC(b9829456) SHA1(5c5f250857cc2f96f8e1761402bd46e05df0b549) ) |
| 10269 | | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10270 | | ROM_END |
| 10271 | | |
| 10272 | | |
| 10273 | | ROM_START( sc5potog ) |
| 10274 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10275 | | ROM_LOAD16_BYTE( "95426442.lo", 0x00001, 0x080000, CRC(021dbcd3) SHA1(129c49001c9fb87277b1da0fe997822cd68d6833) ) |
| 10276 | | ROM_LOAD16_BYTE( "95426443.hi", 0x00000, 0x080000, CRC(974f325d) SHA1(790efeff7b7a3f72a1cf1235771a7757cf844676) ) |
| 10277 | | PR000050_POTOFGLD_1 |
| 10278 | | ROM_END |
| 10279 | | |
| 10280 | | ROM_START( sc5potoga ) |
| 10281 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10282 | | ROM_LOAD16_BYTE( "95427442.lo", 0x00001, 0x080000, CRC(a461d588) SHA1(93fb5c6b145e5b4291ef3720fad5d527d27ebbda) ) |
| 10283 | | ROM_LOAD16_BYTE( "95427443.hi", 0x00000, 0x080000, CRC(f3bcb341) SHA1(0bbfb2d661c99a9dbc5547e73c775b6e1a7cb8b5) ) |
| 10284 | | PR000050_POTOFGLD_1 |
| 10285 | | ROM_END |
| 10286 | | |
| 10287 | | ROM_START( sc5potogb ) |
| 10288 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10289 | | ROM_LOAD16_BYTE( "g95426376.lo", 0x00001, 0x080000, CRC(9f6b3222) SHA1(044065bfa7f68474351f08c9e1535bd4a590d258) ) |
| 10290 | | ROM_LOAD16_BYTE( "g95426377.hi", 0x00000, 0x080000, CRC(02d55db3) SHA1(20e23360cebef9bc93ee2cc21d5851ffddf97e22) ) |
| 10291 | | PR000050_POTOFGLD_1 |
| 10292 | | ROM_END |
| 10293 | | |
| 10294 | | ROM_START( sc5potogc ) |
| 10295 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10296 | | ROM_LOAD16_BYTE( "g95426574.lo", 0x00001, 0x080000, CRC(2713029a) SHA1(255162dff74f9a68c91b5e3f08423d27b078ebcd) ) |
| 10297 | | ROM_LOAD16_BYTE( "g95426575.hi", 0x00000, 0x080000, CRC(3e12bf73) SHA1(00419f72131e341a350056f06e12eddfa3a93dca) ) |
| 10298 | | PR000050_POTOFGLD_1 |
| 10299 | | ROM_END |
| 10300 | | |
| 10301 | | ROM_START( sc5potogd ) |
| 10302 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10303 | | ROM_LOAD16_BYTE( "g95426622.lo", 0x00001, 0x080000, CRC(fbc0286a) SHA1(0b9b1fef673fac90357799c54aa9b51a0bb97086) ) |
| 10304 | | ROM_LOAD16_BYTE( "g95426623.hi", 0x00000, 0x080000, CRC(778fbd39) SHA1(b7087cba148d8b1f700a765f6556c48d08c00a4e) ) |
| 10305 | | PR000050_POTOFGLD_1 |
| 10306 | | ROM_END |
| 10307 | | |
| 10308 | | ROM_START( sc5potoge ) |
| 10309 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10310 | | ROM_LOAD16_BYTE( "g95427376.lo", 0x00001, 0x080000, CRC(932ba997) SHA1(07247a44c79e7afbe9de887c29051fbbf0a34ed3) ) |
| 10311 | | ROM_LOAD16_BYTE( "g95427377.hi", 0x00000, 0x080000, CRC(154e6413) SHA1(2e3d73ffe1f080ce7e223ed31c11242cdb48c5a5) ) |
| 10312 | | PR000050_POTOFGLD_1 |
| 10313 | | ROM_END |
| 10314 | | |
| 10315 | | ROM_START( sc5potogf ) |
| 10316 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10317 | | ROM_LOAD16_BYTE( "g95427574.lo", 0x00001, 0x080000, CRC(8c1b9871) SHA1(2e2e02c911e45f71a363ffe85f05d76058cc7049) ) |
| 10318 | | ROM_LOAD16_BYTE( "g95427575.hi", 0x00000, 0x080000, CRC(e0929b71) SHA1(85d0c52e53e5a414426da91b1d6496a750e519c1) ) |
| 10319 | | PR000050_POTOFGLD_1 |
| 10320 | | ROM_END |
| 10321 | | |
| 10322 | | ROM_START( sc5potogg ) |
| 10323 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10324 | | ROM_LOAD16_BYTE( "g95427622.lo", 0x00001, 0x080000, CRC(c0629d24) SHA1(8077566d177a5b77d591fca916d7a860854e21f0) ) |
| 10325 | | ROM_LOAD16_BYTE( "g95427623.hi", 0x00000, 0x080000, CRC(993cea6e) SHA1(94030b5062e31c32a08421ce0420af11227a9bd8) ) |
| 10326 | | PR000050_POTOFGLD_1 |
| 10327 | | ROM_END |
| 10328 | | |
| 10329 | | |
| 10330 | | |
| 10331 | | |
| 10332 | | ROM_START( sc5pwrpl ) |
| 10333 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10334 | | ROM_LOAD16_BYTE( "95416764.lo", 0x00001, 0x080000, CRC(2565da29) SHA1(a12f7479f112fcdbccf9814ba403ac2382fd2010) ) |
| 10335 | | ROM_LOAD16_BYTE( "95416765.hi", 0x00000, 0x080000, CRC(bcf9b9af) SHA1(dd442f37c1e76de90eac23539f300465054e7f60) ) |
| 10336 | | sc_pwrpl_others |
| 10337 | | ROM_END |
| 10338 | | |
| 10339 | | ROM_START( sc5pwrpla ) |
| 10340 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10341 | | ROM_LOAD16_BYTE( "95417764.lo", 0x00001, 0x080000, CRC(0a527024) SHA1(9870841fc4c6d8ad236cc721d0a04853a9626a6a) ) |
| 10342 | | ROM_LOAD16_BYTE( "95417765.hi", 0x00000, 0x080000, CRC(e5de2f39) SHA1(9420ee35da44bebdf14a1d62e22a0e66f71449f8) ) |
| 10343 | | sc_pwrpl_others |
| 10344 | | ROM_END |
| 10345 | | |
| 10346 | | |
| 10347 | | ROM_START( sc5pwrbl ) |
| 10348 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10349 | | ROM_LOAD16_BYTE( "95412926.lo", 0x00001, 0x080000, CRC(4edb4645) SHA1(a2eeab7c922e855ac570da59ff1c14946a9dd2b5) ) |
| 10350 | | ROM_LOAD16_BYTE( "95412927.hi", 0x00000, 0x080000, CRC(fca5a985) SHA1(0631df75cd07a328a255e012159b9330930bc031) ) |
| 10351 | | sc_pwrbl_others |
| 10352 | | ROM_END |
| 10353 | | |
| 10354 | | |
| 10355 | | ROM_START( sc5pwrbla ) |
| 10356 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10357 | | ROM_LOAD16_BYTE( "95413926.lo", 0x00001, 0x080000, CRC(391f3610) SHA1(ef73ccd1fcd15284aa721bb3bbba40d8d3fcf64b) ) |
| 10358 | | ROM_LOAD16_BYTE( "95413927.hi", 0x00000, 0x080000, CRC(b476f6f1) SHA1(b5d4eab67e61d551b7b6fa5dc12e4fadb25db1f2) ) |
| 10359 | | sc_pwrbl_others |
| 10360 | | ROM_END |
| 10361 | | |
| 10362 | | |
| 10363 | | ROM_START( sc5quidv ) |
| 10364 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10365 | | ROM_LOAD16_BYTE( "95420788.lo", 0x00001, 0x080000, CRC(fdfb704b) SHA1(19e71d2650e824e16c2d42bb0c68a98b7bd81d2e) ) |
| 10366 | | ROM_LOAD16_BYTE( "95420789.hi", 0x00000, 0x080000, CRC(f325013c) SHA1(ea601e27f5c61110b8cf669e206db289b4731521) ) |
| 10367 | | sc_quidv_others |
| 10368 | | ROM_END |
| 10369 | | |
| 10370 | | ROM_START( sc5quidva ) |
| 10371 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10372 | | ROM_LOAD16_BYTE( "95421788.lo", 0x00001, 0x080000, CRC(64610205) SHA1(bd9ce6e6e6060db22ec049a042354a986eb9cdfc) ) |
| 10373 | | ROM_LOAD16_BYTE( "95421789.hi", 0x00000, 0x080000, CRC(ae1900b6) SHA1(6c868810ea0510d7de40fe0129c72f1d7e42aff9) ) |
| 10374 | | sc_quidv_others |
| 10375 | | ROM_END |
| 10376 | | |
| 10377 | | ROM_START( sc5quidvb ) |
| 10378 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10379 | | ROM_LOAD16_BYTE( "95424490.lo", 0x00001, 0x080000, CRC(6f94b7de) SHA1(3dafcd2046b12e4c74bbb281c860476f01ed90c8) ) |
| 10380 | | ROM_LOAD16_BYTE( "95424491.hi", 0x00000, 0x080000, CRC(8f5507f7) SHA1(41678c4346784b3e4badb05eabcaa5a0561a7e6f) ) |
| 10381 | | sc_quidv_others |
| 10382 | | ROM_END |
| 10383 | | |
| 10384 | | ROM_START( sc5quidvc ) |
| 10385 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10386 | | ROM_LOAD16_BYTE( "95424564.lo", 0x00001, 0x080000, CRC(7d26ebca) SHA1(c63ba51e924cf61bf81a52fe3fa403ff681a6259) ) |
| 10387 | | ROM_LOAD16_BYTE( "95424565.hi", 0x00000, 0x080000, CRC(52436e90) SHA1(a37e3b956bacff1e7c2a4688904202f34c120929) ) |
| 10388 | | sc_quidv_others |
| 10389 | | ROM_END |
| 10390 | | |
| 10391 | | ROM_START( sc5quidvd ) |
| 10392 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10393 | | ROM_LOAD16_BYTE( "95424652.lo", 0x00001, 0x080000, CRC(6ca57650) SHA1(29e183d47fe80f9e051049189a294c217b93f78e) ) |
| 10394 | | ROM_LOAD16_BYTE( "95424653.hi", 0x00000, 0x080000, CRC(01518c58) SHA1(531e3b689b87b1f0eb888e2224d58b91ed266e07) ) |
| 10395 | | sc_quidv_others |
| 10396 | | ROM_END |
| 10397 | | |
| 10398 | | ROM_START( sc5quidve ) |
| 10399 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10400 | | ROM_LOAD16_BYTE( "95425490.lo", 0x00001, 0x080000, CRC(83c0c0c7) SHA1(30d03ab7e1c893ab96b6ddc3153141803e4193dc) ) |
| 10401 | | ROM_LOAD16_BYTE( "95425491.hi", 0x00000, 0x080000, CRC(d2497dc6) SHA1(787ca5debf6f823234862c68e1685e8f2ef74ac2) ) |
| 10402 | | sc_quidv_others |
| 10403 | | ROM_END |
| 10404 | | |
| 10405 | | ROM_START( sc5quidvf ) |
| 10406 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10407 | | ROM_LOAD16_BYTE( "95425564.lo", 0x00001, 0x080000, CRC(53eb62d1) SHA1(a619211efadcbec74db9751ca3d0f10254ebc2a6) ) |
| 10408 | | ROM_LOAD16_BYTE( "95425565.hi", 0x00000, 0x080000, CRC(f37b0c31) SHA1(c1a3f7841f226180c6743b03904139a9dd250a1d) ) |
| 10409 | | sc_quidv_others |
| 10410 | | ROM_END |
| 10411 | | |
| 10412 | | ROM_START( sc5quidvg ) |
| 10413 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10414 | | ROM_LOAD16_BYTE( "95425652.lo", 0x00001, 0x080000, CRC(a99e0bed) SHA1(8082362471da6890d1b3f47006e1fe9e1bc10270) ) |
| 10415 | | ROM_LOAD16_BYTE( "95425653.hi", 0x00000, 0x080000, CRC(760f55cf) SHA1(d72c60ac5d2cc3dcd611509b2003c54cb33782bc) ) |
| 10416 | | sc_quidv_others |
| 10417 | | ROM_END |
| 10418 | | |
| 10419 | | ROM_START( sc5rhx ) |
| 10420 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10421 | | ROM_LOAD16_BYTE( "95408654.lo", 0x00001, 0x080000, CRC(99972de1) SHA1(ae30fd6b32ef13542fa6e3bc3f565ce5395877de) ) |
| 10422 | | ROM_LOAD16_BYTE( "95408655.hi", 0x00000, 0x080000, CRC(dc5bd5fb) SHA1(f7e994a2416b01304e75f25609c75e164b347620) ) |
| 10423 | | sc_rhx_others |
| 10424 | | ROM_END |
| 10425 | | |
| 10426 | | ROM_START( sc5rhxa ) |
| 10427 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10428 | | ROM_LOAD16_BYTE( "95410078.lo", 0x00001, 0x080000, CRC(0c148324) SHA1(7110b5467601aac4551188ec0a1c9caee1c97692) ) |
| 10429 | | ROM_LOAD16_BYTE( "95410079.hi", 0x00000, 0x080000, CRC(1cb3de28) SHA1(fe0b9fb4db18b3e98480b46b14ca37b7dae013c6) ) |
| 10430 | | sc_rhx_others |
| 10431 | | ROM_END |
| 10432 | | |
| 10433 | | ROM_START( sc5rhxb ) |
| 10434 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10435 | | ROM_LOAD16_BYTE( "95410126.lo", 0x00001, 0x080000, CRC(1ddc4a15) SHA1(6391efb041dba04fa5eb8f0474cc9b90dd5e52e4) ) |
| 10436 | | ROM_LOAD16_BYTE( "95410127.hi", 0x00000, 0x080000, CRC(4bb4ea72) SHA1(de5ca8394ce36ae4866da67cbc37ea91df4fbe6c) ) |
| 10437 | | sc_rhx_others |
| 10438 | | ROM_END |
| 10439 | | |
| 10440 | | ROM_START( sc5rhxc ) |
| 10441 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10442 | | ROM_LOAD16_BYTE( "95411078.lo", 0x00001, 0x080000, CRC(1b8a607f) SHA1(977353289c673470203e6bdd2623a597eb6018e4) ) |
| 10443 | | ROM_LOAD16_BYTE( "95411079.hi", 0x00000, 0x080000, CRC(ce90ea81) SHA1(39a6f733d93fe19a829424d68e087f89c10e6c2d) ) |
| 10444 | | sc_rhx_others |
| 10445 | | ROM_END |
| 10446 | | |
| 10447 | | ROM_START( sc5rhxd ) |
| 10448 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10449 | | ROM_LOAD16_BYTE( "95411082.lo", 0x00001, 0x080000, CRC(81e37de1) SHA1(a7332a4ce1156a2aaf6c100268607e94fce524fa) ) |
| 10450 | | ROM_LOAD16_BYTE( "95411083.hi", 0x00000, 0x080000, CRC(8e51bd5e) SHA1(3f91ea8b6140c83cda41a5ccedd2b5398737a41c) ) |
| 10451 | | sc_rhx_others |
| 10452 | | ROM_END |
| 10453 | | |
| 10454 | | ROM_START( sc5rhxe ) |
| 10455 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10456 | | ROM_LOAD16_BYTE( "95411084.lo", 0x00001, 0x080000, CRC(9357b033) SHA1(db9dd0391422ea1bf57e03b9a95d2333cccc1b50) ) |
| 10457 | | ROM_LOAD16_BYTE( "95411085.hi", 0x00000, 0x080000, CRC(41a7f320) SHA1(2d3b3adf880ac01dd99b155d12287f162168225b) ) |
| 10458 | | sc_rhx_others |
| 10459 | | ROM_END |
| 10460 | | |
| 10461 | | ROM_START( sc5rhxf ) |
| 10462 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10463 | | ROM_LOAD16_BYTE( "95411126.lo", 0x00001, 0x080000, CRC(516cb51a) SHA1(609e62dd2d896ca979e3d29b0f1e9a762e6d3464) ) |
| 10464 | | ROM_LOAD16_BYTE( "95411127.hi", 0x00000, 0x080000, CRC(f517a8db) SHA1(c01460d8bc427b963310ef9c877c882556ad7aef) ) |
| 10465 | | sc_rhx_others |
| 10466 | | ROM_END |
| 10467 | | |
| 10468 | | |
| 10469 | | ROM_START( sc5rhxcs ) |
| 10470 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10471 | | ROM_LOAD16_BYTE( "95420716.lo", 0x00001, 0x080000, CRC(a713a289) SHA1(327b2e3e0313582743061685638d70846ccf711a) ) |
| 10472 | | ROM_LOAD16_BYTE( "95420717.hi", 0x00000, 0x080000, CRC(a3c88ba3) SHA1(af5c4931f133dccebd8d2ec9be6e74eba707f3ee) ) |
| 10473 | | sc_rhxcs_others |
| 10474 | | ROM_END |
| 10475 | | |
| 10476 | | ROM_START( sc5rhxcsa ) |
| 10477 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10478 | | ROM_LOAD16_BYTE( "95421716.lo", 0x00001, 0x080000, CRC(302719b9) SHA1(3e9df6d227a901c4f19028cd8e4b6fa640209ac5) ) |
| 10479 | | ROM_LOAD16_BYTE( "95421717.hi", 0x00000, 0x080000, CRC(3b022f78) SHA1(bb1798468fe99c269712bc06bff8613ae03c81e7) ) |
| 10480 | | sc_rhxcs_others |
| 10481 | | ROM_END |
| 10482 | | |
| 10483 | | |
| 10484 | | ROM_START( sc5redsq ) |
| 10485 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10486 | | ROM_LOAD16_BYTE( "95416590.lo", 0x00001, 0x080000, CRC(4d08d688) SHA1(fe9e65553d9e8df7231c9a959b4a7c9f05de1e01) ) |
| 10487 | | ROM_LOAD16_BYTE( "95416591.hi", 0x00000, 0x080000, CRC(0d4d40fc) SHA1(1e671db1f035117a57f96b5c8343f602501f5ba9) ) |
| 10488 | | sc_redsq_others |
| 10489 | | ROM_END |
| 10490 | | |
| 10491 | | ROM_START( sc5redsqa ) |
| 10492 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10493 | | ROM_LOAD16_BYTE( "95417590.lo", 0x00001, 0x080000, CRC(2c7c829c) SHA1(d540309dfea5240316c0d10e410d5cf7f9e0b9c5) ) |
| 10494 | | ROM_LOAD16_BYTE( "95417591.hi", 0x00000, 0x080000, CRC(52b4ca1d) SHA1(0a86824ebde3d9b33a2cd58a81b9232bde76bfd4) ) |
| 10495 | | sc_redsq_others |
| 10496 | | ROM_END |
| 10497 | | |
| 10498 | | |
| 10499 | | ROM_START( sc5rosts ) |
| 10500 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10501 | | ROM_LOAD16_BYTE( "95426024.lo", 0x00001, 0x080000, CRC(344ae121) SHA1(3b6b24492ba0e7d22adb9a8b152ebc61b433af17) ) |
| 10502 | | ROM_LOAD16_BYTE( "95426025.hi", 0x00000, 0x080000, CRC(543eb055) SHA1(8468395c2a805751cfd8d67f9a124ede4bca269e) ) |
| 10503 | | sc_rosts_others |
| 10504 | | ROM_END |
| 10505 | | |
| 10506 | | ROM_START( sc5rostsa ) |
| 10507 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10508 | | ROM_LOAD16_BYTE( "95426242.lo", 0x00001, 0x080000, CRC(8e98e510) SHA1(2f122ff8b329542376153c43d1cabc2d5a221edf) ) |
| 10509 | | ROM_LOAD16_BYTE( "95426243.hi", 0x00000, 0x080000, CRC(652dd45c) SHA1(3618fe3f2dc28d05b24a40ee75409a114833f07b) ) |
| 10510 | | sc_rosts_others |
| 10511 | | ROM_END |
| 10512 | | |
| 10513 | | ROM_START( sc5rostsb ) |
| 10514 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10515 | | ROM_LOAD16_BYTE( "95426480.lo", 0x00001, 0x080000, CRC(f9b6864d) SHA1(cc9e91391e7aea6c11e7d5a544030ccc7fbbafbe) ) |
| 10516 | | ROM_LOAD16_BYTE( "95426481.hi", 0x00000, 0x080000, CRC(2f8f519a) SHA1(d8b3c255e1dc490ae7edd0add77b3d752591c39b) ) |
| 10517 | | sc_rosts_others |
| 10518 | | ROM_END |
| 10519 | | |
| 10520 | | ROM_START( sc5rostsc ) |
| 10521 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10522 | | ROM_LOAD16_BYTE( "95427024.lo", 0x00001, 0x080000, CRC(01da3740) SHA1(b765683f2944351217a61c2aacfb09f959e5ad00) ) |
| 10523 | | ROM_LOAD16_BYTE( "95427025.hi", 0x00000, 0x080000, CRC(8956a0e0) SHA1(c8d070fce0336f63df05d18dd860337cba9dda1a) ) |
| 10524 | | sc_rosts_others |
| 10525 | | ROM_END |
| 10526 | | |
| 10527 | | ROM_START( sc5rostsd ) |
| 10528 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10529 | | ROM_LOAD16_BYTE( "95427242.lo", 0x00001, 0x080000, CRC(11826e47) SHA1(712dffaafc5c1c9dbae430187dd53ed711fe016c) ) |
| 10530 | | ROM_LOAD16_BYTE( "95427243.hi", 0x00000, 0x080000, CRC(2e6e312e) SHA1(2abd8fafe1bb21bcaddc39f70c23eb9d457ab311) ) |
| 10531 | | sc_rosts_others |
| 10532 | | ROM_END |
| 10533 | | |
| 10534 | | ROM_START( sc5rostse ) |
| 10535 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10536 | | ROM_LOAD16_BYTE( "95427480.lo", 0x00001, 0x080000, CRC(ce66e59b) SHA1(2ec6cf2f9cdda4cc3c259506d3f7fb089eef6afa) ) |
| 10537 | | ROM_LOAD16_BYTE( "95427481.hi", 0x00000, 0x080000, CRC(a9ec2b1f) SHA1(14e815cc451316aa6ff3456e0c1d881236dbe6af) ) |
| 10538 | | sc_rosts_others |
| 10539 | | ROM_END |
| 10540 | | |
| 10541 | | ROM_START( sc5rovrt ) |
| 10542 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10543 | | ROM_LOAD16_BYTE( "95416804.lo", 0x00001, 0x080000, CRC(4753f2ea) SHA1(6c0e7a890d89fe98cf1ad19bb1d6658be92c0233) ) |
| 10544 | | ROM_LOAD16_BYTE( "95416805.hi", 0x00000, 0x080000, CRC(db3bf6ce) SHA1(ad10d7d0df5d63cecf41d111545fc64313d9db88) ) |
| 10545 | | sc_rovrt_others |
| 10546 | | ROM_END |
| 10547 | | |
| 10548 | | ROM_START( sc5rovrta ) |
| 10549 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10550 | | ROM_LOAD16_BYTE( "95417804.lo", 0x00001, 0x080000, CRC(40098300) SHA1(de7d3966c46ba58d49efcea568ba8d52fc53a1bc) ) |
| 10551 | | ROM_LOAD16_BYTE( "95417805.hi", 0x00000, 0x080000, CRC(c39f21d0) SHA1(585ac468849a788b47e3dbf9f41dbc618e67405a) ) |
| 10552 | | sc_rovrt_others |
| 10553 | | ROM_END |
| 10554 | | |
| 10555 | | ROM_START( sc5rovrtb ) |
| 10556 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10557 | | ROM_LOAD16_BYTE( "95420208.lo", 0x00001, 0x080000, CRC(69c11c3d) SHA1(5269060fa78a929e379fa46d993d630534307cdc) ) |
| 10558 | | ROM_LOAD16_BYTE( "95420209.hi", 0x00000, 0x080000, CRC(614b3dd1) SHA1(a04fb9c173afd2d54948dbbd1ab7979cceeb1c31) ) |
| 10559 | | sc_rovrt_others |
| 10560 | | ROM_END |
| 10561 | | |
| 10562 | | ROM_START( sc5rovrtc ) |
| 10563 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10564 | | ROM_LOAD16_BYTE( "95421208.lo", 0x00001, 0x080000, CRC(f982c649) SHA1(45c6e7460fe5ae11e972ff117b1af6ddc8acb3cc) ) |
| 10565 | | ROM_LOAD16_BYTE( "95421209.hi", 0x00000, 0x080000, CRC(1b4df6b3) SHA1(ab1e94315f3841f4abc3f2729152d85dc42bfc9a) ) |
| 10566 | | sc_rovrt_others |
| 10567 | | ROM_END |
| 10568 | | |
| 10569 | | ROM_START( sc5smtm ) |
| 10570 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10571 | | ROM_LOAD16_BYTE( "95416774.lo", 0x00001, 0x080000, CRC(69c428c1) SHA1(820ee15cd362c59b045b7c8367d090bb0cba8b52) ) |
| 10572 | | ROM_LOAD16_BYTE( "95416775.hi", 0x00000, 0x080000, CRC(fe319548) SHA1(d5c4ea5a0e5eb11bebcba5df00932b38d562a83d) ) |
| 10573 | | sc_smtm_others |
| 10574 | | ROM_END |
| 10575 | | |
| 10576 | | ROM_START( sc5smtma ) |
| 10577 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10578 | | ROM_LOAD16_BYTE( "95417774.lo", 0x00001, 0x080000, CRC(c7c3a41f) SHA1(0af495f5d387b53c3d8640ecccaeac3152b26ee5) ) |
| 10579 | | ROM_LOAD16_BYTE( "95417775.hi", 0x00000, 0x080000, CRC(776b8acb) SHA1(cf9f92a548caf101815094e32e5b1f2e3e6e85cb) ) |
| 10580 | | sc_smtm_others |
| 10581 | | ROM_END |
| 10582 | | |
| 10583 | | |
| 10584 | | ROM_START( sc5showt ) |
| 10585 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10586 | | ROM_LOAD16_BYTE( "95422250.lo", 0x00001, 0x080000, CRC(f5ccf736) SHA1(515020f2caeaa17da5c24cec7dd7591cd1bd1c9f) ) |
| 10587 | | ROM_LOAD16_BYTE( "95422251.hi", 0x00000, 0x080000, CRC(353cc294) SHA1(182dd862b0827ac843531ac471b28a1e0dba8452) ) |
| 10588 | | sc_showt_others |
| 10589 | | ROM_END |
| 10590 | | |
| 10591 | | ROM_START( sc5showta ) |
| 10592 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10593 | | ROM_LOAD16_BYTE( "95422264.lo", 0x00001, 0x080000, CRC(60f0aaa4) SHA1(5959317094e03e520d2fa09912bba317f09bb18d) ) |
| 10594 | | ROM_LOAD16_BYTE( "95422265.hi", 0x00000, 0x080000, CRC(250e5f22) SHA1(21c57910c4e998287dcd7de2c09e6f2393e34561) ) |
| 10595 | | sc_showt_others |
| 10596 | | ROM_END |
| 10597 | | |
| 10598 | | ROM_START( sc5showtb ) |
| 10599 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10600 | | ROM_LOAD16_BYTE( "95422266.lo", 0x00001, 0x080000, CRC(cd90c3a6) SHA1(7e87d8972bddaeecd370ea90cfe401b31e45cf3a) ) |
| 10601 | | ROM_LOAD16_BYTE( "95422267.hi", 0x00000, 0x080000, CRC(94408414) SHA1(a6e093020f8eef4390fe9de8314bf7ef7e4a3fdd) ) |
| 10602 | | sc_showt_others |
| 10603 | | ROM_END |
| 10604 | | |
| 10605 | | ROM_START( sc5showtc ) |
| 10606 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10607 | | ROM_LOAD16_BYTE( "95422282.lo", 0x00001, 0x080000, CRC(8dd2c938) SHA1(c4f51b27e51dc0a37ccf65731029497d9078b093) ) |
| 10608 | | ROM_LOAD16_BYTE( "95422283.hi", 0x00000, 0x080000, CRC(c4562c9b) SHA1(39355f1a9ffcfcc9da8fb650cc2bcdca298a4013) ) |
| 10609 | | sc_showt_others |
| 10610 | | ROM_END |
| 10611 | | |
| 10612 | | ROM_START( sc5showtd ) |
| 10613 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10614 | | ROM_LOAD16_BYTE( "95422508.lo", 0x00001, 0x080000, CRC(2331b6d8) SHA1(925f62a8b899210dd5b9fad84978757c581423b7) ) |
| 10615 | | ROM_LOAD16_BYTE( "95422509.hi", 0x00000, 0x080000, CRC(8b039dca) SHA1(3c881ad34e1406749cd80d71754febe618c13fea) ) |
| 10616 | | sc_showt_others |
| 10617 | | ROM_END |
| 10618 | | |
| 10619 | | ROM_START( sc5showte ) |
| 10620 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10621 | | ROM_LOAD16_BYTE( "95422760.lo", 0x00001, 0x080000, CRC(1375e194) SHA1(05292e05c469890eebdfa125a293a7a27b41d77d) ) |
| 10622 | | ROM_LOAD16_BYTE( "95422761.hi", 0x00000, 0x080000, CRC(e0aec359) SHA1(75a241a6e170f691eea7552bbb8dc97e40b723d3) ) |
| 10623 | | sc_showt_others |
| 10624 | | ROM_END |
| 10625 | | |
| 10626 | | ROM_START( sc5showtf ) |
| 10627 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10628 | | ROM_LOAD16_BYTE( "95423250.lo", 0x00001, 0x080000, CRC(3245a8a6) SHA1(9341ff47bb9a2d22f49c114234daec283ad7e879) ) |
| 10629 | | ROM_LOAD16_BYTE( "95423251.hi", 0x00000, 0x080000, CRC(40a0ec3a) SHA1(3e32e96f0484cb15ec24e659218c815732905277) ) |
| 10630 | | sc_showt_others |
| 10631 | | ROM_END |
| 10632 | | |
| 10633 | | ROM_START( sc5showtg ) |
| 10634 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10635 | | ROM_LOAD16_BYTE( "95423264.lo", 0x00001, 0x080000, CRC(72a1d258) SHA1(4e2989f1a5826907200ed2b90c96d68bf4b2f272) ) |
| 10636 | | ROM_LOAD16_BYTE( "95423265.hi", 0x00000, 0x080000, CRC(f45d4470) SHA1(d5598c079bc69bab8e205a0713b7f04b7f2a1645) ) |
| 10637 | | sc_showt_others |
| 10638 | | ROM_END |
| 10639 | | |
| 10640 | | ROM_START( sc5showth ) |
| 10641 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10642 | | ROM_LOAD16_BYTE( "95423266.lo", 0x00001, 0x080000, CRC(d57d3dc9) SHA1(388ef7d70e39b1cf7c490b5728a41d56c13e89bb) ) |
| 10643 | | ROM_LOAD16_BYTE( "95423267.hi", 0x00000, 0x080000, CRC(1a0dc2a4) SHA1(93b17f39436078245df3e3ada3525b397372717d) ) |
| 10644 | | sc_showt_others |
| 10645 | | ROM_END |
| 10646 | | |
| 10647 | | ROM_START( sc5showti ) |
| 10648 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10649 | | ROM_LOAD16_BYTE( "95423282.lo", 0x00001, 0x080000, CRC(0f797a89) SHA1(d877282a0fc6a8e8324df461c16c50da9c58f586) ) |
| 10650 | | ROM_LOAD16_BYTE( "95423283.hi", 0x00000, 0x080000, CRC(7a6f6a99) SHA1(1863e215a03c0e97c6aea97d8cc23d219bffb1cd) ) |
| 10651 | | sc_showt_others |
| 10652 | | ROM_END |
| 10653 | | |
| 10654 | | ROM_START( sc5showtj ) |
| 10655 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10656 | | ROM_LOAD16_BYTE( "95423508.lo", 0x00001, 0x080000, CRC(f6c86a6d) SHA1(feb7bc7d0014a4030ed0582412f31f9fa0ca2452) ) |
| 10657 | | ROM_LOAD16_BYTE( "95423509.hi", 0x00000, 0x080000, CRC(d305bd12) SHA1(9cab958cbd54b16344356768c2b910e972740290) ) |
| 10658 | | sc_showt_others |
| 10659 | | ROM_END |
| 10660 | | |
| 10661 | | ROM_START( sc5showtk ) |
| 10662 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10663 | | ROM_LOAD16_BYTE( "95423760.lo", 0x00001, 0x080000, CRC(27e3af32) SHA1(d441367f254304c1b7e2f4a40384f222080fbdfb) ) |
| 10664 | | ROM_LOAD16_BYTE( "95423761.hi", 0x00000, 0x080000, CRC(e522bc87) SHA1(1c8e8ad395696e9dad4e1b7bbd7ff4fff772771b) ) |
| 10665 | | sc_showt_others |
| 10666 | | ROM_END |
| 10667 | | |
| 10668 | | ROM_START( sc5showtl ) |
| 10669 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10670 | | ROM_LOAD16_BYTE( "95426280.lo", 0x00001, 0x080000, CRC(df58a77a) SHA1(4873fb57d1f7305638655e662290382ec8f71d83) ) |
| 10671 | | ROM_LOAD16_BYTE( "95426281.hi", 0x00000, 0x080000, CRC(fc06f41f) SHA1(23543ed0bd3f3d19254b13b025f3bb7d72069074) ) |
| 10672 | | sc_showt_others |
| 10673 | | ROM_END |
| 10674 | | |
| 10675 | | ROM_START( sc5showtm ) |
| 10676 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10677 | | ROM_LOAD16_BYTE( "95427280.lo", 0x00001, 0x080000, CRC(9f6eb87a) SHA1(8ec853dcfc2ab70aa9b354a7d53830fb98372b72) ) |
| 10678 | | ROM_LOAD16_BYTE( "95427281.hi", 0x00000, 0x080000, CRC(dffa8c35) SHA1(d73cb184593d1f2c1d60c9e71c130317f5302624) ) |
| 10679 | | sc_showt_others |
| 10680 | | ROM_END |
| 10681 | | |
| 10682 | | ROM_START( sc5showtn ) |
| 10683 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10684 | | ROM_LOAD16_BYTE( "p3013p72.hi", 0x00000, 0x080000, CRC(4a2bb3f4) SHA1(c83e20f1481fd6be86f9b8bc3bbc075b984602d0) ) |
| 10685 | | ROM_LOAD16_BYTE( "p3013p72.lo", 0x00001, 0x080000, CRC(0c356331) SHA1(b1539d2f191ea00265674b13ca8098f91462f545) ) |
| 10686 | | sc_showt_others |
| 10687 | | ROM_END |
| 10688 | | |
| 10689 | | ROM_START( sc5showto ) |
| 10690 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10691 | | ROM_LOAD16_BYTE( "p3013p73.hi", 0x00000, 0x080000, CRC(33584a9f) SHA1(9c4fb053feb1be7e80466d83e04190a045ba0739) ) |
| 10692 | | ROM_LOAD16_BYTE( "p3013p73.lo", 0x00001, 0x080000, CRC(04a0ef49) SHA1(9d08c72b4c243892ea21e82bf6daf21f218c1b60) ) |
| 10693 | | sc_showt_others |
| 10694 | | ROM_END |
| 10695 | | |
| 10696 | | ROM_START( sc5showtp ) |
| 10697 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10698 | | ROM_LOAD16_BYTE( "p3013s72.hi", 0x00000, 0x080000, CRC(a7fa33b6) SHA1(fdbbb4ad615570a80b8e96a2cda64655ae079e39) ) |
| 10699 | | ROM_LOAD16_BYTE( "p3013s72.lo", 0x00001, 0x080000, CRC(44921322) SHA1(ffd0d5ff9a0d013f43c031e60b7db9208d98d5bc) ) |
| 10700 | | sc_showt_others |
| 10701 | | ROM_END |
| 10702 | | |
| 10703 | | ROM_START( sc5showtq ) |
| 10704 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10705 | | ROM_LOAD16_BYTE( "p3013s73.hi", 0x00000, 0x080000, CRC(a7e54de1) SHA1(72ac11cbc9c75da11a3064e1b48533db60d3ba8f) ) |
| 10706 | | ROM_LOAD16_BYTE( "p3013s73.lo", 0x00001, 0x080000, CRC(9a696a93) SHA1(c051803e47d73ab33abb539e58e83630940e1d77) ) |
| 10707 | | sc_showt_others |
| 10708 | | ROM_END |
| 10709 | | |
| 10710 | | ROM_START( sc5slad ) |
| 10711 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10712 | | ROM_LOAD16_BYTE( "95408992.lo", 0x00001, 0x080000, CRC(52b25a9c) SHA1(a886bbb06fc446551d03b7fccdc51b0c7426f554) ) |
| 10713 | | ROM_LOAD16_BYTE( "95408993.hi", 0x00000, 0x080000, CRC(34232091) SHA1(aff81aefc6816df5fbe121a365597b1efd255b91) ) |
| 10714 | | sc_slad_others |
| 10715 | | ROM_END |
| 10716 | | |
| 10717 | | ROM_START( sc5slada ) |
| 10718 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10719 | | ROM_LOAD16_BYTE( "95408994.lo", 0x00001, 0x080000, CRC(7952dd9b) SHA1(b314dfc941594b379c0bf3ac8a215f9da8fce5ad) ) |
| 10720 | | ROM_LOAD16_BYTE( "95408995.hi", 0x00000, 0x080000, CRC(1fa6cbc9) SHA1(4602ee52f7c3cdc4ea6624cf9269c934e45026ec) ) |
| 10721 | | sc_slad_others |
| 10722 | | ROM_END |
| 10723 | | |
| 10724 | | ROM_START( sc5sladb ) |
| 10725 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10726 | | ROM_LOAD16_BYTE( "95409992.lo", 0x00001, 0x080000, CRC(4c8a4ac5) SHA1(4587a6f9b5224fd3001f70902b6dcbf6b10133a1) ) |
| 10727 | | ROM_LOAD16_BYTE( "95409993.hi", 0x00000, 0x080000, CRC(8a1f3400) SHA1(d4e94be6c8738ced82bf6399b7ab12c95a91d92f) ) |
| 10728 | | sc_slad_others |
| 10729 | | ROM_END |
| 10730 | | |
| 10731 | | ROM_START( sc5sladc ) |
| 10732 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10733 | | ROM_LOAD16_BYTE( "95409994.lo", 0x00001, 0x080000, CRC(676acdc2) SHA1(60bed4e1ce0bcb95cd4d47dfa17dfc0312715a60) ) |
| 10734 | | ROM_LOAD16_BYTE( "95409995.hi", 0x00000, 0x080000, CRC(a19adf58) SHA1(783f91b89ab95523803d2ebf547ab37a9f864ebe) ) |
| 10735 | | sc_slad_others |
| 10736 | | ROM_END |
| 10737 | | |
| 10738 | | ROM_START( sc5sladd ) |
| 10739 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10740 | | ROM_LOAD16_BYTE( "95410836.lo", 0x00001, 0x080000, CRC(b50072a5) SHA1(5c4603576a9a2efe2a03d3ad98026124ec57f1fb) ) |
| 10741 | | ROM_LOAD16_BYTE( "95410837.hi", 0x00000, 0x080000, CRC(1b9c675f) SHA1(2e62c9149d7f8fc4af63bcb8399259197cb4108e) ) |
| 10742 | | sc_slad_others |
| 10743 | | ROM_END |
| 10744 | | |
| 10745 | | ROM_START( sc5slade ) |
| 10746 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10747 | | ROM_LOAD16_BYTE( "95410838.lo", 0x00001, 0x080000, CRC(f4925ba2) SHA1(d606b1e3e936d1f4c924484cc36ee99146b5b41b) ) |
| 10748 | | ROM_LOAD16_BYTE( "95410839.hi", 0x00000, 0x080000, CRC(04e4bf17) SHA1(98ab9f35ff9e5cfdd62fefb1ca5c09b41a821eb4) ) |
| 10749 | | sc_slad_others |
| 10750 | | ROM_END |
| 10751 | | |
| 10752 | | ROM_START( sc5sladf ) |
| 10753 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10754 | | ROM_LOAD16_BYTE( "95411836.lo", 0x00001, 0x080000, CRC(19607aa0) SHA1(3818ea45d13f5c510b9aa68a91d1042382112d2c) ) |
| 10755 | | ROM_LOAD16_BYTE( "95411837.hi", 0x00000, 0x080000, CRC(9f357e2b) SHA1(ba4dfa42f5b9b56f0d0fc0b9a5a6f3f4a9d320ec) ) |
| 10756 | | sc_slad_others |
| 10757 | | ROM_END |
| 10758 | | |
| 10759 | | ROM_START( sc5sladg ) |
| 10760 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10761 | | ROM_LOAD16_BYTE( "95411838.lo", 0x00001, 0x080000, CRC(58f253a7) SHA1(45372be7175a6dfd7f53f81d4b605b4c462d1962) ) |
| 10762 | | ROM_LOAD16_BYTE( "95411839.hi", 0x00000, 0x080000, CRC(804da663) SHA1(f5fbf8d701a907cdddf0f0adced4485444ba9cad) ) |
| 10763 | | sc_slad_others |
| 10764 | | ROM_END |
| 10765 | | |
| 10766 | | |
| 10767 | | |
| 10768 | | ROM_START( sc5spice ) |
| 10769 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10770 | | ROM_LOAD16_BYTE( "95418376.lo", 0x00001, 0x080000, CRC(f5d1d605) SHA1(83cbbedd35260fc4a66d0dba935ee61cf1939ed0) ) |
| 10771 | | ROM_LOAD16_BYTE( "95418377.hi", 0x00000, 0x080000, CRC(4fce1d68) SHA1(36c81646d76e0bc89146fcbbfbad661c2320b4c8) ) |
| 10772 | | sc_spice_others |
| 10773 | | ROM_END |
| 10774 | | |
| 10775 | | ROM_START( sc5spicea ) |
| 10776 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10777 | | ROM_LOAD16_BYTE( "95418488.lo", 0x00001, 0x080000, CRC(f8de81a8) SHA1(2cede8dc509bab58e7613611ca9a7aec4713acf5) ) |
| 10778 | | ROM_LOAD16_BYTE( "95418489.hi", 0x00000, 0x080000, CRC(170454a4) SHA1(3c5dc1a19a58bf72a90d74d1ba9f970dc11833fb) ) |
| 10779 | | sc_spice_others |
| 10780 | | ROM_END |
| 10781 | | |
| 10782 | | ROM_START( sc5spiceb ) |
| 10783 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10784 | | ROM_LOAD16_BYTE( "95419376.lo", 0x00001, 0x080000, CRC(5f66dde4) SHA1(62318dda642830b829636efa02b2051824ffe1f7) ) |
| 10785 | | ROM_LOAD16_BYTE( "95419377.hi", 0x00000, 0x080000, CRC(3ae406a2) SHA1(d042cb577229e30f31735e8c461821b3d7c8ed59) ) |
| 10786 | | sc_spice_others |
| 10787 | | ROM_END |
| 10788 | | |
| 10789 | | ROM_START( sc5spicec ) |
| 10790 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10791 | | ROM_LOAD16_BYTE( "95419488.lo", 0x00001, 0x080000, CRC(c17394ee) SHA1(384ecc4450d161459cadff6c6b8b05cd2c50562a) ) |
| 10792 | | ROM_LOAD16_BYTE( "95419489.hi", 0x00000, 0x080000, CRC(9e962a61) SHA1(2a5984ff26e0ae4c24b0efa1cc3321a609db93f9) ) |
| 10793 | | sc_spice_others |
| 10794 | | ROM_END |
| 10795 | | |
| 10796 | | ROM_START( sc5spiced ) |
| 10797 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10798 | | ROM_LOAD16_BYTE( "95422968.lo", 0x00001, 0x080000, CRC(1be00ec6) SHA1(805769692fce2ad70ee71c3a82f63f90e58186d4) ) |
| 10799 | | ROM_LOAD16_BYTE( "95422969.hi", 0x00000, 0x080000, CRC(b3c7d7f3) SHA1(0d66b1930e765c4cc91e8028584b4632ba00bb44) ) |
| 10800 | | sc_spice_others |
| 10801 | | ROM_END |
| 10802 | | |
| 10803 | | ROM_START( sc5spicee ) |
| 10804 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10805 | | ROM_LOAD16_BYTE( "95423968.lo", 0x00001, 0x080000, CRC(a96eda7e) SHA1(7ec117adb50821f99fda5def3f7851ed880fcf15) ) |
| 10806 | | ROM_LOAD16_BYTE( "95423969.hi", 0x00000, 0x080000, CRC(dff7d5ef) SHA1(f8c8630bad47d9dfb1e4f3d2b090cdb66a51195c) ) |
| 10807 | | sc_spice_others |
| 10808 | | ROM_END |
| 10809 | | |
| 10810 | | ROM_START( sc5swywm ) |
| 10811 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10812 | | ROM_LOAD16_BYTE( "95416370.lo", 0x00001, 0x080000, CRC(c318c638) SHA1(f9e9bc1dabd51901bd6bd5fda7d9b808cd323c21) ) |
| 10813 | | ROM_LOAD16_BYTE( "95416371.hi", 0x00000, 0x080000, CRC(3c583cc6) SHA1(9cd0e6010e3e8d13acb6efba5a962c3db2daa65a) ) |
| 10814 | | sc_swywm_others |
| 10815 | | ROM_END |
| 10816 | | |
| 10817 | | ROM_START( sc5swywma ) |
| 10818 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10819 | | ROM_LOAD16_BYTE( "95417370.lo", 0x00001, 0x080000, CRC(32232445) SHA1(4ccef584781987e73cecef8932620bcec6e1efe7) ) |
| 10820 | | ROM_LOAD16_BYTE( "95417371.hi", 0x00000, 0x080000, CRC(e647d430) SHA1(5ae9258149dace4999e62fa6369aa78064739575) ) |
| 10821 | | sc_swywm_others |
| 10822 | | ROM_END |
| 10823 | | |
| 10824 | | ROM_START( sc5swywmb ) |
| 10825 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10826 | | ROM_LOAD16_BYTE( "95420306.lo", 0x00001, 0x080000, CRC(14f6e069) SHA1(c3af8f51b17c078e9293d514cb2bbe4045bfb66a) ) |
| 10827 | | ROM_LOAD16_BYTE( "95420307.hi", 0x00000, 0x080000, CRC(f6dedbc3) SHA1(23a433453cd518b3d17770e4d5638877eaecb5ae) ) |
| 10828 | | sc_swywm_others |
| 10829 | | ROM_END |
| 10830 | | |
| 10831 | | ROM_START( sc5swywmc ) |
| 10832 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10833 | | ROM_LOAD16_BYTE( "95421306.lo", 0x00001, 0x080000, CRC(36527439) SHA1(7d1b8d18b8689992bc16106fed655fd930f682a9) ) |
| 10834 | | ROM_LOAD16_BYTE( "95421307.hi", 0x00000, 0x080000, CRC(ee60c6dc) SHA1(ed74e4a4833c4a01f0ec3be456fb48269520e725) ) |
| 10835 | | sc_swywm_others |
| 10836 | | ROM_END |
| 10837 | | |
| 10838 | | ROM_START( sc5sumit ) |
| 10839 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10840 | | ROM_LOAD16_BYTE( "95416732.lo", 0x00001, 0x080000, CRC(78bb861e) SHA1(ba80e658f04d8d24676155df0f89b478df9ddc11) ) |
| 10841 | | ROM_LOAD16_BYTE( "95416733.hi", 0x00000, 0x080000, CRC(a4a347d0) SHA1(7e9c0679fdaff59a7fe56c6a7ceedda2e0b56786) ) |
| 10842 | | sc_sus_others |
| 10843 | | ROM_END |
| 10844 | | |
| 10845 | | ROM_START( sc5sus ) |
| 10846 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10847 | | ROM_LOAD16_BYTE( "95416798.lo", 0x00001, 0x080000, CRC(b0fe16d2) SHA1(fa10b63dba55c834a5facb0d624b1015fbe04c2e) ) |
| 10848 | | ROM_LOAD16_BYTE( "95416799.hi", 0x00000, 0x080000, CRC(eeb20d9c) SHA1(acc3ba10a2c9858f862ceca3ebe00512f2ce0088) ) |
| 10849 | | sc_sus_others |
| 10850 | | ROM_END |
| 10851 | | |
| 10852 | | ROM_START( sc5sumita ) |
| 10853 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10854 | | ROM_LOAD16_BYTE( "95417732.lo", 0x00001, 0x080000, CRC(b279d17c) SHA1(4f44ec13fde326ccc61a75827245267d82ea64e3) ) |
| 10855 | | ROM_LOAD16_BYTE( "95417733.hi", 0x00000, 0x080000, CRC(938e7b0d) SHA1(0b62020e57a972c54b2b5f204178089b3870daef) ) |
| 10856 | | sc_sus_others |
| 10857 | | ROM_END |
| 10858 | | |
| 10859 | | ROM_START( sc5susa ) |
| 10860 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10861 | | ROM_LOAD16_BYTE( "95417798.lo", 0x00001, 0x080000, CRC(013e9bb0) SHA1(002e444df92b1d9859510ad15e3b19780c18a147) ) |
| 10862 | | ROM_LOAD16_BYTE( "95417799.hi", 0x00000, 0x080000, CRC(74ac42ff) SHA1(af5242a5e44d77cedf8972212548781206ccf9e9) ) |
| 10863 | | sc_sus_others |
| 10864 | | ROM_END |
| 10865 | | |
| 10866 | | ROM_START( sc5susb ) |
| 10867 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10868 | | ROM_LOAD16_BYTE( "95420126.lo", 0x00001, 0x080000, CRC(e3b01116) SHA1(35d793963a3f22319ee368cee7c5b9403ecba5a1) ) |
| 10869 | | ROM_LOAD16_BYTE( "95420127.hi", 0x00000, 0x080000, CRC(b0ba53e3) SHA1(968bb739443c4d4145c1f5dc9ce75bdf2a54c670) ) |
| 10870 | | sc_sus_others |
| 10871 | | ROM_END |
| 10872 | | |
| 10873 | | ROM_START( sc5susc ) |
| 10874 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10875 | | ROM_LOAD16_BYTE( "95421126.lo", 0x00001, 0x080000, CRC(491c57d9) SHA1(c97c4866dead95064ac5a13ab61b279c67474d5d) ) |
| 10876 | | ROM_LOAD16_BYTE( "95421127.hi", 0x00000, 0x080000, CRC(7920ee8d) SHA1(2470c468973ed814c1114e88b45d950e82716767) ) |
| 10877 | | sc_sus_others |
| 10878 | | ROM_END |
| 10879 | | |
| 10880 | | |
| 10881 | | ROM_START( ad5sslam ) |
| 10882 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10883 | | |
| 10884 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 ) |
| 10885 | | ROM_LOAD( "39211387.bin", 0x0000, 0x1000000, CRC(315c9b47) SHA1(75659d9888fdbc83cd2559e88d4c47c90309956f) ) |
| 10886 | | ROM_LOAD( "p3084p12.bin", 0x0000, 0x1000000, CRC(f08e517d) SHA1(dc6f622d025fabad8302735188757a6f645ad2e3) ) |
| 10887 | | ROM_LOAD( "p3084s11.bin", 0x0000, 0x1000000, CRC(d51a0816) SHA1(6ff1b486f29395d7f7fbe726c6c8bc185f145f93) ) |
| 10888 | | ROM_LOAD( "p3084s12.bin", 0x0000, 0x1000000, CRC(7d33e52d) SHA1(6591834c60103f71211449355c592473180c33d9) ) |
| 10889 | | ROM_LOAD( "39211386.bin", 0x00000, 0x1000000, CRC(05d2c75b) SHA1(7c82d48e74997b4fe2c12e56a96a7c7ca57628cb) ) |
| 10890 | | ROM_LOAD( "39212386.bin", 0x00000, 0x1000000, CRC(4b47f4fc) SHA1(4a72df0c60968bdedac967f1989e3a4bcd7b974d) ) |
| 10891 | | |
| 10892 | | sc_sslam_others |
| 10893 | | ROM_END |
| 10894 | | |
| 10895 | | |
| 10896 | | ROM_START( sc5swbak ) |
| 10897 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10898 | | ROM_LOAD16_BYTE( "95416584.lo", 0x00001, 0x080000, CRC(6a391e3e) SHA1(2356f172565c73f9ee48b174831e39401770eabe) ) |
| 10899 | | ROM_LOAD16_BYTE( "95416585.hi", 0x00000, 0x080000, CRC(485bec6b) SHA1(1f591352d4d6a5a668ad69e49131e58d507edac3) ) |
| 10900 | | sc_swbak_others |
| 10901 | | ROM_END |
| 10902 | | |
| 10903 | | ROM_START( sc5swbaka ) |
| 10904 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10905 | | ROM_LOAD16_BYTE( "95417584.lo", 0x00001, 0x080000, CRC(7f77c234) SHA1(74f438838747e874fe5e5c568431c936cad6cf6c) ) |
| 10906 | | ROM_LOAD16_BYTE( "95417585.hi", 0x00000, 0x080000, CRC(ac32e805) SHA1(aed5dd9c7ce77686d8908b5d39f2527e8b037792) ) |
| 10907 | | sc_swbak_others |
| 10908 | | ROM_END |
| 10909 | | |
| 10910 | | |
| 10911 | | ROM_START( sc5ttpie ) |
| 10912 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10913 | | ROM_LOAD16_BYTE( "95418282.lo", 0x00001, 0x080000, CRC(e88a7afe) SHA1(c478af44d2980e48c9642c3e98354141a596e617) ) |
| 10914 | | ROM_LOAD16_BYTE( "95418283.hi", 0x00000, 0x080000, CRC(31f34712) SHA1(0f3c0660957adf4f304f027c85b27005c259ffb1) ) |
| 10915 | | sc_ttpie_others |
| 10916 | | ROM_END |
| 10917 | | |
| 10918 | | ROM_START( sc5ttpiea ) |
| 10919 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10920 | | ROM_LOAD16_BYTE( "95418484.lo", 0x00001, 0x080000, CRC(55001073) SHA1(cf81787d83004eecec27a4543fbc0b8f20d28fd8) ) |
| 10921 | | ROM_LOAD16_BYTE( "95418485.hi", 0x00000, 0x080000, CRC(943aee32) SHA1(d07d05a0b4a6a8688428a83174b9def2db96095e) ) |
| 10922 | | sc_ttpie_others |
| 10923 | | ROM_END |
| 10924 | | |
| 10925 | | ROM_START( sc5ttpieb ) |
| 10926 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10927 | | ROM_LOAD16_BYTE( "95418670.lo", 0x00001, 0x080000, CRC(8ca1c291) SHA1(2f9ad8a5f4533327c828eb441f408a98ad86794d) ) |
| 10928 | | ROM_LOAD16_BYTE( "95418671.hi", 0x00000, 0x080000, CRC(bab3dbde) SHA1(da3a589c45d529eb328ba051f8fcf92bbae01023) ) |
| 10929 | | sc_ttpie_others |
| 10930 | | ROM_END |
| 10931 | | |
| 10932 | | ROM_START( sc5ttpiec ) |
| 10933 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10934 | | ROM_LOAD16_BYTE( "95419282.lo", 0x00001, 0x080000, CRC(558d912f) SHA1(c5e6fed235ac7616e56f6fb4a161148943569a61) ) |
| 10935 | | ROM_LOAD16_BYTE( "95419283.hi", 0x00000, 0x080000, CRC(e7835704) SHA1(fa2769cb248df57b60f3849261c91e4cd7fc9cf5) ) |
| 10936 | | sc_ttpie_others |
| 10937 | | ROM_END |
| 10938 | | |
| 10939 | | ROM_START( sc5ttpied ) |
| 10940 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10941 | | ROM_LOAD16_BYTE( "95419484.lo", 0x00001, 0x080000, CRC(912fed2e) SHA1(c7efc626e19cd0253c4dc7117a3346e36b6de8f9) ) |
| 10942 | | ROM_LOAD16_BYTE( "95419485.hi", 0x00000, 0x080000, CRC(8e4c2150) SHA1(72ee84d6d6a01475d29ab8b1380d7a7d2272b609) ) |
| 10943 | | sc_ttpie_others |
| 10944 | | ROM_END |
| 10945 | | |
| 10946 | | ROM_START( sc5ttpiee ) |
| 10947 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10948 | | ROM_LOAD16_BYTE( "95419670.lo", 0x00001, 0x080000, CRC(c38bf8c9) SHA1(bc3125e754208e90578433ca6c6982443c98482d) ) |
| 10949 | | ROM_LOAD16_BYTE( "95419671.hi", 0x00000, 0x080000, CRC(6890ef77) SHA1(2e7d13a2e511f991faa1c1a34913927f7e64df50) ) |
| 10950 | | sc_ttpie_others |
| 10951 | | ROM_END |
| 10952 | | |
| 10953 | | ROM_START( sc5ttpief ) |
| 10954 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10955 | | ROM_LOAD16_BYTE( "95422032.lo", 0x00001, 0x080000, CRC(c5ae746d) SHA1(c66d5ed13934953507a8fed1d733b5062fc77b98) ) |
| 10956 | | ROM_LOAD16_BYTE( "95422033.hi", 0x00000, 0x080000, CRC(24ca3563) SHA1(8b1c822c44fb65186bdd5004b9de7e98a048f13f) ) |
| 10957 | | sc_ttpie_others |
| 10958 | | ROM_END |
| 10959 | | |
| 10960 | | ROM_START( sc5ttpieg ) |
| 10961 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10962 | | ROM_LOAD16_BYTE( "95422970.lo", 0x00001, 0x080000, CRC(32b28b53) SHA1(ad9999f28239296a470d1120335415ac3d8e84d3) ) |
| 10963 | | ROM_LOAD16_BYTE( "95422971.hi", 0x00000, 0x080000, CRC(b8a184f6) SHA1(122443d162f287dbc4da893f370a9cbffba00280) ) |
| 10964 | | sc_ttpie_others |
| 10965 | | ROM_END |
| 10966 | | |
| 10967 | | ROM_START( sc5ttpieh ) |
| 10968 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10969 | | ROM_LOAD16_BYTE( "95423032.lo", 0x00001, 0x080000, CRC(58f16ef9) SHA1(2e50650c3863c11eb606869c0b402192e8e412b4) ) |
| 10970 | | ROM_LOAD16_BYTE( "95423033.hi", 0x00000, 0x080000, CRC(fe9c70dc) SHA1(98cc409fc0753be3ab23c2986e92a96413471dd1) ) |
| 10971 | | sc_ttpie_others |
| 10972 | | ROM_END |
| 10973 | | |
| 10974 | | ROM_START( sc5ttpiei ) |
| 10975 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10976 | | ROM_LOAD16_BYTE( "95423970.lo", 0x00001, 0x080000, CRC(522a5e74) SHA1(7365f414f1c907f71322649474d77a69e211413f) ) |
| 10977 | | ROM_LOAD16_BYTE( "95423971.hi", 0x00000, 0x080000, CRC(0db07610) SHA1(9ef0e66301a63c756bc212daabb49718fdbf3c3a) ) |
| 10978 | | sc_ttpie_others |
| 10979 | | ROM_END |
| 10980 | | |
| 10981 | | |
| 10982 | | ROM_START( sc5typ ) |
| 10983 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10984 | | ROM_LOAD16_BYTE( "p3001p41.hi", 0x00000, 0x080000, CRC(e2748f7f) SHA1(895f441cc3019fa52a226e428e449f78d2bf78b8) ) |
| 10985 | | ROM_LOAD16_BYTE( "p3001p41.lo", 0x00001, 0x080000, CRC(bb208986) SHA1(44f98d8c37ef2d7a22f93ed5a62ac7c3cbe9c258) ) |
| 10986 | | sc_typ_others |
| 10987 | | ROM_END |
| 10988 | | |
| 10989 | | ROM_START( sc5typa ) |
| 10990 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10991 | | ROM_LOAD16_BYTE( "p3001p42.hi", 0x00000, 0x080000, CRC(8b3e94f4) SHA1(4bfc1b5179af439aa1370ba202eb7eb2bb9375e7) ) |
| 10992 | | ROM_LOAD16_BYTE( "p3001p42.lo", 0x00001, 0x080000, CRC(8fb76c4c) SHA1(f5486b934d83460787075973281a23beb83f101b) ) |
| 10993 | | sc_typ_others |
| 10994 | | ROM_END |
| 10995 | | |
| 10996 | | ROM_START( sc5typb ) |
| 10997 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10998 | | ROM_LOAD16_BYTE( "p3001s41.hi", 0x00000, 0x080000, CRC(791a5b14) SHA1(8fd9da104ae6b95e4c651bd164f3b421f85c4050) ) |
| 10999 | | ROM_LOAD16_BYTE( "p3001s41.lo", 0x00001, 0x080000, CRC(0d6eabd8) SHA1(83773fb597bc994a442fc5317bd81a0565816a7d) ) |
| 11000 | | sc_typ_others |
| 11001 | | ROM_END |
| 11002 | | |
| 11003 | | ROM_START( sc5typc ) |
| 11004 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11005 | | ROM_LOAD16_BYTE( "p3001s42.hi", 0x00000, 0x080000, CRC(7314531f) SHA1(6d5f9becd5e0ca11cd37b018ccac4ec196c0cfb5) ) |
| 11006 | | ROM_LOAD16_BYTE( "p3001s42.lo", 0x00001, 0x080000, CRC(16ad6b11) SHA1(f24ac0fe97ea1f6f36a6ca75e602d819e50489ab) ) |
| 11007 | | sc_typ_others |
| 11008 | | ROM_END |
| 11009 | | |
| 11010 | | |
| 11011 | | ROM_START( sc5tbox ) |
| 11012 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11013 | | ROM_LOAD16_BYTE( "95414778.lo", 0x00001, 0x080000, CRC(487c5cc4) SHA1(a9145aba9402d86ab70c46f09c85f6f3d46fd205) ) |
| 11014 | | ROM_LOAD16_BYTE( "95414779.hi", 0x00000, 0x080000, CRC(2873e6b2) SHA1(81c9a4505367402924793720a753e035972e38ce) ) |
| 11015 | | sc5tbox_others |
| 11016 | | ROM_END |
| 11017 | | |
| 11018 | | ROM_START( sc5tboxa ) |
| 11019 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11020 | | ROM_LOAD16_BYTE( "95414828.lo", 0x00001, 0x080000, CRC(498fd1c1) SHA1(12827f2538b6affb095ffa5b5f6350490664a332) ) |
| 11021 | | ROM_LOAD16_BYTE( "95414829.hi", 0x00000, 0x080000, CRC(b8935360) SHA1(2f9b9ea2ba3041a7372b138dc2bfdd98813ca0ad) ) |
| 11022 | | sc5tbox_others |
| 11023 | | ROM_END |
| 11024 | | |
| 11025 | | ROM_START( sc5tboxb ) |
| 11026 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11027 | | ROM_LOAD16_BYTE( "95414926.lo", 0x00001, 0x080000, CRC(ee169b9c) SHA1(f9cc88955e2647530571aff5c7384b018415a042) ) |
| 11028 | | ROM_LOAD16_BYTE( "95414927.hi", 0x00000, 0x080000, CRC(8a602459) SHA1(2aea959105938abe734f823f10babec29d7c3425) ) |
| 11029 | | sc5tbox_others |
| 11030 | | ROM_END |
| 11031 | | |
| 11032 | | ROM_START( sc5tboxc ) |
| 11033 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11034 | | ROM_LOAD16_BYTE( "95414942.lo", 0x00001, 0x080000, CRC(19c6636a) SHA1(da21ad5208544a24f9e3dad23ee20318b5bb64af) ) |
| 11035 | | ROM_LOAD16_BYTE( "95414943.hi", 0x00000, 0x080000, CRC(21c68cb2) SHA1(e0ea75ef06fe9e91138371cb415797a84bbc49ce) ) |
| 11036 | | sc5tbox_others |
| 11037 | | ROM_END |
| 11038 | | |
| 11039 | | ROM_START( sc5tboxd ) |
| 11040 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11041 | | ROM_LOAD16_BYTE( "95415774.lo", 0x00001, 0x080000, CRC(0d4016bf) SHA1(b82058a82b8d06604dd960b506fdfe836ede769c) ) |
| 11042 | | ROM_LOAD16_BYTE( "95415775.hi", 0x00000, 0x080000, CRC(3e889448) SHA1(6729784afc2d968bcf2dcfa5b6051efbf3fab7f9) ) |
| 11043 | | sc5tbox_others |
| 11044 | | ROM_END |
| 11045 | | |
| 11046 | | ROM_START( sc5tboxe ) |
| 11047 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11048 | | ROM_LOAD16_BYTE( "95415776.lo", 0x00001, 0x080000, CRC(ef75f453) SHA1(16d6a5ab415026108187fc55dfd0b1a3a9efc3e9) ) |
| 11049 | | ROM_LOAD16_BYTE( "95415777.hi", 0x00000, 0x080000, CRC(af76919b) SHA1(c344de9eafd22383c05ad972c8e71898e01d6310) ) |
| 11050 | | sc5tbox_others |
| 11051 | | ROM_END |
| 11052 | | |
| 11053 | | ROM_START( sc5tboxf ) |
| 11054 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11055 | | ROM_LOAD16_BYTE( "95415778.lo", 0x00001, 0x080000, CRC(e5377604) SHA1(58d2fb3683477e104f064120bd974873977517da) ) |
| 11056 | | ROM_LOAD16_BYTE( "95415779.hi", 0x00000, 0x080000, CRC(d56a79f5) SHA1(52ae9a2179cd69cf56c96e946ed7d3b8eb977c31) ) |
| 11057 | | sc5tbox_others |
| 11058 | | ROM_END |
| 11059 | | |
| 11060 | | ROM_START( sc5tboxg ) |
| 11061 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11062 | | ROM_LOAD16_BYTE( "95415828.lo", 0x00001, 0x080000, CRC(e4c4fb01) SHA1(4e5fbf06a994ec8c08ba592305346df61300ab3d) ) |
| 11063 | | ROM_LOAD16_BYTE( "95415829.hi", 0x00000, 0x080000, CRC(458acc27) SHA1(ee1037070fa799479db203a4f73aa76faaa58885) ) |
| 11064 | | sc5tbox_others |
| 11065 | | ROM_END |
| 11066 | | |
| 11067 | | ROM_START( sc5tboxh ) |
| 11068 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11069 | | ROM_LOAD16_BYTE( "95415926.lo", 0x00001, 0x080000, CRC(cf6706dd) SHA1(8430d2528f6390b3bbb7882d6388b1d996e30cbd) ) |
| 11070 | | ROM_LOAD16_BYTE( "95415927.hi", 0x00000, 0x080000, CRC(8b5e8829) SHA1(386ead851e3ff7546d071c09a6882d89f7c9b765) ) |
| 11071 | | sc5tbox_others |
| 11072 | | ROM_END |
| 11073 | | |
| 11074 | | ROM_START( sc5tboxi ) |
| 11075 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11076 | | ROM_LOAD16_BYTE( "95415942.lo", 0x00001, 0x080000, CRC(8efebd16) SHA1(bd6e043f2346006769f44fecb375219a3f7c2868) ) |
| 11077 | | ROM_LOAD16_BYTE( "95415943.hi", 0x00000, 0x080000, CRC(4dd9ac8a) SHA1(d22ac1c4710888b9d103325a3f6aa6a5a2d92b6b) ) |
| 11078 | | sc5tbox_others |
| 11079 | | ROM_END |
| 11080 | | |
| 11081 | | ROM_START( sc5tboxj ) |
| 11082 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11083 | | ROM_LOAD16_BYTE( "95416098.lo", 0x00001, 0x080000, CRC(40e7887c) SHA1(9ff0c5895b8453da276a888863ef97386c95de97) ) |
| 11084 | | ROM_LOAD16_BYTE( "95416099.hi", 0x00000, 0x080000, CRC(e3697e0b) SHA1(badcc5d35f95c568fb21f22b39f25b65a337f15a) ) |
| 11085 | | sc5tbox_others |
| 11086 | | ROM_END |
| 11087 | | |
| 11088 | | ROM_START( sc5tboxk ) |
| 11089 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11090 | | ROM_LOAD16_BYTE( "95416142.lo", 0x00001, 0x080000, CRC(be042d98) SHA1(bafb71c0d4579b73e2b04e4834220e6be5928fba) ) |
| 11091 | | ROM_LOAD16_BYTE( "95416143.hi", 0x00000, 0x080000, CRC(a4ac3bdf) SHA1(c3e82fe7fb62d0128fca1b9aa9cbcfb3b12217b5) ) |
| 11092 | | sc5tbox_others |
| 11093 | | ROM_END |
| 11094 | | |
| 11095 | | ROM_START( sc5tboxl ) |
| 11096 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11097 | | ROM_LOAD16_BYTE( "95416176.lo", 0x00001, 0x080000, CRC(835ec17f) SHA1(a7db233111112e7fed5dbe8490d02b8bc9d16cbd) ) |
| 11098 | | ROM_LOAD16_BYTE( "95416177.hi", 0x00000, 0x080000, CRC(f1919ea4) SHA1(2b8bef90b66b7682ef2ca6a6face929d73239551) ) |
| 11099 | | sc5tbox_others |
| 11100 | | ROM_END |
| 11101 | | |
| 11102 | | ROM_START( sc5tboxm ) |
| 11103 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11104 | | ROM_LOAD16_BYTE( "95416572.lo", 0x00001, 0x080000, CRC(70489d47) SHA1(18127558ba138db015f5219001e05082ccc695b6) ) |
| 11105 | | ROM_LOAD16_BYTE( "95416573.hi", 0x00000, 0x080000, CRC(681f1467) SHA1(04ac5e5f809d3f4b7240c4326080e67815557245) ) |
| 11106 | | sc5tbox_others |
| 11107 | | ROM_END |
| 11108 | | |
| 11109 | | ROM_START( sc5tboxn ) |
| 11110 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11111 | | ROM_LOAD16_BYTE( "95417098.lo", 0x00001, 0x080000, CRC(d13c9710) SHA1(12a4906254127fa623289ae1fffbb0cbb5d24c95) ) |
| 11112 | | ROM_LOAD16_BYTE( "95417099.hi", 0x00000, 0x080000, CRC(61f4177d) SHA1(eb125e0062030fdc98828f8c48d130516b62d978) ) |
| 11113 | | sc5tbox_others |
| 11114 | | ROM_END |
| 11115 | | |
| 11116 | | ROM_START( sc5tboxo ) |
| 11117 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11118 | | ROM_LOAD16_BYTE( "95417142.lo", 0x00001, 0x080000, CRC(e51d2ea6) SHA1(7270cd90ea1c95675102bc7cb75e819a9c4b51c5) ) |
| 11119 | | ROM_LOAD16_BYTE( "95417143.hi", 0x00000, 0x080000, CRC(0204eef4) SHA1(6a240c108f5e196aff7b0e2caf81cd9b366d12dd) ) |
| 11120 | | sc5tbox_others |
| 11121 | | ROM_END |
| 11122 | | |
| 11123 | | ROM_START( sc5tboxp ) |
| 11124 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11125 | | ROM_LOAD16_BYTE( "95417176.lo", 0x00001, 0x080000, CRC(5668faa3) SHA1(2b1e64ddb59bbd99df123caec5fe22911101b126) ) |
| 11126 | | ROM_LOAD16_BYTE( "95417177.hi", 0x00000, 0x080000, CRC(beb1deb3) SHA1(a222890d80fa97e6b8f4bd0d12dee1b7adce022a) ) |
| 11127 | | sc5tbox_others |
| 11128 | | ROM_END |
| 11129 | | |
| 11130 | | ROM_START( sc5tboxq ) |
| 11131 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11132 | | ROM_LOAD16_BYTE( "95417572.lo", 0x00001, 0x080000, CRC(b016031d) SHA1(e81aaadaccc72fabbb3c4b75a7dd4e069bdcb87c) ) |
| 11133 | | ROM_LOAD16_BYTE( "95417573.hi", 0x00000, 0x080000, CRC(067d6cbf) SHA1(5b152efd5977a2b5a5428db79a1d7261e332fb0e) ) |
| 11134 | | sc5tbox_others |
| 11135 | | ROM_END |
| 11136 | | |
| 11137 | | |
| 11138 | | ROM_START( sc5tpsht ) |
| 11139 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11140 | | ROM_LOAD16_BYTE( "95416320.lo", 0x00001, 0x080000, CRC(a43419b2) SHA1(e26d4225b922868ca341c50a8e739b8b63ccb866) ) |
| 11141 | | ROM_LOAD16_BYTE( "95416321.hi", 0x00000, 0x080000, CRC(1dcc98e0) SHA1(4eea0f246bd53728ef068e3ee4754acc5e3aeffb) ) |
| 11142 | | sc_tpsht_others |
| 11143 | | ROM_END |
| 11144 | | |
| 11145 | | ROM_START( sc5tpshta ) |
| 11146 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11147 | | ROM_LOAD16_BYTE( "95417320.lo", 0x00001, 0x080000, CRC(58058edf) SHA1(f92a0350d82b77c740ada7cb4670f05486a1d115) ) |
| 11148 | | ROM_LOAD16_BYTE( "95417321.hi", 0x00000, 0x080000, CRC(38fd30b5) SHA1(d52b9c9f4da11984af5c16ea42c0b462c4f6bf87) ) |
| 11149 | | sc_tpsht_others |
| 11150 | | ROM_END |
| 11151 | | |
| 11152 | | ROM_START( sc5tpshtb ) |
| 11153 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11154 | | ROM_LOAD16_BYTE( "95420100.lo", 0x00001, 0x080000, CRC(9a84928c) SHA1(9c360110f2b35320222a4dab942ff70cf39f9888) ) |
| 11155 | | ROM_LOAD16_BYTE( "95420101.hi", 0x00000, 0x080000, CRC(e403add7) SHA1(56cf7c4fb4dee8878662afcfea2e5682c4a2f586) ) |
| 11156 | | sc_tpsht_others |
| 11157 | | ROM_END |
| 11158 | | |
| 11159 | | ROM_START( sc5tpshtc ) |
| 11160 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11161 | | ROM_LOAD16_BYTE( "95421100.lo", 0x00001, 0x080000, CRC(0574029a) SHA1(8cecd1e4a39a66d9737c6d08b0631fb18ab0e114) ) |
| 11162 | | ROM_LOAD16_BYTE( "95421101.hi", 0x00000, 0x080000, CRC(6d895bf8) SHA1(79663c2f61bbdcffeb91d6e0a131551438c3296c) ) |
| 11163 | | sc_tpsht_others |
| 11164 | | ROM_END |
| 11165 | | |
| 11166 | | ROM_START( sc5tpshtd ) |
| 11167 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11168 | | ROM_LOAD16_BYTE( "t0p0f_th.l0", 0x00001, 0x080000, CRC(396cd52d) SHA1(0f8493510f0ad057f0327fd066a8ce46e1452adf) ) |
| 11169 | | ROM_LOAD16_BYTE( "t0pof_th.hi", 0x00000, 0x080000, CRC(e73ac578) SHA1(7ece9f95d88598664cee3a8482169a6f02f28523) ) |
| 11170 | | sc_tpsht_others |
| 11171 | | ROM_END |
| 11172 | | |
| 11173 | | |
| 11174 | | ROM_START( sc5trail ) |
| 11175 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11176 | | ROM_LOAD16_BYTE( "95414888.lo", 0x00001, 0x080000, CRC(72c1bb74) SHA1(cc98cc984a5d99afcbc5641e72a0fa20fca4420e) ) |
| 11177 | | ROM_LOAD16_BYTE( "95414889.hi", 0x00000, 0x080000, CRC(8a946127) SHA1(044f4ec93b161aa72665c363213448de8bc0f43a) ) |
| 11178 | | sc_trail_others |
| 11179 | | ROM_END |
| 11180 | | |
| 11181 | | ROM_START( sc5traila ) |
| 11182 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11183 | | ROM_LOAD16_BYTE( "95415888.lo", 0x00001, 0x080000, CRC(91825b39) SHA1(d1833f404be2f473ee01c373b0396a9f17eef1b2) ) |
| 11184 | | ROM_LOAD16_BYTE( "95415889.hi", 0x00000, 0x080000, CRC(7577b260) SHA1(9137ddb1c04e7ec44a6e9213effa3ffd56706b50) ) |
| 11185 | | sc_trail_others |
| 11186 | | ROM_END |
| 11187 | | |
| 11188 | | ROM_START( sc5vivam ) |
| 11189 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11190 | | ROM_LOAD16_BYTE( "p3010p41.hi", 0x00000, 0x080000, CRC(25ded37d) SHA1(3a24cae18d80e7f77975157d37483cecd3ed0e55) ) |
| 11191 | | ROM_LOAD16_BYTE( "p3010p41.lo", 0x00001, 0x080000, CRC(4cfc8f4d) SHA1(ecc7bb4ce72de9f7cbdaaf4ff5182bc9d1325f45) ) |
| 11192 | | PR3010_VIVA_MEXICO_SOUNDS11 |
| 11193 | | ROM_END |
| 11194 | | |
| 11195 | | ROM_START( sc5vivama ) |
| 11196 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11197 | | ROM_LOAD16_BYTE( "p3010s41.hi", 0x00000, 0x080000, CRC(1003cf54) SHA1(34e47911517a77dfd113af14bae4f335207f30be) ) |
| 11198 | | ROM_LOAD16_BYTE( "p3010s41.lo", 0x00001, 0x080000, CRC(89c37841) SHA1(9b2d313c2498a1d05903490adbf9b0157a14e65f) ) |
| 11199 | | PR3010_VIVA_MEXICO_SOUNDS11 |
| 11200 | | ROM_END |
| 11201 | | |
| 11202 | | ROM_START( sc5wldjk ) |
| 11203 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11204 | | ROM_LOAD16_BYTE( "95420552.lo", 0x00001, 0x080000, CRC(27c67626) SHA1(8ec95b1bed40c710f1ce67f722009c7fd886fdf4) ) |
| 11205 | | ROM_LOAD16_BYTE( "95420553.hi", 0x00000, 0x080000, CRC(e058b60d) SHA1(ba6fe8e6fbb0d1bf8064e6c8dd5eedbaa2afff16) ) |
| 11206 | | sc_wldjk_others |
| 11207 | | ROM_END |
| 11208 | | |
| 11209 | | ROM_START( sc5wldjka ) |
| 11210 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11211 | | ROM_LOAD16_BYTE( "95421552.lo", 0x00001, 0x080000, CRC(7dd4a966) SHA1(792679ba64495bbfefdd7a4d4db8981d83ad4a0e) ) |
| 11212 | | ROM_LOAD16_BYTE( "95421553.hi", 0x00000, 0x080000, CRC(f9826f0f) SHA1(c62e820fe9ac6a2c7691a9c1b2d43158c006c9ec) ) |
| 11213 | | sc_wldjk_others |
| 11214 | | ROM_END |
| 11215 | | |
| 11216 | | ROM_START( sc5adsnt ) |
| 11217 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11218 | | ROM_LOAD16_BYTE( "95412702.lo", 0x00001, 0x080000, CRC(3993a885) SHA1(5672c8c617d14f0898726a22bc4fbb52ef570c1e) ) |
| 11219 | | ROM_LOAD16_BYTE( "95412703.hi", 0x00000, 0x080000, CRC(0e16a5e5) SHA1(fa86fba7eeb68a3d36c8e68e67abdd9e5a3e9cd2) ) |
| 11220 | | sc_adsnt_others |
| 11221 | | ROM_END |
| 11222 | | |
| 11223 | | |
| 11224 | | ROM_START( sc5adsnta ) |
| 11225 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11226 | | ROM_LOAD16_BYTE( "95413702.lo", 0x00001, 0x080000, CRC(4fed4b97) SHA1(e902467882026dc48423b9fee95cae97bbb12e84) ) |
| 11227 | | ROM_LOAD16_BYTE( "95413703.hi", 0x00000, 0x080000, CRC(3e5a472c) SHA1(f7395f63ab59492d0684734d95c63893e4a2b438) ) |
| 11228 | | sc_adsnt_others |
| 11229 | | ROM_END |
| 11230 | | |
| 11231 | | |
| 11232 | | |
| 11233 | | |
| 11234 | | |
| 11235 | | |
| 11236 | | ROM_START( sc5bpb ) |
| 11237 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11238 | | ROM_LOAD16_BYTE( "95418022.lo", 0x00001, 0x080000, CRC(c6a84731) SHA1(65b7d1fef892644c5e07aa203e703a9400cd7049) ) |
| 11239 | | ROM_LOAD16_BYTE( "95418023.hi", 0x00000, 0x080000, CRC(b8a33eae) SHA1(8fbabac58b287130db49b5c37aca4e674ae89906) ) |
| 11240 | | sc_bpb_others |
| 11241 | | ROM_END |
| 11242 | | |
| 11243 | | ROM_START( sc5bpba ) |
| 11244 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11245 | | ROM_LOAD16_BYTE( "95418818.lo", 0x00001, 0x080000, CRC(17103948) SHA1(d27f15629f03630ea38c388ea17ce71cf3dd9a4f) ) |
| 11246 | | ROM_LOAD16_BYTE( "95418819.hi", 0x00000, 0x080000, CRC(cf0029af) SHA1(f0b230a70edb057c1e0b3a2add846e08968c0ed5) ) |
| 11247 | | sc_bpb_others |
| 11248 | | ROM_END |
| 11249 | | |
| 11250 | | ROM_START( sc5bpbb ) |
| 11251 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11252 | | ROM_LOAD16_BYTE( "95419022.lo", 0x00001, 0x080000, CRC(ab8f24e8) SHA1(d2730c78bdc6e7e50781a74e8f80a2fa807736f1) ) |
| 11253 | | ROM_LOAD16_BYTE( "95419023.hi", 0x00000, 0x080000, CRC(0492566f) SHA1(7d026bcf43000ad696a3c800743904aaf8475331) ) |
| 11254 | | sc_bpb_others |
| 11255 | | ROM_END |
| 11256 | | |
| 11257 | | ROM_START( sc5bpbc ) |
| 11258 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11259 | | ROM_LOAD16_BYTE( "95419818.lo", 0x00001, 0x080000, CRC(71f668c4) SHA1(82c960547acbcead07c4efe8673731e3ba573961) ) |
| 11260 | | ROM_LOAD16_BYTE( "95419819.hi", 0x00000, 0x080000, CRC(982bfe3a) SHA1(008f1f2c756237d3a8333301170e8dbcc13b9743) ) |
| 11261 | | sc_bpb_others |
| 11262 | | ROM_END |
| 11263 | | |
| 11264 | | ROM_START( sc5bpbd ) |
| 11265 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11266 | | ROM_LOAD16_BYTE( "p1708p11.hi", 0x00000, 0x080000, CRC(d529391a) SHA1(1d095a8f665b5d67c51a05c6cd77fdbbe494d941) ) |
| 11267 | | ROM_LOAD16_BYTE( "p1708p11.lo", 0x00001, 0x080000, CRC(27f50f01) SHA1(bb71c6e44f0ad30716f4b39caeb982bd49a4b393) ) |
| 11268 | | sc_bpb_others |
| 11269 | | ROM_END |
| 11270 | | |
| 11271 | | ROM_START( sc5bpbe ) |
| 11272 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11273 | | ROM_LOAD16_BYTE( "p1708s11.hi", 0x00000, 0x080000, CRC(45dc3169) SHA1(d06fccc34a2ce7e76132e7789d3161487e7033ea) ) |
| 11274 | | ROM_LOAD16_BYTE( "p1708s11.lo", 0x00001, 0x080000, CRC(3f9363bc) SHA1(632a870193b71cb6518c1e58366d636a484188a9) ) |
| 11275 | | sc_bpb_others |
| 11276 | | ROM_END |
| 11277 | | |
| 11278 | | |
| 11279 | | |
| 11280 | | ROM_START( sc5bsp ) |
| 11281 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11282 | | ROM_LOAD16_BYTE( "95422224.lo", 0x00001, 0x080000, CRC(4aa91225) SHA1(18be588d87bfa4953c943bc2dc2629d3105ae81b) ) |
| 11283 | | ROM_LOAD16_BYTE( "95422225.hi", 0x00000, 0x080000, CRC(cf857a93) SHA1(a5a25b773c146b14d98be271053a09fc14ea1ca9) ) |
| 11284 | | sc_bsp_others |
| 11285 | | ROM_END |
| 11286 | | |
| 11287 | | ROM_START( sc5bspa ) |
| 11288 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11289 | | ROM_LOAD16_BYTE( "95422348.lo", 0x00001, 0x080000, CRC(d2c9d70c) SHA1(aaf01d423a8e74bab1551df3a4cf58d67b1081d1) ) |
| 11290 | | ROM_LOAD16_BYTE( "95422349.hi", 0x00000, 0x080000, CRC(b93691cc) SHA1(c3a17fdc39cff7fd4fcf34af9aa59876e06bd95c) ) |
| 11291 | | sc_bsp_others |
| 11292 | | ROM_END |
| 11293 | | |
| 11294 | | ROM_START( sc5bspb ) |
| 11295 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11296 | | ROM_LOAD16_BYTE( "95422372.lo", 0x00001, 0x080000, CRC(d4b9ca13) SHA1(b960f9b72650b59e1cbaa4ac67582c31065bf789) ) |
| 11297 | | ROM_LOAD16_BYTE( "95422373.hi", 0x00000, 0x080000, CRC(108a56af) SHA1(04e062c425845d309ddef7c1d1d1b228ba230eb8) ) |
| 11298 | | sc_bsp_others |
| 11299 | | ROM_END |
| 11300 | | |
| 11301 | | ROM_START( sc5bspc ) |
| 11302 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11303 | | ROM_LOAD16_BYTE( "95422506.lo", 0x00001, 0x080000, CRC(72df1cd5) SHA1(8f3ec5242a0e666d33245321073dcd090092cbc2) ) |
| 11304 | | ROM_LOAD16_BYTE( "95422507.hi", 0x00000, 0x080000, CRC(068ec97f) SHA1(2dbe3133a6e0db31472074dc9d9c060d905da70f) ) |
| 11305 | | sc_bsp_others |
| 11306 | | ROM_END |
| 11307 | | |
| 11308 | | ROM_START( sc5bspd ) |
| 11309 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11310 | | ROM_LOAD16_BYTE( "95422710.lo", 0x00001, 0x080000, CRC(92191d36) SHA1(081b21df2817ed73fb7406532f7ab6e0f79968df) ) |
| 11311 | | ROM_LOAD16_BYTE( "95422711.hi", 0x00000, 0x080000, CRC(4ff402f5) SHA1(c9781e41ef769bba90d625ad1296c19f2bdbef42) ) |
| 11312 | | sc_bsp_others |
| 11313 | | ROM_END |
| 11314 | | |
| 11315 | | ROM_START( sc5bspe ) |
| 11316 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11317 | | ROM_LOAD16_BYTE( "95423224.lo", 0x00001, 0x080000, CRC(12032bda) SHA1(abceef649a6fa7f46cf097eb4541391d66d42d7b) ) |
| 11318 | | ROM_LOAD16_BYTE( "95423225.hi", 0x00000, 0x080000, CRC(9f372c59) SHA1(f5265bd5c5f17a08b8312575b2e133debfea6914) ) |
| 11319 | | sc_bsp_others |
| 11320 | | ROM_END |
| 11321 | | |
| 11322 | | ROM_START( sc5bspf ) |
| 11323 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11324 | | ROM_LOAD16_BYTE( "95423348.lo", 0x00001, 0x080000, CRC(2373e487) SHA1(de47d3728e3ba067085c4e5962012e39ae94ba9a) ) |
| 11325 | | ROM_LOAD16_BYTE( "95423349.hi", 0x00000, 0x080000, CRC(ccf27b49) SHA1(d8c6f8862073db392394319666d15b6ee314066d) ) |
| 11326 | | sc_bsp_others |
| 11327 | | ROM_END |
| 11328 | | |
| 11329 | | ROM_START( sc5bspg ) |
| 11330 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11331 | | ROM_LOAD16_BYTE( "95423372.lo", 0x00001, 0x080000, CRC(21b01d1f) SHA1(436736fc5f158c9e250a167f7cc34c9f505cc0e5) ) |
| 11332 | | ROM_LOAD16_BYTE( "95423373.hi", 0x00000, 0x080000, CRC(73c08edb) SHA1(0529f59496b1a495f48978d8dff5fe3419a11349) ) |
| 11333 | | sc_bsp_others |
| 11334 | | ROM_END |
| 11335 | | |
| 11336 | | ROM_START( sc5bsph ) |
| 11337 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11338 | | ROM_LOAD16_BYTE( "95423506.lo", 0x00001, 0x080000, CRC(dc8b85dd) SHA1(497634c277b3779dd4f57a5929c5101e079fb296) ) |
| 11339 | | ROM_LOAD16_BYTE( "95423507.hi", 0x00000, 0x080000, CRC(08cca11d) SHA1(e17cef5cff10cb592bbe8d2d173832f5d28f42f2) ) |
| 11340 | | sc_bsp_others |
| 11341 | | ROM_END |
| 11342 | | |
| 11343 | | ROM_START( sc5bspi ) |
| 11344 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11345 | | ROM_LOAD16_BYTE( "95423710.lo", 0x00001, 0x080000, CRC(659f3613) SHA1(99ad4158c87dd83242be7b14fccf7120b533dc15) ) |
| 11346 | | ROM_LOAD16_BYTE( "95423711.hi", 0x00000, 0x080000, CRC(c001f60b) SHA1(9f540ee0f131578207edf1769e2c3de759cf5438) ) |
| 11347 | | sc_bsp_others |
| 11348 | | ROM_END |
| 11349 | | |
| 11350 | | |
| 11351 | | ROM_START( sc5bspj ) |
| 11352 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11353 | | ROM_LOAD16_BYTE( "95426402.lo", 0x00001, 0x080000, CRC(9b82ca7f) SHA1(64d1de521357b014feeb924f680ebddaa0844fe2) ) |
| 11354 | | ROM_LOAD16_BYTE( "95426403.hi", 0x00000, 0x080000, CRC(352f353e) SHA1(b56f35c75d292c1cca8c7d7728f55a85d9f3e747) ) |
| 11355 | | sc_bsp_others |
| 11356 | | ROM_END |
| 11357 | | |
| 11358 | | ROM_START( sc5bspk ) |
| 11359 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11360 | | ROM_LOAD16_BYTE( "95427402.lo", 0x00001, 0x080000, CRC(2d14361a) SHA1(ac555e45bfffdfb2d1b42bfdf195aef80558f441) ) |
| 11361 | | ROM_LOAD16_BYTE( "95427403.hi", 0x00000, 0x080000, CRC(fe0684d4) SHA1(9d11d455e3ef5d9b7b3f5b40ab10fb11f0e4d0d8) ) |
| 11362 | | sc_bsp_others |
| 11363 | | ROM_END |
| 11364 | | |
| 11365 | | ROM_START( sc5bspl ) |
| 11366 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11367 | | ROM_LOAD16_BYTE( "p3012p71.hi", 0x00000, 0x080000, CRC(0f2d1056) SHA1(ef69dc75ce581a2b58df71f5fe8615a83d586680) ) |
| 11368 | | ROM_LOAD16_BYTE( "p3012p71.lo", 0x00001, 0x080000, CRC(e59265f1) SHA1(4a7fc13383076d7f2b2999f994c5b2064eec18e8) ) |
| 11369 | | sc_bsp_others |
| 11370 | | ROM_END |
| 11371 | | |
| 11372 | | ROM_START( sc5bspm ) |
| 11373 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11374 | | ROM_LOAD16_BYTE( "p3012p73.hi", 0x00000, 0x080000, CRC(660c709c) SHA1(a020b16ede3d160d8a9715cc0aec9e21caf389e2) ) |
| 11375 | | ROM_LOAD16_BYTE( "p3012p73.lo", 0x00001, 0x080000, CRC(3ada5001) SHA1(5056ce3056c2d7defc31100ba2a9b53401ae962b) ) |
| 11376 | | sc_bsp_others |
| 11377 | | ROM_END |
| 11378 | | |
| 11379 | | ROM_START( sc5bspn ) |
| 11380 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11381 | | ROM_LOAD16_BYTE( "p3012s71.hi", 0x00000, 0x080000, CRC(1c3e5a08) SHA1(0cea2fc9e9ed0f00414c697bcc88815771968bca) ) |
| 11382 | | ROM_LOAD16_BYTE( "p3012s71.lo", 0x00001, 0x080000, CRC(7ab0cd4d) SHA1(030e166abfc19fc4597b2c2fca80c0775ff11d7f) ) |
| 11383 | | sc_bsp_others |
| 11384 | | ROM_END |
| 11385 | | |
| 11386 | | ROM_START( sc5bspo ) |
| 11387 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11388 | | ROM_LOAD16_BYTE( "p3012s73.hi", 0x00000, 0x080000, CRC(1fe675ca) SHA1(8309d76925d4a2e62f42da0bb7ebc31e68d2e2a7) ) |
| 11389 | | ROM_LOAD16_BYTE( "p3012s73.lo", 0x00001, 0x080000, CRC(e1c6d034) SHA1(9d07da9f7fd38bae44ad88a291bdcce8641d46b7) ) |
| 11390 | | sc_bsp_others |
| 11391 | | ROM_END |
| 11392 | | |
| 11393 | | |
| 11394 | | |
| 11395 | | ROM_START( sc5chain ) |
| 11396 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11397 | | ROM_LOAD16_BYTE( "p1312p13.hi", 0x00000, 0x080000, CRC(6ce6a39b) SHA1(329cde7eed857a1a772974725027db3531857ccd) ) |
| 11398 | | ROM_LOAD16_BYTE( "p1312p13.lo", 0x00001, 0x080000, CRC(e258be41) SHA1(b4012c5d2d08971a09bc1bac6ff78686aa38db30) ) |
| 11399 | | sc_chain_others |
| 11400 | | ROM_END |
| 11401 | | |
| 11402 | | ROM_START( sc5chaina ) |
| 11403 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11404 | | ROM_LOAD16_BYTE( "p1312p23.hi", 0x00000, 0x080000, CRC(e7b27d08) SHA1(07171c023f6382513d2671ba838d59bfdb8a6f4f) ) |
| 11405 | | ROM_LOAD16_BYTE( "p1312p23.lo", 0x00001, 0x080000, CRC(07643205) SHA1(5ddffad4b6034b1d600854aa2e2f9f3489c32775) ) |
| 11406 | | sc_chain_others |
| 11407 | | ROM_END |
| 11408 | | |
| 11409 | | ROM_START( sc5chainb ) |
| 11410 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11411 | | ROM_LOAD16_BYTE( "p1312p24.hi", 0x00000, 0x080000, CRC(0628e1e9) SHA1(32c5063ed218998a0732c480acc6fce34ff42451) ) |
| 11412 | | ROM_LOAD16_BYTE( "p1312p24.lo", 0x00001, 0x080000, CRC(ba87c653) SHA1(d88cd779bc6088ae4bf231970b5cfddd99a43c73) ) |
| 11413 | | sc_chain_others |
| 11414 | | ROM_END |
| 11415 | | |
| 11416 | | ROM_START( sc5chainc ) |
| 11417 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11418 | | ROM_LOAD16_BYTE( "p1312s13.hi", 0x00000, 0x080000, CRC(f5e38577) SHA1(d921bb4520547f85c0e190875305d0562fa36cc6) ) |
| 11419 | | ROM_LOAD16_BYTE( "p1312s13.lo", 0x00001, 0x080000, CRC(55b7a061) SHA1(01b7c564f21570feee2c2c01c4717b786784cc8f) ) |
| 11420 | | sc_chain_others |
| 11421 | | ROM_END |
| 11422 | | |
| 11423 | | ROM_START( sc5chaind ) |
| 11424 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11425 | | ROM_LOAD16_BYTE( "p1312s23.hi", 0x00000, 0x080000, CRC(66aacd7a) SHA1(45f5ecb35cc6a2d88fe5bdb7d70f719b1ab0ce4a) ) |
| 11426 | | ROM_LOAD16_BYTE( "p1312s23.lo", 0x00001, 0x080000, CRC(2124ed53) SHA1(4ae362fd6a7e6116873ddba3f52e1b4195b3a34c) ) |
| 11427 | | sc_chain_others |
| 11428 | | ROM_END |
| 11429 | | |
| 11430 | | ROM_START( sc5chaine ) |
| 11431 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11432 | | ROM_LOAD16_BYTE( "p1312s24.hi", 0x00000, 0x080000, CRC(6bbf0b47) SHA1(a4955efb886a57b2840fe9a97288555c7d937fae) ) |
| 11433 | | ROM_LOAD16_BYTE( "p1312s24.lo", 0x00001, 0x080000, CRC(17b60464) SHA1(e1857fd5b17e6c9fd62d49a68ada38d2b73ed81c) ) |
| 11434 | | sc_chain_others |
| 11435 | | ROM_END |
| 11436 | | |
| 11437 | | |
| 11438 | | |
| 11439 | | |
| 11440 | | ROM_START( sc5clown ) |
| 11441 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11442 | | ROM_LOAD16_BYTE( "95418182.lo", 0x00001, 0x080000, CRC(f6e960f7) SHA1(c3f94e0b90f2bfb13111f933107926f4dbe1e1da) ) |
| 11443 | | ROM_LOAD16_BYTE( "95418183.hi", 0x00000, 0x080000, CRC(8593167c) SHA1(cbac923e69ad43c75027cca66917bc41fa30ac0c) ) |
| 11444 | | sc_clown_others |
| 11445 | | ROM_END |
| 11446 | | |
| 11447 | | ROM_START( sc5clowna ) |
| 11448 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11449 | | ROM_LOAD16_BYTE( "95418820.lo", 0x00001, 0x080000, CRC(ccb31a88) SHA1(7f30cccf58bb1bf044f515bbd7d9b2817d283757) ) |
| 11450 | | ROM_LOAD16_BYTE( "95418821.hi", 0x00000, 0x080000, CRC(867c31f5) SHA1(9f47ca053e7aab09561c61e6c1886c753b089dfe) ) |
| 11451 | | sc_clown_others |
| 11452 | | ROM_END |
| 11453 | | |
| 11454 | | ROM_START( sc5clownb ) |
| 11455 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11456 | | ROM_LOAD16_BYTE( "95419182.lo", 0x00001, 0x080000, CRC(7f1ba659) SHA1(60e160259512555b9a86a886967ca9c6cd8c4c6f) ) |
| 11457 | | ROM_LOAD16_BYTE( "95419183.hi", 0x00000, 0x080000, CRC(3830ef7c) SHA1(fc093adfd9776d9975572c56c22e4c53e5586788) ) |
| 11458 | | sc_clown_others |
| 11459 | | ROM_END |
| 11460 | | |
| 11461 | | ROM_START( sc5clownc ) |
| 11462 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11463 | | ROM_LOAD16_BYTE( "95419820.lo", 0x00001, 0x080000, CRC(8967e729) SHA1(c717512b1d965d89019e0cbc4713c0f8900921ae) ) |
| 11464 | | ROM_LOAD16_BYTE( "95419821.hi", 0x00000, 0x080000, CRC(56225dbc) SHA1(83102dec281b99eea75f14422217f78db27c0012) ) |
| 11465 | | sc_clown_others |
| 11466 | | ROM_END |
| 11467 | | |
| 11468 | | |
| 11469 | | |
| 11470 | | |
| 11471 | | |
| 11472 | | |
| 11473 | | ROM_START( sc5copsr ) |
| 11474 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11475 | | ROM_LOAD16_BYTE( "95410312.lo", 0x00001, 0x080000, CRC(969fb1ab) SHA1(6224309662e012e432698b0c760bd25586aa2b7f) ) |
| 11476 | | ROM_LOAD16_BYTE( "95410313.hi", 0x00000, 0x080000, CRC(c5eed678) SHA1(1b139bb296b0843192715016cc500354027cf1a1) ) |
| 11477 | | sc_copsr_others |
| 11478 | | ROM_END |
| 11479 | | |
| 11480 | | ROM_START( sc5copsra ) |
| 11481 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11482 | | ROM_LOAD16_BYTE( "95410314.lo", 0x00001, 0x080000, CRC(46e40095) SHA1(eab1f9c0ebbcd0a11fa8e6abc34ea3681cc2fffb) ) |
| 11483 | | ROM_LOAD16_BYTE( "95410315.hi", 0x00000, 0x080000, CRC(2d321463) SHA1(071ab915f8ff3c9fbce1ca0f9c0885d45a09a306) ) |
| 11484 | | sc_copsr_others |
| 11485 | | ROM_END |
| 11486 | | |
| 11487 | | ROM_START( sc5copsrb ) |
| 11488 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11489 | | ROM_LOAD16_BYTE( "95410608.lo", 0x00001, 0x080000, CRC(658c5b6d) SHA1(0586fe753e16f0d044e65e9cbb9c1cff61c5f84e) ) |
| 11490 | | ROM_LOAD16_BYTE( "95410609.hi", 0x00000, 0x080000, CRC(20674963) SHA1(28d0364be5def1a172962ba2a132b266e35c50f7) ) |
| 11491 | | sc_copsr_others |
| 11492 | | ROM_END |
| 11493 | | |
| 11494 | | ROM_START( sc5copsrc ) |
| 11495 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11496 | | ROM_LOAD16_BYTE( "95410610.lo", 0x00001, 0x080000, CRC(f72522c7) SHA1(2120710195120c5f398b7ffb7dc2fed6fe88a79b) ) |
| 11497 | | ROM_LOAD16_BYTE( "95410611.hi", 0x00000, 0x080000, CRC(cbe9cf90) SHA1(ecc8644aab30f017537191c37c4de6c98f6662e9) ) |
| 11498 | | sc_copsr_others |
| 11499 | | ROM_END |
| 11500 | | |
| 11501 | | ROM_START( sc5copsrd ) |
| 11502 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11503 | | ROM_LOAD16_BYTE( "95411312.lo", 0x00001, 0x080000, CRC(497d25fd) SHA1(66c325eb6c5f0a1deb761914d6f804fad412900e) ) |
| 11504 | | ROM_LOAD16_BYTE( "95411313.hi", 0x00000, 0x080000, CRC(a4813889) SHA1(abc2642c11f17bcf995e493c1bfbd488192a0eb6) ) |
| 11505 | | sc_copsr_others |
| 11506 | | ROM_END |
| 11507 | | |
| 11508 | | ROM_START( sc5copsre ) |
| 11509 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11510 | | ROM_LOAD16_BYTE( "95411314.lo", 0x00001, 0x080000, CRC(b44ee169) SHA1(37ea84ed8a0b8697d08d609d98bc35c05c246da6) ) |
| 11511 | | ROM_LOAD16_BYTE( "95411315.hi", 0x00000, 0x080000, CRC(7939ff32) SHA1(468e43634f33f02823c3d8f878ecf9c71d2b6be5) ) |
| 11512 | | sc_copsr_others |
| 11513 | | ROM_END |
| 11514 | | |
| 11515 | | ROM_START( sc5copsrf ) |
| 11516 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11517 | | ROM_LOAD16_BYTE( "95411608.lo", 0x00001, 0x080000, CRC(8279a3c2) SHA1(73ff7c9c5e8589759d24ede74c035065a8e7863b) ) |
| 11518 | | ROM_LOAD16_BYTE( "95411609.hi", 0x00000, 0x080000, CRC(4fa4cbf3) SHA1(444a8a2657cadfa143e70b1878991fa3903bb86b) ) |
| 11519 | | sc_copsr_others |
| 11520 | | ROM_END |
| 11521 | | |
| 11522 | | ROM_START( sc5copsrg ) |
| 11523 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11524 | | ROM_LOAD16_BYTE( "95411610.lo", 0x00001, 0x080000, CRC(10d0da68) SHA1(36a45b25f9003362b6daad98080c9beb6db49371) ) |
| 11525 | | ROM_LOAD16_BYTE( "95411611.hi", 0x00000, 0x080000, CRC(a42a4d00) SHA1(6a74c226b15b4a0282300f53ad8868cea5deaaa9) ) |
| 11526 | | sc_copsr_others |
| 11527 | | ROM_END |
| 11528 | | |
| 11529 | | ROM_START( sc5copsrh ) |
| 11530 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11531 | | ROM_LOAD16_BYTE( "95412564.lo", 0x00001, 0x080000, CRC(3eaebc41) SHA1(867887d1d06126dc989c530999aea1a0944b969e) ) |
| 11532 | | ROM_LOAD16_BYTE( "95412565.hi", 0x00000, 0x080000, CRC(079d1921) SHA1(d6f8cea3b211c8fd86adca84e24748a23f48bfb4) ) |
| 11533 | | sc_copsr_others |
| 11534 | | ROM_END |
| 11535 | | |
| 11536 | | ROM_START( sc5copsri ) |
| 11537 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11538 | | ROM_LOAD16_BYTE( "95413564.lo", 0x00001, 0x080000, CRC(f6f9caea) SHA1(e23f5553be66d293428932b06bcf057833ea30e4) ) |
| 11539 | | ROM_LOAD16_BYTE( "95413565.hi", 0x00000, 0x080000, CRC(26ee9922) SHA1(5906557c201ecc1b84092803c3e848471aca5bd9) ) |
| 11540 | | sc_copsr_others |
| 11541 | | ROM_END |
| 11542 | | |
| 11543 | | |
| 11544 | | ROM_START( ad5copsr ) |
| 11545 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11546 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 11547 | | ROM_LOAD( "39211436.bin", 0x0000, 0x1000000, CRC(9bc4cc3a) SHA1(6726d43281b1c7c9630fa8b5854b4f036e12b19b) ) |
| 11548 | | ROM_LOAD( "39211451.bin", 0x0000, 0x1000000, CRC(76ebb736) SHA1(10e3e349dde9941d900d900dc98e3f9a922bb116) ) |
| 11549 | | ROM_LOAD( "39211453.bin", 0x0000, 0x1000000, CRC(0fad8171) SHA1(c636774a53bd34e42e70b3ef09feecbb7e868154) ) |
| 11550 | | ROM_LOAD( "39211461.bin", 0x0000, 0x1000000, CRC(03f714e1) SHA1(ed4278471dc415c92a7076039307b87381d90882) ) |
| 11551 | | ROM_LOAD( "39211464.bin", 0x0000, 0x1000000, CRC(3f4a00bd) SHA1(1b48da1e9b6fee7fe1451de5cae8206cc9f8d778) ) |
| 11552 | | ROM_LOAD( "39211465.bin", 0x0000, 0x1000000, CRC(8b6c393d) SHA1(fb3546f94d8ab387078f934f651f3b8be9c3802e) ) |
| 11553 | | ROM_LOAD( "39211466.bin", 0x0000, 0x1000000, CRC(76d0bc51) SHA1(cbcc85c88d558d4720f99ef43ab9de72ed0a30a0) ) |
| 11554 | | ROM_LOAD( "39211483.bin", 0x0000, 0x1000000, CRC(5c7ea8ba) SHA1(0beb1575d9daa9b46af45fb9164b6508bd411f38) ) |
| 11555 | | ROM_LOAD( "39211546.bin", 0x0000, 0x1000000, CRC(2c7349a3) SHA1(83dc0595888b4b1afa79deb2713130418c8e9d30) ) |
| 11556 | | ROM_LOAD( "39211547.bin", 0x0000, 0x1000000, CRC(8384d64f) SHA1(c4127b666250a164ed02c415e7b2003293cd2863) ) |
| 11557 | | ROM_LOAD( "39211548.bin", 0x0000, 0x1000000, CRC(7b103e0b) SHA1(4dc8f5f197f68cba5104cea792f486b31f41a6ea) ) |
| 11558 | | ROM_LOAD( "39212436.bin", 0x0000, 0x1000000, CRC(ec543259) SHA1(272396189296f6989c35d3d8a0cec744b14da463) ) |
| 11559 | | ROM_LOAD( "39212451.bin", 0x0000, 0x1000000, CRC(ac5f5f27) SHA1(3adc50085a1d6fc2f63a63c112e75552d9a1f772) ) |
| 11560 | | ROM_LOAD( "39212453.bin", 0x0000, 0x1000000, CRC(e282bc72) SHA1(4326c656c779e48e8080ef332af7539a5d889140) ) |
| 11561 | | ROM_LOAD( "39212461.bin", 0x0000, 0x1000000, CRC(2017b8b7) SHA1(32baabdcf929ae9dc12d98dd91d6733961940d40) ) |
| 11562 | | ROM_LOAD( "39212464.bin", 0x0000, 0x1000000, CRC(33dce15c) SHA1(0b5ffef40f455a4beebbbd830940170207a73f23) ) |
| 11563 | | ROM_LOAD( "39212465.bin", 0x0000, 0x1000000, CRC(778fccce) SHA1(b4eeccec2b9255ff2810abb0f4d2cb3430acb177) ) |
| 11564 | | ROM_LOAD( "39212466.bin", 0x0000, 0x1000000, CRC(7d5c2d9d) SHA1(3d72b4ab137a24abdceec0ed7db8eb3a32ddb468) ) |
| 11565 | | ROM_LOAD( "39212483.bin", 0x0000, 0x1000000, CRC(156a328a) SHA1(e0e8300a536b18cbf687f2673fbf91771d92ad51) ) |
| 11566 | | ROM_LOAD( "39212546.bin", 0x0000, 0x1000000, CRC(22144763) SHA1(e376c74992c14f5f7787351fcf8c72b3da2fbae5) ) |
| 11567 | | ROM_LOAD( "39212547.bin", 0x0000, 0x1000000, CRC(b0c8a8d6) SHA1(d52c15a5f51d64232a40976fb1bd630a53396879) ) |
| 11568 | | ROM_LOAD( "39212548.bin", 0x0000, 0x1000000, CRC(fcd6f179) SHA1(77214ddfd452311e1631dafad3e7bc682a8ae7bd) ) |
| 11569 | | ROM_LOAD( "p3206p11.bin", 0x0000, 0x1000000, CRC(8b583dc6) SHA1(69ca467c509319d577b27b2945ab7265cdbe572c) ) |
| 11570 | | ROM_LOAD( "p3206s11.bin", 0x0000, 0x1000000, CRC(944b7cb9) SHA1(7a7c6e5d14371ef2131a1bf40a5e4972a6518a0a) ) |
| 11571 | | ROM_LOAD( "p3255p01.bin", 0x0000, 0x1000000, CRC(4855b7e3) SHA1(b69f9782c171a38f1f44f3eeab449d68d37ca996) ) |
| 11572 | | ROM_LOAD( "p3255s01.bin", 0x0000, 0x1000000, CRC(e971e090) SHA1(df201580ee6189f5fabab0e6f955aac90d82f9a6) ) |
| 11573 | | |
| 11574 | | ROM_LOAD( "39211578.bin", 0x0000, 0x1000000, CRC(2d8a6d1b) SHA1(cc28c96d33468209192285e3b0d0690e189e4945) ) |
| 11575 | | ROM_LOAD( "39211621.bin", 0x0000, 0x1000000, CRC(e0469d8d) SHA1(0a519c5721133f07e313d50b2199165b1f516027) ) |
| 11576 | | ROM_LOAD( "39212578.bin", 0x0000, 0x1000000, CRC(15731e4b) SHA1(20ba14f87456a9610eb7f255fa1beae75800f3c6) ) |
| 11577 | | ROM_LOAD( "39212621.bin", 0x0000, 0x1000000, CRC(f19c6714) SHA1(16d9c63f36be622a11036aefd39b55c6fbf162b4) ) |
| 11578 | | ROM_LOAD( "39211622.bin", 0x00000, 0x1000000, CRC(6cd72899) SHA1(2f0d2af88276a8d45aac303a81a124ab7b743b6d) ) |
| 11579 | | ROM_LOAD( "39211623.bin", 0x00000, 0x1000000, CRC(b65943f4) SHA1(8f281bd1b04709085254e3e352b47f187a7b5b47) ) |
| 11580 | | ROM_LOAD( "39212622.bin", 0x00000, 0x1000000, CRC(055e639d) SHA1(b0a9427f0e8038d26b2a24425644dbda964cfa2c) ) |
| 11581 | | ROM_LOAD( "39212623.bin", 0x00000, 0x1000000, CRC(13b1e404) SHA1(ee170ffbd8fcd552c374e550e58a455da76af5fe) ) |
| 11582 | | |
| 11583 | | |
| 11584 | | |
| 11585 | | |
| 11586 | | ROM_END |
| 11587 | | |
| 11588 | | |
| 11589 | | |
| 11590 | | |
| 11591 | | ROM_START( sc5dndbe ) |
| 11592 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11593 | | ROM_LOAD16_BYTE( "95418408.lo", 0x00001, 0x080000, CRC(cfed16c5) SHA1(fdec6bb6865c258af8ebfd5db529ef0e1c54fe35) ) |
| 11594 | | ROM_LOAD16_BYTE( "95418409.hi", 0x00000, 0x080000, CRC(a7fa99e7) SHA1(ff098a9adf00dce6d975d20c66734ac789f4d82d) ) |
| 11595 | | sc_dndbe_others |
| 11596 | | ROM_END |
| 11597 | | |
| 11598 | | |
| 11599 | | ROM_START( sc5dndbea ) |
| 11600 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11601 | | ROM_LOAD16_BYTE( "95418562.lo", 0x00001, 0x080000, CRC(71ddd3aa) SHA1(8e48d21e41454e1fc1845638baeee17da8f99a3e) ) |
| 11602 | | ROM_LOAD16_BYTE( "95418563.hi", 0x00000, 0x080000, CRC(4e4baee8) SHA1(064c7e05bee768f6240d766000f8480a08d59738) ) |
| 11603 | | sc_dndbe_others |
| 11604 | | ROM_END |
| 11605 | | |
| 11606 | | |
| 11607 | | ROM_START( sc5dndbeb ) |
| 11608 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11609 | | ROM_LOAD16_BYTE( "95419408.lo", 0x00001, 0x080000, CRC(948adf45) SHA1(9faf9eaaae60994c7653c35c8886e329eb6cef56) ) |
| 11610 | | ROM_LOAD16_BYTE( "95419409.hi", 0x00000, 0x080000, CRC(79dc668f) SHA1(263fb10f42a6586283a0b6dbdeb401c639a837e8) ) |
| 11611 | | sc_dndbe_others |
| 11612 | | ROM_END |
| 11613 | | |
| 11614 | | |
| 11615 | | ROM_START( sc5dndbec ) |
| 11616 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11617 | | ROM_LOAD16_BYTE( "95419562.lo", 0x00001, 0x080000, CRC(c6a73fc8) SHA1(d33694a4b67581d450835d89709d859fda3bdb09) ) |
| 11618 | | ROM_LOAD16_BYTE( "95419563.hi", 0x00000, 0x080000, CRC(a521350c) SHA1(45dddd7791b0ac76ed6d39450624c8e2140fed3f) ) |
| 11619 | | sc_dndbe_others |
| 11620 | | ROM_END |
| 11621 | | |
| 11622 | | |
| 11623 | | ROM_START( sc5ddbbc ) |
| 11624 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11625 | | ROM_LOAD16_BYTE( "95422008.lo", 0x00001, 0x080000, CRC(1071a6bf) SHA1(1ccd638a4899707f024575bf30db2ffd17b63d3c) ) // check these belong here, the pairings were broken |
| 11626 | | ROM_LOAD16_BYTE( "95422009.hi", 0x00000, 0x080000, CRC(4360ee22) SHA1(98b08fdcf3efdb9d056f7c2f213a3e5d650686a7) ) // from sc_dndtp Deal Or No Deal The Power (Bellfruit) |
| 11627 | | sc_dndbe_others |
| 11628 | | ROM_END |
| 11629 | | |
| 11630 | | |
| 11631 | | ROM_START( sc5ddbbca ) |
| 11632 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11633 | | ROM_LOAD16_BYTE( "95422094.lo", 0x00001, 0x080000, CRC(4b3cce67) SHA1(1e85f125308ffcbdc1564d2b00ce07db83a7b5ba) ) |
| 11634 | | ROM_LOAD16_BYTE( "95422095.hi", 0x00000, 0x080000, CRC(e4fa031f) SHA1(7438d213055bd5f26ac6c2e3798a0db1a11c1dc5) ) |
| 11635 | | sc_dndbe_others |
| 11636 | | ROM_END |
| 11637 | | |
| 11638 | | |
| 11639 | | ROM_START( sc5dndbed ) |
| 11640 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11641 | | ROM_LOAD16_BYTE( "95422138.lo", 0x00001, 0x080000, CRC(14830e37) SHA1(728e7b3c71d69c71e20daa1d766d238b2167dd0d) ) |
| 11642 | | ROM_LOAD16_BYTE( "95422139.hi", 0x00000, 0x080000, CRC(63172b46) SHA1(0ca1032a31f2a75840ca2689167054bf9dd48718) ) |
| 11643 | | sc_dndbe_others |
| 11644 | | ROM_END |
| 11645 | | |
| 11646 | | |
| 11647 | | ROM_START( sc5dndbee ) |
| 11648 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11649 | | ROM_LOAD16_BYTE( "95422536.lo", 0x00001, 0x080000, CRC(bb212e12) SHA1(31022880984eaebc5a9164ff9116f85ffa6ac7af) ) |
| 11650 | | ROM_LOAD16_BYTE( "95422537.hi", 0x00000, 0x080000, CRC(1094f140) SHA1(a17824ec68d7d0ee2ea10090807974e41b202e00) ) |
| 11651 | | sc_dndbe_others |
| 11652 | | ROM_END |
| 11653 | | |
| 11654 | | |
| 11655 | | ROM_START( sc5dndbef ) |
| 11656 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11657 | | ROM_LOAD16_BYTE( "95422716.lo", 0x00001, 0x080000, CRC(9012dfb9) SHA1(58fa79aa00ab91d60ed222ab5e7befd89544c488) ) |
| 11658 | | ROM_LOAD16_BYTE( "95422717.hi", 0x00000, 0x080000, CRC(fec7aa06) SHA1(50f11ca1073d546cc3e6fdf40c0e004e0c8a65b2) ) |
| 11659 | | sc_dndbe_others |
| 11660 | | ROM_END |
| 11661 | | |
| 11662 | | ROM_START( sc5dndbeg ) |
| 11663 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11664 | | ROM_LOAD16_BYTE( "95422864.lo", 0x00001, 0x080000, CRC(f969e95d) SHA1(c4dc12d745ad4e4e1a37cbf696875c65d0e33349) ) |
| 11665 | | ROM_LOAD16_BYTE( "95422865.hi", 0x00000, 0x080000, CRC(76abce7e) SHA1(737bdf6c3fa3820b8e114d61acc072a493fe7b26) ) |
| 11666 | | sc_dndbe_others |
| 11667 | | ROM_END |
| 11668 | | |
| 11669 | | |
| 11670 | | ROM_START( sc5dndbeh ) |
| 11671 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11672 | | ROM_LOAD16_BYTE( "95422888.lo", 0x00001, 0x080000, CRC(75df9f2a) SHA1(6b0356a37a4cf5b9d687e22ff767a44cd4acda74) ) |
| 11673 | | ROM_LOAD16_BYTE( "95422889.hi", 0x00000, 0x080000, CRC(b1c5800f) SHA1(23da01d0095b741960182f8f2e336cbd74ddf87b) ) |
| 11674 | | sc_dndbe_others |
| 11675 | | ROM_END |
| 11676 | | |
| 11677 | | |
| 11678 | | ROM_START( sc5ddbbcb ) |
| 11679 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11680 | | ROM_LOAD16_BYTE( "95423008.lo", 0x00001, 0x080000, CRC(90b98909) SHA1(e37f728fbd3aabeef4109778daf992314a2884a6) ) // check these belong here, the pairings were broken |
| 11681 | | ROM_LOAD16_BYTE( "95423009.hi", 0x00000, 0x080000, CRC(38a4e959) SHA1(dd0c9c07a0eab6d77a09cae3ed78a3e034289398) ) // from sc_dndtp Deal Or No Deal The Power (Bellfruit) |
| 11682 | | sc_dndbe_others |
| 11683 | | ROM_END |
| 11684 | | |
| 11685 | | |
| 11686 | | ROM_START( sc5ddbbcc ) |
| 11687 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11688 | | ROM_LOAD16_BYTE( "95423094.lo", 0x00001, 0x080000, CRC(69bd6da4) SHA1(96cdc3f4a05eca4fc4f650fc1dbf9b2c20247916) ) |
| 11689 | | ROM_LOAD16_BYTE( "95423095.hi", 0x00000, 0x080000, CRC(f117c581) SHA1(cc4404b587f30e77e73860b57156ef8e57baab58) ) |
| 11690 | | sc_dndbe_others |
| 11691 | | ROM_END |
| 11692 | | |
| 11693 | | |
| 11694 | | ROM_START( sc5dndbei ) |
| 11695 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11696 | | ROM_LOAD16_BYTE( "95423138.lo", 0x00001, 0x080000, CRC(8ed1cc62) SHA1(c80dad36e8b742b9577fada6642cf76fc87ae838) ) |
| 11697 | | ROM_LOAD16_BYTE( "95423139.hi", 0x00000, 0x080000, CRC(10ddb941) SHA1(d41c6382f699a7ed7551027e62be387347a8b7b8) ) |
| 11698 | | sc_dndbe_others |
| 11699 | | ROM_END |
| 11700 | | |
| 11701 | | |
| 11702 | | ROM_START( sc5dndbej ) |
| 11703 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11704 | | ROM_LOAD16_BYTE( "95423536.lo", 0x00001, 0x080000, CRC(dadf5809) SHA1(fddb333a725ca655cbb510652f99111d57f2a0c0) ) |
| 11705 | | ROM_LOAD16_BYTE( "95423537.hi", 0x00000, 0x080000, CRC(64e96cf9) SHA1(5606fa6dc0c12aba697da8f0184c9a474d890f96) ) |
| 11706 | | sc_dndbe_others |
| 11707 | | ROM_END |
| 11708 | | |
| 11709 | | |
| 11710 | | ROM_START( sc5dndbek ) |
| 11711 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11712 | | ROM_LOAD16_BYTE( "95423864.lo", 0x00001, 0x080000, CRC(06e43774) SHA1(d01802ed4a2da78dd5c1b99890b32fb582ba745e) ) |
| 11713 | | ROM_LOAD16_BYTE( "95423865.hi", 0x00000, 0x080000, CRC(18f40e09) SHA1(8e3be8b84ed0833c9306e17d14bc3784babc1153) ) |
| 11714 | | sc_dndbe_others |
| 11715 | | ROM_END |
| 11716 | | |
| 11717 | | |
| 11718 | | ROM_START( sc5dndbel ) |
| 11719 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11720 | | ROM_LOAD16_BYTE( "95423888.lo", 0x00001, 0x080000, CRC(45dbf280) SHA1(6e6226984c7ad4cee3021cd50c7d853fee51d1cd) ) |
| 11721 | | ROM_LOAD16_BYTE( "95423889.hi", 0x00000, 0x080000, CRC(2184fc7d) SHA1(6b08cd6b3d8e860c3d73181a8ced7b26ecad4243) ) |
| 11722 | | sc_dndbe_others |
| 11723 | | ROM_END |
| 11724 | | |
| 11725 | | |
| 11726 | | ROM_START( sc5dndbem ) |
| 11727 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11728 | | ROM_LOAD16_BYTE( "95426148.lo", 0x00001, 0x080000, CRC(b064f517) SHA1(170b5671407f6c65c3ad41d07fa0fb616da1fb99) ) |
| 11729 | | ROM_LOAD16_BYTE( "95426149.hi", 0x00000, 0x080000, CRC(4bfc2d8d) SHA1(2333ebf2cdb9322fcd41d5d07ebbd9ecd178d8ff) ) |
| 11730 | | sc_dndbe_others |
| 11731 | | ROM_END |
| 11732 | | |
| 11733 | | |
| 11734 | | ROM_START( sc5dndben ) |
| 11735 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11736 | | ROM_LOAD16_BYTE( "95427148.lo", 0x00001, 0x080000, CRC(e28fc33c) SHA1(1658f809021e8a7993025ad0884444f1cd5aac1d) ) |
| 11737 | | ROM_LOAD16_BYTE( "95427149.hi", 0x00000, 0x080000, CRC(f01bf5b2) SHA1(e7c9a50c64210cc790cb1d14cdba785d84f9252f) ) |
| 11738 | | sc_dndbe_others |
| 11739 | | ROM_END |
| 11740 | | |
| 11741 | | |
| 11742 | | ROM_START( sc5ddbbcd ) |
| 11743 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11744 | | ROM_LOAD16_BYTE( "p3063p41.hi", 0x00000, 0x080000, CRC(0b458c4a) SHA1(6983b9509136b6534c4ddd2bae171018142e8c5c) ) |
| 11745 | | ROM_LOAD16_BYTE( "p3063p41.lo", 0x00001, 0x080000, CRC(ade6c7a2) SHA1(8b7a42cf616fb7b7f93584acaecc0b405b47d020) ) |
| 11746 | | sc_dndbe_others |
| 11747 | | ROM_END |
| 11748 | | |
| 11749 | | |
| 11750 | | ROM_START( sc5ddbbce ) |
| 11751 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11752 | | ROM_LOAD16_BYTE( "p3063p51.hi", 0x00000, 0x080000, CRC(959e73df) SHA1(866dfcf64958ae2e36ba5180aa8f045d624fa817) ) |
| 11753 | | ROM_LOAD16_BYTE( "p3063p51.lo", 0x00001, 0x080000, CRC(9b4f1dd8) SHA1(4c55dd6a8e899a072d4537c78e3d1f1d4e00384f) ) |
| 11754 | | sc_dndbe_others |
| 11755 | | ROM_END |
| 11756 | | |
| 11757 | | |
| 11758 | | ROM_START( sc5ddbbcf ) |
| 11759 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11760 | | ROM_LOAD16_BYTE( "p3063s41.hi", 0x00000, 0x080000, CRC(1aace185) SHA1(7b5e14dd79bd911890c1269d8400cdd1171a1011) ) |
| 11761 | | ROM_LOAD16_BYTE( "p3063s41.lo", 0x00001, 0x080000, CRC(5afa2568) SHA1(b7a5b7899f5b8464539f9a3153ab7848f5e6be8f) ) |
| 11762 | | sc_dndbe_others |
| 11763 | | ROM_END |
| 11764 | | |
| 11765 | | |
| 11766 | | ROM_START( sc5ddbbcg ) |
| 11767 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11768 | | ROM_LOAD16_BYTE( "p3063s51.hi", 0x00000, 0x080000, CRC(2b55719c) SHA1(5fc9af53e2ca6fa0735d30723433e793db61fdcb) ) |
| 11769 | | ROM_LOAD16_BYTE( "p3063s51.lo", 0x00001, 0x080000, CRC(4a339c8b) SHA1(710e1ff391517dcb6122026de85ba79948d5de1f) ) |
| 11770 | | sc_dndbe_others |
| 11771 | | ROM_END |
| 11772 | | |
| 11773 | | |
| 11774 | | |
| 11775 | | |
| 11776 | | |
| 11777 | | |
| 11778 | | ROM_START( sc5dndbc ) |
| 11779 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11780 | | ROM_LOAD16_BYTE( "95426508.lo", 0x00001, 0x080000, CRC(17e3bc31) SHA1(a26066e4cb4e3c0109c6bdf6fd2d0b539688b71a) ) |
| 11781 | | ROM_LOAD16_BYTE( "95426509.hi", 0x00000, 0x080000, CRC(c8c97bca) SHA1(c246af21a048beecd73739d314f76f1a50c88138) ) |
| 11782 | | sc_dndbc_others |
| 11783 | | ROM_END |
| 11784 | | |
| 11785 | | ROM_START( sc5dndbca ) |
| 11786 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11787 | | ROM_LOAD16_BYTE( "95426656.lo", 0x00001, 0x080000, CRC(94a14d32) SHA1(3d78e7ccf70665e0668b3459655877525e3d2e29) ) |
| 11788 | | ROM_LOAD16_BYTE( "95426657.hi", 0x00000, 0x080000, CRC(35c7b6b0) SHA1(37639fc41dcf1632a76b80e404ee35fe95f23a4e) ) |
| 11789 | | sc_dndbc_others |
| 11790 | | ROM_END |
| 11791 | | |
| 11792 | | ROM_START( sc5dndbcb ) |
| 11793 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11794 | | ROM_LOAD16_BYTE( "95426704.lo", 0x00001, 0x080000, CRC(71e48612) SHA1(d64fb9b27ad705bcaef2e4ce4ae7aa35403a6c25) ) |
| 11795 | | ROM_LOAD16_BYTE( "95426705.hi", 0x00000, 0x080000, CRC(76c0a661) SHA1(78cf4b37c8e216dad1c0c67725a1181a75e51878) ) |
| 11796 | | sc_dndbc_others |
| 11797 | | ROM_END |
| 11798 | | |
| 11799 | | ROM_START( sc5dndbcc ) |
| 11800 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11801 | | ROM_LOAD16_BYTE( "95426808.lo", 0x00001, 0x080000, CRC(bad06e32) SHA1(6a63c93ca7f9b970ee44a1314c5637c0f3f6ec6c) ) |
| 11802 | | ROM_LOAD16_BYTE( "95426809.hi", 0x00000, 0x080000, CRC(1c2f66e7) SHA1(1acffa960e5badd60021417632a0d904dd6e11c5) ) |
| 11803 | | sc_dndbc_others |
| 11804 | | ROM_END |
| 11805 | | |
| 11806 | | ROM_START( sc5dndbcd ) |
| 11807 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11808 | | ROM_LOAD16_BYTE( "95427508.lo", 0x00001, 0x080000, CRC(f06cf1c8) SHA1(745af8c14e0ed424bd124b8b12ace26e716fa36c) ) |
| 11809 | | ROM_LOAD16_BYTE( "95427509.hi", 0x00000, 0x080000, CRC(9459fce4) SHA1(4c02457468771e027b2447b4d78a2306ac975057) ) |
| 11810 | | sc_dndbc_others |
| 11811 | | ROM_END |
| 11812 | | |
| 11813 | | ROM_START( sc5dndbce ) |
| 11814 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11815 | | ROM_LOAD16_BYTE( "95427656.lo", 0x00001, 0x080000, CRC(a4411416) SHA1(8724e8613ad00fc829e7a97a11c3a654a8c6e0a9) ) |
| 11816 | | ROM_LOAD16_BYTE( "95427657.hi", 0x00000, 0x080000, CRC(26fdcc94) SHA1(c2ac19a0fd94dd32ece5113613e51888ba3b39be) ) |
| 11817 | | sc_dndbc_others |
| 11818 | | ROM_END |
| 11819 | | |
| 11820 | | ROM_START( sc5dndbcf ) |
| 11821 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11822 | | ROM_LOAD16_BYTE( "95427704.lo", 0x00001, 0x080000, CRC(fe58add2) SHA1(3a33665a53661e57459c5e3d75b24e87c946bd2a) ) |
| 11823 | | ROM_LOAD16_BYTE( "95427705.hi", 0x00000, 0x080000, CRC(efb27e44) SHA1(c6918bcf8bff48e935b6f4000ac7505a9381e3d9) ) |
| 11824 | | sc_dndbc_others |
| 11825 | | ROM_END |
| 11826 | | |
| 11827 | | ROM_START( sc5dndbcg ) |
| 11828 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11829 | | ROM_LOAD16_BYTE( "95427808.lo", 0x00001, 0x080000, CRC(c16fe4dd) SHA1(8eae8e1c26b050f195b8161edf36644cf2fc7a3a) ) |
| 11830 | | ROM_LOAD16_BYTE( "95427809.hi", 0x00000, 0x080000, CRC(88e7cb95) SHA1(35b3dfd80aedb75b997338d212ca6a5e8af5e3ed) ) |
| 11831 | | sc_dndbc_others |
| 11832 | | ROM_END |
| 11833 | | |
| 11834 | | ROM_START( sc5dndbch ) |
| 11835 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11836 | | ROM_LOAD16_BYTE( "p3312p01.hi", 0x00000, 0x080000, CRC(f15c7ec4) SHA1(b73ac27e894cd1749f331363f94bdf5ddb2e73d5) ) |
| 11837 | | ROM_LOAD16_BYTE( "p3312p01.lo", 0x00001, 0x080000, CRC(6f6baaf4) SHA1(b2d6d2c6bda0f7d11ee70c2e3c57991de21fa5c0) ) |
| 11838 | | sc_dndbc_others |
| 11839 | | ROM_END |
| 11840 | | |
| 11841 | | ROM_START( sc5dndbci ) |
| 11842 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11843 | | ROM_LOAD16_BYTE( "p3312p71.hi", 0x00000, 0x080000, CRC(0fa9bdcd) SHA1(cd302c1c297cae17c41b4d187169a86764f23ccf) ) |
| 11844 | | ROM_LOAD16_BYTE( "p3312p71.lo", 0x00001, 0x080000, CRC(9fd10bf5) SHA1(f1689e55469c04736ed095d7b95d8327ea179333) ) |
| 11845 | | sc_dndbc_others |
| 11846 | | ROM_END |
| 11847 | | |
| 11848 | | ROM_START( sc5dndbcj ) |
| 11849 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11850 | | ROM_LOAD16_BYTE( "p3312s01.hi", 0x00000, 0x080000, CRC(2468a800) SHA1(3edd7645cd320f57ec92a023b97716984b8b99cf) ) |
| 11851 | | ROM_LOAD16_BYTE( "p3312s01.lo", 0x00001, 0x080000, CRC(8bbd30d7) SHA1(62ba1668e78385c1d3f595ede9debbe65711d556) ) |
| 11852 | | sc_dndbc_others |
| 11853 | | ROM_END |
| 11854 | | |
| 11855 | | ROM_START( sc5dndbck ) |
| 11856 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11857 | | ROM_LOAD16_BYTE( "p3312s71.hi", 0x00000, 0x080000, CRC(9d2f60c1) SHA1(b0300c779cd0e86621ad0d04da948662c074822a) ) |
| 11858 | | ROM_LOAD16_BYTE( "p3312s71.lo", 0x00001, 0x080000, CRC(5de05c8c) SHA1(520ec4c7d9bc1d93e7a60396c1aa3b9697a57689) ) |
| 11859 | | sc_dndbc_others |
| 11860 | | ROM_END |
| 11861 | | |
| 11862 | | |
| 11863 | | |
| 11864 | | ROM_START( sc5mowow ) |
| 11865 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11866 | | ROM_LOAD16_BYTE( "95418076.lo", 0x00001, 0x080000, CRC(3a1340cd) SHA1(5567323e42a0e87abeae9a2f4433d9b64af145e9) ) |
| 11867 | | ROM_LOAD16_BYTE( "95418077.hi", 0x00000, 0x080000, CRC(73abe57d) SHA1(82deeb7a88346ad8e16e52feeb9ac81e7650b569) ) |
| 11868 | | sc_mowow_others |
| 11869 | | ROM_END |
| 11870 | | |
| 11871 | | ROM_START( sc5mowowb ) |
| 11872 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11873 | | ROM_LOAD16_BYTE( "95419076.lo", 0x00001, 0x080000, CRC(117f4e3e) SHA1(dd712361d05ad34d58b892a3fe98e057adf14a23) ) |
| 11874 | | ROM_LOAD16_BYTE( "95419077.hi", 0x00000, 0x080000, CRC(c67ba8dd) SHA1(bd14783c59f745f2be929fa9b217563916d8a585) ) |
| 11875 | | sc_mowow_others |
| 11876 | | ROM_END |
| 11877 | | |
| 11878 | | |
| 11879 | | ROM_START( ad5mowow ) |
| 11880 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11881 | | ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF ) |
| 11882 | | ROM_LOAD( "39211346.bin", 0x0000, 0x511188, CRC(2dc41c91) SHA1(36fe572860e8bba1b8f9e0245ab6fb93ff75d3ad) ) |
| 11883 | | ROM_LOAD( "39211350.bin", 0x0000, 0x4a746f, CRC(55e3d72e) SHA1(ca793fc2fb603e12feed0869dbb53d6e2a820a76) ) |
| 11884 | | ROM_LOAD( "39211356.bin", 0x0000, 0x4a74b7, CRC(8d5b75ab) SHA1(17740100c5df334bc69a690faea39c3a97afc623) ) |
| 11885 | | ROM_LOAD( "39211508.bin", 0x0000, 0x646fd1, CRC(9e405c5a) SHA1(19598d11756fece575785bb75dd620e333b6877b) ) |
| 11886 | | ROM_LOAD( "39211509.bin", 0x0000, 0x646781, CRC(669da0d0) SHA1(e34bcd6cbb21e07e42e274c30126dd536ead908d) ) |
| 11887 | | ROM_LOAD( "39212346.bin", 0x0000, 0x511188, CRC(40e92995) SHA1(9911761b89a73156b592567385ef61f609ac40dd) ) |
| 11888 | | ROM_LOAD( "39212350.bin", 0x0000, 0x4a746f, CRC(8dd8926d) SHA1(5beee9809c4c7292c8edb410eb748b43550c19d9) ) |
| 11889 | | ROM_LOAD( "39212356.bin", 0x0000, 0x4a74b7, CRC(15a8bb77) SHA1(4a8a2f50d832ce6d3230e76e4164a0bde041ccd4) ) |
| 11890 | | ROM_LOAD( "39212508.bin", 0x0000, 0x646fcd, CRC(811c9e4c) SHA1(34b59d319d80f45c238aca9f3ec536047427cfb3) ) |
| 11891 | | ROM_LOAD( "39212509.bin", 0x0000, 0x646781, CRC(637a930a) SHA1(4ad90e242701b3beef5209e967795d632c5d39a4) ) |
| 11892 | | |
| 11893 | | ROM_LOAD( "39211172.bin", 0x00000, 0x1000000, CRC(8342c383) SHA1(cc92f7ebab0a55d2a6023ca194e81ef6154563a1) ) // video casino wow |
| 11894 | | ROM_LOAD( "39212172.bin", 0x00000, 0x1000000, CRC(3aed8e3a) SHA1(de5a3fc0d77bf4044a17f17f41ab5c953b500e81) ) // video casino wow |
| 11895 | | |
| 11896 | | ROM_LOAD( "39211351.bin", 0x00000, 0x511189, CRC(8dd8fc7d) SHA1(54a5e2887e0df095d12beb7fbe7e5fe766c116a4) ) |
| 11897 | | ROM_LOAD( "39212351.bin", 0x00000, 0x511189, CRC(38c7be05) SHA1(9d0057863fcd02b5d68717b3bbd5762131b15ed7) ) |
| 11898 | | |
| 11899 | | sc_mowow_others |
| 11900 | | ROM_END |
| 11901 | | |
| 11902 | | |
| 11903 | | ROM_START( sc5nunsm ) |
| 11904 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11905 | | ROM_LOAD16_BYTE( "95416074.lo", 0x00001, 0x080000, CRC(4da36836) SHA1(1a14c21e67047714817cd8f7c2050b3f018b4deb) ) |
| 11906 | | ROM_LOAD16_BYTE( "95416075.hi", 0x00000, 0x080000, CRC(d84cb53c) SHA1(f90d71bedb95450c5eea37dc64775d5b93ae7ab2) ) |
| 11907 | | sc_nunsm_others |
| 11908 | | ROM_END |
| 11909 | | |
| 11910 | | ROM_START( sc5nunsma ) |
| 11911 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11912 | | ROM_LOAD16_BYTE( "95417074.lo", 0x00001, 0x080000, CRC(9688de66) SHA1(e53a5225a37e0c22872be7f4613caafce752019e) ) |
| 11913 | | ROM_LOAD16_BYTE( "95417075.hi", 0x00000, 0x080000, CRC(69ae75e2) SHA1(506231981495cb432320373a81855843272cfe18) ) |
| 11914 | | sc_nunsm_others |
| 11915 | | ROM_END |
| 11916 | | |
| 11917 | | ROM_START( sc5nunsmb ) |
| 11918 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11919 | | ROM_LOAD16_BYTE( "95416682.lo", 0x00001, 0x080000, CRC(bc930119) SHA1(208ea184e634c054c67a03d7644539a1d59462e5) ) |
| 11920 | | ROM_LOAD16_BYTE( "95416683.hi", 0x00000, 0x080000, CRC(efb0ccf4) SHA1(2ff450b788050bb22e874b833903e09fb88aedf3) ) |
| 11921 | | sc_nunsm_others |
| 11922 | | ROM_END |
| 11923 | | |
| 11924 | | ROM_START( sc5nunsmc ) |
| 11925 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11926 | | ROM_LOAD16_BYTE( "95417682.lo", 0x00001, 0x080000, CRC(6f3e9dd3) SHA1(ac97685f0c964f888c7a457e8cab50282283f2eb) ) |
| 11927 | | ROM_LOAD16_BYTE( "95417683.hi", 0x00000, 0x080000, CRC(948156dc) SHA1(76db7472c8e86a8f682a2954b3e54e7b487d12b9) ) |
| 11928 | | sc_nunsm_others |
| 11929 | | ROM_END |
| 11930 | | |
| 11931 | | ROM_START( sc5nunsmd ) |
| 11932 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11933 | | ROM_LOAD16_BYTE( "95420446.lo", 0x00001, 0x080000, CRC(27a45977) SHA1(1e15a814fc99f4d749929f569b61f1e241cf8f91) ) |
| 11934 | | ROM_LOAD16_BYTE( "95420447.hi", 0x00000, 0x080000, CRC(b8a8fb4f) SHA1(e7792a60355f3b5ebb03b71ea1009b982ba4fab5) ) |
| 11935 | | sc_nunsm_others |
| 11936 | | ROM_END |
| 11937 | | |
| 11938 | | ROM_START( sc5nunsme ) |
| 11939 | | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11940 | | ROM_LOAD16_BYTE( "95421446.lo", 0x00001, 0x080000, CRC(73d6847d) SHA1(5886ee6c2154173a9fa0e62bbae70af2c885f56d) ) |
| 11941 | | ROM_LOAD16_BYTE( "95421447.hi", 0x00000, 0x080000, CRC(a24ee8d9) SHA1(cdef31a0a0a284bc2d6ccc44d88714ba0702bf17) ) |
| 11942 | | sc_nunsm_others |
| 11943 | | ROM_END |
| 11944 | | |
| 11945 | | extern int find_project_string(running_machine &machine, int addrxor, int mode); |
| 11946 | | |
| 11947 | | |
| 11948 | | DRIVER_INIT_MEMBER(sc5_state,sc5) |
| 11949 | | { |
| 11950 | | // sc5 roms always start with SC5 |
| 11951 | | UINT8 *src = machine().root_device().memregion( "maincpu" )->base(); |
| 11952 | | // printf("%02x %02x %02x %02x\n", src[0], src[1], src[2], src[3]); |
| 11953 | | if (((src[0] == 0x20) && (src[2] == 0x43)) || ((src[1] == 0x35) && (src[3] == 0x53))) |
| 11954 | | { |
| 11955 | | printf("Confirmed SC5 ROM\n"); |
| 11956 | | } |
| 11957 | | else |
| 11958 | | { |
| 11959 | | printf("NOT AN SC5 ROM!!!!!\n"); |
| 11960 | | } |
| 11961 | | |
| 11962 | | |
| 11963 | | // there is usually a string in the rom with identification info, often also saying which sound rom should be used! |
| 11964 | | // find it. |
| 11965 | | int found = find_project_string(machine(), 3, 0); |
| 11966 | | if (!found) |
| 11967 | | printf("Normal rom pair string not found, checking mismatched / missing rom string\n"); |
| 11968 | | |
| 11969 | | // help identify roms where one of the pair is missing too |
| 11970 | | if (!found) |
| 11971 | | { |
| 11972 | | found = find_project_string(machine(), 3, 1); |
| 11973 | | found = find_project_string(machine(), 3, 2); |
| 11974 | | } |
| 11975 | | |
| 11976 | | if (!found) |
| 11977 | | printf("No suitable string found\n"); |
| 11978 | | |
| 11979 | | } |
| 11980 | | |
| 11981 | | // PR2437 28 PLAYS LATER TEDL SOUNDS NITH |
| 11982 | | GAME( 200?, sc5plays ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","28 Plays Later (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 11983 | | GAME( 200?, sc5playsa ,sc5plays, sc5, sc5, sc5_state, sc5, ROT0, "Qps","28 Plays Later (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 11984 | | |
| 11985 | | // PR3214 AWP ANT N DECS SNT GRAB THE ADS S5 PR3214 SNT GRAB THE ADS SOUNDS11 GRAB THE ADS S.SITE |
| 11986 | | GAME( 200?, sc5adga ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 11987 | | GAME( 200?, sc5adgaa ,sc5adga, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 11988 | | GAME( 200?, sc5adgab ,sc5adga, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 11989 | | GAME( 200?, sc5adgac ,sc5adga, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 11990 | | |
| 11991 | | // PR3214 AWP ANT N DECS GRAB THE CASH S5 PR3214 GRAB THE CASH SOUNDS11 GRAB THE CASH S.SITE |
| 11992 | | GAME( 200?, sc5adgtc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Cash (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 11993 | | GAME( 200?, sc5adgtca ,sc5adgtc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Cash (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 11994 | | |
| 11995 | | // Z053 BANKJOB PR000053 BANKJOB 1 BANKJOB AWP (this numbering looks more like QPS) |
| 11996 | | GAME( 200?, sc5bjob ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 11997 | | GAME( 200?, sc5bjoba ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 11998 | | GAME( 200?, sc5bjobb ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 11999 | | GAME( 200?, sc5bjobc ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12000 | | GAME( 200?, sc5bjobd ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12001 | | GAME( 200?, sc5bjobe ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12002 | | GAME( 200?, sc5bjobf ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12003 | | GAME( 200?, sc5bjobg ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12004 | | GAME( 200?, sc5bjobh ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12005 | | GAME( 200?, sc5bjobi ,sc5bjob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12006 | | |
| 12007 | | // PR2077KING X KING X MAZ BARKX SOUNDS KING X |
| 12008 | | GAME( 200?, sc5bkngx ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bar King X (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12009 | | GAME( 200?, sc5bkngxa ,sc5bkngx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bar King X (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12010 | | |
| 12011 | | // PR3216 AWP BUCKANEERS SCORP5 PR3216 BUCKANEERS SOUNDS11 BUCKANEERS S.SITE |
| 12012 | | GAME( 200?, sc5bucc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12013 | | GAME( 200?, sc5bucca ,sc5bucc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12014 | | GAME( 200?, sc5buccb ,sc5bucc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12015 | | GAME( 200?, sc5buccc ,sc5bucc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12016 | | GAME( 200?, sc5buccd ,sc5bucc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12017 | | GAME( 200?, sc5bucce ,sc5bucc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12018 | | |
| 12019 | | // PR3205 AWP BULLSEYE POUNDS FOR POINTS S5 PR3205 BULLYS PNDSFPTS SOUNDS11 POUNDS FOR POINT S.SITE |
| 12020 | | GAME( 200?, sc5bpfpb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Pounds For Points (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12021 | | GAME( 200?, sc5bpfpba ,sc5bpfpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Pounds For Points (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12022 | | |
| 12023 | | // PR1914 AWP THREE IN A BED BULLSEYE SCORP5 PR1914 THREE I A BED B SOUNDS11 3IAB BULLSEYE S.SITE |
| 12024 | | GAME( 200?, sc5btiab ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Three In A Bed (Bellfruit) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12025 | | |
| 12026 | | // PR1744 BULLSEYE TRIPLE BULLSEYE TRIPLE ARCADE PR1743 CASINO BULLSEYE SOUNDS11 |
| 12027 | | GAME( 200?, sc5btrip ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12028 | | GAME( 200?, sc5btripa ,sc5btrip, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12029 | | |
| 12030 | | // PR2197 BUNNY MONEY BUNNY MONEY BUNN SOUNDS BUNNY MONEY |
| 12031 | | GAME( 200?, sc5bunny ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bunny Money (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12032 | | GAME( 200?, sc5bunnya ,sc5bunny, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bunny Money (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12033 | | |
| 12034 | | // Z054 CANNON PR000054 CANNON 1 CANNON AWP (looks more like a QPS header) |
| 12035 | | GAME( 200?, sc5cbrun ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cannonball Run (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12036 | | GAME( 200?, sc5cbruna ,sc5cbrun, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cannonball Run (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12037 | | |
| 12038 | | // PR1681 181104 CASH FACTOR PR1681 CASH FACTOR 1 CASH FACTOR AWP |
| 12039 | | GAME( 200?, sc5cfact ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Factor (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12040 | | GAME( 200?, sc5cfacta ,sc5cfact, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Factor (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12041 | | |
| 12042 | | |
| 12043 | | // PR3204 AWP CASH OF THE TITANS S5 PR3204 CASH TITANS SOUNDS11 CASH OF TITANS S.SITE |
| 12044 | | GAME( 200?, sc5ctit ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Of The Titans (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12045 | | GAME( 200?, sc5ctita ,sc5ctit, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Of The Titans (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12046 | | |
| 12047 | | // PR2343 CASH RAIDER RAID SOUNDS NITH |
| 12048 | | GAME( 200?, sc5craid ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cash Raider (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12049 | | GAME( 200?, sc5craida ,sc5craid, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cash Raider (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12050 | | |
| 12051 | | // PR1610 AWP CASH VEGAS PR1610 CASH VEGAS SOUNDS11 CASH VEGAS S.SITE |
| 12052 | | GAME( 200?, sc5cvega ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Vegas (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12053 | | GAME( 200?, sc5cvegaa ,sc5cvega, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Vegas (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12054 | | |
| 12055 | | // PR2210 CHOP 'N' CHANGE CHOP SOUNDS CHOP 'N' CHANGE |
| 12056 | | GAME( 200?, sc5chopc ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chop 'n' Change (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12057 | | GAME( 200?, sc5chopca ,sc5chopc, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chop 'n' Change (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12058 | | |
| 12059 | | // PR2422 BINGO BAR7 S5 PR1433 BAR SEVENS SOUNDS11 BAR7 S.SITE |
| 12060 | | GAME( 200?, sc5cbar7 ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Classic Bar 7 (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12061 | | GAME( 200?, sc5cbar7a ,sc5cbar7, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Classic Bar 7 (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12062 | | |
| 12063 | | // PR2495 CLUEDO CLUEDO SOUNDS CLUEDO |
| 12064 | | GAME( 200?, sc5clu70 ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Cluedo 70 (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12065 | | GAME( 200?, sc5clu70a ,sc5clu70, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Cluedo 70 (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12066 | | |
| 12067 | | // PR2339 CLUEDO CASINO CLUEDO CASINO MAZ CCLU SOUNDS GET A CLUE |
| 12068 | | GAME( 200?, sc5clcas ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12069 | | GAME( 200?, sc5clcasa ,sc5clcas, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12070 | | |
| 12071 | | // PR3320 AWP CLUEDO NOTORIOUS S5 PR3320 CLUEDO SOUNDS11 CLUEDO NOTORIOUS S.SITE |
| 12072 | | GAME( 200?, sc5clnot ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12073 | | GAME( 200?, sc5clnota ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12074 | | GAME( 200?, sc5clnotb ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12075 | | GAME( 200?, sc5clnotc ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12076 | | GAME( 200?, sc5clnotd ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12077 | | GAME( 200?, sc5clnote ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12078 | | GAME( 200?, sc5clnotf ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12079 | | GAME( 200?, sc5clnotg ,sc5clnot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12080 | | |
| 12081 | | // PR2332 CLUEDO THE USUAL SUSPECTS CTUS SOUNDS CLUEDO CTUL |
| 12082 | | GAME( 200?, sc5clus ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12083 | | GAME( 200?, sc5clusa ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12084 | | GAME( 200?, sc5clusb ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12085 | | GAME( 200?, sc5clusc ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12086 | | GAME( 200?, sc5clusd ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12087 | | GAME( 200?, sc5cluse ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12088 | | GAME( 200?, sc5clusf ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12089 | | GAME( 200?, sc5clusg ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12090 | | GAME( 200?, sc5clush ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12091 | | GAME( 200?, sc5clusi ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12092 | | GAME( 200?, sc5clusj ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12093 | | GAME( 200?, sc5clusk ,sc5clus, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12094 | | |
| 12095 | | |
| 12096 | | |
| 12097 | | // PR3317 AWP THE COLOUR OF MONEY S5 PR3317 COLOUR OF MONEY SOUNDS11 COLOUR OF MONEY S.SITE |
| 12098 | | GAME( 200?, sc5colmo ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12099 | | GAME( 200?, sc5colmoa ,sc5colmo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12100 | | GAME( 200?, sc5colmob ,sc5colmo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12101 | | GAME( 200?, sc5colmoc ,sc5colmo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12102 | | |
| 12103 | | // PR3502 AWP THE COLOUR OF MONEY NEW S5 PR3502 C OF M TEN SOUNDS11 COLOUR OF MONEY2 S.SITE |
| 12104 | | GAME( 200?, sc5newcm ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12105 | | GAME( 200?, sc5newcma ,sc5newcm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12106 | | GAME( 200?, sc5newcmb ,sc5newcm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12107 | | GAME( 200?, sc5newcmc ,sc5newcm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12108 | | |
| 12109 | | // PR3506 AWP COPS AND ROBBERS ON THE RUN S5 PR3506 C & R ON T RUN SOUNDS11 ON THE RUN S.SITE |
| 12110 | | GAME( 200?, sc5crotr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers On The Run (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12111 | | GAME( 200?, sc5crotra ,sc5crotr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers On The Run (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12112 | | |
| 12113 | | // PR3427 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB |
| 12114 | | GAME( 200?, sc5crsgc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12115 | | GAME( 200?, sc5crsgca ,sc5crsgc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12116 | | // PR3421 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB |
| 12117 | | GAME( 200?, sc5crsgcb ,sc5crsgc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12118 | | GAME( 200?, sc5crsgcc ,sc5crsgc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12119 | | |
| 12120 | | // PR3421 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB (same ident as some of the sc5crsgc sets..) |
| 12121 | | GAME( 200?, sc5crsgr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12122 | | GAME( 200?, sc5crsgra ,sc5crsgr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12123 | | GAME( 200?, sc5crsgrb ,sc5crsgr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12124 | | GAME( 200?, sc5crsgrc ,sc5crsgr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12125 | | |
| 12126 | | // PR3521 AWP CORONATION STREET SCORP5 PR3521 CORRONATION ST SOUNDS11 CORONATION ST S.SITE |
| 12127 | | GAME( 200?, sc5corst ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12128 | | GAME( 200?, sc5corsta ,sc5corst, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12129 | | |
| 12130 | | // PR3417 AWP CRAZYFRUIT AND NUTCASE SCORP5 PR3417 CF NUTCASE SOUNDS11 CF& NUTCASE S.SITE |
| 12131 | | GAME( 200?, sc5cfnc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruit & Nutcase (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12132 | | GAME( 200?, sc5cfnca ,sc5cfnc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruit & Nutcase (Bellfruit) (Scorpion 5) (set 2", GAME_IS_SKELETON_MECHANICAL ) |
| 12133 | | |
| 12134 | | // PR3436 CRAZY FRUITS COMMUNITY PARTY CRAZY FRUITS CP ARCADE PR3436 CF COMMUNITY P SOUNDS11 |
| 12135 | | GAME( 200?, sc5cfcp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12136 | | GAME( 200?, sc5cfcpa ,sc5cfcp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12137 | | GAME( 200?, sc5cfcpb ,sc5cfcp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12138 | | GAME( 200?, sc5cfcpc ,sc5cfcp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12139 | | GAME( 200?, sc5cfcpd ,sc5cfcp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12140 | | GAME( 200?, sc5cfcpe ,sc5cfcp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12141 | | |
| 12142 | | // PR1359 CASINO CRAZY FRUITS PARTY PR1359 CRAZY F PARTY SOUNDS11 |
| 12143 | | GAME( 200?, sc5cfpt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12144 | | GAME( 200?, sc5cfpta ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12145 | | GAME( 200?, sc5cfptb ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12146 | | GAME( 200?, sc5cfptc ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12147 | | GAME( 200?, sc5cfptd ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12148 | | GAME( 200?, sc5cfpte ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12149 | | GAME( 200?, sc5cfptf ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12150 | | GAME( 200?, sc5cfptg ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12151 | | GAME( 200?, sc5cfpth ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12152 | | GAME( 200?, sc5cfpti ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12153 | | // PR1359 CASINO CRAZY FRUITS PARTY PR1359 TB CRAZY F P SOUNDS11 |
| 12154 | | GAME( 200?, sc5cfptj ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12155 | | GAME( 200?, sc5cfptk ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12156 | | GAME( 200?, sc5cfptl ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12157 | | GAME( 200?, sc5cfptm ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12158 | | // PR1430 CASINO CRAZY FRUITS SIT DOWN PR1430 CRAZY F SIT D SOUNDS11 |
| 12159 | | GAME( 200?, sc5cfptn ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12160 | | GAME( 200?, sc5cfpto ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12161 | | GAME( 200?, sc5cfptp ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12162 | | GAME( 200?, sc5cfptq ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12163 | | GAME( 200?, sc5cfptr ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12164 | | GAME( 200?, sc5cfpts ,sc5cfpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 12165 | | |
| 12166 | | |
| 12167 | | |
| 12168 | | |
| 12169 | | // PR3418 AWP CRAZY KNIGHTS SCORP5 PR3418 CRAZY KNIGHTS SOUNDS11 CRAZY KNIGHTS S.SITE |
| 12170 | | GAME( 200?, sc5cknig ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12171 | | GAME( 200?, sc5ckniga ,sc5cknig, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12172 | | |
| 12173 | | // PR1741 CRAZY PAYS SCORP5 PR1741 CRAZY PAYS SOUNDS11 CRAZY PAYS S.SITE |
| 12174 | | GAME( 200?, sc5cpays ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Pays (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12175 | | GAME( 200?, sc5cpaysa ,sc5cpays, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Pays (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12176 | | |
| 12177 | | // PR3409 AWP DEAL OR NO DEAL BANKERS BONUS S5 PR3409 BANKERS BONUS SOUNDS11 BANKERS BONUS S.SITE |
| 12178 | | GAME( 200?, sc5dndbo ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12179 | | GAME( 200?, sc5dndboa ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12180 | | GAME( 200?, sc5dndbob ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12181 | | GAME( 200?, sc5dndboc ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12182 | | GAME( 200?, sc5dndbod ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12183 | | GAME( 200?, sc5dndboe ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12184 | | GAME( 200?, sc5dndbof ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12185 | | GAME( 200?, sc5dndbog ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12186 | | GAME( 200?, sc5dndboh ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12187 | | GAME( 200?, sc5dndboi ,sc5dndbo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12188 | | |
| 12189 | | // PR3068 CLUB BEAT THE BANKER BEAT THE BANKER CLUB PR3068 BEAT THE BANKER SOUNDS11 |
| 12190 | | GAME( 200?, sc5dndbl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12191 | | GAME( 200?, sc5dndbla ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12192 | | GAME( 200?, sc5dndblb ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12193 | | GAME( 200?, sc5dndblc ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12194 | | GAME( 200?, sc5dndbld ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12195 | | GAME( 200?, sc5dndble ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12196 | | GAME( 200?, sc5dndblf ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12197 | | GAME( 200?, sc5dndblg ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12198 | | GAME( 200?, sc5dndblh ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12199 | | GAME( 200?, sc5dndbli ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12200 | | GAME( 200?, sc5dndblj ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12201 | | GAME( 200?, sc5dndblk ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12202 | | GAME( 200?, sc5dndbll ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12203 | | GAME( 200?, sc5dndblm ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12204 | | GAME( 200?, sc5dndbln ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12205 | | GAME( 200?, sc5dndblo ,sc5dndbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12206 | | |
| 12207 | | // these contain no 'PROJECT NUMBER' ident string. |
| 12208 | | GAME( 200?, sc5dndbq ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12209 | | GAME( 200?, sc5dndbqa ,sc5dndbq, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12210 | | GAME( 200?, sc5dndbqb ,sc5dndbq, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12211 | | GAME( 200?, sc5dndbqc ,sc5dndbq, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12212 | | GAME( 200?, sc5dndbqd ,sc5dndbq, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12213 | | GAME( 200?, sc5dndbqe ,sc5dndbq, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12214 | | |
| 12215 | | // PR3503 AWP DEAL OR NO DEAL COPS AND ROBBERS S5 PR3503 DOND CNR SOUNDS11 DOND COPS S.SITE |
| 12216 | | GAME( 200?, sc5dndcr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12217 | | GAME( 200?, sc5dndcra ,sc5dndcr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12218 | | GAME( 200?, sc5dndcrb ,sc5dndcr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12219 | | GAME( 200?, sc5dndcrc ,sc5dndcr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12220 | | |
| 12221 | | // PR3545 AWP DESERT ISLAND DEAL S5 PR3545 DOND D I D SOUNDS11 DESERT ISLAND DL S.SITE |
| 12222 | | GAME( 200?, sc5dndde ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12223 | | GAME( 200?, sc5dnddea ,sc5dndde, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12224 | | |
| 12225 | | // PR3420 AWP DIAMOND DOND S5 PR3420 DIAMOND DOND SOUNDS11 DIAMOND DOND S.SITE |
| 12226 | | GAME( 200?, sc5dnddi ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12227 | | GAME( 200?, sc5dnddia ,sc5dnddi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12228 | | GAME( 200?, sc5dnddib ,sc5dnddi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12229 | | GAME( 200?, sc5dnddic ,sc5dnddi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12230 | | |
| 12231 | | // PR3313 AWP DEAL OR NO DEAL DOUBLE TAKE S5 PR3313 DOUBLE TAKE SOUNDS11 DOUBLE TAKE S.SITE |
| 12232 | | GAME( 200?, sc5dnddt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12233 | | GAME( 200?, sc5dnddta ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12234 | | GAME( 200?, sc5dnddtb ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12235 | | GAME( 200?, sc5dnddtc ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12236 | | GAME( 200?, sc5dnddtd ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12237 | | GAME( 200?, sc5dnddte ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12238 | | GAME( 200?, sc5dnddtf ,sc5dnddt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12239 | | |
| 12240 | | // PR3316 AWP DOND DREAM OFFER S5 PR3316 DREAM OFFER SOUNDS11 DREAM OFFER S.SITE |
| 12241 | | GAME( 200?, sc5dnddo ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12242 | | GAME( 200?, sc5dnddoa ,sc5dnddo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12243 | | GAME( 200?, sc5dnddob ,sc5dnddo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12244 | | GAME( 200?, sc5dnddoc ,sc5dnddo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12245 | | |
| 12246 | | |
| 12247 | | // PR3432 AWP DEAL OR NO DEAL FEELING LUCKY SCORP5 PR3309 FEELING LUCKY SOUNDS11 FEELING LUCKY S.SITE |
| 12248 | | GAME( 200?, sc5dndfl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3432) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12249 | | GAME( 200?, sc5dndfla ,sc5dndfl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3432) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12250 | | // PR3309 AWP DEAL OR NO DEAL FEELING LUCKY SCORP5 PR3309 FEELING LUCKY SOUNDS11 FEELING LUCKY S.SITE |
| 12251 | | GAME( 200?, sc5dndflb ,sc5dndfl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12252 | | GAME( 200?, sc5dndflc ,sc5dndfl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12253 | | GAME( 200?, sc5dndfld ,sc5dndfl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12254 | | GAME( 200?, sc5dndfle ,sc5dndfl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12255 | | |
| 12256 | | // PR3501 AWP DEAL OR NO DEAL GAME ON SCORP5 PR3501 DOND GAME ON SOUNDS11 DOND GAME ON S.SITE |
| 12257 | | GAME( 200?, sc5dndgo ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Game On (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12258 | | GAME( 200?, sc5dndgoa ,sc5dndgo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Game On (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12259 | | |
| 12260 | | // PR3310 AWP DEAL OR NO DEAL GOLD S5 PR3310 DOND GOLD SOUNDS11 DOND GOLD S.SITE |
| 12261 | | GAME( 200?, sc5dndgl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12262 | | GAME( 200?, sc5dndgla ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12263 | | GAME( 200?, sc5dndglb ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12264 | | GAME( 200?, sc5dndglc ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12265 | | GAME( 200?, sc5dndgld ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12266 | | GAME( 200?, sc5dndgle ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12267 | | GAME( 200?, sc5dndglf ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12268 | | GAME( 200?, sc5dndglg ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12269 | | GAME( 200?, sc5dndglh ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12270 | | GAME( 200?, sc5dndgli ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12271 | | GAME( 200?, sc5dndglj ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12272 | | GAME( 200?, sc5dndglk ,sc5dndgl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12273 | | |
| 12274 | | // PR3415 AWP DEAL OR NO DEAL LIVE THE DREAM S5 PR3415 LIVE THE DREAM SOUNDS11 LIVE THE DREAM S.SITE |
| 12275 | | GAME( 200?, sc5dndld ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12276 | | GAME( 200?, sc5dndlda ,sc5dndld, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12277 | | |
| 12278 | | // PR3407 AWP DEAL OR NO DEAL MAKE OR BREAK S5 PR3407 MAKE OR BREAK SOUNDS11 MAKE OR BREAK S.SITE |
| 12279 | | GAME( 200?, sc5dndmb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12280 | | GAME( 200?, sc5dndmba ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12281 | | GAME( 200?, sc5dndmbb ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12282 | | GAME( 200?, sc5dndmbc ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12283 | | GAME( 200?, sc5dndmbd ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12284 | | GAME( 200?, sc5dndmbe ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12285 | | GAME( 200?, sc5dndmbf ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12286 | | GAME( 200?, sc5dndmbg ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12287 | | GAME( 200?, sc5dndmbh ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12288 | | GAME( 200?, sc5dndmbi ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12289 | | GAME( 200?, sc5dndmbj ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12290 | | GAME( 200?, sc5dndmbk ,sc5dndmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12291 | | |
| 12292 | | // PR3411 AWP MEGA DEAL OR NO DEAL S5 PR3411 MEGA DOND SOUNDS11 MEGA DOND S.SITE |
| 12293 | | GAME( 200?, sc5dndmd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12294 | | GAME( 200?, sc5dndmda ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12295 | | GAME( 200?, sc5dndmdd ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12296 | | GAME( 200?, sc5dndmde ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12297 | | GAME( 200?, sc5dndmdf ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12298 | | GAME( 200?, sc5dndmdi ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12299 | | // PR3496 AWP MEGA DEAL OR NO DEAL S5 PR3411 MEGA DOND SOUNDS11 MEGA DOND S.SITE |
| 12300 | | GAME( 200?, sc5dndmdb ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12301 | | GAME( 200?, sc5dndmdc ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12302 | | GAME( 200?, sc5dndmdg ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12303 | | GAME( 200?, sc5dndmdh ,sc5dndmd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12304 | | |
| 12305 | | |
| 12306 | | // PR3404 AWP DEAL OR NO DEAL PLAY IT AGAIN SCORP5 PR3404 PLAY IT AGAIN SOUNDS11 PLAY IT AGAIN S.SITE |
| 12307 | | GAME( 200?, sc5dndpa ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12308 | | GAME( 200?, sc5dndpaa ,sc5dndpa, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12309 | | GAME( 200?, sc5dndpab ,sc5dndpa, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12310 | | GAME( 200?, sc5dndpac ,sc5dndpa, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12311 | | |
| 12312 | | |
| 12313 | | // PR3505 AWP DEAL OR NO DEAL PLAY THE GAME S5 PR3505 PLAY THE GAME SOUNDS11 PLAY THE GAME S.SITE |
| 12314 | | GAME( 200?, sc5ddptg ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12315 | | GAME( 200?, sc5ddptga ,sc5ddptg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12316 | | GAME( 200?, sc5ddptgb ,sc5ddptg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12317 | | GAME( 200?, sc5ddptgc ,sc5ddptg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12318 | | |
| 12319 | | // PR3303 AWP DEAL OR NO DEAL THE PLAYERS CHOICE SCORP5 PR3303 PLAYERS CHOICE SOUNDS11 PLAYERS CHOICE S.SITE |
| 12320 | | GAME( 200?, sc5ddply ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Player's Choice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12321 | | GAME( 200?, sc5ddplya ,sc5ddply, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Player's Choice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12322 | | |
| 12323 | | // PR3419 AWP DOND ROAD TO RICHES SCORP5 PR3419 ROAD TO RICHES SOUNDS11 ROAD TO RICHES S.SITE |
| 12324 | | GAME( 200?, sc5dndrr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12325 | | GAME( 200?, sc5dndrra ,sc5dndrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12326 | | GAME( 200?, sc5dndrrb ,sc5dndrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12327 | | GAME( 200?, sc5dndrrc ,sc5dndrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12328 | | |
| 12329 | | // PR3239 AWP SIMPLY DEAL OR NO DEAL SCORP5 PR3219 SIMPLY DOND SOUNDS11 SIMPLY DOND S.SITE |
| 12330 | | GAME( 200?, sc5dndsi ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12331 | | GAME( 200?, sc5dndsia ,sc5dndsi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12332 | | GAME( 200?, sc5dndsib ,sc5dndsi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12333 | | GAME( 200?, sc5dndsic ,sc5dndsi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12334 | | GAME( 200?, sc5dndsid ,sc5dndsi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12335 | | |
| 12336 | | // PR3405 AWP DEAL OR NO DEAL THE BANKER RINGS TWICE S5 PR3405 DOND BANKER SOUNDS11 DOND THE BANKER S.SITE |
| 12337 | | GAME( 200?, sc5dndrt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12338 | | GAME( 200?, sc5dndrta ,sc5dndrt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12339 | | GAME( 200?, sc5dndrtb ,sc5dndrt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12340 | | GAME( 200?, sc5dndrtc ,sc5dndrt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12341 | | GAME( 200?, sc5dndrtd ,sc5dndrt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12342 | | GAME( 200?, sc5dndrte ,sc5dndrt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12343 | | |
| 12344 | | // PR3412 AWP DEAL OR NO DEAL THE PERFECT DEAL SCORP5 PR3412 PERFECT DEAL SOUNDS11 THE PERFECT DEAL S.SITE |
| 12345 | | GAME( 200?, sc5dndpd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12346 | | GAME( 200?, sc5dndpda ,sc5dndpd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12347 | | GAME( 200?, sc5dndpdb ,sc5dndpd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12348 | | GAME( 200?, sc5dndpdc ,sc5dndpd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12349 | | |
| 12350 | | // PR3303 AWP DEAL OR NO DEAL THE PLAYERS CHOICE SCORP5 PR3303 PLAYERS CHOICE SOUNDS11 PLAYERS CHOICE S.SITE |
| 12351 | | GAME( 200?, sc5dndpc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Players Choice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12352 | | GAME( 200?, sc5dndpca ,sc5dndpc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Players Choice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12353 | | |
| 12354 | | // PR3416 AWP DEAL OR NO DEAL THINK BIG SCORP5 PR3416 DOND THINK BIG SOUNDS11 DOND THINK BIG S.SITE |
| 12355 | | GAME( 200?, sc5dndtb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Big (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12356 | | GAME( 200?, sc5dndtba ,sc5dndtb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Big (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12357 | | |
| 12358 | | // PR2323 DEVIL OF A DEAL DOAD SOUNDS DEVIL OF A DEAL S.SITE |
| 12359 | | GAME( 200?, sc5devil ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12360 | | GAME( 200?, sc5devila ,sc5devil, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12361 | | GAME( 200?, sc5devilb ,sc5devil, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12362 | | GAME( 200?, sc5devilc ,sc5devil, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12363 | | |
| 12364 | | // PR3007 AWP DRAC PACK SCORP5 PR3007 DRACPACK SOUNDS11 DRAC PACK S.SITE |
| 12365 | | GAME( 200?, sc5dracp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Drac Pack (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12366 | | GAME( 200?, sc5dracpa ,sc5dracp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Drac Pack (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12367 | | |
| 12368 | | // PR3306 AWP FAMILY GUY BOOZE HOUND SCORP5 PR3306 BOOZE HOUND SOUNDS11 BOOZE HOUND S.SITE |
| 12369 | | GAME( 200?, sc5fgbh ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12370 | | GAME( 200?, sc5fgbha ,sc5fgbh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12371 | | GAME( 200?, sc5fgbhb ,sc5fgbh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12372 | | GAME( 200?, sc5fgbhc ,sc5fgbh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12373 | | |
| 12374 | | // PR3301 AWP FAMILY GUY GRIFFIN PLUMBING S5 PR3301 GRIFFIN PLUMB SOUNDS11 GRIFFIN PLUMBING S.SITE |
| 12375 | | GAME( 200?, sc5fggp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12376 | | GAME( 200?, sc5fggpa ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12377 | | GAME( 200?, sc5fggpb ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12378 | | GAME( 200?, sc5fggpc ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12379 | | GAME( 200?, sc5fggpd ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12380 | | GAME( 200?, sc5fggpe ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12381 | | GAME( 200?, sc5fggpf ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12382 | | GAME( 200?, sc5fggpg ,sc5fggp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12383 | | |
| 12384 | | // PR IT FAST CASH FASTCASHSOUND FAST CASH |
| 12385 | | GAME( 200?, sc5fast ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Fast Cash (Qps) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12386 | | |
| 12387 | | // PR3061 CLUB FIGHT NIGHT FIGHT NIGHT CLUB PR3061 CLUB FIGHT NIGHT SOUNDS11 CLUB FIGHT NIGHT |
| 12388 | | GAME( 200?, sc5fnclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12389 | | GAME( 200?, sc5fnclba ,sc5fnclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12390 | | GAME( 200?, sc5fnclbb ,sc5fnclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12391 | | GAME( 200?, sc5fnclbc ,sc5fnclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12392 | | GAME( 200?, sc5fnclbd ,sc5fnclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12393 | | GAME( 200?, sc5fnclbe ,sc5fnclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12394 | | |
| 12395 | | // PR1939 FIRE N DICE PR1919 FIRE N DICE SOUNDS11 FIRE N DICE S.SITE |
| 12396 | | GAME( 200?, sc5fdice ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fire 'n' Dice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12397 | | GAME( 200?, sc5fdicea ,sc5fdice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fire 'n' Dice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12398 | | |
| 12399 | | // PR1602 AWP FIRESTARTER SCORP5 PR1602 FIRESTARTER SOUNDS11 FIRESTARTER S.SITE |
| 12400 | | GAME( 200?, sc5fires ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12401 | | GAME( 200?, sc5firesa ,sc5fires, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12402 | | GAME( 200?, sc5firesb ,sc5fires, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12403 | | GAME( 200?, sc5firesc ,sc5fires, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12404 | | |
| 12405 | | // PR2418 FLASH THE CASH FLASHCASH SOUNDS FLASHTHECASH |
| 12406 | | GAME( 200?, sc5ftcas ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Flash The Cash (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12407 | | GAME( 200?, sc5ftcasa ,sc5ftcas, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Flash The Cash (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12408 | | |
| 12409 | | // PR2319 FRUIT LOOP FLOOP SOUNDS FRUIT LOOP |
| 12410 | | GAME( 200?, sc5floop ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Fruit Loops (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12411 | | GAME( 200?, sc5floopa ,sc5floop, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Fruit Loops (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12412 | | |
| 12413 | | // PR1404 GET RICH QUICK PR1404 GET RICH QUICK SOUNDS11 |
| 12414 | | GAME( 200?, sc5grq ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12415 | | GAME( 200?, sc5grqa ,sc5grq, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12416 | | GAME( 200?, sc5grqb ,sc5grq, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12417 | | GAME( 200?, sc5grqc ,sc5grq, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12418 | | |
| 12419 | | // PR1403 GOLD FEVER PR1403 GOLD FEVER SOUNDS11 |
| 12420 | | GAME( 200?, sc5gldfv ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12421 | | GAME( 200?, sc5gldfva ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12422 | | GAME( 200?, sc5gldfvb ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12423 | | GAME( 200?, sc5gldfvc ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12424 | | GAME( 200?, sc5gldfvd ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12425 | | GAME( 200?, sc5gldfve ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12426 | | GAME( 200?, sc5gldfvf ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12427 | | GAME( 200?, sc5gldfvg ,sc5gldfv, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12428 | | |
| 12429 | | |
| 12430 | | // PR3410 AWP GOLDEN GOALS SCORP5 PR3410 GOLDEN GOALS SOUNDS11 GOLDEN GOALS S.SITE |
| 12431 | | GAME( 200?, sc5gldgo ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Goals (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12432 | | GAME( 200?, sc5gldgoa ,sc5gldgo, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Goals (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12433 | | |
| 12434 | | // PR2203 GOLDEN SPINNER GSPINSND (top box?) |
| 12435 | | GAME( 200?, sc5gldsp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner (PR2203) (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12436 | | // PR2546 GOLDEN SPINNER Bingo Version 011 GSPINSND GOLDEN SPINNER |
| 12437 | | GAME( 200?, sc5gldspa ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12438 | | GAME( 200?, sc5gldspb ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12439 | | GAME( 200?, sc5gldspc ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12440 | | GAME( 200?, sc5gldspe ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12441 | | GAME( 200?, sc5gldspg ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12442 | | GAME( 200?, sc5gldspi ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12443 | | GAME( 200?, sc5gldspj ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12444 | | GAME( 200?, sc5gldspk ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12445 | | GAME( 200?, sc5gldspl ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12446 | | GAME( 200?, sc5gldspm ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12447 | | GAME( 200?, sc5gldspo ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12448 | | |
| 12449 | | // PR2546 GOLDEN SPINNER Arcade Version 061 GSPINSND GOLDEN SPINNER |
| 12450 | | GAME( 200?, sc5gldspd ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12451 | | GAME( 200?, sc5gldspf ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12452 | | GAME( 200?, sc5gldsph ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12453 | | GAME( 200?, sc5gldspn ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12454 | | GAME( 200?, sc5gldspp ,sc5gldsp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12455 | | |
| 12456 | | |
| 12457 | | // Z052 GRANDMASTER PR000052 GRANDMASTER 1 GRANDMASTER AWP (looks like a QPS header) |
| 12458 | | GAME( 200?, sc5gmclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12459 | | GAME( 200?, sc5gmclba ,sc5gmclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12460 | | GAME( 200?, sc5gmclbb ,sc5gmclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12461 | | GAME( 200?, sc5gmclbc ,sc5gmclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12462 | | |
| 12463 | | // PR2318 HI ROLLER HIROLL SOUNDS HIGH ROLLER |
| 12464 | | GAME( 200?, sc5hirol ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12465 | | GAME( 200?, sc5hirola ,sc5hirol, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12466 | | GAME( 200?, sc5hirolb ,sc5hirol, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12467 | | GAME( 200?, sc5hirolc ,sc5hirol, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12468 | | GAME( 200?, sc5hirold ,sc5hirol, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12469 | | GAME( 200?, sc5hirole ,sc5hirol, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12470 | | |
| 12471 | | |
| 12472 | | // PR1405 THE HULK PR1405 THE HULK SOUNDS11 |
| 12473 | | GAME( 200?, sc5hulk ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12474 | | GAME( 200?, sc5hulka ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12475 | | GAME( 200?, sc5hulkb ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12476 | | GAME( 200?, sc5hulkc ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12477 | | GAME( 200?, sc5hulkd ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12478 | | GAME( 200?, sc5hulke ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12479 | | GAME( 200?, sc5hulkf ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12480 | | GAME( 200?, sc5hulkg ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12481 | | GAME( 200?, sc5hulkh ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12482 | | GAME( 200?, sc5hulki ,sc5hulk, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12483 | | |
| 12484 | | // PR2316 IT'S A BULLSEYE ITSBULLSEYE SOUNDS IT'S A BULLSEYE |
| 12485 | | GAME( 200?, sc5iab ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","It's A Bullseye (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12486 | | GAME( 200?, sc5iaba ,sc5iab, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","It's A Bullseye (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12487 | | |
| 12488 | | // PR2450 ITALIAN JOB BTDO ITLY SOUNDS NITH |
| 12489 | | GAME( 200?, sc5ijbdo ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12490 | | GAME( 200?, sc5ijbdoa ,sc5ijbdo, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12491 | | GAME( 200?, sc5ijbdob ,sc5ijbdo, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12492 | | GAME( 200?, sc5ijbdoc ,sc5ijbdo, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12493 | | |
| 12494 | | // PR2077KING X KING X MAZ BARKX SOUNDS KING X 3 |
| 12495 | | GAME( 200?, sc5kingx ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X (PR2077) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12496 | | GAME( 200?, sc5kingxa ,sc5kingx, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X (PR2077) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12497 | | // PR2336KING X KING X MAZ BARKX SOUNDS KING X 3P |
| 12498 | | GAME( 200?, sc5kingxc ,sc5kingx, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X 3P (PR2336) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12499 | | GAME( 200?, sc5kingxe ,sc5kingx, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X 3P (PR2336) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12500 | | // PR2279 KING X TRIPLE BARKX SOUNDS + + |
| 12501 | | GAME( 200?, sc5kingxb ,sc5kingx, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X Triple (PR2279) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12502 | | GAME( 200?, sc5kingxd ,sc5kingx, sc5, sc5, sc5_state, sc5, ROT0, "BFM","King X Triple (PR2279) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12503 | | |
| 12504 | | // PR2344 TOSSTHEMONKEY TOSTM SOUNDS TOSS THE MONKEY |
| 12505 | | GAME( 200?, sc5monky ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monkey Business / Toss The Monkey (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12506 | | GAME( 200?, sc5monkya ,sc5monky, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monkey Business / Toss The Monkey (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12507 | | |
| 12508 | | // PR3431 AWP MONOPOLY BOOM OR BUST CLASSIC S5 PR3307 MPOLY BOOM OR B SOUNDS11 BOOM OR BUST S.SITE |
| 12509 | | GAME( 200?, sc5mobob ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12510 | | GAME( 200?, sc5moboba ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12511 | | GAME( 200?, sc5mobobd ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12512 | | GAME( 200?, sc5mobobe ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12513 | | // PR3307 AWP MONOPOLY BOOM OR BUST S5 PR3307 MPOLY BOOM OR B SOUNDS11 BOOM OR BUST S.SITE |
| 12514 | | GAME( 200?, sc5mobobb ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12515 | | GAME( 200?, sc5mobobc ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12516 | | GAME( 200?, sc5mobobf ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12517 | | GAME( 200?, sc5mobobg ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12518 | | GAME( 200?, sc5mobobh ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12519 | | GAME( 200?, sc5mobobi ,sc5mobob, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12520 | | |
| 12521 | | // PR3504 AWP MONOPOLY AUCTION SCORP5 PR3504 MPOLY AUCTION SOUNDS11 MONO AUCTION S.SITE |
| 12522 | | GAME( 200?, sc5mogta ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12523 | | GAME( 200?, sc5mogtaa ,sc5mogta, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12524 | | GAME( 200?, sc5mogtab ,sc5mogta, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12525 | | GAME( 200?, sc5mogtac ,sc5mogta, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12526 | | |
| 12527 | | // PR3311 AWP MONOPOLY MILLIONAIRE SCORP5 PR3311 MPOLY MILL SOUNDS11 MILLIONAIRE S.SITE |
| 12528 | | GAME( 200?, sc5momil ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12529 | | GAME( 200?, sc5momila ,sc5momil, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12530 | | GAME( 200?, sc5momilb ,sc5momil, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12531 | | GAME( 200?, sc5momilc ,sc5momil, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12532 | | GAME( 200?, sc5momild ,sc5momil, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12533 | | GAME( 200?, sc5momile ,sc5momil, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12534 | | |
| 12535 | | // PR1945 CLUB MONEYBAGS MONEY BAGS CLUB PR1955 C M MONEYBAGS SOUNDS11 DEAL OR NO DEAL |
| 12536 | | GAME( 200?, sc5mombc ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Money Bags Club (PR1945) (Deal or No Deal?) (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12537 | | |
| 12538 | | // PR2496 MONOPOLY MONEY SPINNER MONY SOUNDS NITH |
| 12539 | | GAME( 200?, sc5moms ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12540 | | GAME( 200?, sc5momsa ,sc5moms, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12541 | | GAME( 200?, sc5momsc ,sc5moms, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12542 | | GAME( 200?, sc5momsd ,sc5moms, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12543 | | // PR2395 MONEY SPINNER MONY SOUNDS NITH (== sc5monsp code?) |
| 12544 | | GAME( 200?, sc5momsb ,sc5moms, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Money Spinner (PR2395) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12545 | | GAME( 200?, sc5momse ,sc5moms, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Money Spinner (PR2395) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12546 | | |
| 12547 | | // PR3408 AWP MONOPOLY PROPERTY LADDER S5 PR3408 MPOLY PROP LAD SOUNDS11 PROPERTY LADDER S.SITE |
| 12548 | | GAME( 200?, sc5mopl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12549 | | GAME( 200?, sc5mopla ,sc5mopl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12550 | | GAME( 200?, sc5moplb ,sc5mopl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12551 | | GAME( 200?, sc5moplc ,sc5mopl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12552 | | |
| 12553 | | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 12554 | | GAME( 200?, sc5mor2r ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Road To Riches (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12555 | | GAME( 200?, sc5mor2ra ,sc5mor2r, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Road To Riches (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12556 | | |
| 12557 | | // PR2449 PR2449,MONOPOLY WA MONOPOLY WA MAZ |
| 12558 | | GAME( 200?, sc5monwa ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Win Again (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12559 | | GAME( 200?, sc5monwaa ,sc5monwa, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monopoly Win Again (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12560 | | |
| 12561 | | // PR2485 CLUB MONTE CARLO OR BUST CLUB MONTE CARLO CLUB CLUB MONTE SOUNDS CLUB MONTE CARLO |
| 12562 | | GAME( 200?, sc5cmcob ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12563 | | GAME( 200?, sc5cmcoba ,sc5cmcob, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12564 | | GAME( 200?, sc5cmcobb ,sc5cmcob, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12565 | | GAME( 200?, sc5cmcobc ,sc5cmcob, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12566 | | |
| 12567 | | // PR2166 NUN N ROSES NANR SOUNDS NUNS N ROSES |
| 12568 | | GAME( 200?, sc5nunsb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Nuns 'n' Roses (Bellfruit) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12569 | | |
| 12570 | | // PR3315 AWP OVER THE RAINBOW SCORP5 PR3315 OV THE RAINBOW SOUNDS11 OVER THE RAINBOW S.SITE |
| 12571 | | GAME( 200?, sc5rainb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12572 | | GAME( 200?, sc5rainba ,sc5rainb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12573 | | GAME( 200?, sc5rainbb ,sc5rainb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12574 | | GAME( 200?, sc5rainbc ,sc5rainb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12575 | | GAME( 200?, sc5rainbd ,sc5rainb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12576 | | GAME( 200?, sc5rainbe ,sc5rainb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12577 | | |
| 12578 | | |
| 12579 | | // PR3015 AWP PARROTS OF THE CARIBBEAN SCORP5 PR3015 P CARIBBEAN SOUNDS11 PARROT CARIBBEAN S.SITE |
| 12580 | | GAME( 200?, sc5parot ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12581 | | GAME( 200?, sc5parota ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12582 | | GAME( 200?, sc5parotb ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12583 | | GAME( 200?, sc5parotc ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12584 | | GAME( 200?, sc5parotd ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12585 | | GAME( 200?, sc5parote ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12586 | | GAME( 200?, sc5parotf ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12587 | | GAME( 200?, sc5parotg ,sc5parot, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12588 | | |
| 12589 | | |
| 12590 | | // PR2411 PILEONTHEPOUNDS PILE SOUNDS PILE |
| 12591 | | GAME( 200?, sc5pilep ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12592 | | GAME( 200?, sc5pilepa ,sc5pilep, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12593 | | GAME( 200?, sc5pilepb ,sc5pilep, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12594 | | GAME( 200?, sc5pilepc ,sc5pilep, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12595 | | |
| 12596 | | |
| 12597 | | // PR2306 POTS OF LUCK POTSOFLUCKSOUNDS POTS OF LUCK |
| 12598 | | GAME( 200?, sc5potsm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pots Of Luck (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12599 | | GAME( 200?, sc5potsma ,sc5potsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pots Of Luck (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12600 | | |
| 12601 | | // PR3528 CLUB PUBLIC ENEMY S5 PR3528 PUBLIC ENEMY SOUNDS11 PUBLIC ENEMY S.SITE |
| 12602 | | GAME( 200?, sc5cpen1 ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12603 | | GAME( 200?, sc5cpen1a ,sc5cpen1, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12604 | | |
| 12605 | | // PR1406 QUALITY STREAK PR1406 QUALITY STREAK SOUNDS11 |
| 12606 | | GAME( 200?, sc5qual ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12607 | | GAME( 200?, sc5quala ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12608 | | GAME( 200?, sc5qualb ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12609 | | GAME( 200?, sc5qualc ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12610 | | GAME( 200?, sc5quald ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12611 | | GAME( 200?, sc5quale ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12612 | | GAME( 200?, sc5qualf ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12613 | | GAME( 200?, sc5qualg ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12614 | | GAME( 200?, sc5qualh ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12615 | | GAME( 200?, sc5quali ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12616 | | GAME( 200?, sc5qualj ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12617 | | GAME( 200?, sc5qualk ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12618 | | GAME( 200?, sc5quall ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12619 | | GAME( 200?, sc5qualm ,sc5qual, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12620 | | |
| 12621 | | // PR2169 REEL SPIN SHADY TRSS SOUNDS REEL SPIN SHADY |
| 12622 | | GAME( 200?, sc5rssh ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Reel Spin Shady (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12623 | | GAME( 200?, sc5rssha ,sc5rssh, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Reel Spin Shady (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12624 | | |
| 12625 | | |
| 12626 | | // PR3208 AWP ROAD HOG S5 PR3208 ROAD HOG SOUNDS11 ROAD HOG S.SITE |
| 12627 | | GAME( 200?, sc5hog ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog (PR3208) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12628 | | GAME( 200?, sc5hoga ,sc5hog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog (PR3208) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12629 | | |
| 12630 | | // PR3248 ROAD HOG SCORP5 ROAD HOG CLUB PR3248 ROAD HOG SOUNDS11 ROAD HOG |
| 12631 | | GAME( 200?, sc5rhclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12632 | | GAME( 200?, sc5rhclba ,sc5rhclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12633 | | GAME( 200?, sc5rhclbb ,sc5rhclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12634 | | GAME( 200?, sc5rhclbc ,sc5rhclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12635 | | GAME( 200?, sc5rhclbd ,sc5rhclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12636 | | GAME( 200?, sc5rhclbe ,sc5rhclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12637 | | |
| 12638 | | // PR1774 181104 SHARP SHOOTER PR1774 SHARP SHOOTER 1 SHARP SHOOTER AWP |
| 12639 | | GAME( 200?, sc5sharp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Voodoo","Sharp Shooter (Voodoo) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12640 | | GAME( 200?, sc5sharpa ,sc5sharp, sc5, sc5, sc5_state, sc5, ROT0, "Voodoo","Sharp Shooter (Voodoo) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12641 | | |
| 12642 | | // Z056 SHOOTSTARS PR000056 SHOOTSTARS 1 SHOOTSTARS AWP (Qps header?) |
| 12643 | | GAME( 200?, sc5sfts ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12644 | | GAME( 200?, sc5sftsa ,sc5sfts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12645 | | GAME( 200?, sc5sftsb ,sc5sfts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12646 | | GAME( 200?, sc5sftsc ,sc5sfts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12647 | | |
| 12648 | | // PR2466 SNAKE RATTLE AND ROLL SNAKERR SOUNDS SNAKE R AND ROLL |
| 12649 | | GAME( 200?, sc5srrqp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Snake Rattle & Roll (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12650 | | GAME( 200?, sc5srrqpa ,sc5srrqp, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Snake Rattle & Roll (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12651 | | |
| 12652 | | // PR3223 AWP SPINIT TO WINIT S5 PR3203 SPIN IT TO W IT SOUNDS11 SPINIT TO WINIT S.SITE |
| 12653 | | GAME( 200?, sc5sitwi ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spin It To Win It (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12654 | | GAME( 200?, sc5sitwia ,sc5sitwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spin It To Win It (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12655 | | |
| 12656 | | // PR2205 SPINNING AROUND SPIN SOUNDS SPINNING AROUND |
| 12657 | | GAME( 200?, sc5spnrn ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spinning Around (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12658 | | GAME( 200?, sc5spnrna ,sc5spnrn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spinning Around (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12659 | | |
| 12660 | | // PR0003 RACE02 |
| 12661 | | GAME( 200?, sc5srace ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Streak Racer (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12662 | | GAME( 200?, sc5sracea ,sc5srace, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Streak Racer (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12663 | | |
| 12664 | | // PR2355 SUPER SLEUTH SSLEUTH SOUNDS SUPER SLEUTH |
| 12665 | | GAME( 200?, sc5sleut ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Super Sleuth (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12666 | | GAME( 200?, sc5sleuta ,sc5sleut, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Super Sleuth (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12667 | | |
| 12668 | | // PR1630 TRICK SHOT MULTI PLAYER TRICK SHOT MULTI ARCADE PR1630 TRICKSHOTMULT SOUNDS11 |
| 12669 | | GAME( 200?, sc5tsmp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Trick Shot Multi Player (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12670 | | GAME( 200?, sc5tsmpa ,sc5tsmp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Trick Shot Multi Player (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12671 | | |
| 12672 | | // PR1606 UP POMPAY PR1636 UP POMPAY SOUNDS11 UP POMPAY S.SITE |
| 12673 | | GAME( 200?, sc5pompa ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12674 | | GAME( 200?, sc5pompaa ,sc5pompa, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12675 | | GAME( 200?, sc5pompab ,sc5pompa, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 12676 | | |
| 12677 | | // PR2402 VAMPIREPAYER VAMP SOUNDS VAMP |
| 12678 | | GAME( 200?, sc5vamp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Vampire Payer (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12679 | | GAME( 200?, sc5vampa ,sc5vamp, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Vampire Payer (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12680 | | |
| 12681 | | // PR2176 VIPER ACTIVE VIPA SOUNDS VIPER ACTIVE |
| 12682 | | GAME( 200?, sc5viper ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Viper Active (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12683 | | GAME( 200?, sc5vipera ,sc5viper, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Viper Active (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12684 | | |
| 12685 | | // PR2358 VIZ VIZ SOUNDS VIZ |
| 12686 | | GAME( 200?, sc5viz ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12687 | | GAME( 200?, sc5viza ,sc5viz, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12688 | | GAME( 200?, sc5vizb ,sc5viz, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12689 | | GAME( 200?, sc5vizc ,sc5viz, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12690 | | |
| 12691 | | // PR3305 AWP WACKY RACES SCORP5 PR3330 WACKY RACES SOUNDS11 WACKY RACES S.SITE |
| 12692 | | GAME( 200?, sc5wacky ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12693 | | GAME( 200?, sc5wackya ,sc5wacky, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12694 | | GAME( 200?, sc5wackyb ,sc5wacky, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12695 | | GAME( 200?, sc5wackyc ,sc5wacky, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12696 | | |
| 12697 | | // PR2213 WAR OF THE WORLDS WADS SOUNDS |
| 12698 | | GAME( 200?, sc5wotw ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","War Of The Wads (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12699 | | GAME( 200?, sc5wotwa ,sc5wotw, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","War Of The Wads (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12700 | | |
| 12701 | | // PR2196 WILD REELS WILD REELS MAZ WIDR SOUNDS WILD REELS |
| 12702 | | GAME( 200?, sc5wild ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Wild Reels (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12703 | | GAME( 200?, sc5wilda ,sc5wild, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Wild Reels (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12704 | | |
| 12705 | | // PR2552 WIN CAN ALLEY WINCANALLEYSND WIN CAN ALLEY |
| 12706 | | GAME( 200?, sc5wca ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12707 | | GAME( 200?, sc5wcaa ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12708 | | GAME( 200?, sc5wcad ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12709 | | GAME( 200?, sc5wcaf ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12710 | | GAME( 200?, sc5wcah ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12711 | | GAME( 200?, sc5wcai ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12712 | | GAME( 200?, sc5wcal ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12713 | | GAME( 200?, sc5wcan ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12714 | | // PR2552 WIN CAN ALLEY 5 pound 10p Version WINCANALLEYSND WIN CAN ALLEY |
| 12715 | | GAME( 200?, sc5wcab ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12716 | | GAME( 200?, sc5wcae ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12717 | | GAME( 200?, sc5wcaj ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12718 | | GAME( 200?, sc5wcam ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12719 | | // PR2552 WIN CAN ALLEY 5 pound 10p Arcade Version WINCANALLEYSND |
| 12720 | | GAME( 200?, sc5wcac ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12721 | | GAME( 200?, sc5wcag ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12722 | | GAME( 200?, sc5wcak ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12723 | | GAME( 200?, sc5wcao ,sc5wca, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12724 | | |
| 12725 | | // PR3218 AWP WOK N ROLL S5 PR3218 WOK N ROLL SOUNDS11 WOK N ROLL S.SITE |
| 12726 | | GAME( 200?, sc5wok ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wok n' Roll (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12727 | | GAME( 200?, sc5woka ,sc5wok, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Wok n' Roll (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12728 | | |
| 12729 | | // PR2556 RED HOT REELS RHRL SOUNDS RED HOT REELS |
| 12730 | | GAME( 200?, sc5rhr ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12731 | | GAME( 200?, sc5rhra ,sc5rhr, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12732 | | GAME( 200?, sc5rhrb ,sc5rhr, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12733 | | GAME( 200?, sc5rhrc ,sc5rhr, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12734 | | GAME( 200?, sc5rhrd ,sc5rhr, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12735 | | GAME( 200?, sc5rhre ,sc5rhr, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12736 | | |
| 12737 | | // PR2458 CLUB SNAKE RATTLE AND ROLL CLUB SRAR CLUB CLUB SRAR SND CLUB SNAKE RATTLE AND ROLL |
| 12738 | | GAME( 200?, sc5srrcl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12739 | | GAME( 200?, sc5srrcla ,sc5srrcl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12740 | | GAME( 200?, sc5srrclb ,sc5srrcl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12741 | | GAME( 200?, sc5srrclc ,sc5srrcl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12742 | | |
| 12743 | | // PR3422 CLUB THE PRIZE IS RIGHT S5 PR3422 PRIZE IS RIGHT SOUNDS11 THE PRIZE IS RIGHT S.SITE |
| 12744 | | GAME( 200?, sc5pircl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12745 | | GAME( 200?, sc5pircla ,sc5pircl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12746 | | GAME( 200?, sc5pirclb ,sc5pircl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12747 | | GAME( 200?, sc5pirclc ,sc5pircl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12748 | | |
| 12749 | | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 12750 | | GAME( 200?, sc5mrrcl ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12751 | | GAME( 200?, sc5mrrcla ,sc5mrrcl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12752 | | GAME( 200?, sc5mrrclb ,sc5mrrcl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12753 | | GAME( 200?, sc5mrrclc ,sc5mrrcl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12754 | | |
| 12755 | | |
| 12756 | | |
| 12757 | | // BFGP1234..............G95427832.RAZY_.PR3436 CF COMMUNITY P SOUNDS11. (non-standard header, seems to indicate that these are actually Crazy Fruits Community Parts?) |
| 12758 | | GAME( 200?, sc5crcpt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12759 | | GAME( 200?, sc5crcpta ,sc5crcpt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12760 | | |
| 12761 | | // PR3009 AWP ANT N DECS JIGGY BANK S5 PR3009 JIGGY BANK SOUNDS11 JIGGY BANK S.SITE |
| 12762 | | GAME( 200?, sc5adjb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12763 | | GAME( 200?, sc5adjba ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12764 | | GAME( 200?, sc5adjbb ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12765 | | GAME( 200?, sc5adjbc ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12766 | | GAME( 200?, sc5adjbd ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12767 | | GAME( 200?, sc5adjbe ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12768 | | GAME( 200?, sc5adjbf ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12769 | | GAME( 200?, sc5adjbg ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12770 | | GAME( 200?, sc5adjbh ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12771 | | GAME( 200?, sc5adjbi ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12772 | | GAME( 200?, sc5adjbj ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12773 | | GAME( 200?, sc5adjbk ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12774 | | GAME( 200?, sc5adjbl ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12775 | | GAME( 200?, sc5adjbm ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12776 | | GAME( 200?, sc5adjbn ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12777 | | GAME( 200?, sc5adjbo ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12778 | | GAME( 200?, sc5adjbp ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12779 | | GAME( 200?, sc5adjbq ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12780 | | GAME( 200?, sc5adjbr ,sc5adjb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12781 | | |
| 12782 | | // PR1920 AWP ANT N DECS WTAD S5 PR1940 ADSNT SHOWTIME SOUNDS11 ANTNDECSWTAD S.SITE |
| 12783 | | GAME( 200?, sc5adwta ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12784 | | GAME( 200?, sc5adwtaa ,sc5adwta, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12785 | | |
| 12786 | | // PR2200 AROUND THE BOARD AROU SOUNDS AROUND THE BOARD |
| 12787 | | GAME( 200?, sc5a40 ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Around The Board In 40 Days (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12788 | | GAME( 200?, sc5a40a ,sc5a40, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Around The Board In 40 Days (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12789 | | |
| 12790 | | // PR2301 BANTAM OF THE OPERA BANTAM SOUNDS BANTAMOFTHEOPERA |
| 12791 | | GAME( 200?, sc5bantm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bantam Of The Opera (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12792 | | GAME( 200?, sc5bantma ,sc5bantm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bantam Of The Opera (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12793 | | |
| 12794 | | // PR1447 BAR7S PR1492 CAS BAR SEVENS SOUNDS11 BAR 7S M.SITE |
| 12795 | | GAME( 200?, sc5bar7 ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12796 | | GAME( 200?, sc5bar7a ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12797 | | |
| 12798 | | // PR3064 BINGO BAR7 S5 PR1433 BAR SEVENS SOUNDS11 BAR7 S.SITE |
| 12799 | | GAME( 200?, sc5bar7b ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12800 | | GAME( 200?, sc5bar7c ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12801 | | GAME( 200?, sc5bar7d ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12802 | | GAME( 200?, sc5bar7e ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12803 | | GAME( 200?, sc5bar7f ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12804 | | GAME( 200?, sc5bar7g ,sc5bar7, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12805 | | |
| 12806 | | // PR1704 AWP BATTLESHIPS AND CRUISERS PR1704 B AND C SOUNDS11 BATTLESHIPSCRUIS S.SITE |
| 12807 | | GAME( 200?, sc5batl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Battleships & Cruisers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12808 | | GAME( 200?, sc5batla ,sc5batl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Battleships & Cruisers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12809 | | |
| 12810 | | // PR2170 BOBBY DAZZLER BOBD SOUNDS BOBBY DAZZLER |
| 12811 | | GAME( 200?, sc5bob ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12812 | | GAME( 200?, sc5boba ,sc5bob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12813 | | GAME( 200?, sc5bobb ,sc5bob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12814 | | GAME( 200?, sc5bobc ,sc5bob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12815 | | |
| 12816 | | |
| 12817 | | |
| 12818 | | // PR1702 AWP BULLSEYE SCORP5 PR1702 BULLSEYE SOUNDS11 BULLSEYE S.SITE |
| 12819 | | GAME( 200?, sc5bull ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12820 | | GAME( 200?, sc5bulla ,sc5bull, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12821 | | |
| 12822 | | // PR1719 AWP SUPER BULLSEYE SCORP5 PR1702 BULLSEYE SOUNDS11 SUPER BULLSEYE S.SITE |
| 12823 | | GAME( 200?, sc5sbull ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Super Bullseye (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12824 | | GAME( 200?, sc5sbulla ,sc5sbull, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Super Bullseye (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12825 | | |
| 12826 | | // PR3318 AWP BULLSEYE 5 REELS S5 PR3318 BULLSEYE SOUNDS11 BULLSEYE S.SITE |
| 12827 | | GAME( 200?, sc5bull5 ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12828 | | GAME( 200?, sc5bull5a ,sc5bull5, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12829 | | GAME( 200?, sc5bull5b ,sc5bull5, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12830 | | GAME( 200?, sc5bull5c ,sc5bull5, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12831 | | |
| 12832 | | // PR1910 AWP BUTCH CASHIDY AND THE SUNDANCE QUID S5 PR1910 B C AND THE S Q SOUNDS11 BUTCH N SUNDANCE S.SITE |
| 12833 | | GAME( 200?, sc5butch ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12834 | | GAME( 200?, sc5butcha ,sc5butch, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12835 | | GAME( 200?, sc5butchb ,sc5butch, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12836 | | GAME( 200?, sc5butchc ,sc5butch, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12837 | | GAME( 200?, sc5butchd ,sc5butch, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12838 | | GAME( 200?, sc5butche ,sc5butch, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12839 | | |
| 12840 | | // PR2209 CABIN FEVER CABF SOUNDS CABIN FEVER |
| 12841 | | GAME( 200?, sc5cabin ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12842 | | GAME( 200?, sc5cabina ,sc5cabin, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12843 | | GAME( 200?, sc5cabinb ,sc5cabin, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12844 | | GAME( 200?, sc5cabinc ,sc5cabin, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12845 | | |
| 12846 | | // PR2326 CARIBBEAN CASH CABC SOUNDS CARIBBEAN CASH |
| 12847 | | GAME( 200?, sc5cari ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12848 | | GAME( 200?, sc5caria ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12849 | | GAME( 200?, sc5carib ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12850 | | GAME( 200?, sc5caric ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12851 | | GAME( 200?, sc5carid ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12852 | | GAME( 200?, sc5carie ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12853 | | GAME( 200?, sc5carif ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12854 | | GAME( 200?, sc5carig ,sc5cari, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12855 | | |
| 12856 | | // PR1683 BLAS14 |
| 12857 | | GAME( 200?, sc5cblas ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Blast (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12858 | | GAME( 200?, sc5cblasa ,sc5cblas, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cash Blast (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12859 | | |
| 12860 | | // PR2338 XTRAVAGANZA XTRV SOUNDS XTRAVAGANZA |
| 12861 | | GAME( 200?, sc5casxt ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Casino Xtravaganza (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12862 | | GAME( 200?, sc5casxta ,sc5casxt, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Casino Xtravaganza (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12863 | | |
| 12864 | | // PR1711 AWP CHAV IT SCORP5 PR1711 CHAV IT SOUNDS11 CHAV IT S.SITE |
| 12865 | | GAME( 200?, sc5chavi ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12866 | | GAME( 200?, sc5chavia ,sc5chavi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12867 | | GAME( 200?, sc5chavib ,sc5chavi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12868 | | GAME( 200?, sc5chavic ,sc5chavi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12869 | | GAME( 200?, sc5chavid ,sc5chavi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12870 | | GAME( 200?, sc5chavie ,sc5chavi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12871 | | |
| 12872 | | // PR2305 CHAVVY CHASE CHVY SOUNDS |
| 12873 | | GAME( 200?, sc5chavy ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12874 | | GAME( 200?, sc5chavya ,sc5chavy, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12875 | | GAME( 200?, sc5chavyb ,sc5chavy, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12876 | | GAME( 200?, sc5chavyc ,sc5chavy, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12877 | | |
| 12878 | | // PR2230 CLUEDO CLUE SOUNDS CLUEDO |
| 12879 | | GAME( 200?, sc5clue ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12880 | | GAME( 200?, sc5cluea ,sc5clue, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12881 | | GAME( 200?, sc5clueb ,sc5clue, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12882 | | GAME( 200?, sc5cluec ,sc5clue, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12883 | | |
| 12884 | | // PR1308 COLOUR MANIA PR1308 COLOUR MAN SOUNDS11 |
| 12885 | | GAME( 200?, sc5cmani ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12886 | | GAME( 200?, sc5cmania ,sc5cmani, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12887 | | GAME( 200?, sc5cmanib ,sc5cmani, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12888 | | GAME( 200?, sc5cmanic ,sc5cmani, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12889 | | |
| 12890 | | // PR1416 COOL JEWELS PR1416 COOL JEWELS SOUNDS11 COOL JEWELS S.SITE |
| 12891 | | GAME( 200?, sc5cj ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12892 | | GAME( 200?, sc5cja ,sc5cj, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12893 | | GAME( 200?, sc5cjb ,sc5cj, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12894 | | GAME( 200?, sc5cjc ,sc5cj, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12895 | | GAME( 200?, sc5cjd ,sc5cj, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12896 | | GAME( 200?, sc5cje ,sc5cj, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12897 | | |
| 12898 | | // PR1109 AWP COP THE LOT PR1109 CTLOT SOUNDS11 |
| 12899 | | GAME( 200?, sc5ctl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12900 | | GAME( 200?, sc5ctla ,sc5ctl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12901 | | GAME( 200?, sc5ctlb ,sc5ctl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12902 | | GAME( 200?, sc5ctlc ,sc5ctl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12903 | | |
| 12904 | | // PR3005 AWP COPS AND ROBBERS SAFE CRACKER S5 PR3005 SAFE CRACKER SOUNDS11 SAFE CRACKER S.SITE |
| 12905 | | GAME( 200?, sc5crsc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12906 | | GAME( 200?, sc5crsca ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12907 | | GAME( 200?, sc5crscb ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12908 | | GAME( 200?, sc5crscc ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12909 | | GAME( 200?, sc5crscd ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12910 | | GAME( 200?, sc5crsce ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12911 | | GAME( 200?, sc5crscf ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12912 | | GAME( 200?, sc5crscg ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12913 | | GAME( 200?, sc5crsch ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12914 | | GAME( 200?, sc5crsci ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12915 | | GAME( 200?, sc5crscj ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12916 | | GAME( 200?, sc5crsck ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12917 | | GAME( 200?, sc5crscl ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12918 | | GAME( 200?, sc5crscm ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12919 | | GAME( 200?, sc5crscn ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12920 | | GAME( 200?, sc5crsco ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12921 | | GAME( 200?, sc5crscp ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12922 | | GAME( 200?, sc5crscq ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12923 | | GAME( 200?, sc5crscr ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12924 | | GAME( 200?, sc5crscs ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 12925 | | GAME( 200?, sc5crsct ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 12926 | | GAME( 200?, sc5crscu ,sc5crsc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 12927 | | |
| 12928 | | |
| 12929 | | // PROJECT NUMBER PR2252 CORONATION ST CORRY SOUNDS CORONATION ST |
| 12930 | | GAME( 200?, sc5coro ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12931 | | GAME( 200?, sc5corom ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12932 | | GAME( 200?, sc5coroy ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12933 | | GAME( 200?, sc5coro0 ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12934 | | // PR2552 CORONATION ST COROST_SINGLE CORONATION ST |
| 12935 | | GAME( 200?, sc5coroe ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12936 | | GAME( 200?, sc5corof ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12937 | | GAME( 200?, sc5corog ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12938 | | GAME( 200?, sc5coroh ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12939 | | GAME( 200?, sc5coroq ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12940 | | GAME( 200?, sc5coror ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12941 | | GAME( 200?, sc5coros ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12942 | | GAME( 200?, sc5corot ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12943 | | // PR2249 CORONATION ST TRIPLE COROST SOUNDS (top box maybe?) |
| 12944 | | GAME( 200?, sc5coroa ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12945 | | // PR2249 CORONATION STREET CORS MAZ COROST_TRIPLE SOUNDS |
| 12946 | | GAME( 200?, sc5corok ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12947 | | GAME( 200?, sc5corol ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12948 | | GAME( 200?, sc5corow ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12949 | | GAME( 200?, sc5corox ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12950 | | // PR2249 CORONATION STREET Arcade Version 061 COROST_TRIPLE SOUNDS CORONATION ST |
| 12951 | | GAME( 200?, sc5corob ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V061) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12952 | | GAME( 200?, sc5coron ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V061) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12953 | | // PR2249 CORONATION STREET Arcade Version 063 COROST_TRIPLE SOUNDS CORONATION ST |
| 12954 | | GAME( 200?, sc5coroj ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V063) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12955 | | GAME( 200?, sc5corov ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V063) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12956 | | // PR2249 CORONATION STREET Bingo Version 012 COROST_TRIPLE SOUNDS CORONATION ST |
| 12957 | | GAME( 200?, sc5coroc ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12958 | | GAME( 200?, sc5corod ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12959 | | GAME( 200?, sc5coroi ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12960 | | GAME( 200?, sc5coroo ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12961 | | GAME( 200?, sc5corop ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12962 | | GAME( 200?, sc5corou ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12963 | | // PR2249 CORONATION STREET Bingo Version 013 COROST_TRIPLE SOUNDS CORONATION ST |
| 12964 | | GAME( 200?, sc5coroz ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V013) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12965 | | GAME( 200?, sc5coro1 ,sc5coro, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V013) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12966 | | |
| 12967 | | |
| 12968 | | |
| 12969 | | |
| 12970 | | // PR1909 AWP COUNTDOWN S5 PR1909 COUNTDOWN SOUNDS11 COUNTDOWN S.SITE |
| 12971 | | GAME( 200?, sc5count ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Countdown (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12972 | | GAME( 200?, sc5counta ,sc5count, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Countdown (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12973 | | |
| 12974 | | // PR2387. T FRUIT CRAZY T FRUIT CRAZY QPS GOLD X TRIPLE (but contains Crazy Keys strings as well?) |
| 12975 | | GAME( 200?, sc5czfr ,0, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Fruit Crazy Triple / Crazy Keys (QPS) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12976 | | |
| 12977 | | // PR2388 FRUIT CRAZY SINGLE FRUIT CRAZY CRZ SOUNDS PR2388 FRUIT CRAZY FRUIT CRAZY MAZ (not a standard header) |
| 12978 | | GAME( 200?, sc5frcrz ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Fruit Crazy (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12979 | | GAME( 200?, sc5frcrza ,sc5czfr, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Fruit Crazy (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12980 | | |
| 12981 | | // PR1608 AWP CROWN JEWELS PR1608 CROWN JEWELS SOUNDS11 CROWN JEWELS S.SITE |
| 12982 | | GAME( 2004, sc5crnjw ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12983 | | GAME( 2004, sc5crnjwa ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12984 | | GAME( 2004, sc5crnjwb ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12985 | | |
| 12986 | | // Z055 CJEWELS PR000055 CJEWELS 1 CJEWELS AWP |
| 12987 | | GAME( 200?, sc5cjqps ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12988 | | GAME( 200?, sc5cjqpsa ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12989 | | GAME( 200?, sc5cjqpsb ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12990 | | GAME( 200?, sc5cjqpsc ,sc5crnjw, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12991 | | |
| 12992 | | // PR1907 AWP DEAL OR NO DEAL S5 PR1907 DEAL OR NO DEAL SOUNDS11 DEALORNODEAL S.SITE |
| 12993 | | GAME( 200?, sc5dnd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12994 | | GAME( 200?, sc5dnda ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12995 | | GAME( 200?, sc5dndb ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12996 | | GAME( 200?, sc5dndc ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12997 | | GAME( 200?, sc5dndd ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12998 | | GAME( 200?, sc5dnde ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12999 | | GAME( 200?, sc5dndf ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13000 | | GAME( 200?, sc5dndg ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13001 | | GAME( 200?, sc5dndh ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13002 | | GAME( 200?, sc5dndi ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13003 | | GAME( 200?, sc5dndj ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13004 | | GAME( 200?, sc5dndk ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13005 | | GAME( 200?, sc5dndl ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13006 | | GAME( 200?, sc5dndm ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13007 | | GAME( 200?, sc5dndn ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13008 | | GAME( 200?, sc5dndo ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13009 | | GAME( 200?, sc5dndp ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13010 | | GAME( 200?, sc5dndq ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13011 | | GAME( 200?, sc5dndr ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13012 | | GAME( 200?, sc5dnds ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13013 | | GAME( 200?, sc5dndt ,sc5dnd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13014 | | |
| 13015 | | |
| 13016 | | // PR1954 CASINO DOND REELS CASINO DOND ARCADE PR1954 CASINO DOND R SOUNDS11 |
| 13017 | | GAME( 200?, sc5dndcs ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13018 | | GAME( 200?, sc5dndcsa ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13019 | | GAME( 200?, sc5dndcsb ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13020 | | GAME( 200?, sc5dndcsc ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13021 | | GAME( 200?, sc5dndcsd ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13022 | | GAME( 200?, sc5dndcse ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13023 | | GAME( 200?, sc5dndcsf ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13024 | | GAME( 200?, sc5dndcsg ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13025 | | GAME( 200?, sc5dndcsh ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13026 | | GAME( 200?, sc5dndcsi ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13027 | | GAME( 200?, sc5dndcsj ,sc5dndcs, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13028 | | |
| 13029 | | GAME( 200?, sc5dndc2 ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE |
| 13030 | | GAME( 200?, sc5dndc2a ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13031 | | GAME( 200?, sc5dndc2b ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13032 | | |
| 13033 | | GAME( 200?, sc5dndc2c ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND TOP DOND TOPBOX ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13034 | | GAME( 200?, sc5dndc2d ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13035 | | |
| 13036 | | GAME( 200?, sc5dndc2e ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE |
| 13037 | | GAME( 200?, sc5dndc2f ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13038 | | GAME( 200?, sc5dndc2g ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13039 | | GAME( 200?, sc5dndc2h ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13040 | | GAME( 200?, sc5dndc2i ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13041 | | GAME( 200?, sc5dndc2j ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13042 | | GAME( 200?, sc5dndc2k ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13043 | | GAME( 200?, sc5dndc2l ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13044 | | GAME( 200?, sc5dndc2m ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13045 | | GAME( 200?, sc5dndc2n ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13046 | | GAME( 200?, sc5dndc2o ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE PR1964 CASINO DOND SOUNDS12 |
| 13047 | | GAME( 200?, sc5dndc2p ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13048 | | |
| 13049 | | GAME( 200?, sc5dndc2q ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13050 | | GAME( 200?, sc5dndc2r ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13051 | | GAME( 200?, sc5dndc2s ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13052 | | GAME( 200?, sc5dndc2t ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13053 | | GAME( 200?, sc5dndc2u ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE PR1964 CASINO DOND SOUNDS12 |
| 13054 | | GAME( 200?, sc5dndc2v ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13055 | | GAME( 200?, sc5dndc2w ,sc5dndc2, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE |
| 13056 | | |
| 13057 | | GAME( 200?, sc5dndc3 ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR1965 CASINO DOND TOPBOX CASINO DOND ARCADE PR1965 CASINO DOND R SOUNDS11 |
| 13058 | | GAME( 200?, sc5dndc3a ,sc5dndc3, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13059 | | GAME( 200?, sc5dndc3b ,sc5dndc3, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13060 | | GAME( 200?, sc5dndc3c ,sc5dndc3, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13061 | | |
| 13062 | | |
| 13063 | | // PR3209 AWP DEAL OR NO DEAL BREAK THE BANK SCORP5 PR3209 BREAK THE BANK SOUNDS11 BREAK THE BANK S.SITE |
| 13064 | | GAME( 200?, sc5dndbb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13065 | | GAME( 200?, sc5dndbba ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13066 | | GAME( 200?, sc5dndbbb ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13067 | | GAME( 200?, sc5dndbbc ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13068 | | GAME( 200?, sc5dndbbd ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13069 | | GAME( 200?, sc5dndbbe ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13070 | | GAME( 200?, sc5dndbbf ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13071 | | GAME( 200?, sc5dndbbg ,sc5dndbb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13072 | | |
| 13073 | | // PR???? CLUB DEAL OR NO DEAL DEAL OR NO DEAL CLUB PR3068 BEAT THE BANKER SOUNDS11 DEAL OR NO DEAL |
| 13074 | | GAME( 200?, sc5dndcl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13075 | | GAME( 200?, sc5dndcla ,sc5dndcl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13076 | | |
| 13077 | | // PR???? CLUB DEAL OR NO DEAL BEAT THE BANKER CLUB PR3068 BEAT THE BANKER SOUNDS11 (there were in the Walk of Wealth sets) |
| 13078 | | GAME( 200?, sc5dndcb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club Beat The Banker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13079 | | GAME( 200?, sc5dndcba ,sc5dndcb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club Beat The Banker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13080 | | |
| 13081 | | |
| 13082 | | // PR3215 AWP DEAL OR NO DEAL DOUBLE S5 PR3215 DOND DOUBLE SOUNDS11 DOUBLE DOND S.SITE |
| 13083 | | GAME( 200?, sc5dnddd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13084 | | GAME( 200?, sc5dnddda ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13085 | | GAME( 200?, sc5dndddb ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13086 | | GAME( 200?, sc5dndddc ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13087 | | GAME( 200?, sc5dndddd ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13088 | | GAME( 200?, sc5dnddde ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13089 | | GAME( 200?, sc5dndddf ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13090 | | GAME( 200?, sc5dndddg ,sc5dnddd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13091 | | |
| 13092 | | // PR3008 DEAL OR NO DEAL HALL OF FAME SCORP5 PR3008 HALL OF FAME SOUNDS11 HALL OF FAME S.SITE |
| 13093 | | GAME( 200?, sc5dndhf ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13094 | | GAME( 200?, sc5dndhfa ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13095 | | GAME( 200?, sc5dndhfb ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13096 | | GAME( 200?, sc5dndhfc ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13097 | | GAME( 200?, sc5dndhfd ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13098 | | GAME( 200?, sc5dndhfe ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13099 | | GAME( 200?, sc5dndhff ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13100 | | GAME( 200?, sc5dndhfg ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13101 | | GAME( 200?, sc5dndhfh ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13102 | | GAME( 200?, sc5dndhfi ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13103 | | GAME( 200?, sc5dndhfj ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13104 | | GAME( 200?, sc5dndhfk ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13105 | | GAME( 200?, sc5dndhfl ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13106 | | GAME( 200?, sc5dndhfm ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13107 | | GAME( 200?, sc5dndhfn ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13108 | | GAME( 200?, sc5dndhfo ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13109 | | GAME( 200?, sc5dndhfp ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13110 | | GAME( 200?, sc5dndhfq ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13111 | | GAME( 200?, sc5dndhfr ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13112 | | GAME( 200?, sc5dndhfs ,sc5dndhf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13113 | | |
| 13114 | | // PR3207 AWP DEAL OR NO DEAL ITS YOUR SHOW SCORP5 PR3207 ITS YOUR SHOW SOUNDS11 ITS YOUR SHOW S.SITE |
| 13115 | | GAME( 200?, sc5dndys ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13116 | | GAME( 200?, sc5dndysa ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13117 | | GAME( 200?, sc5dndysb ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13118 | | GAME( 200?, sc5dndysc ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13119 | | GAME( 200?, sc5dndysd ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13120 | | GAME( 200?, sc5dndyse ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13121 | | GAME( 200?, sc5dndysf ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13122 | | GAME( 200?, sc5dndysg ,sc5dndys, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13123 | | |
| 13124 | | // PR3232 AWP DEAL OR NO DEAL LETS PLAY DEAL OR NO DEAL SCORP5 PR3212 LETS PLAY DOND SOUNDS11 LETS PLAY DOND S.SITE |
| 13125 | | GAME( 200?, sc5dndlp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13126 | | GAME( 200?, sc5dndlpa ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13127 | | GAME( 200?, sc5dndlpb ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13128 | | GAME( 200?, sc5dndlpc ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13129 | | GAME( 200?, sc5dndlpd ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13130 | | GAME( 200?, sc5dndlpe ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13131 | | GAME( 200?, sc5dndlpf ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13132 | | GAME( 200?, sc5dndlpg ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13133 | | GAME( 200?, sc5dndlph ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13134 | | GAME( 200?, sc5dndlpi ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13135 | | GAME( 200?, sc5dndlpj ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13136 | | GAME( 200?, sc5dndlpk ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13137 | | GAME( 200?, sc5dndlpl ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13138 | | GAME( 200?, sc5dndlpm ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13139 | | GAME( 200?, sc5dndlpn ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13140 | | GAME( 200?, sc5dndlpo ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13141 | | GAME( 200?, sc5dndlpp ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13142 | | GAME( 200?, sc5dndlpq ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13143 | | GAME( 200?, sc5dndlpr ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13144 | | GAME( 200?, sc5dndlps ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13145 | | GAME( 200?, sc5dndlpt ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13146 | | GAME( 200?, sc5dndlpu ,sc5dndlp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13147 | | |
| 13148 | | // PR3201 AWP DEAL OR NO DEAL RED ALERT SCORP5 PR3201 DOND RED ALERT SOUNDS11 RED ALERT S.SITE |
| 13149 | | GAME( 200?, sc5dndra ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13150 | | GAME( 200?, sc5dndraa ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13151 | | GAME( 200?, sc5dndrab ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13152 | | GAME( 200?, sc5dndrac ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13153 | | GAME( 200?, sc5dndrad ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13154 | | GAME( 200?, sc5dndrae ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13155 | | GAME( 200?, sc5dndraf ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13156 | | GAME( 200?, sc5dndrag ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13157 | | GAME( 200?, sc5dndrah ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13158 | | GAME( 200?, sc5dndrai ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13159 | | GAME( 200?, sc5dndraj ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13160 | | GAME( 200?, sc5dndrak ,sc5dndra, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13161 | | |
| 13162 | | |
| 13163 | | // PR3210 AWP DEAL OR NO DEAL THE BIG DEAL SCORP5 PR3210 THE BIG DEAL SOUNDS11 THE BIG DEAL S.SITE |
| 13164 | | GAME( 200?, sc5dndbd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13165 | | GAME( 200?, sc5dndbda ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13166 | | GAME( 200?, sc5dndbdb ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13167 | | GAME( 200?, sc5dndbdc ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13168 | | GAME( 200?, sc5dndbdd ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13169 | | GAME( 200?, sc5dndbde ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13170 | | GAME( 200?, sc5dndbdf ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13171 | | GAME( 200?, sc5dndbdg ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13172 | | GAME( 200?, sc5dndbdh ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13173 | | GAME( 200?, sc5dndbdi ,sc5dndbd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13174 | | |
| 13175 | | |
| 13176 | | // PR3011 AWP DEAL OR NO DEAL THE BIG REDS S5 PR3011 THE BIG REDS SOUNDS11 THE BIG REDS S.SITE |
| 13177 | | GAME( 200?, sc5dndbr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13178 | | GAME( 200?, sc5dndbra ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13179 | | GAME( 200?, sc5dndbrd ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13180 | | GAME( 200?, sc5dndbrf ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13181 | | GAME( 200?, sc5dndbrg ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13182 | | GAME( 200?, sc5dndbrj ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13183 | | GAME( 200?, sc5dndbrl ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13184 | | GAME( 200?, sc5dndbrm ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13185 | | GAME( 200?, sc5dndbrn ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13186 | | GAME( 200?, sc5dndbro ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13187 | | GAME( 200?, sc5dndbrp ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13188 | | GAME( 200?, sc5dndbrq ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13189 | | GAME( 200?, sc5dndbrr ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13190 | | GAME( 200?, sc5dndbrs ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13191 | | GAME( 200?, sc5dndbrt ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13192 | | GAME( 200?, sc5dndbru ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13193 | | GAME( 200?, sc5dndbrv ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13194 | | GAME( 200?, sc5dndbrw ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13195 | | // PR3018 AWP DEAL OR NO DEAL THE BIG REDS S5 PR3011 THE BIG REDS SOUNDS11 THE BIG REDS S.SITE |
| 13196 | | GAME( 200?, sc5dndbrb ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13197 | | GAME( 200?, sc5dndbrc ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13198 | | GAME( 200?, sc5dndbre ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13199 | | GAME( 200?, sc5dndbrh ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13200 | | GAME( 200?, sc5dndbri ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13201 | | GAME( 200?, sc5dndbrk ,sc5dndbr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13202 | | |
| 13203 | | |
| 13204 | | // PR3017 AWP DEAL OR NO DEAL THE CRAZY CHAIR SCORP5 PR3017 CRAZY CHAIR SOUNDS11 CRAZY CHAIR S.SITE |
| 13205 | | GAME( 200?, sc5dndcc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13206 | | GAME( 200?, sc5dndcca ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13207 | | GAME( 200?, sc5dndccb ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13208 | | GAME( 200?, sc5dndccc ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13209 | | GAME( 200?, sc5dndccd ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13210 | | GAME( 200?, sc5dndcce ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13211 | | GAME( 200?, sc5dndccf ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13212 | | GAME( 200?, sc5dndccg ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13213 | | GAME( 200?, sc5dndcch ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13214 | | GAME( 200?, sc5dndcci ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13215 | | GAME( 200?, sc5dndccj ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13216 | | GAME( 200?, sc5dndcck ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13217 | | GAME( 200?, sc5dndccl ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13218 | | GAME( 200?, sc5dndccm ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13219 | | GAME( 200?, sc5dndccn ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13220 | | GAME( 200?, sc5dndcco ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13221 | | GAME( 200?, sc5dndccp ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13222 | | GAME( 200?, sc5dndccq ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13223 | | GAME( 200?, sc5dndccr ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13224 | | |
| 13225 | | // PR3250 DOND THE CRAZY CHAIR CRAZY CHAIR ARCADE PR3250 THE CRAZY CHAIR SOUNDS11 |
| 13226 | | GAME( 200?, sc5dndca ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13227 | | GAME( 200?, sc5dndcaa ,sc5dndca, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13228 | | GAME( 200?, sc5dndcab ,sc5dndca, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13229 | | GAME( 200?, sc5dndcac ,sc5dndca, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13230 | | // PR3362 DOND THE CRAZY CHAIR CRAZY CHAIR ARCADE PR3362 THE CRAZY CHAIR SOUNDS11 |
| 13231 | | GAME( 200?, sc5dndcad ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3362) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13232 | | GAME( 200?, sc5dndcae ,sc5dndcc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3362) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13233 | | |
| 13234 | | // PR3013 AWP THE DEAL WHEEL S5 PR3202 THE DEAL WHEEL SOUNDS11 THE DEAL WHEEL S.SITE |
| 13235 | | GAME( 200?, sc5dnddw ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13236 | | GAME( 200?, sc5dnddwa ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13237 | | GAME( 200?, sc5dnddwb ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13238 | | GAME( 200?, sc5dnddwc ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13239 | | GAME( 200?, sc5dnddwd ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13240 | | GAME( 200?, sc5dnddwe ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13241 | | GAME( 200?, sc5dnddwf ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13242 | | GAME( 200?, sc5dnddwg ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13243 | | GAME( 200?, sc5dnddwh ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13244 | | GAME( 200?, sc5dnddwi ,sc5dnddw, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13245 | | |
| 13246 | | // PR3014 AWP DEAL OR NO DEAL THE DREAM FACTORY SCORP5 PR3014 DREAM FACTORY SOUNDS11 DREAM FACTORY S.SITE |
| 13247 | | GAME( 200?, sc5dnddf ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13248 | | GAME( 200?, sc5dnddfa ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13249 | | GAME( 200?, sc5dnddfb ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13250 | | GAME( 200?, sc5dnddfc ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13251 | | GAME( 200?, sc5dnddfd ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13252 | | GAME( 200?, sc5dnddfe ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13253 | | GAME( 200?, sc5dnddff ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13254 | | GAME( 200?, sc5dnddfg ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13255 | | GAME( 200?, sc5dnddfh ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13256 | | GAME( 200?, sc5dnddfi ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13257 | | GAME( 200?, sc5dnddfj ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13258 | | GAME( 200?, sc5dnddfk ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13259 | | GAME( 200?, sc5dnddfl ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13260 | | GAME( 200?, sc5dnddfm ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13261 | | GAME( 200?, sc5dnddfn ,sc5dnddf, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13262 | | |
| 13263 | | // PR3220 AWP DEAL OR NO DEAL THE PERFECT GAME SCORP5 PR3220 DOND PERFECT SOUNDS11 THE PERFECT GAME S.SITE |
| 13264 | | GAME( 200?, sc5dndpg ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13265 | | GAME( 200?, sc5dndpga ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13266 | | GAME( 200?, sc5dndpgb ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13267 | | GAME( 200?, sc5dndpgc ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13268 | | GAME( 200?, sc5dndpgd ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13269 | | GAME( 200?, sc5dndpge ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13270 | | GAME( 200?, sc5dndpgf ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13271 | | GAME( 200?, sc5dndpgg ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13272 | | GAME( 200?, sc5dndpgh ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13273 | | GAME( 200?, sc5dndpgi ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13274 | | GAME( 200?, sc5dndpgj ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13275 | | GAME( 200?, sc5dndpgk ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13276 | | GAME( 200?, sc5dndpgl ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13277 | | GAME( 200?, sc5dndpgm ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13278 | | GAME( 200?, sc5dndpgn ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13279 | | GAME( 200?, sc5dndpgo ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13280 | | GAME( 200?, sc5dndpgp ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13281 | | GAME( 200?, sc5dndpgq ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13282 | | GAME( 200?, sc5dndpgr ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13283 | | GAME( 200?, sc5dndpgs ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13284 | | GAME( 200?, sc5dndpgt ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13285 | | GAME( 200?, sc5dndpgu ,sc5dndpg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13286 | | |
| 13287 | | // PR3403 AWP CLASSIC DEAL OR NO DEAL THE PERFECT GAME SCORP5 PR3220 DOND PERFECT SOUNDS11 THE PERFECT GAME S.SITE |
| 13288 | | GAME( 200?, sc5dndpl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13289 | | GAME( 200?, sc5dndpla ,sc5dndpl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13290 | | GAME( 200?, sc5dndplb ,sc5dndpl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13291 | | GAME( 200?, sc5dndplc ,sc5dndpl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13292 | | |
| 13293 | | |
| 13294 | | // PR3003 AWP DOND THE POWER 5 SCORP5 PR3033 POWER FIVE SOUNDS11 DOND THE POWER 5 S.SITE |
| 13295 | | GAME( 200?, sc5dndtp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13296 | | GAME( 200?, sc5dndtpa ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13297 | | GAME( 200?, sc5dndtpb ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13298 | | GAME( 200?, sc5dndtpc ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13299 | | GAME( 200?, sc5dndtpd ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13300 | | GAME( 200?, sc5dndtpe ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13301 | | GAME( 200?, sc5dndtpf ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13302 | | GAME( 200?, sc5dndtpg ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13303 | | GAME( 200?, sc5dndtph ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13304 | | GAME( 200?, sc5dndtpi ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13305 | | GAME( 200?, sc5dndtpj ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13306 | | GAME( 200?, sc5dndtpk ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13307 | | GAME( 200?, sc5dndtpl ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13308 | | GAME( 200?, sc5dndtpm ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13309 | | GAME( 200?, sc5dndtpn ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13310 | | GAME( 200?, sc5dndtpo ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13311 | | GAME( 200?, sc5dndtpp ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13312 | | GAME( 200?, sc5dndtpq ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13313 | | GAME( 200?, sc5dndtpr ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13314 | | GAME( 200?, sc5dndtps ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13315 | | GAME( 200?, sc5dndtpt ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13316 | | GAME( 200?, sc5dndtpu ,sc5dndtp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13317 | | |
| 13318 | | // PR3036 AWP DEAL OR NO DEAL THE WALK OF WEALTH SCORP5 PR3006 WALK OF WEALTH SOUNDS11 WALK OF WEALTH S.SITE |
| 13319 | | GAME( 200?, sc5dndww ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13320 | | GAME( 200?, sc5dndwwa ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13321 | | GAME( 200?, sc5dndwwb ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13322 | | GAME( 200?, sc5dndwwc ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13323 | | GAME( 200?, sc5dndwwd ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13324 | | GAME( 200?, sc5dndwwe ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13325 | | GAME( 200?, sc5dndwwf ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13326 | | GAME( 200?, sc5dndwwg ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13327 | | GAME( 200?, sc5dndwwh ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13328 | | GAME( 200?, sc5dndwwi ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13329 | | GAME( 200?, sc5dndwwj ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13330 | | GAME( 200?, sc5dndwwk ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13331 | | GAME( 200?, sc5dndwwl ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13332 | | GAME( 200?, sc5dndwwm ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13333 | | GAME( 200?, sc5dndwwn ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13334 | | GAME( 200?, sc5dndwwo ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13335 | | GAME( 200?, sc5dndwwp ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13336 | | GAME( 200?, sc5dndwwq ,sc5dndww, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13337 | | |
| 13338 | | // PR3026 AWP CLASSIC DEAL OR NO DEAL THE WALK OF WEALTH SCORP5 PR3006 WALK OF WEALTH SOUNDS11 WALK OF WEALTH S.SITE |
| 13339 | | GAME( 200?, sc5dndwc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13340 | | GAME( 200?, sc5dndwca ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13341 | | GAME( 200?, sc5dndwcb ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13342 | | GAME( 200?, sc5dndwcc ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13343 | | GAME( 200?, sc5dndwcd ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13344 | | GAME( 200?, sc5dndwce ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13345 | | GAME( 200?, sc5dndwcf ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13346 | | GAME( 200?, sc5dndwcg ,sc5dndwc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13347 | | |
| 13348 | | // PR3304 DOND THINK RED S5 PR3304 THINK RED SOUNDS11 THINK RED S.SITE |
| 13349 | | GAME( 200?, sc5dndtr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13350 | | GAME( 200?, sc5dndtra ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13351 | | GAME( 200?, sc5dndtrb ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13352 | | GAME( 200?, sc5dndtrc ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13353 | | GAME( 200?, sc5dndtrd ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13354 | | GAME( 200?, sc5dndtre ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13355 | | GAME( 200?, sc5dndtrf ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13356 | | GAME( 200?, sc5dndtrg ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13357 | | GAME( 200?, sc5dndtrh ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13358 | | GAME( 200?, sc5dndtri ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13359 | | GAME( 200?, sc5dndtrj ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13360 | | GAME( 200?, sc5dndtrk ,sc5dndtr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13361 | | |
| 13362 | | // PR1962 AWP DEAL OR NO DEAL WHATS IN YOUR BOX SCORP5 PR1962 WHATS IN Y BOX SOUNDS11 WHATS IN YOUR BX S.SITE |
| 13363 | | GAME( 200?, sc5dndwb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13364 | | GAME( 200?, sc5dndwba ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13365 | | GAME( 200?, sc5dndwbb ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13366 | | GAME( 200?, sc5dndwbc ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13367 | | GAME( 200?, sc5dndwbd ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13368 | | GAME( 200?, sc5dndwbe ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13369 | | GAME( 200?, sc5dndwbf ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13370 | | GAME( 200?, sc5dndwbg ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13371 | | GAME( 200?, sc5dndwbh ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13372 | | GAME( 200?, sc5dndwbi ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13373 | | GAME( 200?, sc5dndwbj ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13374 | | GAME( 200?, sc5dndwbk ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13375 | | GAME( 200?, sc5dndwbl ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13376 | | GAME( 200?, sc5dndwbm ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13377 | | GAME( 200?, sc5dndwbn ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13378 | | GAME( 200?, sc5dndwbo ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13379 | | GAME( 200?, sc5dndwbp ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13380 | | GAME( 200?, sc5dndwbq ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13381 | | GAME( 200?, sc5dndwbr ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13382 | | GAME( 200?, sc5dndwbs ,sc5dndwb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13383 | | |
| 13384 | | // PR3071 CASINO DOND WIYB REELS CASINO DOND ARCADE PR3071 W IN YOUR BOX SOUNDS11 |
| 13385 | | GAME( 200?, sc5dndwi ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13386 | | GAME( 200?, sc5dndwia ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13387 | | GAME( 200?, sc5dndwib ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13388 | | GAME( 200?, sc5dndwic ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13389 | | GAME( 200?, sc5dndwid ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13390 | | GAME( 200?, sc5dndwie ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13391 | | GAME( 200?, sc5dndwif ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13392 | | GAME( 200?, sc5dndwig ,sc5dndwi, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13393 | | |
| 13394 | | // PR1307 AWP DIAMOND MINE PR1307 DIAM MINE SOUNDS11 |
| 13395 | | GAME( 2002, sc5dmine ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13396 | | GAME( 2002, sc5dminea ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13397 | | GAME( 2002, sc5dmineb ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13398 | | GAME( 2002, sc5dminec ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13399 | | GAME( 2002, sc5dmined ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13400 | | GAME( 2002, sc5dminee ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13401 | | GAME( 2002, sc5dminef ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13402 | | GAME( 2002, sc5dmineg ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13403 | | GAME( 2002, sc5dmineh ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13404 | | GAME( 2002, sc5dminei ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13405 | | // PR1307 AWP DIAMOND MINE PR1307 DIAM MINE SOUNDS11 DIAMOND MINE S.SITE |
| 13406 | | GAME( 2002, sc5dminej ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13407 | | GAME( 2002, sc5dminek ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13408 | | GAME( 2002, sc5dminel ,sc5dmine, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13409 | | |
| 13410 | | // PR1394 AWP DOCTOR DOSH SCORP5 PR1309 DOCTOR DOSH SOUNDS11 |
| 13411 | | GAME( 200?, sc5ddosh ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Doctor Dosh (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13412 | | GAME( 200?, sc5ddosha ,sc5ddosh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Doctor Dosh (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13413 | | |
| 13414 | | // PR1716 AWP DOUGH HO HO S5 PR1716 DOUGH HO HO SOUNDS11 DOUGH HO HO S.SITE |
| 13415 | | GAME( 200?, sc5dhh ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13416 | | GAME( 200?, sc5dhha ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13417 | | GAME( 200?, sc5dhhb ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13418 | | GAME( 200?, sc5dhhc ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13419 | | GAME( 200?, sc5dhhd ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13420 | | GAME( 200?, sc5dhhe ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13421 | | GAME( 200?, sc5dhhf ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13422 | | GAME( 200?, sc5dhhg ,sc5dhh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 13423 | | |
| 13424 | | // PR1615 AWP DOUGH SELECTA SCORP5 PR1615 DOUGH SELECTA SOUNDS11 DOUGH SELECTA S.SITE |
| 13425 | | GAME( 200?, sc5dough ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Selecta (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13426 | | GAME( 200?, sc5dougha ,sc5dough, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Dough Selecta (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13427 | | |
| 13428 | | // PR2118 DUCKS OF HAZZARD DUCKSOFHAZZARDSND DUCKS OF HAZZARD |
| 13429 | | GAME( 200?, sc5ducks ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Ducks Of Hazzard (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13430 | | |
| 13431 | | // PR2313 EMMERDALE EMMR SOUNDS EMMERDALE |
| 13432 | | GAME( 200?, sc5emmer ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Emmerdale (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13433 | | GAME( 200?, sc5emmera ,sc5emmer, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Emmerdale (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13434 | | |
| 13435 | | // PR3213 AWP FAMILY GUY S5 PR3213 FAMILY GUY SOUNDS11 FAMILY GUY S.SITE |
| 13436 | | GAME( 200?, sc5fguy ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13437 | | GAME( 200?, sc5fguya ,sc5fguy, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13438 | | GAME( 200?, sc5fguyb ,sc5fguy, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13439 | | GAME( 200?, sc5fguyc ,sc5fguy, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13440 | | GAME( 200?, sc5fguyd ,sc5fguy, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13441 | | GAME( 200?, sc5fguye ,sc5fguy, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13442 | | |
| 13443 | | // PR1701 AWP FAT BOY SPIN SCORP5 PR1701 FAT BOY SPIN SOUNDS11 FAT BOY SPIN S.SITE |
| 13444 | | GAME( 200?, sc5fbspn ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fat Boy Spin (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13445 | | GAME( 200?, sc5fbspna ,sc5fbspn, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Fat Boy Spin (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13446 | | |
| 13447 | | // PR2328 FULL METAL JACKPOT FULLM SOUNDS F METAL JACKPOT |
| 13448 | | GAME( 200?, sc5fmj ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Full Metal Jackpot (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13449 | | GAME( 200?, sc5fmja ,sc5fmj, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Full Metal Jackpot (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13450 | | |
| 13451 | | // PR2255 GLADIATOR GLAD SOUNDS GLADIATOR |
| 13452 | | GAME( 200?, sc5glad ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13453 | | GAME( 200?, sc5glada ,sc5glad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13454 | | GAME( 200?, sc5gladb ,sc5glad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13455 | | GAME( 200?, sc5gladc ,sc5glad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13456 | | |
| 13457 | | // PR3509 AWP GOLD DIGGER SCORP5 PR3509 GOLD DIGGER SOUNDS11 GOLD DIGGER S.SITE |
| 13458 | | GAME( 200?, sc5gd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13459 | | GAME( 200?, sc5gda ,sc5gd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13460 | | |
| 13461 | | // PR2325 GOLD DIGGERS GOLD SOUNDS GOLD DIGGERS |
| 13462 | | GAME( 200?, sc5gdmz ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gold Diggers (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13463 | | GAME( 200?, sc5gdmza ,sc5gdmz, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Gold Diggers (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13464 | | |
| 13465 | | // PR1137 CLUB GOLD DIGGER CLUB GOLD DIGGER CLUB PR1137 GOLDD CL SOUNDS11 |
| 13466 | | GAME( 200?, sc5gdclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13467 | | GAME( 200?, sc5gdclba ,sc5gdclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13468 | | GAME( 200?, sc5gdclbb ,sc5gdclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13469 | | GAME( 200?, sc5gdclbc ,sc5gdclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13470 | | GAME( 200?, sc5gdclbd ,sc5gdclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13471 | | GAME( 200?, sc5gdclbe ,sc5gdclb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13472 | | |
| 13473 | | // PR1604 AWP GOLDEN BALLS PR1604 GOLDEN BALLS SOUNDS12 GOLDEN BALLS S.SITE (same as the sc5 version) |
| 13474 | | GAME( 200?, sc5gball ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13475 | | GAME( 200?, sc5gballa ,sc5gball, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13476 | | GAME( 200?, sc5gballb ,sc5gball, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13477 | | GAME( 200?, sc5gballc ,sc5gball, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13478 | | |
| 13479 | | // PR2208 GOLDEN GAME PLASMA GOLDEN GAME MAZ BARX SOUNDS |
| 13480 | | GAME( 200?, sc5ggame ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13481 | | GAME( 200?, sc5ggamea ,sc5ggame, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13482 | | GAME( 200?, sc5ggameb ,sc5ggame, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13483 | | GAME( 200?, sc5ggamec ,sc5ggame, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13484 | | GAME( 200?, sc5ggamed ,sc5ggame, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13485 | | |
| 13486 | | GAME( 200?, sc5ggg ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR2371 GRAND GOLDEN GAME GRAND GOLDEN GAM MAZ ( GOLD X TRIPLE |
| 13487 | | GAME( 200?, sc5ggga ,sc5ggg, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13488 | | GAME( 200?, sc5gggb ,sc5ggg, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // PR2353 GRAND GOLDEN GAME GRAND GOLDEN GAM MAZ BARX SOUNDS GOLDEN GAME |
| 13489 | | GAME( 200?, sc5gggc ,sc5ggg, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13490 | | |
| 13491 | | // PR3016 AWP THE GUNPOWDER SLOT S5 PR3016 GUNPOWDER SLOT SOUNDS11 GUNPOWDER SLOT S.SITE |
| 13492 | | GAME( 200?, sc5gunp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13493 | | GAME( 200?, sc5gunpa ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13494 | | GAME( 200?, sc5gunpb ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13495 | | GAME( 200?, sc5gunpc ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13496 | | GAME( 200?, sc5gunpd ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13497 | | GAME( 200?, sc5gunpe ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13498 | | GAME( 200?, sc5gunpf ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13499 | | GAME( 200?, sc5gunpg ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13500 | | GAME( 200?, sc5gunph ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13501 | | GAME( 200?, sc5gunpi ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13502 | | GAME( 200?, sc5gunpj ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13503 | | GAME( 200?, sc5gunpk ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13504 | | GAME( 200?, sc5gunpl ,sc5gunp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13505 | | |
| 13506 | | |
| 13507 | | // PR1388 AWP HAPPY NOTES SCORP5 PR1306 HAPPY NOTES SOUNDS11 |
| 13508 | | GAME( 200?, sc5hapnt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13509 | | GAME( 200?, sc5hapnta ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13510 | | GAME( 200?, sc5hapntb ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13511 | | GAME( 200?, sc5hapntc ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13512 | | GAME( 200?, sc5hapntd ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13513 | | GAME( 200?, sc5hapnte ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13514 | | GAME( 200?, sc5hapntf ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13515 | | GAME( 200?, sc5hapntg ,sc5hapnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13516 | | |
| 13517 | | // PR1402 AWP HELLS BELLS PR1402 HELLS BELLS SOUNDS11 |
| 13518 | | GAME( 200?, sc5hellb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hells Bells (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13519 | | GAME( 200?, sc5hellba ,sc5hellb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hells Bells (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13520 | | |
| 13521 | | // PR1613 AWP HILLBILLIONAIRE SCORP5 PR1613 HILLBILLIONAIRE SOUNDS11 HILLBILLIONAIRE S.SITE |
| 13522 | | GAME( 200?, sc5hill ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13523 | | GAME( 200?, sc5hilla ,sc5hill, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13524 | | GAME( 200?, sc5hillb ,sc5hill, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13525 | | |
| 13526 | | // PR2176 HISSING QUID VIPA SOUNDS HISSING QUID |
| 13527 | | GAME( 200?, sc5hiss ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13528 | | GAME( 200?, sc5hissa ,sc5hiss, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13529 | | GAME( 200?, sc5hissb ,sc5hiss, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13530 | | GAME( 200?, sc5hissc ,sc5hiss, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13531 | | |
| 13532 | | // PR1936 AWP HOT DOG SCORP5 PR1916 HOT DOG SOUNDS11 HOT DOG S.SITE |
| 13533 | | GAME( 200?, sc5hotdg ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13534 | | GAME( 200?, sc5hotdga ,sc5hotdg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13535 | | GAME( 200?, sc5hotdgb ,sc5hotdg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13536 | | GAME( 200?, sc5hotdgc ,sc5hotdg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13537 | | GAME( 200?, sc5hotdgd ,sc5hotdg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13538 | | GAME( 200?, sc5hotdge ,sc5hotdg, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13539 | | |
| 13540 | | // PR1733 AWP HOT ROD SCORP5 PR1713 HOT ROD SOUNDS11 HOT ROD S.SITE |
| 13541 | | GAME( 200?, sc5hotrd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Rod (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13542 | | GAME( 200?, sc5hotrda ,sc5hotrd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Rod (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13543 | | |
| 13544 | | // PR3211 AWP HOT SHOT SCORP5 PR3211 HOT SHOT SOUNDS11 HOT SHOT S.SITE |
| 13545 | | GAME( 200?, sc5hotsh ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13546 | | GAME( 200?, sc5hotsha ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13547 | | GAME( 200?, sc5hotshb ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13548 | | GAME( 200?, sc5hotshc ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13549 | | GAME( 200?, sc5hotshd ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13550 | | GAME( 200?, sc5hotshe ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13551 | | GAME( 200?, sc5hotshf ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13552 | | GAME( 200?, sc5hotshg ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13553 | | GAME( 200?, sc5hotshh ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13554 | | GAME( 200?, sc5hotshi ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13555 | | GAME( 200?, sc5hotshj ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13556 | | GAME( 200?, sc5hotshk ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13557 | | GAME( 200?, sc5hotshl ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13558 | | GAME( 200?, sc5hotshm ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13559 | | GAME( 200?, sc5hotshn ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13560 | | GAME( 200?, sc5hotsho ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13561 | | GAME( 200?, sc5hotshp ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13562 | | GAME( 200?, sc5hotshq ,sc5hotsh, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Shots (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13563 | | |
| 13564 | | |
| 13565 | | // PR1311 HOT WAD PR1311 HOT WAD SOUNDS11 |
| 13566 | | GAME( 200?, sc5hotwd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13567 | | GAME( 200?, sc5hotwda ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13568 | | GAME( 200?, sc5hotwdb ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13569 | | GAME( 200?, sc5hotwdc ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13570 | | GAME( 200?, sc5hotwdd ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13571 | | GAME( 200?, sc5hotwde ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13572 | | GAME( 200?, sc5hotwdf ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13573 | | GAME( 200?, sc5hotwdg ,sc5hotwd, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13574 | | |
| 13575 | | |
| 13576 | | // PR1603 AWP IM A CELEBRITY PR1603 IM A CELEB SOUNDS11 IM A CELEBRITY S.SITE |
| 13577 | | GAME( 200?, sc5celeb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13578 | | GAME( 200?, sc5celeba ,sc5celeb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13579 | | GAME( 200?, sc5celebb ,sc5celeb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13580 | | GAME( 200?, sc5celebc ,sc5celeb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13581 | | GAME( 200?, sc5celebd ,sc5celeb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13582 | | |
| 13583 | | // PR2555 INNER SPIN V013 INNERSPINSND INNER SPIN |
| 13584 | | GAME( 200?, sc5inspn ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Inner Spin (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13585 | | GAME( 200?, sc5inspna ,sc5inspn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Inner Spin (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13586 | | |
| 13587 | | // PR2366 AWP THE ITALIAN JOB S5 PR2366 THE ITALIAN JOB SOUNDS11 ITALIAN JOB S.SITE |
| 13588 | | GAME( 200?, sc5ijob ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13589 | | GAME( 200?, sc5ijoba ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13590 | | GAME( 200?, sc5ijobb ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13591 | | GAME( 200?, sc5ijobc ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13592 | | GAME( 200?, sc5ijobd ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13593 | | GAME( 200?, sc5ijobe ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13594 | | GAME( 200?, sc5ijobf ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13595 | | GAME( 200?, sc5ijobg ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13596 | | GAME( 200?, sc5ijobh ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13597 | | GAME( 200?, sc5ijobi ,sc5ijob, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13598 | | |
| 13599 | | |
| 13600 | | // PR1609 JACKPOT JOKERS PR1609 JACKPOT JOKERS SOUNDS11 JACKPOT JOKERS S.SITE |
| 13601 | | GAME( 200?, sc5jjok ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Jackpot Jokers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13602 | | GAME( 200?, sc5jjoka ,sc5jjok, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Jackpot Jokers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13603 | | |
| 13604 | | // PR2376 LITTLE DEVIL LDEVIL SOUNDS LITTLE DEVIL |
| 13605 | | GAME( 200?, sc5ldvl ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13606 | | GAME( 200?, sc5ldvla ,sc5ldvl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13607 | | GAME( 200?, sc5ldvlb ,sc5ldvl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13608 | | GAME( 200?, sc5ldvlc ,sc5ldvl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13609 | | GAME( 200?, sc5ldvld ,sc5ldvl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13610 | | GAME( 200?, sc5ldvle ,sc5ldvl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13611 | | |
| 13612 | | // PR1413 AWP RETURN OF THE KING PR1413 RETURN OF THE SOUNDS11 RETURN OF KING S.SITE |
| 13613 | | GAME( 200?, sc5lotrr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13614 | | GAME( 200?, sc5lotrra ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13615 | | GAME( 200?, sc5lotrrb ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13616 | | GAME( 200?, sc5lotrrc ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13617 | | GAME( 200?, sc5lotrrd ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13618 | | GAME( 200?, sc5lotrre ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13619 | | GAME( 200?, sc5lotrrf ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13620 | | GAME( 200?, sc5lotrrg ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13621 | | GAME( 200?, sc5lotrrh ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13622 | | GAME( 200?, sc5lotrri ,sc5lotrr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13623 | | |
| 13624 | | |
| 13625 | | // PR3004 AWP MANIC MINER SCORP5 PR3004 MANIC MINER SOUNDS11 MANIC MINER S.SITE |
| 13626 | | GAME( 200?, sc5manic ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13627 | | GAME( 200?, sc5manica ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13628 | | GAME( 200?, sc5manicb ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13629 | | GAME( 200?, sc5manicc ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13630 | | GAME( 200?, sc5manicd ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13631 | | GAME( 200?, sc5manice ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13632 | | GAME( 200?, sc5manicf ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13633 | | GAME( 200?, sc5manicg ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13634 | | GAME( 200?, sc5manich ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13635 | | GAME( 200?, sc5manici ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13636 | | GAME( 200?, sc5manicj ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13637 | | GAME( 200?, sc5manick ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13638 | | GAME( 200?, sc5manicl ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13639 | | GAME( 200?, sc5manicm ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13640 | | GAME( 200?, sc5manicn ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13641 | | GAME( 200?, sc5manico ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13642 | | GAME( 200?, sc5manicp ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13643 | | GAME( 200?, sc5manicq ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13644 | | GAME( 200?, sc5manicr ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13645 | | GAME( 200?, sc5manics ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13646 | | GAME( 200?, sc5manict ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13647 | | GAME( 200?, sc5manicu ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13648 | | GAME( 200?, sc5manicv ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL ) |
| 13649 | | GAME( 200?, sc5manicw ,sc5manic, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL ) |
| 13650 | | |
| 13651 | | // PR2282 MENTALMONEYMONSTERS MMMO SOUNDS MONEY MONSTERS |
| 13652 | | GAME( 200?, sc5mmm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13653 | | GAME( 200?, sc5mmma ,sc5mmm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13654 | | GAME( 200?, sc5mmmb ,sc5mmm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13655 | | GAME( 200?, sc5mmmc ,sc5mmm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13656 | | |
| 13657 | | // PR0000 MONEY MADNESS MONM SOUNDS MONEY MADNESS |
| 13658 | | GAME( 200?, sc5mmad ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13659 | | GAME( 200?, sc5mmada ,sc5mmad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13660 | | GAME( 200?, sc5mmadb ,sc5mmad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13661 | | GAME( 200?, sc5mmadc ,sc5mmad, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13662 | | |
| 13663 | | |
| 13664 | | // PR2395 MONEY SPINNER MONY SOUNDS NITH |
| 13665 | | GAME( 200?, sc5monsp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Money Spinner (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13666 | | GAME( 200?, sc5monspa ,sc5monsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Money Spinner (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13667 | | |
| 13668 | | // PROJECT NUMBER PR0_0_ MONOPOLY P_S_E_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _U_A_S_U_D_ _ _ _ _ _ _ _ _ _ _ _ _ _T_I_K_P_N_ _ _ _ |
| 13669 | | GAME( 200?, sc5monop ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 13670 | | |
| 13671 | | GAME( 200?, sc5mcas ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR2372 CASINO MONOPOLY MONO SOUNDS CASINO MONOPOLY |
| 13672 | | GAME( 200?, sc5mcasa ,sc5mcas, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13673 | | GAME( 200?, sc5mcasb ,sc5mcas, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // PR2372 CASINO MONOPOLY CASINO MONOPOLY MAZ MONO SOUNDS CASINO MONOPOLY |
| 13674 | | GAME( 200?, sc5mcasc ,sc5mcas, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13675 | | |
| 13676 | | // PR3308 AWP MONOPOLY DOUBLE MONEY S5 PR3308 MPOLY D MONEY SOUNDS11 DOUBLE MONEY S.SITE |
| 13677 | | GAME( 200?, sc5mdm ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13678 | | GAME( 200?, sc5mdma ,sc5mdm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13679 | | GAME( 200?, sc5mdmb ,sc5mdm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13680 | | GAME( 200?, sc5mdmc ,sc5mdm, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13681 | | |
| 13682 | | // PR2380 MONOPOLY HERE AND NOW MR2R SOUNDS NITH |
| 13683 | | GAME( 200?, sc5mhn ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13684 | | GAME( 200?, sc5mhna ,sc5mhn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13685 | | GAME( 200?, sc5mhnb ,sc5mhn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13686 | | GAME( 200?, sc5mhnc ,sc5mhn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13687 | | GAME( 200?, sc5mhnd ,sc5mhn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13688 | | GAME( 200?, sc5mhne ,sc5mhn, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13689 | | |
| 13690 | | // PR2345 AWP MONOPOLY HOT PROPERTY S5 PR2345 HOT PROPERTY SOUNDS11 HOT PROPERTY S.SITE |
| 13691 | | GAME( 200?, sc5mhp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13692 | | GAME( 200?, sc5mhpa ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13693 | | GAME( 200?, sc5mhpb ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13694 | | GAME( 200?, sc5mhpc ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13695 | | GAME( 200?, sc5mhpd ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13696 | | GAME( 200?, sc5mhpe ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13697 | | GAME( 200?, sc5mhpf ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13698 | | GAME( 200?, sc5mhpg ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13699 | | GAME( 200?, sc5mhph ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13700 | | GAME( 200?, sc5mhpi ,sc5mhp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13701 | | |
| 13702 | | |
| 13703 | | // PR3413 AWP MONOPOLY MONEYBAGS S5 PR3413 MONEYBAGS SOUNDS11 MONEYBAGS S.SITE |
| 13704 | | GAME( 200?, sc5mmb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13705 | | GAME( 200?, sc5mmba ,sc5mmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13706 | | GAME( 200?, sc5mmbb ,sc5mmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13707 | | GAME( 200?, sc5mmbc ,sc5mmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13708 | | // PR1911 AWP MONOLOLY MONEY BAGS SCORP5 PR1911 MPOLY MONEYBAGS SOUNDS11 MONEYBAGS S.SITE |
| 13709 | | GAME( 200?, sc5mmbd ,sc5mmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR1911) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13710 | | GAME( 200?, sc5mmbe ,sc5mmb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR1911) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13711 | | |
| 13712 | | // PR2363 RED HOT MONOP RED HOT MONOPOLY MAZ MONO SOUNDS MONOPOLY |
| 13713 | | GAME( 200?, sc5mrh ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Red Hot (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13714 | | GAME( 200?, sc5mrha ,sc5mrh, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Red Hot (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13715 | | |
| 13716 | | // PR2329 MONOPOLY ROAD TO RICHES MR2R SOUNDS ROAD TO RICHES |
| 13717 | | GAME( 200?, sc5mr2r ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches (PR2329) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13718 | | GAME( 200?, sc5mr2ra ,sc5mr2r, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches (PR2329) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13719 | | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 13720 | | GAME( 200?, sc5mr2rb ,sc5mr2r, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (PR2457) (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13721 | | |
| 13722 | | // PR2190 MONOPOLY WOW MONOPOLY WOW MAZ TWOW SOUNDS |
| 13723 | | GAME( 200?, sc5mww ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13724 | | GAME( 200?, sc5mwwa ,sc5mww, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13725 | | GAME( 200?, sc5mwwb ,sc5mww, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13726 | | GAME( 200?, sc5mwwc ,sc5mww, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13727 | | |
| 13728 | | |
| 13729 | | // PR3002 AWP NIGHTMARE ON ELM STREET S5 PR3002 ELM STREET SOUNDS11 NIGHTMARE ELM ST S.SITE |
| 13730 | | GAME( 200?, sc5nmare ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13731 | | GAME( 200?, sc5nmarea ,sc5nmare, sc5, sc5, sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13732 | | GAME( 200?, sc5nmareb ,sc5nmare, sc5, sc5, sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13733 | | GAME( 200?, sc5nmarec ,sc5nmare, sc5, sc5, sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13734 | | |
| 13735 | | // PR1612 PICK OF THE PACK PR1612 PICK OF THE PACK SOUNDS11 PICK OF THE PACK S.SITE |
| 13736 | | GAME( 2005, sc5potp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pick Of The Pack (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13737 | | GAME( 2005, sc5potpa ,sc5potp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pick Of The Pack (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13738 | | |
| 13739 | | // PR2562 PINK PANTHER PINK SOUNDS PINK PANTHER |
| 13740 | | GAME( 200?, sc5pp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13741 | | GAME( 200?, sc5ppa ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13742 | | GAME( 200?, sc5ppb ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13743 | | GAME( 200?, sc5ppc ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13744 | | GAME( 200?, sc5ppd ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13745 | | GAME( 200?, sc5ppe ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13746 | | GAME( 200?, sc5ppf ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13747 | | GAME( 200?, sc5ppg ,sc5pp, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13748 | | |
| 13749 | | // PR2279 PINK PANTHER CLOUSEAUS REVENGE REVENGE QPS REVENGE SOUNDS |
| 13750 | | GAME( 200?, sc5ppcr ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13751 | | GAME( 200?, sc5ppcrb ,sc5ppcr, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13752 | | GAME( 200?, sc5ppcrc ,sc5ppcr, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13753 | | GAME( 200?, sc5ppcrd ,sc5ppcr, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13754 | | // PR2279 CLOUSEAUS REVENGE REVENGE SOUNDS |
| 13755 | | GAME( 200?, sc5ppcra ,sc5ppcr, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Clouseau's Revenge (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13756 | | |
| 13757 | | // PR2407 AWP PINK PANTHER CRACK THE CODE SCORP5 PR2407 CRACK THE CODE SOUNDS11 CRACK THE CODE S.SITE |
| 13758 | | GAME( 200?, sc5ppctc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13759 | | GAME( 200?, sc5ppctca ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13760 | | GAME( 200?, sc5ppctcb ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13761 | | GAME( 200?, sc5ppctcc ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13762 | | GAME( 200?, sc5ppctcd ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13763 | | GAME( 200?, sc5ppctce ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13764 | | GAME( 200?, sc5ppctcf ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13765 | | GAME( 200?, sc5ppctcg ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13766 | | GAME( 200?, sc5ppctch ,sc5ppctc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13767 | | |
| 13768 | | |
| 13769 | | // PR2330 PINK PANTHER DYM PINK PANTHER DYM QPS DYMN SOUNDS PINK PANTHER DYM |
| 13770 | | GAME( 200?, sc5ppdym ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Double Your Money (Mazooma / QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13771 | | GAME( 200?, sc5ppdyma ,sc5ppdym, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Double Your Money (Mazooma / QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13772 | | |
| 13773 | | // PR2303 STRIKES AGAIN PPSA SOUNDS STRIKES AGAIN |
| 13774 | | GAME( 200?, sc5ppsag ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13775 | | GAME( 200?, sc5ppsaga ,sc5ppsag, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13776 | | GAME( 200?, sc5ppsagb ,sc5ppsag, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13777 | | GAME( 200?, sc5ppsagc ,sc5ppsag, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13778 | | GAME( 200?, sc5ppsagd ,sc5ppsag, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13779 | | GAME( 200?, sc5ppsage ,sc5ppsag, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13780 | | |
| 13781 | | |
| 13782 | | // PR1408 PONY EXPRESS PR1408 PONY EXPRESS SOUNDS11 PONY EXPRESS S.SITE |
| 13783 | | GAME( 200?, sc5pony ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13784 | | GAME( 200?, sc5ponya ,sc5pony, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13785 | | GAME( 200?, sc5ponyb ,sc5pony, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13786 | | GAME( 200?, sc5ponyc ,sc5pony, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13787 | | GAME( 200?, sc5ponyd ,sc5pony, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13788 | | |
| 13789 | | // PR2417 AWP POPEYE S5 PR2417 POPEYE SOUNDS11 POPEYE S.SITE |
| 13790 | | GAME( 200?, sc5popey ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13791 | | GAME( 200?, sc5popeya ,sc5popey, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13792 | | GAME( 200?, sc5popeyb ,sc5popey, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13793 | | GAME( 200?, sc5popeyc ,sc5popey, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13794 | | |
| 13795 | | // PR1918 AWP POTS OF GOLD SCORP5 PR1918 POTS OF GOLD SOUNDS11 POTS OF GOLD S.SITE |
| 13796 | | GAME( 200?, sc5pog ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13797 | | GAME( 200?, sc5poga ,sc5pog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13798 | | GAME( 200?, sc5pogb ,sc5pog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13799 | | GAME( 200?, sc5pogc ,sc5pog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13800 | | GAME( 200?, sc5pogd ,sc5pog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13801 | | GAME( 200?, sc5poge ,sc5pog, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13802 | | |
| 13803 | | // Z050 POTOFGLD PR000050 POTOFGLD 1 POTOFGLD AWP |
| 13804 | | GAME( 200?, sc5potog ,0, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13805 | | GAME( 200?, sc5potoga ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13806 | | GAME( 200?, sc5potogb ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13807 | | GAME( 200?, sc5potogc ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13808 | | GAME( 200?, sc5potogd ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13809 | | GAME( 200?, sc5potoge ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13810 | | GAME( 200?, sc5potogf ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13811 | | GAME( 200?, sc5potogg ,sc5potog, sc5, sc5, sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13812 | | |
| 13813 | | // PR2272 POWER PLAY PPLY SOUNDS |
| 13814 | | GAME( 200?, sc5pwrpl ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Power Play (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13815 | | GAME( 200?, sc5pwrpla ,sc5pwrpl, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Power Play (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13816 | | |
| 13817 | | // PR1614 AWP POWERBALL POWERBALL S.SITE PR1614 POWERBALL SOUNDS11 |
| 13818 | | GAME( 200?, sc5pwrbl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Powerball (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13819 | | GAME( 200?, sc5pwrbla ,sc5pwrbl, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Powerball (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13820 | | |
| 13821 | | // PR2342 QUID VICIOUS QUIDV SOUNDS QUID VICIOUS |
| 13822 | | GAME( 200?, sc5quidv ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13823 | | GAME( 200?, sc5quidva ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13824 | | GAME( 200?, sc5quidvb ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13825 | | GAME( 200?, sc5quidvc ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13826 | | GAME( 200?, sc5quidvd ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13827 | | GAME( 200?, sc5quidve ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13828 | | GAME( 200?, sc5quidvf ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13829 | | GAME( 200?, sc5quidvg ,sc5quidv, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13830 | | |
| 13831 | | |
| 13832 | | // PR2077 RED HOT X SDRDX SOUNDS |
| 13833 | | GAME( 200?, sc5rhx ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13834 | | // PR2077 RED HOT X SDRDX SOUNDS |
| 13835 | | GAME( 200?, sc5rhxa ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13836 | | GAME( 200?, sc5rhxb ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13837 | | GAME( 200?, sc5rhxc ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13838 | | GAME( 200?, sc5rhxd ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13839 | | GAME( 200?, sc5rhxe ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13840 | | GAME( 200?, sc5rhxf ,sc5rhx, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13841 | | |
| 13842 | | |
| 13843 | | // PR2364 CASINO RED HOT X RED HOT X CRHX SOUNDS RED HOT X |
| 13844 | | GAME( 200?, sc5rhxcs ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13845 | | GAME( 200?, sc5rhxcsa ,sc5rhxcs, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Hot X Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13846 | | |
| 13847 | | // PR2557 RED SQUARE REDS SOUNDS RED SQUARE |
| 13848 | | GAME( 200?, sc5redsq ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Square (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13849 | | GAME( 200?, sc5redsqa ,sc5redsq, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Red Square (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13850 | | |
| 13851 | | // PR3257 CLUB RONNIE O SULLIVANS TOURNAMENT SCORP5 RONNIE OSULLIVAN CLUB PR3256 RONNIE O SOUNDS11 RONNIE SULLIVAN |
| 13852 | | GAME( 200?, sc5rosts ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13853 | | GAME( 200?, sc5rostsa ,sc5rosts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13854 | | GAME( 200?, sc5rostsb ,sc5rosts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13855 | | GAME( 200?, sc5rostsc ,sc5rosts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13856 | | GAME( 200?, sc5rostsd ,sc5rosts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13857 | | GAME( 200?, sc5rostse ,sc5rosts, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13858 | | |
| 13859 | | // PR2311 ROVERS RETURN ROVERS RETURN SOUNDS ROVERS RETURN |
| 13860 | | GAME( 200?, sc5rovrt ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13861 | | GAME( 200?, sc5rovrta ,sc5rovrt, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13862 | | GAME( 200?, sc5rovrtb ,sc5rovrt, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13863 | | GAME( 200?, sc5rovrtc ,sc5rovrt, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13864 | | |
| 13865 | | // PR2280 SHOW ME THE MONEY SMTM SOUNDS |
| 13866 | | GAME( 200?, sc5smtm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Show Me The Money (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13867 | | GAME( 200?, sc5smtma ,sc5smtm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Show Me The Money (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13868 | | |
| 13869 | | // PR3013 AWP SHOW TIME S5 PR3013 SHOWTIME SOUNDS11 SHOW TIME S.SITE |
| 13870 | | GAME( 200?, sc5showt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13871 | | GAME( 200?, sc5showta ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13872 | | GAME( 200?, sc5showtb ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13873 | | GAME( 200?, sc5showtc ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13874 | | GAME( 200?, sc5showtd ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13875 | | GAME( 200?, sc5showte ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13876 | | GAME( 200?, sc5showtf ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13877 | | GAME( 200?, sc5showtg ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13878 | | GAME( 200?, sc5showth ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13879 | | GAME( 200?, sc5showti ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13880 | | GAME( 200?, sc5showtj ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13881 | | GAME( 200?, sc5showtk ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13882 | | GAME( 200?, sc5showtl ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13883 | | GAME( 200?, sc5showtm ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13884 | | GAME( 200?, sc5showtn ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13885 | | GAME( 200?, sc5showto ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13886 | | GAME( 200?, sc5showtp ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13887 | | GAME( 200?, sc5showtq ,sc5showt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13888 | | |
| 13889 | | // PR1411 AWP SNAKES AND LADDERS PR1411 SNAKES A L SOUNDS11 |
| 13890 | | GAME( 200?, sc5slad ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13891 | | GAME( 200?, sc5slada ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13892 | | GAME( 200?, sc5sladb ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13893 | | GAME( 200?, sc5sladc ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13894 | | // PR1411 AWP SNAKES AND LADDERS PR1411 SNAKES A L SOUNDS11 SNAKES N LADDERS S.SITE |
| 13895 | | GAME( 200?, sc5sladd ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13896 | | GAME( 200?, sc5slade ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13897 | | GAME( 200?, sc5sladf ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13898 | | GAME( 200?, sc5sladg ,sc5slad, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13899 | | |
| 13900 | | // PR1901 AWP SPICE IT UP SCORP5 PR1901 SPICE IT UP SOUNDS11 SPICE IT UP S.SITE |
| 13901 | | GAME( 200?, sc5spice ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13902 | | GAME( 200?, sc5spiceb ,sc5spice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13903 | | // PR1921 AWP SPICE IT UP SCORP4 PR1901 SPICE IT UP SOUNDS11 SPICE IT UP S.SITE (this header is incorrect, these are SCORP 5 sets, they use opcodes not present in the sc5 cpu and have the 'SC5' at the start of the ROM) |
| 13904 | | GAME( 200?, sc5spicea ,sc5spice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13905 | | GAME( 200?, sc5spicec ,sc5spice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13906 | | GAME( 200?, sc5spiced ,sc5spice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13907 | | GAME( 200?, sc5spicee ,sc5spice, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13908 | | |
| 13909 | | |
| 13910 | | |
| 13911 | | // PR2232 SPIN WHEN YOU'RE WINNING SPIN SOUNDS |
| 13912 | | GAME( 200?, sc5swywm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13913 | | GAME( 200?, sc5swywma ,sc5swywm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13914 | | GAME( 200?, sc5swywmb ,sc5swywm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13915 | | GAME( 200?, sc5swywmc ,sc5swywm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13916 | | |
| 13917 | | // PR2176 SUMMIT UP SUMMIT SOUNDS SUMMIT UP H |
| 13918 | | GAME( 200?, sc5sumit ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Summit Up (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13919 | | GAME( 200?, sc5sumita ,sc5sumit, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Summit Up (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13920 | | |
| 13921 | | // PR2255 SUITUSIR SUIT SOUNDS SUITS U SIR |
| 13922 | | GAME( 200?, sc5sus ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13923 | | GAME( 200?, sc5susa ,sc5sus, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13924 | | GAME( 200?, sc5susb ,sc5sus, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13925 | | GAME( 200?, sc5susc ,sc5sus, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13926 | | |
| 13927 | | // PR2235 SWITCHBACK SWBK SOUNDS SWITCHBACK |
| 13928 | | GAME( 200?, sc5swbak ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Switch Back (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13929 | | GAME( 200?, sc5swbaka ,sc5swbak, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Switch Back (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13930 | | |
| 13931 | | // PR1714 AWP TAKE THE PIECE S5 PR1714 TAKE THE PIECE SOUNDS11 TAKETHEPIECE S.SITE |
| 13932 | | GAME( 200?, sc5ttpie ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13933 | | GAME( 200?, sc5ttpiea ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13934 | | GAME( 200?, sc5ttpieb ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13935 | | GAME( 200?, sc5ttpiec ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13936 | | GAME( 200?, sc5ttpied ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13937 | | GAME( 200?, sc5ttpiee ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13938 | | GAME( 200?, sc5ttpief ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13939 | | GAME( 200?, sc5ttpieg ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13940 | | GAME( 200?, sc5ttpieh ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13941 | | GAME( 200?, sc5ttpiei ,sc5ttpie, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13942 | | |
| 13943 | | // PR3001 AWP TAKE YOUR PICK S5 PR3001 TAKE YOUR PICK SOUNDS11 TAKE YOUR PICK S.SITE |
| 13944 | | GAME( 200?, sc5typ ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13945 | | GAME( 200?, sc5typa ,sc5typ, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13946 | | GAME( 200?, sc5typb ,sc5typ, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13947 | | GAME( 200?, sc5typc ,sc5typ, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13948 | | |
| 13949 | | // PR2140 MONOPOLY X SDMON SOUNDS (are these really a game called Top Box, or are they Top Box roms for Monopoly?) |
| 13950 | | GAME( 200?, sc5tbox ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13951 | | GAME( 200?, sc5tboxa, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13952 | | GAME( 200?, sc5tboxb, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13953 | | GAME( 200?, sc5tboxc, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13954 | | GAME( 200?, sc5tboxd, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13955 | | GAME( 200?, sc5tboxe, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13956 | | GAME( 200?, sc5tboxf, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13957 | | GAME( 200?, sc5tboxg, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13958 | | GAME( 200?, sc5tboxh, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13959 | | GAME( 200?, sc5tboxi, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13960 | | GAME( 200?, sc5tboxj, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13961 | | GAME( 200?, sc5tboxk, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13962 | | GAME( 200?, sc5tboxl, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13963 | | GAME( 200?, sc5tboxm, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13964 | | GAME( 200?, sc5tboxn, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13965 | | GAME( 200?, sc5tboxo, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13966 | | GAME( 200?, sc5tboxp, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13967 | | GAME( 200?, sc5tboxq, sc5tbox, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13968 | | |
| 13969 | | |
| 13970 | | |
| 13971 | | // PR2211 TOP OF THE SHOTS TOTS SOUNDS TOP OF THE SHOTS |
| 13972 | | GAME( 200?, sc5tpsht ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13973 | | GAME( 200?, sc5tpshta ,sc5tpsht, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13974 | | GAME( 200?, sc5tpshtb ,sc5tpsht, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13975 | | GAME( 200?, sc5tpshtc ,sc5tpsht, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13976 | | GAME( 200?, sc5tpshtd ,sc5tpsht, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13977 | | |
| 13978 | | // PR2175 TRAIL BLAZER TRAB SOUNDS TRAIL BLAZER |
| 13979 | | GAME( 200?, sc5trail ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Trailblazer (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13980 | | GAME( 200?, sc5traila ,sc5trail, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Trailblazer (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13981 | | |
| 13982 | | // PR3010 AWP VIVA MEXICO SCORP5 PR3010 VIVA MEXICO SOUNDS11 VIVA MEXICO S.SITE |
| 13983 | | GAME( 200?, sc5vivam ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Viva Mexico (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13984 | | GAME( 200?, sc5vivama ,sc5vivam, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Viva Mexico (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13985 | | |
| 13986 | | // PR2341 WILD JACKPOTS WILDJACK SOUNDS WILD JACKPOTS |
| 13987 | | GAME( 200?, sc5wldjk ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Wild Jackpots (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13988 | | GAME( 200?, sc5wldjka ,sc5wldjk, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Wild Jackpots (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13989 | | |
| 13990 | | // PR1611 AWP ANT AND DECS PR1611 ANT AND DECS SOUNDS11 ANT AND DECS S.SITE |
| 13991 | | GAME( 200?, sc5adsnt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13992 | | GAME( 200?, sc5adsnta ,sc5adsnt, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13993 | | |
| 13994 | | |
| 13995 | | // PR1708 AWP BULLY'S PRIZE BOARD PR1708 B PRIZE BOARD SOUNDS11 BULLYSPRIZEBOARD S.SITE |
| 13996 | | GAME( 200?, sc5bpb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13997 | | GAME( 200?, sc5bpbb ,sc5bpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13998 | | GAME( 200?, sc5bpbd ,sc5bpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13999 | | GAME( 200?, sc5bpbe ,sc5bpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14000 | | // PR1708 AWP BULLY'S PRIZE BOARD S5 PR1708 B PRIZE BOARD SOUNDS11 BULLYSPRIZEBOARD S.SITE |
| 14001 | | GAME( 200?, sc5bpba ,sc5bpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14002 | | GAME( 200?, sc5bpbc ,sc5bpb, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14003 | | |
| 14004 | | // PR3010 AWP BULLYS STAR PRIZE SCORP5 PR3012 BULLYS STAR P SOUNDS11 BULLYS STARPRIZE S.SITE |
| 14005 | | GAME( 200?, sc5bsp ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14006 | | GAME( 200?, sc5bspa ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14007 | | GAME( 200?, sc5bspb ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14008 | | GAME( 200?, sc5bspc ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14009 | | GAME( 200?, sc5bspd ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14010 | | GAME( 200?, sc5bspe ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14011 | | GAME( 200?, sc5bspf ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14012 | | GAME( 200?, sc5bspg ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14013 | | GAME( 200?, sc5bsph ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14014 | | GAME( 200?, sc5bspi ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14015 | | GAME( 200?, sc5bspl ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14016 | | GAME( 200?, sc5bspm ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14017 | | GAME( 200?, sc5bspn ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14018 | | GAME( 200?, sc5bspo ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14019 | | // PR3012 AWP BULLYS STAR PRIZE SCORP5 PR3012 BULLYS STAR P SOUNDS11 BULLYS STARPRIZE S.SITE |
| 14020 | | GAME( 200?, sc5bspj ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3012) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14021 | | GAME( 200?, sc5bspk ,sc5bsp, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3012) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14022 | | |
| 14023 | | |
| 14024 | | // PR1312 AWP CHAIN REACTION PR1312 CHAIN REACT SOUNDS11 |
| 14025 | | GAME( 200?, sc5chain ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14026 | | GAME( 200?, sc5chaina ,sc5chain, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14027 | | GAME( 200?, sc5chainb ,sc5chain, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14028 | | GAME( 200?, sc5chainc ,sc5chain, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14029 | | GAME( 200?, sc5chaind ,sc5chain, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14030 | | GAME( 200?, sc5chaine ,sc5chain, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14031 | | |
| 14032 | | // PR1707 AWP CLOWN AROUND SCORP5 PR1707 CLOWN AROUND SOUNDS11 CLOWN AROUND S.SITE |
| 14033 | | GAME( 200?, sc5clown ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14034 | | GAME( 200?, sc5clowna ,sc5clown, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14035 | | GAME( 200?, sc5clownb ,sc5clown, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14036 | | GAME( 200?, sc5clownc ,sc5clown, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14037 | | |
| 14038 | | // PR1412 AWP COPS AND ROBBERS PR1412 COPS AND ROBBERS SOUNDS11 COPS AND ROBBERS S.SITE |
| 14039 | | GAME( 200?, sc5copsr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14040 | | GAME( 200?, sc5copsra ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14041 | | GAME( 200?, sc5copsrb ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14042 | | GAME( 200?, sc5copsrc ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14043 | | GAME( 200?, sc5copsrd ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14044 | | GAME( 200?, sc5copsre ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14045 | | GAME( 200?, sc5copsrf ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14046 | | GAME( 200?, sc5copsrg ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14047 | | GAME( 200?, sc5copsrh ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14048 | | GAME( 200?, sc5copsri ,sc5copsr, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14049 | | |
| 14050 | | |
| 14051 | | |
| 14052 | | // PR1915 AWP DEAL OR NO DEAL BEAT THE BANKER S5 PR1915 BEAT THE BANKER SOUNDS11 BEAT THE BANKER S.SITE |
| 14053 | | GAME( 200?, sc5dndbe ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14054 | | GAME( 200?, sc5dndbea ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14055 | | GAME( 200?, sc5dndbeb ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14056 | | GAME( 200?, sc5dndbec ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14057 | | GAME( 200?, sc5dndbed ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14058 | | GAME( 200?, sc5dndbee ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14059 | | GAME( 200?, sc5dndbef ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14060 | | GAME( 200?, sc5dndbeg ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14061 | | GAME( 200?, sc5dndbeh ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14062 | | GAME( 200?, sc5dndbei ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14063 | | GAME( 200?, sc5dndbej ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14064 | | GAME( 200?, sc5dndbek ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14065 | | GAME( 200?, sc5dndbel ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14066 | | GAME( 200?, sc5dndbem ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14067 | | GAME( 200?, sc5dndben ,sc5dndbe, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14068 | | |
| 14069 | | // PR3063 CASINO DOND CAN YOU BEAT THE BANKER CASINO DOND ARCADE PR3063 BEAT THE BANKER SOUNDS11 |
| 14070 | | GAME( 200?, sc5ddbbc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14071 | | GAME( 200?, sc5ddbbca ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14072 | | GAME( 200?, sc5ddbbcb ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14073 | | GAME( 200?, sc5ddbbcc ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14074 | | GAME( 200?, sc5ddbbcd ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14075 | | GAME( 200?, sc5ddbbce ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14076 | | GAME( 200?, sc5ddbbcf ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14077 | | GAME( 200?, sc5ddbbcg ,sc5ddbbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14078 | | |
| 14079 | | |
| 14080 | | // PR3312 AWP DEAL OR NO DEAL BOX CLEVER SCORP5 PR3312 DOND BOXCLEVER SOUNDS11 BOX CLEVER S.SITE |
| 14081 | | GAME( 200?, sc5dndbc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14082 | | GAME( 200?, sc5dndbca ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14083 | | GAME( 200?, sc5dndbcb ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14084 | | GAME( 200?, sc5dndbcc ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14085 | | GAME( 200?, sc5dndbcd ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14086 | | GAME( 200?, sc5dndbce ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14087 | | GAME( 200?, sc5dndbcf ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14088 | | GAME( 200?, sc5dndbcg ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14089 | | GAME( 200?, sc5dndbch ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14090 | | GAME( 200?, sc5dndbci ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14091 | | GAME( 200?, sc5dndbcj ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14092 | | GAME( 200?, sc5dndbck ,sc5dndbc, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14093 | | |
| 14094 | | // PR1706 AWP WHEEL OF WEALTH PR1706 WHEEL OF WEALTH SOUNDS11 WHEEL OF WEALTH S.SITE |
| 14095 | | GAME( 200?, sc5mowow ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wheel Of Wealth (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14096 | | GAME( 200?, sc5mowowb ,sc5mowow, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wheel Of Wealth (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14097 | | |
| 14098 | | // PR2166 NUN N ROSES NANR SOUNDS NUNS N ROSES |
| 14099 | | GAME( 200?, sc5nunsm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14100 | | GAME( 200?, sc5nunsma ,sc5nunsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14101 | | GAME( 200?, sc5nunsmb ,sc5nunsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14102 | | GAME( 200?, sc5nunsmc ,sc5nunsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14103 | | GAME( 200?, sc5nunsmd ,sc5nunsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14104 | | GAME( 200?, sc5nunsme ,sc5nunsm, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14105 | | |
| 14106 | | |
| 14107 | | // Adder 5 |
| 14108 | | GAME( 200?, ad5bpfpm ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Bullseye Pounds For Points (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14109 | | GAME( 200?, ad5btc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye Triple Club (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14110 | | GAME( 200?, ad5cmons ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Crazy Money (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14111 | | GAME( 200?, ad5dndpl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Platinum (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14112 | | GAME( 200?, ad5eyes ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Eyes Down (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14113 | | GAME( 200?, ad5gldmn ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Gold Mine (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14114 | | GAME( 200?, ad5gldwn ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Golden Winner (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14115 | | GAME( 200?, ad5hir ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hi Roller (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14116 | | GAME( 200?, ad5hircl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Hi Roller Club (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14117 | | GAME( 200?, ad5jckmo ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Jackpot Monopoly (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14118 | | GAME( 200?, ad5mcob ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust (Qps) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14119 | | GAME( 200?, ad5ppbtb ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther Break The Bank (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14120 | | GAME( 200?, ad5pking ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Poker King (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14121 | | GAME( 200?, ad5rsnw ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Random Spin 'n' Win (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14122 | | GAME( 200?, ad5rspin ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Random Spinner (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14123 | | GAME( 200?, ad5rsclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Random Spinner Club (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14124 | | GAME( 200?, ad5rwclb ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Random Winner Club (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14125 | | GAME( 200?, ad5rapid ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Rapid Pay (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14126 | | GAME( 200?, ad5rcash ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Reel Cash (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14127 | | GAME( 200?, ad5rroul ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Reel Roulette (Mazooma) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14128 | | GAME( 200?, ad5rsrm ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Rocket Money (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14129 | | GAME( 200?, ad5rsrr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Rocket Ronnie (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14130 | | GAME( 200?, ad5tornc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Tornado Club (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14131 | | GAME( 200?, ad5vpa ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Video Poker Ace (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14132 | | GAME( 200?, ad5vlv ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Viva Las Vegas (Bellfruit) (Scorpion 5, Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14133 | | |
| 14134 | | GAME( 200?, ad5crcpt ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14135 | | GAME( 200?, ad5bull ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14136 | | GAME( 200?, ad5crsc ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14137 | | GAME( 200?, ad5dnd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14138 | | GAME( 200?, ad5dndcl ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14139 | | GAME( 200?, ad5dnddd ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14140 | | GAME( 200?, ad5dndpg ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14141 | | GAME( 200?, ad5evol ,0, sc5, sc5, sc5_state, sc5, ROT0, "Qps","Evolution (Qps) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14142 | | GAME( 200?, ad5monop ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly (Mazooma) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14143 | | GAME( 200?, ad5mr2r ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches (Mazooma) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14144 | | GAME( 200?, ad5mww ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14145 | | GAME( 200?, ad5pp ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14146 | | GAME( 200?, ad5sslam ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Super Slam (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14147 | | GAME( 200?, ad5copsr ,0, sc5, sc5, sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14148 | | GAME( 200?, ad5mowow ,0, sc5, sc5, sc5_state, sc5, ROT0, "Mazooma","Monopoly Wheel Of Wealth (Mazooma) (Adder 5)", GAME_IS_SKELETON_MECHANICAL ) |
trunk/src/mame/drivers/maygay1bsw.c
| r0 | r19478 | |
| 1 | /* MayGay M1A/B Software */ |
| 2 | |
| 3 | /* |
| 4 | the MSM6376 is on the ROM board, so some games might not have it |
| 5 | the YM2149F is on the MAIN board |
| 6 | |
| 7 | the AY is where? |
| 8 | */ |
| 9 | |
| 10 | #include "emu.h" |
| 11 | #include "includes/maygay1b.h" |
| 12 | |
| 13 | MACHINE_CONFIG_EXTERN( maygay_m1 ); |
| 14 | INPUT_PORTS_EXTERN( maygay_m1 ); |
| 15 | |
| 16 | |
| 17 | #define GAME_FLAGS GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL |
| 18 | |
| 19 | // I assume all sets have this, or is M1B different? We don't use it right now anyway. |
| 20 | #define ROM_END_M1A_MCU \ |
| 21 | ROM_REGION( 0x1000, "mcu", ROMREGION_ERASE00 ) \ |
| 22 | ROM_LOAD( "m1a-mcu.bin", 0x0000, 0x1000, CRC(ae957b00) SHA1(83267b64335b4ab33cc033d5003c4c93c813fc37) ) \ |
| 23 | ROM_END \ |
| 24 | |
| 25 | |
| 26 | /******************************************************************************************************************************************************************************************************* |
| 27 | Black Hole (Dutch) |
| 28 | (sound roms?) |
| 29 | ******************************************************************************************************************************************************************************************************/ |
| 30 | |
| 31 | ROM_START( m1blkhol ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "blackhole.bin", 0x0000, 0x010000, CRC(b0d92e24) SHA1(161a39efda1f7f1964d52f12c27bf7b8bc824e9e) ) ROM_END_M1A_MCU |
| 32 | |
| 33 | GAME( 199?, m1blkhol ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Black Hole (Dutch) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 34 | |
| 35 | /******************************************************************************************************************************************************************************************************* |
| 36 | (Casino) Bar-gain |
| 37 | (sound rom is wrong?) |
| 38 | ******************************************************************************************************************************************************************************************************/ |
| 39 | |
| 40 | // I don't think this is correct, or at least it's not OKI, no header. |
| 41 | #define m1_bargn_sound \ |
| 42 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 43 | ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )\ |
| 44 | |
| 45 | ROM_START( m1bargn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-077.bin", 0x0000, 0x010000, CRC(7ae8ea12) SHA1(537f828bdaba3c63abb83b5417a4ec115834a48a) ) m1_bargn_sound ROM_END_M1A_MCU |
| 46 | ROM_START( m1bargnp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-078.bin", 0x0000, 0x010000, CRC(dcc0b83e) SHA1(a85e3f60decb7dbc2de77b93dd8a79ff137d85b7) ) m1_bargn_sound ROM_END_M1A_MCU |
| 47 | ROM_START( m1bargnc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa2-141", 0x0000, 0x010000, CRC(9dcaaaa9) SHA1(6cd015990036c2e20e4f4a2e19a363e6c565b473) ) m1_bargn_sound ROM_END_M1A_MCU |
| 48 | ROM_START( m1bargncp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa2-142", 0x0000, 0x010000, CRC(2972747a) SHA1(6854a3cd9c6a834a24a0d8c763fa2a18c1d26a10) ) m1_bargn_sound ROM_END_M1A_MCU |
| 49 | |
| 50 | GAME( 1990, m1bargn ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bar-gain (Maygay) v7.1 (M1A/B)",GAME_FLAGS ) |
| 51 | GAME( 1990, m1bargnp ,m1bargn ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bar-gain (Maygay) v7.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 52 | GAME( 1990, m1bargnc ,m1bargn ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Bar-gain (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 53 | GAME( 1990, m1bargncp ,m1bargn ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Bar-gain (Maygay) v5.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 54 | |
| 55 | /******************************************************************************************************************************************************************************************************* |
| 56 | Bounty Hunter |
| 57 | (sound roms?) |
| 58 | ******************************************************************************************************************************************************************************************************/ |
| 59 | |
| 60 | ROM_START( m1bounty ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "bhun004", 0x0000, 0x020000, CRC(c3ee9bb1) SHA1(f0a15411486a5dd9a906c2200813c38545f76b3f) ) ROM_END_M1A_MCU |
| 61 | |
| 62 | GAME( 1996, m1bounty ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter (Maygay) (M1A/B)",GAME_FLAGS ) |
| 63 | |
| 64 | /******************************************************************************************************************************************************************************************************* |
| 65 | Bounty Hunter Club |
| 66 | (sound roms?) |
| 67 | ******************************************************************************************************************************************************************************************************/ |
| 68 | |
| 69 | ROM_START( m1bountc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc4-107.bin", 0x0000, 0x010000, CRC(0bdf41b3) SHA1(ce3564433a708ba50ca4099a26b1f75cf3cec947) ) ROM_END_M1A_MCU //1.3 |
| 70 | ROM_START( m1bountcp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc4-108.bin", 0x0000, 0x010000, CRC(adf7139f) SHA1(5b2bd367df31e3c76d9fac2a71a90800d95c4719) ) ROM_END_M1A_MCU //1.3P |
| 71 | |
| 72 | GAME( 199?, m1bountc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (M1A/B)",GAME_FLAGS ) |
| 73 | GAME( 199?, m1bountcp ,m1bountc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 74 | |
| 75 | /******************************************************************************************************************************************************************************************************* |
| 76 | Criss Cross Club (Dutch) |
| 77 | ******************************************************************************************************************************************************************************************************/ |
| 78 | |
| 79 | #define m1_criss_sound \ |
| 80 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 81 | ROM_LOAD( "ccsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \ |
| 82 | |
| 83 | ROM_START( m1criss ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sdt-050", 0x0000, 0x010000, CRC(422c5c6d) SHA1(b3a86f7482f0376b93899d28d4e6c610200fcd3a) ) m1_criss_sound ROM_END_M1A_MCU |
| 84 | |
| 85 | GAME( 199?, m1criss ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Criss Cross Club (Maygay) (Dutch) (M1A/B)",GAME_FLAGS ) |
| 86 | |
| 87 | /******************************************************************************************************************************************************************************************************* |
| 88 | Diamond Hearts |
| 89 | (sound roms?) |
| 90 | ******************************************************************************************************************************************************************************************************/ |
| 91 | |
| 92 | ROM_START( m1dmnhrt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "diamond.bin", 0x0000, 0x010000, CRC(d63a92c2) SHA1(66fe356662c353b2cca3831f7b55d0aea740aace) )ROM_END_M1A_MCU |
| 93 | |
| 94 | GAME( 199?, m1dmnhrt ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Diamond Hearts (Maygay) (M1A/B)",GAME_FLAGS ) |
| 95 | |
| 96 | /******************************************************************************************************************************************************************************************************* |
| 97 | Alley Cat |
| 98 | (sound roms?) |
| 99 | ******************************************************************************************************************************************************************************************************/ |
| 100 | |
| 101 | ROM_START( m1alley ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa001029", 0x0000, 0x020000, CRC(d4c80f2c) SHA1(b7f3dcf025e18dc1ba7117f5129a64e2e01975a7) ) ROM_END_M1A_MCU |
| 102 | |
| 103 | GAME( 199?, m1alley ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Alley Cat (Maygay) (M1A/B)",GAME_FLAGS ) |
| 104 | |
| 105 | /******************************************************************************************************************************************************************************************************* |
| 106 | Big Deal |
| 107 | ******************************************************************************************************************************************************************************************************/ |
| 108 | |
| 109 | #define m1_bigdel_sound \ |
| 110 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 111 | ROM_LOAD( "bdeal.u2", 0x000000, 0x080000, CRC(7ef1d4dd) SHA1(97a99dd9325634ee28dda943d92257010c60306c) ) \ |
| 112 | ROM_LOAD( "bdeal.u3", 0x080000, 0x080000, CRC(28f48d4b) SHA1(642c2a2fc4f2faff510cbca2488ab6904bb489f6) ) \ |
| 113 | |
| 114 | ROM_START( m1bigdel ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "bdeal.p1", 0x0000, 0x020000, CRC(3cdebbb8) SHA1(8578441ef269c41fbe3f253055f687e1ccbf4770) ) m1_bigdel_sound ROM_END_M1A_MCU |
| 115 | |
| 116 | GAME( 2000, m1bigdel ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Big Deal (Maygay) (M1A/B)",GAME_FLAGS ) |
| 117 | |
| 118 | /******************************************************************************************************************************************************************************************************* |
| 119 | Blue Max |
| 120 | (sound roms?) |
| 121 | ******************************************************************************************************************************************************************************************************/ |
| 122 | |
| 123 | ROM_START( m1bluemx ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa3-515", 0x0000, 0x010000, CRC(62451006) SHA1(0a1dd40097b378d8dc561894dbf587de7d47846b) ) ROM_END_M1A_MCU |
| 124 | ROM_START( m1bluemxp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa3-516", 0x0000, 0x010000, CRC(d6fdced5) SHA1(ea1afc8982683c799195116d7160c7d230e1db52) ) ROM_END_M1A_MCU |
| 125 | |
| 126 | GAME( 1992, m1bluemx ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Blue Max (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 127 | GAME( 1992, m1bluemxp ,m1bluemx ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Blue Max (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 128 | |
| 129 | /******************************************************************************************************************************************************************************************************* |
| 130 | Casino Club |
| 131 | (sound roms?) |
| 132 | ******************************************************************************************************************************************************************************************************/ |
| 133 | |
| 134 | ROM_START( m1casclb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc1-170.bin", 0x0000, 0x010000, CRC(bf7094ce) SHA1(876a251b42efe8273ce7f941bd34f2349269f501) ) ROM_END_M1A_MCU //1.2 |
| 135 | ROM_START( m1casclbp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc1-171.bin", 0x0000, 0x010000, CRC(1d20f2cf) SHA1(f2c9e1aa0c2c8903e293ef5ab3cc4b3d14349e64) ) ROM_END_M1A_MCU //1.2P |
| 136 | ROM_START( m1casclb1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sco-234.bin", 0x0000, 0x010000, CRC(27d11ba5) SHA1(f640a4902213997df0b612e8d1be48ac6d1e0569) ) ROM_END_M1A_MCU //1.1N |
| 137 | |
| 138 | GAME( 1990, m1casclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 139 | GAME( 1990, m1casclbp ,m1casclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 140 | GAME( 1990, m1casclb1 ,m1casclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 141 | |
| 142 | /******************************************************************************************************************************************************************************************************* |
| 143 | Casino Gambler Club |
| 144 | (sound roms?) |
| 145 | ******************************************************************************************************************************************************************************************************/ |
| 146 | |
| 147 | ROM_START( m1casgcl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc3-524.bin", 0x0000, 0x010000, CRC(efde86a3) SHA1(aae7ecedb2ffdcae5fcb422574f9376b6a333497) ) ROM_END_M1A_MCU //1.2 |
| 148 | ROM_START( m1casgclp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc3-525.bin", 0x0000, 0x010000, CRC(07361b45) SHA1(3caf71da665b6327e8337c5e8c39c110dbd4783e) ) ROM_END_M1A_MCU //1.2p |
| 149 | |
| 150 | GAME( 1990, m1casgcl ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Gambler Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 151 | GAME( 1990, m1casgclp ,m1casgcl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Gambler Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 152 | |
| 153 | /******************************************************************************************************************************************************************************************************* |
| 154 | Bank Buster Club |
| 155 | (sound roms?) |
| 156 | ******************************************************************************************************************************************************************************************************/ |
| 157 | |
| 158 | ROM_START( m1bankbs ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc010017", 0x0000, 0x020000, CRC(009a5a76) SHA1(296ef801e9b5dcca3deb3bbaa8f48e66147f5d9a) ) ROM_END_M1A_MCU //2.9 |
| 159 | ROM_START( m1bankbsp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc010018", 0x0000, 0x020000, CRC(e6da0dd0) SHA1(fbcbe10ec10dee18127c9851994870f6b1073849) ) ROM_END_M1A_MCU //2.9 P |
| 160 | ROM_START( m1bankbso ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc001011", 0x0000, 0x020000, CRC(621404a6) SHA1(f43a1f4719bbe636d41d37e190cbc2634f6e9229) ) ROM_END_M1A_MCU //2.8 |
| 161 | |
| 162 | GAME( 199?, m1bankbs ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.9 (M1A/B)",GAME_FLAGS ) |
| 163 | GAME( 199?, m1bankbsp ,m1bankbs ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.9 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 164 | GAME( 199?, m1bankbso ,m1bankbs ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.8 (M1A/B)",GAME_FLAGS ) |
| 165 | |
| 166 | /******************************************************************************************************************************************************************************************************* |
| 167 | Chain Reaction |
| 168 | ******************************************************************************************************************************************************************************************************/ |
| 169 | |
| 170 | #define m1_chain_sound \ |
| 171 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 172 | ROM_LOAD( "chainreactionsnd.p1", 0x000000, 0x080000, CRC(25d6cc90) SHA1(e801219edff7745ec71cc146e7bf85e4ad8eb363) ) \ |
| 173 | ROM_LOAD( "chainreactionsnd.p2", 0x080000, 0x080000, CRC(77690cea) SHA1(10c655ab5ec922c31ab895b91096c89ef8220f99) ) \ |
| 174 | |
| 175 | ROM_START( m1chain ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "chainreaction.bin", 0x0000, 0x020000, CRC(0dfa71c7) SHA1(0979dd48000c9c9a03448a0ffdc9395bb131a5dd) ) m1_chain_sound ROM_END_M1A_MCU |
| 176 | |
| 177 | GAME( 1996, m1chain ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Chain Reaction (Maygay) (M1A/B)",GAME_FLAGS ) |
| 178 | |
| 179 | /******************************************************************************************************************************************************************************************************* |
| 180 | Diamonds Are Forever Club |
| 181 | (sound roms?) |
| 182 | ******************************************************************************************************************************************************************************************************/ |
| 183 | |
| 184 | ROM_START( m1dm4ev ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc4-085.bin", 0x0000, 0x010000, CRC(80cc889e) SHA1(464f08523754454e97e00108edc28a4accef204a) ) ROM_END_M1A_MCU //5.1 |
| 185 | ROM_START( m1dm4evp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc4-086", 0x0000, 0x010000, CRC(7eccadaa) SHA1(9d3d3f990960cf57eac033786826b046e15d594e) ) ROM_END_M1A_MCU //5.1 p |
| 186 | ROM_START( m1dm4ev11 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc3-301", 0x0000, 0x010000, CRC(0a1a3906) SHA1(bb16251bdf4726799218bf252b47184d999f97dc) ) ROM_END_M1A_MCU //200 GBP |
| 187 | |
| 188 | GAME( 199?, m1dm4ev ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 189 | GAME( 199?, m1dm4evp ,m1dm4ev ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v5.1 (Protocol) n(M1A/B)",GAME_FLAGS ) |
| 190 | GAME( 199?, m1dm4ev11 ,m1dm4ev ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 191 | |
| 192 | /******************************************************************************************************************************************************************************************************* |
| 193 | Casino Royale Club |
| 194 | (sound roms?) |
| 195 | ******************************************************************************************************************************************************************************************************/ |
| 196 | |
| 197 | ROM_START( m1casroy ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc3-069.bin", 0x0000, 0x010000, CRC(0cc2707a) SHA1(b6db403cf0e7024a991e569be9f783325e09c76a) ) ROM_END_M1A_MCU //1.2 |
| 198 | ROM_START( m1casroyp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc3-070.bin", 0x0000, 0x010000, CRC(8c548d12) SHA1(e86a0fc40f02c85a6139e11cc7824a3d05ba7dca) ) ROM_END_M1A_MCU //1.2p |
| 199 | ROM_START( m1casroy1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc1-197.bin", 0x0000, 0x010000, CRC(6e227a4a) SHA1(5070e3fa0e77f3e6ffa0915949e6c10ff3287fbf) ) ROM_END_M1A_MCU //1.1 |
| 200 | |
| 201 | GAME( 1990, m1casroy ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 202 | GAME( 1990, m1casroyp ,m1casroy ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 203 | GAME( 1990, m1casroy1 ,m1casroy ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 204 | |
| 205 | /******************************************************************************************************************************************************************************************************* |
| 206 | Bank Roll |
| 207 | (sound roms?) |
| 208 | ******************************************************************************************************************************************************************************************************/ |
| 209 | |
| 210 | ROM_START( m1bankrl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-226", 0x0000, 0x010000, CRC(7eba1e80) SHA1(a8224425fdf05ca53b0bbf51d088d51b88ac7345) ) ROM_END_M1A_MCU //1.1 |
| 211 | ROM_START( m1bankrlp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-227", 0x0000, 0x010000, CRC(96528366) SHA1(5927c519d9a610b1026d685647cdac285566b1fc) ) ROM_END_M1A_MCU //1.1P |
| 212 | ROM_START( m1bankrl2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-225", 0x0000, 0x010000, CRC(14d2a45e) SHA1(8f5875dfd517826a89b3b13063474eda2725be68) ) ROM_END_M1A_MCU //2.1p |
| 213 | |
| 214 | GAME( 1995, m1bankrl ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 215 | GAME( 1995, m1bankrlp ,m1bankrl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 216 | GAME( 1995, m1bankrl2p ,m1bankrl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 217 | |
| 218 | /******************************************************************************************************************************************************************************************************* |
| 219 | Club Fever |
| 220 | ******************************************************************************************************************************************************************************************************/ |
| 221 | |
| 222 | #define m1_clbfvr_sound \ |
| 223 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 224 | ROM_LOAD( "cl_fever.sn1", 0x000000, 0x080000, CRC(0a5df5d2) SHA1(d73778a415656cd3880d5a011e015a760386a676) )\ |
| 225 | ROM_LOAD( "cl_fever.sn2", 0x080000, 0x080000, CRC(1d0b5e44) SHA1(fd21e4658dcc6a919b326eed81ccec942c6f1989) )\ |
| 226 | |
| 227 | ROM_START( m1clbfvr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc001000", 0x0000, 0x020000, CRC(65ecc208) SHA1(2bf54a1e78d2816ec74137c63a3b44710c373baf) ) m1_clbfvr_sound ROM_END_M1A_MCU //1.1n |
| 228 | ROM_START( m1clbfvrp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc001001", 0x0000, 0x020000, CRC(63f81e75) SHA1(db9220265fbe53cc1bec0c448046a031e14ebe13) ) m1_clbfvr_sound ROM_END_M1A_MCU //1.1p |
| 229 | |
| 230 | GAME( 199?, m1clbfvr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Club Fever (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 231 | GAME( 199?, m1clbfvrp ,m1clbfvr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Club Fever (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 232 | |
| 233 | /******************************************************************************************************************************************************************************************************* |
| 234 | Code Red Club |
| 235 | ******************************************************************************************************************************************************************************************************/ |
| 236 | |
| 237 | #define m1_coderd_sound \ |
| 238 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 239 | ROM_LOAD( "code_red.s1", 0x000000, 0x080000, CRC(616b939d) SHA1(1a94747efe430e508086fdb66da3f3e7daf7c4f3) )\ |
| 240 | ROM_LOAD( "code_red.s2", 0x080000, 0x080000, CRC(bee44524) SHA1(dd3837559b375e1055e6aa6c984bfd88102a5825) )\ |
| 241 | |
| 242 | ROM_START( m1coderd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc991130", 0x0000, 0x020000, CRC(d3add67f) SHA1(f7387978f18680921a2aff0296de2b9609f3215d) ) m1_coderd_sound ROM_END_M1A_MCU //ncr21 |
| 243 | ROM_START( m1coderdp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc991131", 0x0000, 0x020000, CRC(d5b90a02) SHA1(18a5642175ee330832ce95ac2fcb3a662cfe4273) ) m1_coderd_sound ROM_END_M1A_MCU //pcr21 |
| 244 | |
| 245 | GAME( 199?, m1coderd ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Code Red Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 246 | GAME( 199?, m1coderdp ,m1coderd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Code Red Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 247 | |
| 248 | /******************************************************************************************************************************************************************************************************* |
| 249 | Bondi Beach |
| 250 | (sound roms?) |
| 251 | ******************************************************************************************************************************************************************************************************/ |
| 252 | |
| 253 | ROM_START( m1bondi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-525", 0x0000, 0x020000, CRC(29f8f15c) SHA1(d4d023160c47322ce029409ddcf707556f571f27) ) ROM_END_M1A_MCU //1.1 newer |
| 254 | ROM_START( m1bondip ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-526", 0x0000, 0x020000, CRC(3a3fca0a) SHA1(1f00a87bfa1679c17a4eab79f0b30c0bb22ebe28) ) ROM_END_M1A_MCU //1.1p newer |
| 255 | ROM_START( m1bondi4 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-257", 0x0000, 0x020000, CRC(17c6dfac) SHA1(1d86653f68016c84df97240f12b841d1f8be5d10) ) ROM_END_M1A_MCU //4.1 |
| 256 | ROM_START( m1bondi4p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-258", 0x0000, 0x020000, CRC(56667ec7) SHA1(e58a68e5ce5f77dbd295d346d4d797fafdef832b) ) ROM_END_M1A_MCU //4.1p |
| 257 | ROM_START( m1bondi3 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-259", 0x0000, 0x020000, CRC(0dee146c) SHA1(4f686847d94aec352c27a106ae57f2ea651ce75a) ) ROM_END_M1A_MCU //3.1 alt |
| 258 | ROM_START( m1bondi2 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-255", 0x0000, 0x020000, CRC(448f8f75) SHA1(abbbbf96284b41e2e4de5d22d24acaa19a019d51) ) ROM_END_M1A_MCU //2.1 in ROM |
| 259 | ROM_START( m1bondi2p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-256", 0x0000, 0x020000, CRC(5748b423) SHA1(687e2aafc2ea8a1e0a4097eed9d06a3b65e1d1ee) ) ROM_END_M1A_MCU //2.1p in ROM |
| 260 | ROM_START( m1bondi2po ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-227", 0x0000, 0x020000, CRC(f90f23d4) SHA1(45660c5a6b80f0f5eab924d3415c7b4687cd332d) ) ROM_END_M1A_MCU //2.1p |
| 261 | ROM_START( m1bondi1 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-208", 0x0000, 0x020000, CRC(cfc28e07) SHA1(06b214882252c9436afb441773de84e4be5cf17d) ) ROM_END_M1A_MCU //1.1 |
| 262 | ROM_START( m1bondi1p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-209", 0x0000, 0x020000, CRC(9f8370bb) SHA1(205e03689926311755c6cc2700bb63eb88202046) ) ROM_END_M1A_MCU //1.1p |
| 263 | |
| 264 | GAME( 1996, m1bondi ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 265 | GAME( 1996, m1bondip ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 266 | GAME( 1996, m1bondi4 ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 267 | GAME( 1996, m1bondi4p ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 268 | GAME( 1996, m1bondi3 ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 269 | GAME( 1996, m1bondi2 ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 270 | GAME( 1996, m1bondi2p ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 271 | GAME( 1996, m1bondi2po ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 272 | GAME( 1996, m1bondi1 ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 273 | GAME( 1996, m1bondi1p ,m1bondi ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 274 | |
| 275 | /******************************************************************************************************************************************************************************************************* |
| 276 | Albert Square |
| 277 | ******************************************************************************************************************************************************************************************************/ |
| 278 | |
| 279 | #define m1_albsq_sound \ |
| 280 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 281 | ROM_LOAD( "albertsqsndu2.bin", 0x000000, 0x080000, CRC(b8f74f43) SHA1(003fa66a362b8cf943a0cb5e51a96097085d2785) ) \ |
| 282 | ROM_LOAD( "albertsqsndu3.bin", 0x080000, 0x080000, CRC(74be9302) SHA1(05547cebc23ae48a559c423990899b3342cb02d6) ) \ |
| 283 | |
| 284 | ROM_START( m1albsq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-056", 0x0000, 0x010000, CRC(6f3bc318) SHA1(6dbe6e02ca762a8ffaed9c89a0da5f6a10d829cc) ) m1_albsq_sound ROM_END_M1A_MCU //4.1 Normal Token |
| 285 | ROM_START( m1albsqp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-057", 0x0000, 0x010000, CRC(87d35efe) SHA1(6c40fa3d27e66d91a61f23eabcdbf273e7023a92) ) m1_albsq_sound ROM_END_M1A_MCU //4.1 Prot Token |
| 286 | ROM_START( m1albsq3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-188", 0x0000, 0x010000, CRC(e1d0822d) SHA1(47471baed1c98b597785d16784971b89210ff3f1) ) m1_albsq_sound ROM_END_M1A_MCU //3.0 LNA |
| 287 | ROM_START( m1albsq2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-443", 0x0000, 0x010000, CRC(a8c4e6df) SHA1(3e390ce7ed708d481fc0087caf4fc6642fde5a74) ) m1_albsq_sound ROM_END_M1A_MCU //2.2 LNA Token |
| 288 | ROM_START( m1albsq1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-055", 0x0000, 0x010000, CRC(922a0396) SHA1(0e9949aef572a45c1f2c245c815659c332dfd8f5) ) m1_albsq_sound ROM_END_M1A_MCU //1.1 LNA |
| 289 | ROM_START( m1albsq1p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-056", 0x0000, 0x010000, CRC(2692dd45) SHA1(7d31d672d0a1ade2d9ed5542b1a83c090a59f4ec) ) m1_albsq_sound ROM_END_M1A_MCU //1.1 LPA Token |
| 290 | |
| 291 | GAME( 1993, m1albsq ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 292 | GAME( 1993, m1albsqp ,m1albsq ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 293 | GAME( 1993, m1albsq3 ,m1albsq ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v3.0 (M1A/B)",GAME_FLAGS ) |
| 294 | GAME( 1993, m1albsq2 ,m1albsq ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v2.2 (M1A/B)",GAME_FLAGS ) |
| 295 | GAME( 1993, m1albsq1 ,m1albsq ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 296 | GAME( 1993, m1albsq1p ,m1albsq ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 297 | |
| 298 | /******************************************************************************************************************************************************************************************************* |
| 299 | Cash Is King |
| 300 | ******************************************************************************************************************************************************************************************************/ |
| 301 | |
| 302 | #define m1_cik_sound \ |
| 303 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 304 | ROM_LOAD( "digi153_1.bin", 0x000000, 0x080000, CRC(107d92c8) SHA1(7ef1f1bf2c91216e0060350f06a89ca9ea948a9a) )\ |
| 305 | ROM_LOAD( "digi153_2.bin", 0x080000, 0x080000, CRC(59ab59d4) SHA1(0b55151f356c6866c0b37442a098c211e05715af) )\ |
| 306 | |
| 307 | ROM_START( m1cik ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk991024", 0x0000, 0x020000, CRC(ac9d4f5c) SHA1(d75ef9a64357a9ac549e33b0671ed6704c283ab8) ) m1_cik_sound ROM_END_M1A_MCU //11 |
| 308 | ROM_START( m1cikp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk991025", 0x0000, 0x020000, CRC(aa899321) SHA1(6d02b0514fef131071aade01954810a735673655) ) m1_cik_sound ROM_END_M1A_MCU //11P |
| 309 | ROM_START( m1cikh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk991024h", 0x0000, 0x020000, CRC(dd1af636) SHA1(78ab959d14e7b2fd303aec50b12d5984e6fafcd0) ) m1_cik_sound ROM_END_M1A_MCU //cik5p8ct.bin - NOPd copyright string |
| 310 | ROM_START( m1cik51 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991161", 0x0000, 0x020000, CRC(f8b4eba0) SHA1(fed049ff1a6418a28a3311bed181aa7719c68ca9) ) m1_cik_sound ROM_END_M1A_MCU //5.1 |
| 311 | ROM_START( m1cik51p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991162", 0x0000, 0x020000, CRC(118cb7b5) SHA1(8fd99b4b57c113a46cf644a3b9c7fe089606f54c) ) m1_cik_sound ROM_END_M1A_MCU //5.1P |
| 312 | ROM_START( m1cik51o ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-230", 0x0000, 0x020000, CRC(102216a2) SHA1(1d1f0800e3cb06396c2e9d4b018ec69aa19494c5) ) m1_cik_sound ROM_END_M1A_MCU //5.1 15v? |
| 313 | ROM_START( m1cik41 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991159", 0x0000, 0x020000, CRC(e1b41832) SHA1(05199d157561647632915d612b4f2753511d7274) ) m1_cik_sound ROM_END_M1A_MCU //4.1 |
| 314 | ROM_START( m1cik41p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991160", 0x0000, 0x020000, CRC(8fb56e72) SHA1(f15c05151136e2f1182c32d700fa9dc369c666e1) ) m1_cik_sound ROM_END_M1A_MCU //4.1p |
| 315 | ROM_START( m1cik31 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-722", 0x0000, 0x020000, CRC(bdc48d9a) SHA1(818264c41e27bfd133de16c431db2cb5185a8418) ) m1_cik_sound ROM_END_M1A_MCU //3.1 |
| 316 | ROM_START( m1cik31p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-723", 0x0000, 0x020000, CRC(ed857326) SHA1(b643df77d969c97b3d80e28112874a6d92dfe9d1) ) m1_cik_sound ROM_END_M1A_MCU //3.1P |
| 317 | ROM_START( m1cik12 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-138", 0x0000, 0x020000, CRC(18983237) SHA1(f12f2288383749ba12382f093937e5d6cafe9dc0) ) m1_cik_sound ROM_END_M1A_MCU //cik10fo 1.2 |
| 318 | ROM_START( m1cik11 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-689", 0x0000, 0x020000, CRC(75b0075f) SHA1(34130ab64f3933395714181abdf9199313250827) ) m1_cik_sound ROM_END_M1A_MCU //1.1 |
| 319 | ROM_START( m1cik11p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-690", 0x0000, 0x020000, CRC(0c351ea4) SHA1(bc3399086c0cda96127c9c316517784c251010f5) ) m1_cik_sound ROM_END_M1A_MCU //1.1P |
| 320 | ROM_START( m1cik11n ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-725", 0x0000, 0x020000, CRC(cd306165) SHA1(fc2342c91f84144dcc79cf3db6446260c2acb3a7) ) m1_cik_sound ROM_END_M1A_MCU //1.1 |
| 321 | ROM_START( m1cik11np ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-726", 0x0000, 0x020000, CRC(def75a33) SHA1(f1d3db411ec3bcff2860a9db542b7f9ef1d057b1) ) m1_cik_sound ROM_END_M1A_MCU //1.1P |
| 322 | ROM_START( m1cik21 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-188", 0x0000, 0x020000, CRC(9d7eab15) SHA1(101d3f54bf09680c258bdf497e8132f9da7da7d9) ) m1_cik_sound ROM_END_M1A_MCU //2.1 |
| 323 | ROM_START( m1cik21p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-189", 0x0000, 0x020000, CRC(cd3f55a9) SHA1(f17595323a2b559d9d2711d23670d5facb449a33) ) m1_cik_sound ROM_END_M1A_MCU //2.1p |
| 324 | |
| 325 | GAME( 1997, m1cik ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (M1A/B)",GAME_FLAGS ) |
| 326 | GAME( 1997, m1cikp ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (Protocol) (M1A/B)",GAME_FLAGS ) |
| 327 | GAME( 1997, m1cikh ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (Hack?) (M1A/B)",GAME_FLAGS ) |
| 328 | GAME( 1997, m1cik51 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 329 | GAME( 1997, m1cik51p ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 330 | GAME( 1997, m1cik51o ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 331 | GAME( 1997, m1cik41 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 332 | GAME( 1997, m1cik41p ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 333 | GAME( 1997, m1cik31 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 334 | GAME( 1997, m1cik31p ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 335 | GAME( 1997, m1cik21 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 336 | GAME( 1997, m1cik21p ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 337 | GAME( 1997, m1cik12 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 338 | GAME( 1997, m1cik11 ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 339 | GAME( 1997, m1cik11p ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 340 | GAME( 1997, m1cik11n ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (alternate) (M1A/B)",GAME_FLAGS ) |
| 341 | GAME( 1997, m1cik11np ,m1cik ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (alternate,Protocol) (M1A/B)",GAME_FLAGS ) |
| 342 | |
| 343 | /******************************************************************************************************************************************************************************************************* |
| 344 | Deluxe Monopoly |
| 345 | ******************************************************************************************************************************************************************************************************/ |
| 346 | |
| 347 | #define m1_dxmono_sound\ |
| 348 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 349 | ROM_LOAD( "delmonopolysound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) )\ |
| 350 | |
| 351 | ROM_START( m1dxmono ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-018", 0x0000, 0x010000, CRC(134e772a) SHA1(e85a90ed475cd3b38e9174146b15c66c958116e5) ) m1_dxmono_sound ROM_END_M1A_MCU //M5.1 (code 48) |
| 352 | ROM_START( m1dxmonop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-019", 0x0000, 0x010000, CRC(fba6eacc) SHA1(80576722f5862c1f27eb6e6d43d9a0a665e611c6) ) m1_dxmono_sound ROM_END_M1A_MCU //M5.1 Protocol (code 48) |
| 353 | ROM_START( m1dxmono12n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-015", 0x0000, 0x010000, CRC(fc7a30aa) SHA1(9133894464ba6bfb64996edb5bd99d88e34340c4) ) m1_dxmono_sound ROM_END_M1A_MCU //M1.2 (code 48) |
| 354 | ROM_START( m1dxmono31b ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-080", 0x0000, 0x010000, CRC(82f472a4) SHA1(c5cda8f7ae6fe69e1cd4044b3816da665b6ba9bc) ) m1_dxmono_sound ROM_END_M1A_MCU //f3.1 (dmix6___.1o1 BWB) |
| 355 | ROM_START( m1dxmono31p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-081", 0x0000, 0x010000, CRC(6a1cef42) SHA1(e9178fbcf29ff565d0672b550a92516c92ebfaa4) ) m1_dxmono_sound ROM_END_M1A_MCU //f3.1 Protocol (dmix6_d_.1o1 BWB) |
| 356 | ROM_START( m1dxmono31h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "mondx5p5bin", 0x0000, 0x010000, CRC(53d44098) SHA1(45ae90464e2f9d4a2c7dc846acbc8f48449b3dab) ) m1_dxmono_sound ROM_END_M1A_MCU //sa5080 hack 5p 5GBP |
| 357 | ROM_START( m1dxmono31h2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "monodx8", 0x0000, 0x010000, CRC(4d6101a3) SHA1(86f9bde8aec67566b7b58fec8f01f09878773dc1) ) m1_dxmono_sound ROM_END_M1A_MCU //sa5080 hack 8GBP (part no deleted) |
| 358 | ROM_START( m1dxmono51 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-078", 0x0000, 0x010000, CRC(f8eeb449) SHA1(820b075c931918a86c06946a7a6ce0b6db2c44b2) ) m1_dxmono_sound ROM_END_M1A_MCU //M5.1 |
| 359 | ROM_START( m1dxmono12 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-376", 0x0000, 0x010000, CRC(44a94d58) SHA1(194e004dd68125f0c5bd83ea467cc1ebb5e616d6) ) m1_dxmono_sound ROM_END_M1A_MCU //M1.2 |
| 360 | ROM_START( m1dxmono12p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-377", 0x0000, 0x010000, CRC(ac41d0be) SHA1(bf049f247c273f9c09b02157a2e1d2af39ba612b) ) m1_dxmono_sound ROM_END_M1A_MCU //M1.2 Protocol |
| 361 | ROM_START( m1dxmono12a ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-261", 0x0000, 0x010000, CRC(10854aab) SHA1(1b61d435814aa2f0eba565a5ac095e47f61bd0b2) ) m1_dxmono_sound ROM_END_M1A_MCU //M1.2 |
| 362 | ROM_START( m1dxmono21p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-199", 0x0000, 0x010000, CRC(05d4c471) SHA1(b5a26ff4824dd68de629911a60705375748cba1c) ) m1_dxmono_sound ROM_END_M1A_MCU //f2.1 Protocol (dm_x6_d_.1o1 BWB) |
| 363 | ROM_START( m1dxmono11p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-197", 0x0000, 0x010000, CRC(77824728) SHA1(b836a6a2f42d2d8e46cc532db5b4052e16dafa87) ) m1_dxmono_sound ROM_END_M1A_MCU //f1.1 Protocol (dm_x6_b_.1o1 BWB) |
| 364 | ROM_START( m1dxmono11 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-196", 0x0000, 0x010000, CRC(9f6adace) SHA1(958c710736d661756a1f25ba3d51554c2f05e4fc) ) m1_dxmono_sound ROM_END_M1A_MCU //f1.1 (dm_x6_k_.1o1 BWB) |
| 365 | ROM_START( m1dxmono51o ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-097", 0x0000, 0x010000, CRC(b15da041) SHA1(caf85c80fc6128c8c28bdb9ea3e37308a15279de) ) m1_dxmono_sound ROM_END_M1A_MCU //M5.1 92 |
| 366 | ROM_START( m1dxmono51p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-098", 0x0000, 0x010000, CRC(1775f26d) SHA1(89a96955ca4f345b0451c652939e93c93629c0d4) ) m1_dxmono_sound ROM_END_M1A_MCU //M5.1 protocol |
| 367 | ROM_START( m1dxmono30h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "mdlx10", 0x0000, 0x010000, CRC(e87ff39a) SHA1(4a5bc1d094b18cec55b7ed8291db68b73ee860ae) ) m1_dxmono_sound ROM_END_M1A_MCU //m3.0 hack |
| 368 | ROM_START( m1dxmono11o ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa3-032", 0x0000, 0x010000, CRC(8fe139f6) SHA1(0a7f78d284706199993a5f41adcf70bc50faa433) ) m1_dxmono_sound ROM_END_M1A_MCU //O11 |
| 369 | ROM_START( m1dxmono11m ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa3-007", 0x0000, 0x010000, CRC(303bea68) SHA1(987f015818a1d97299af824c0ab58c9c6f8a2acb) ) m1_dxmono_sound ROM_END_M1A_MCU //sa3007 M 1.1 92 |
| 370 | ROM_START( m1dxmono11mb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa2-356", 0x0000, 0x010000, CRC(3d4394e9) SHA1(43da2007f1408d45764f0eba8594c800ad7ffc60) ) m1_dxmono_sound ROM_END_M1A_MCU //m1.1 sa2356 |
| 371 | |
| 372 | GAME( 1992, m1dxmono ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 373 | GAME( 1992, m1dxmonop ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 374 | GAME( 1992, m1dxmono12n ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 375 | GAME( 1992, m1dxmono31b ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (BwB set) (M1A/B)",GAME_FLAGS ) |
| 376 | GAME( 1992, m1dxmono31p ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 377 | GAME( 1992, m1dxmono31h ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Hack) (M1A/B)",GAME_FLAGS ) |
| 378 | GAME( 1992, m1dxmono31h2,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Alternate Hack) (M1A/B)",GAME_FLAGS ) |
| 379 | GAME( 1992, m1dxmono51 ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 380 | GAME( 1992, m1dxmono12 ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 381 | GAME( 1992, m1dxmono12p ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 382 | GAME( 1992, m1dxmono12a ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 383 | GAME( 1992, m1dxmono21p ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 384 | GAME( 1992, m1dxmono11p ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 385 | GAME( 1992, m1dxmono11 ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 386 | GAME( 1992, m1dxmono51o ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (M1A/B) (alt?)",GAME_FLAGS ) |
| 387 | GAME( 1992, m1dxmono51p ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 388 | GAME( 1992, m1dxmono30h ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.0 (Hack) (M1A/B)",GAME_FLAGS ) |
| 389 | GAME( 1992, m1dxmono11o ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 390 | GAME( 1992, m1dxmono11m ,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Code M) (M1A/B)",GAME_FLAGS ) |
| 391 | GAME( 1992, m1dxmono11mb,m1dxmono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Code M, Alternate) (M1A/B)",GAME_FLAGS ) |
| 392 | |
| 393 | /******************************************************************************************************************************************************************************************************* |
| 394 | Cluedo |
| 395 | ******************************************************************************************************************************************************************************************************/ |
| 396 | |
| 397 | #define m1_cluedo_sound \ |
| 398 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 399 | ROM_LOAD( "cluedosnd1.hex", 0x000000, 0x080000, CRC(5a18a395) SHA1(d309acb315a2f62306e850308424c98744dfc6eb) )\ |
| 400 | ROM_LOAD( "cluedosnd2.hex", 0x080000, 0x080000, CRC(0aa15ee0) SHA1(eb156743a44e66b86c0c0443db0356e2f25d1cd2) )\ |
| 401 | |
| 402 | ROM_START( m1cluedo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-110", 0x0000, 0x010000, CRC(d80c8f47) SHA1(73be41e2ba96d4f6759d375d61b9208b8516f59e) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 6.1 |
| 403 | ROM_START( m1cluedop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-111", 0x0000, 0x010000, CRC(30e412a1) SHA1(0a8755158d905bbb582092d4525dc866f05e77ca) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 6.1 |
| 404 | ROM_START( m1cluedo5 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-521.bin", 0x0000, 0x010000, CRC(2fffafe0) SHA1(c15ebc0f8cc574a70c8f94a90c2f5381cc647f75) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 5.2 1995 |
| 405 | ROM_START( m1cluedo5p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-522.bin", 0x0000, 0x010000, CRC(9b477133) SHA1(6dc0db8a50c166c1f8ae7aa06caa0869aefcaf09) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 5.2 1995 |
| 406 | ROM_START( m1cluedo4 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-301.bin", 0x0000, 0x010000, CRC(be3c3b72) SHA1(9bdf85c2c795e1920a9321511f4cd76e8c320ecc) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 4.1 |
| 407 | ROM_START( m1cluedo4p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-302.bin", 0x0000, 0x010000, CRC(0a84e5a1) SHA1(07f75bcebc3d27605e925800878206a006bd81a7) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 4.1 |
| 408 | ROM_START( m1cluedo3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-244.bin", 0x0000, 0x010000, CRC(cae6838d) SHA1(bfb53c21d9a23862d9d3e36f604dbfd9b8cb5651) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 3.1 |
| 409 | ROM_START( m1cluedo3p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-245.bin", 0x0000, 0x010000, CRC(220e1e6b) SHA1(46f5b3052e0dfeeb3b7d3c0819efc821d466d3b0) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 3.1 |
| 410 | ROM_START( m1cluedo3h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "clu20p10", 0x0000, 0x010000, CRC(7627bba4) SHA1(9d7d8be375324c492373e859f22f10d23249aba2) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 3.0, no string |
| 411 | ROM_START( m1cluedo1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-235.bin", 0x0000, 0x010000, CRC(31f3d17f) SHA1(89c9715877d855885bb81383e3e2cb47a7945a78) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 1.1 1993 |
| 412 | ROM_START( m1cluedo1p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-236.bin", 0x0000, 0x010000, CRC(854b0fac) SHA1(16ef9499a5223804042404698b7b66948bb35255) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 1.1 1993 |
| 413 | ROM_START( m1cluedo1h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cluedo.bin", 0x0000, 0x010000, CRC(d9cd3491) SHA1(c0f753a291ac30cd5af99b611b3cea16f1f8c599) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 1.0 |
| 414 | ROM_START( m1cluedoi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-552.bin", 0x0000, 0x010000, CRC(70588685) SHA1(fa37feb43838a52087d6584004a43f006d0129cb) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 7.2 IoM 1995 |
| 415 | ROM_START( m1cluedoip ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-553.bin", 0x0000, 0x010000, CRC(98b01b63) SHA1(aa56d3a7c34a60f93da0dafd416a7550416076ee) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 7.2 IoM 1995 |
| 416 | ROM_START( m1cluedon ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-519", 0x0000, 0x010000, CRC(6bc4eb57) SHA1(1581e14a25786dda8a98ee2643c63bcb4caaea89) ) m1_cluedo_sound ROM_END_M1A_MCU //nhf 1.2 1995 |
| 417 | ROM_START( m1cluedonp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-520", 0x0000, 0x010000, CRC(b4bfc448) SHA1(493b020a4d0a18ec2fd8f45d2eea1590b948ea51) ) m1_cluedo_sound ROM_END_M1A_MCU //phf 1.2 1995 |
| 418 | ROM_START( m1cluedob2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-302", 0x0000, 0x010000, CRC(08031924) SHA1(9aa997328285502e56af0d1552220ca27bcc053a) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 2.1 BwB 1995 |
| 419 | ROM_START( m1cluedob2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-303", 0x0000, 0x010000, CRC(e0eb84c2) SHA1(3c2db9d41b9c561a483293f2258b654547d937d4) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 2.1 BwB 1995 |
| 420 | ROM_START( m1cluedob1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-326", 0x0000, 0x010000, CRC(0ace83db) SHA1(3387ac8583bc4ba7933abe001bc64a2b06a5451f) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 1.1 BwB 1995 (newer) cl_x6___.2o1 |
| 421 | ROM_START( m1cluedob1p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-327", 0x0000, 0x010000, CRC(e2261e3d) SHA1(50be56d1c28a31fcdb12a83c230a983bd6c60f62) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 1.1 BwB 1995 (newer)cl_x6_d_.2o1 |
| 422 | ROM_START( m1cluedobi2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-328", 0x0000, 0x010000, CRC(7aa2e6bd) SHA1(82752cd0e89d487016ccb50e55d2d7e11e5bb0ad) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 2.1 BwB 1995 (IoM) clix6___.2o1 |
| 423 | ROM_START( m1cluedobi2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-329", 0x0000, 0x010000, CRC(924a7b5b) SHA1(102fba24040c9f968f80747b830fda05444c69aa) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 2.1 BwB 1995 (IoM) clix6_d_.2o1 |
| 424 | ROM_START( m1cluedob2h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "clu5p8", 0x0000, 0x010000, CRC(fb6c6527) SHA1(e42683512c537d653593c67a8d238069ac2f2d0e) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 2.0 - nop'd copyright string |
| 425 | ROM_START( m1cluedob1h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "clu55", 0x0000, 0x010000, CRC(c852a989) SHA1(ff79e65f80d4230a0e0f9e87a9dcc544a5197a1a) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 1.0 - nop'd copyright string |
| 426 | |
| 427 | GAME( 1995, m1cluedo ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v6.1 (M1A/B)",GAME_FLAGS ) |
| 428 | GAME( 1995, m1cluedop ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v6.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 429 | GAME( 1995, m1cluedo5 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 430 | GAME( 1995, m1cluedo5p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 431 | GAME( 1995, m1cluedoi ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v7.2 (Isle of Man) (M1A/B)",GAME_FLAGS ) |
| 432 | GAME( 1995, m1cluedoip ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v7.2 (Isle of Man) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 433 | GAME( 1995, m1cluedon ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 434 | GAME( 1995, m1cluedonp ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 435 | GAME( 1995, m1cluedob2 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (M1A/B)",GAME_FLAGS ) |
| 436 | GAME( 1995, m1cluedob2p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 437 | GAME( 1995, m1cluedob2h ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 438 | GAME( 1995, m1cluedob1 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (M1A/B)",GAME_FLAGS ) |
| 439 | GAME( 1995, m1cluedob1p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 440 | GAME( 1995, m1cluedob1h ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 441 | GAME( 1993, m1cluedo4 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 442 | GAME( 1993, m1cluedo4p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 443 | GAME( 1993, m1cluedo3 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 444 | GAME( 1993, m1cluedo3p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 445 | GAME( 1993, m1cluedo3h ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 446 | GAME( 1993, m1cluedo1 ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 447 | GAME( 1993, m1cluedo1p ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 448 | GAME( 1993, m1cluedo1h ,m1cluedo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 449 | |
| 450 | /******************************************************************************************************************************************************************************************************* |
| 451 | (Super) Cluedo Showcase |
| 452 | (sound roms might be the same as above?) |
| 453 | ******************************************************************************************************************************************************************************************************/ |
| 454 | |
| 455 | ROM_START( m1cluesh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-098", 0x0000, 0x010000, CRC(36c70b9d) SHA1(24659224f26a3bc0efea3b71666fc5c52479cb06) ) ROM_END_M1A_MCU //nhj 1.2 |
| 456 | ROM_START( m1clueshp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-099", 0x0000, 0x010000, CRC(de2f967b) SHA1(e30c1e93cf47200d683cd00de232d017c00b9976) ) ROM_END_M1A_MCU //phj 1.2 |
| 457 | ROM_START( m1cluesho ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-492", 0x0000, 0x010000, CRC(824eafd8) SHA1(19beeb7238eddfed4917dc809a620b695d2d8098) ) ROM_END_M1A_MCU //nhj 1.2 |
| 458 | ROM_START( m1clueshop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-493", 0x0000, 0x010000, CRC(6aa6323e) SHA1(fb45b027259cb703ac31230465a65f39e834c0f2) ) ROM_END_M1A_MCU //phj 1.2 |
| 459 | |
| 460 | GAME( 1993, m1cluesh ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 461 | GAME( 1993, m1clueshp ,m1cluesh ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 462 | GAME( 1993, m1cluesho ,m1cluesh ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Older) (M1A/B)",GAME_FLAGS ) |
| 463 | GAME( 1993, m1clueshop ,m1cluesh ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 464 | |
| 465 | /******************************************************************************************************************************************************************************************************* |
| 466 | Cluedo Club |
| 467 | ******************************************************************************************************************************************************************************************************/ |
| 468 | |
| 469 | #define m1_cluecb_sound \ |
| 470 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 471 | ROM_LOAD( "cluclub1", 0x000000, 0x080000, CRC(05e928ed) SHA1(41ae1f5342dc7afbdbdf3871e29d2a85c65a5965) )\ |
| 472 | ROM_LOAD( "cluclub2", 0x080000, 0x080000, CRC(91811c0e) SHA1(88b3259b241136cd549ed9b4930d165896eebcc4) )\ |
| 473 | |
| 474 | ROM_START( m1cluecb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-437", 0x0000, 0x010000, CRC(0282878c) SHA1(90624916699e5866678b02260e0b0502041f32bf) ) m1_cluecb_sound ROM_END_M1A_MCU //nhq 3.1 |
| 475 | ROM_START( m1cluecbp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-438", 0x0000, 0x010000, CRC(26f6d094) SHA1(31fa78db1a581c00b39d4f6f64d8f08786dec97a) ) m1_cluecb_sound ROM_END_M1A_MCU //phq 3.1 (typo?) |
| 476 | ROM_START( m1cluecb2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-435", 0x0000, 0x010000, CRC(84095d36) SHA1(f86f7f25fa25eb2731d81a23aafaf5e4c8aa976b) ) m1_cluecb_sound ROM_END_M1A_MCU //nhq 2.1 |
| 477 | ROM_START( m1cluecb2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-436", 0x0000, 0x010000, CRC(3b277a98) SHA1(cab3b277bec84056f6a97a87d97bbd86f80a1c8c) ) m1_cluecb_sound ROM_END_M1A_MCU //phq 2.1 |
| 478 | ROM_START( m1cluecb1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-433", 0x0000, 0x010000, CRC(27254937) SHA1(b75f4a7e66f625c0db7d658f0427c8c1893a3d10) ) m1_cluecb_sound ROM_END_M1A_MCU //nhq 1.1 |
| 479 | ROM_START( m1cluecb1p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc5-434", 0x0000, 0x010000, CRC(6185ea69) SHA1(a20bccb86cfcd929908974500186e9ecf2cdc55b) ) m1_cluecb_sound ROM_END_M1A_MCU //phq 1.1 |
| 480 | |
| 481 | GAME( 1993, m1cluecb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 482 | GAME( 1993, m1cluecbp ,m1cluecb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 483 | GAME( 1993, m1cluecb2 ,m1cluecb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 484 | GAME( 1993, m1cluecb2p ,m1cluecb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 485 | GAME( 1993, m1cluecb1 ,m1cluecb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 486 | GAME( 1993, m1cluecb1p ,m1cluecb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 487 | |
| 488 | /******************************************************************************************************************************************************************************************************* |
| 489 | Coronation Street |
| 490 | ******************************************************************************************************************************************************************************************************/ |
| 491 | |
| 492 | #define m1_coro_sound \ |
| 493 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 494 | ROM_LOAD( "digi0421.bin", 0x000000, 0x080000, CRC(9489c9cd) SHA1(1a858b2a6f41898bbf95611e9f13d668c8a05c9c) )\ |
| 495 | ROM_LOAD( "digi0422.bin", 0x080000, 0x080000, CRC(cf17088e) SHA1(54c9a52ccdd1ca622367367e1304fe4e4037b0b9) )\ |
| 496 | |
| 497 | ROM_START( m1coro ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-192", 0x0000, 0x010000, CRC(5a4b0f17) SHA1(04ae2db3a29485672faaedd22c5780dd71176c96) ) m1_coro_sound ROM_END_M1A_MCU //1996 //CORO |
| 498 | ROM_START( m1corop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-193", 0x0000, 0x010000, CRC(b2a392f1) SHA1(d7b908373eb3e225e399c36847ef2481ea3ad65a) ) m1_coro_sound ROM_END_M1A_MCU //PCORO |
| 499 | ROM_START( m1coro32g ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-049", 0x0000, 0x010000, CRC(dfa086ae) SHA1(c5fa5d435a603851ab6bbe5860ee38e41aea814e) ) m1_coro_sound ROM_END_M1A_MCU //1995 //3.2 G? |
| 500 | ROM_START( m1coro32gh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cns58c", 0x0000, 0x010000, CRC(e254a369) SHA1(10c03b108f9fb9ffb16c4cf47fac74625d2e7877) ) m1_coro_sound ROM_END_M1A_MCU //sa6-049 alt 3.2 |
| 501 | ROM_START( m1coro12a ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cns58t", 0x0000, 0x010000, CRC(1b2c1306) SHA1(7fa7c0238685dc2a91354ae47674247e95707613) ) m1_coro_sound ROM_END_M1A_MCU //1.2 sa5-447 alt |
| 502 | ROM_START( m1coro12g ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-447", 0x0000, 0x010000, CRC(5b292c6e) SHA1(584a5d64ee47054870785222f85a58a721165530) ) m1_coro_sound ROM_END_M1A_MCU //1.2 Gala? BwB labelled |
| 503 | ROM_START( m1coro12gp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-448", 0x0000, 0x010000, CRC(e0e481c3) SHA1(062b8f58a7d9fa9163fd98892a6cc8099d4d234c) ) m1_coro_sound ROM_END_M1A_MCU //1.2 Gala? protocol |
| 504 | ROM_START( m1coro10h1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cns5.10", 0x0000, 0x010000, CRC(91dc8625) SHA1(525c4311355bb3aa3052160bc439c49f5cecbcc6) ) m1_coro_sound ROM_END_M1A_MCU //1.0 G hack |
| 505 | ROM_START( m1coro10h2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cst5p5bin", 0x0000, 0x010000, CRC(0ab4535b) SHA1(fc334b9da2736f8d57adb76095df8e957fb7667d) ) m1_coro_sound ROM_END_M1A_MCU //1.0 hack 5p 5GBP |
| 506 | ROM_START( m1coro10h3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "cnst5.5v2", 0x0000, 0x010000, CRC(a5b2589e) SHA1(cabd5abf996c1bb9ca7a0ffcc5d666aa632f6789) ) m1_coro_sound ROM_END_M1A_MCU //1.0 Gala hack 2 |
| 507 | ROM_START( m1coro81 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-048", 0x0000, 0x010000, CRC(fbd5c2ae) SHA1(c05959664fcee7f3f05c6f81c1a98d2fc6b59141) ) m1_coro_sound ROM_END_M1A_MCU //1993 //8.1 |
| 508 | ROM_START( m1coro81p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-049", 0x0000, 0x010000, CRC(133d5f48) SHA1(b4f89e5cf1d4ef60f73be18d372c38b22126e651) ) m1_coro_sound ROM_END_M1A_MCU //8.1 Protocol |
| 509 | ROM_START( m1coro32n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-399", 0x0000, 0x010000, CRC(0e290f63) SHA1(a5c8f2b125836ca76a7707d09d8e4a2f3058a9df) ) m1_coro_sound ROM_END_M1A_MCU //3.2 newer |
| 510 | ROM_START( m1coro32np ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-397", 0x0000, 0x010000, CRC(6b91fff5) SHA1(e29ae21bfd7d7e3139bfb65b60bd4bafcece5b24) ) m1_coro_sound ROM_END_M1A_MCU //3.2 newer protocol (Poss mislabel) |
| 511 | ROM_START( m1coro22n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-395", 0x0000, 0x010000, CRC(980a56ba) SHA1(372744f165e0105346c567013b0c8ddec2ec0f7d) ) m1_coro_sound ROM_END_M1A_MCU //2.2 newer |
| 512 | ROM_START( m1coro21n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-208", 0x0000, 0x010000, CRC(66f06d18) SHA1(fd14b09280815c03126d113e6be791a20483aae9) ) m1_coro_sound ROM_END_M1A_MCU //2.1 newer |
| 513 | ROM_START( m1coro21np ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-209", 0x0000, 0x010000, CRC(8e18f0fe) SHA1(8d6c0fbd05484dc42b976228b7575e0ca0eea239) ) m1_coro_sound ROM_END_M1A_MCU //2.1 newer protocol |
| 514 | ROM_START( m1coro12n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-393", 0x0000, 0x010000, CRC(abbdfe46) SHA1(a6e005849b6da9801331155eb73fa169f6f42265) ) m1_coro_sound ROM_END_M1A_MCU //1.2 newer |
| 515 | ROM_START( m1coro12np ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-394", 0x0000, 0x010000, CRC(a7a5a6ff) SHA1(0805d3f1148e0aa83f8c0c804c08df3624a3af72) ) m1_coro_sound ROM_END_M1A_MCU //1.2 newer protocol |
| 516 | ROM_START( m1coro11n ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-306", 0x0000, 0x010000, CRC(a94a8f48) SHA1(56d5723d8087f523061280d9afe15a1bf8b269f5) ) m1_coro_sound ROM_END_M1A_MCU //1.1 newer |
| 517 | ROM_START( m1coro11np ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-307", 0x0000, 0x010000, CRC(41a212ae) SHA1(463a7d93f3b8b073cb83bda2a957dab37070ba8b) ) m1_coro_sound ROM_END_M1A_MCU //1.1 newer protocol |
| 518 | ROM_START( m1coro31 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-450", 0x0000, 0x010000, CRC(355e10f4) SHA1(5de193ea05988e6eb1190cff357581671a87c82f) ) m1_coro_sound ROM_END_M1A_MCU //3.1 Normal |
| 519 | ROM_START( m1coro31p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-451", 0x0000, 0x010000, CRC(ddb68d12) SHA1(b399504a8a17129b88e9f95ab1942c7448e5fbb3) ) m1_coro_sound ROM_END_M1A_MCU //3.1 Protocol |
| 520 | ROM_START( m1coro30h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "coro2010", 0x0000, 0x010000, CRC(a7cfd3e9) SHA1(1b8fee6397d137cfae8bcd93b6a3b8e36b2716b8) ) m1_coro_sound ROM_END_M1A_MCU //sa5-399 hack 20GBP? |
| 521 | ROM_START( m1coro21v ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-529", 0x0000, 0x010000, CRC(ca486f81) SHA1(001669f92d9d548854b3c2c9e9c5b7141c9d2b32) ) m1_coro_sound ROM_END_M1A_MCU //2.1 Multivend |
| 522 | ROM_START( m1coro21vp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-530", 0x0000, 0x010000, CRC(4ade92e9) SHA1(2d5d18cfab8ff5a5f5790168375548a56b6903b0) ) m1_coro_sound ROM_END_M1A_MCU //2.1 Multivend Protocol |
| 523 | |
| 524 | GAME( 1996, m1coro ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) (M1A/B)",GAME_FLAGS ) |
| 525 | GAME( 1996, m1corop ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 526 | GAME( 1995, m1coro32g ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer, G?) (M1A/B)",GAME_FLAGS ) |
| 527 | GAME( 1995, m1coro32gh ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer, G?) (Hack) (M1A/B)",GAME_FLAGS ) |
| 528 | GAME( 1995, m1coro12g ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay/BwB?", "Coronation Street (Maygay) v1.2 (Newer, G?) (M1A/B)",GAME_FLAGS ) |
| 529 | GAME( 1995, m1coro12gp ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer, G?) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 530 | GAME( 1995, m1coro12a ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer, G?) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 531 | GAME( 1995, m1coro10h1 ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 1) (M1A/B)",GAME_FLAGS ) |
| 532 | GAME( 1995, m1coro10h2 ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 2) (M1A/B)",GAME_FLAGS ) |
| 533 | GAME( 1995, m1coro10h3 ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 3) (M1A/B)",GAME_FLAGS ) |
| 534 | GAME( 1993, m1coro81 ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 535 | GAME( 1993, m1coro81p ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 536 | GAME( 1993, m1coro32n ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 537 | GAME( 1993, m1coro32np ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 538 | GAME( 1993, m1coro22n ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 539 | GAME( 1993, m1coro21n ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 540 | GAME( 1993, m1coro21np ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 541 | GAME( 1993, m1coro12n ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 542 | GAME( 1993, m1coro12np ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 543 | GAME( 1993, m1coro11n ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 544 | GAME( 1993, m1coro11np ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 545 | GAME( 1993, m1coro31 ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 546 | GAME( 1993, m1coro31p ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 547 | GAME( 1993, m1coro30h ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.0 (Hack) (M1A/B)",GAME_FLAGS ) |
| 548 | GAME( 1993, m1coro21v ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Multivend) (M1A/B)",GAME_FLAGS ) |
| 549 | GAME( 1993, m1coro21vp ,m1coro ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Multivend) (Protocol)(M1A/B)",GAME_FLAGS ) |
| 550 | |
| 551 | /******************************************************************************************************************************************************************************************************* |
| 552 | Coronation Street Showcase |
| 553 | ******************************************************************************************************************************************************************************************************/ |
| 554 | |
| 555 | //TODO: No audio ROMs, it may use the main Coronation Street set (m1_coro_sound) as this is a prize vending version of same |
| 556 | //That would make it a clone of m1coro, need to check that |
| 557 | |
| 558 | ROM_START( m1corosh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-342", 0x0000, 0x010000, CRC(47ac83cf) SHA1(d23e14a714121bb67c130aae4b85bdcf62a949b6) ) ROM_END_M1A_MCU |
| 559 | ROM_START( m1coroshp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-343", 0x0000, 0x010000, CRC(af441e29) SHA1(6631d5282f896c9a7fe1b2e41c19d58dfef4e644) ) ROM_END_M1A_MCU |
| 560 | |
| 561 | GAME( 1993, m1corosh ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Showcase (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 562 | GAME( 1993, m1coroshp ,m1corosh ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Showcase (Maygay) v1.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 563 | |
| 564 | /******************************************************************************************************************************************************************************************************* |
| 565 | Coronation Street Club |
| 566 | ******************************************************************************************************************************************************************************************************/ |
| 567 | |
| 568 | #define m1_corocb_sound \ |
| 569 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 570 | ROM_LOAD( "clubcorriesnd.p1snd", 0x000000, 0x080000, CRC(e4cf4412) SHA1(6849fb9a71a6f0bbf40368238ed9104026013d36) )\ |
| 571 | ROM_LOAD( "clubcorriesnd.p2snd", 0x080000, 0x080000, CRC(e33d2c08) SHA1(fd30b9c2936659a793d83e283d920c46990633c4) )\ |
| 572 | |
| 573 | ROM_START( m1corocb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc7-198", 0x0000, 0x020000, CRC(905b916d) SHA1(4c244ee49b4528e05cb074f0df0b3bbfd6b28fd2) ) m1_corocb_sound ROM_END_M1A_MCU //2.1 |
| 574 | ROM_START( m1corocbp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc7-199", 0x0000, 0x020000, CRC(c01a6fd1) SHA1(2bb62f190843acb8850241ccd45fb17167c18376) ) m1_corocb_sound ROM_END_M1A_MCU //2.1 protocol |
| 575 | ROM_START( m1corocb1 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc7-196", 0x0000, 0x020000, CRC(e2188b21) SHA1(86238d31595814d9d1f82544c9766d068b6df132) ) m1_corocb_sound ROM_END_M1A_MCU //sc7196 250 GBP 1.1 |
| 576 | ROM_START( m1corocb1p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sc7-197", 0x0000, 0x020000, CRC(b259759d) SHA1(cd84d959a4bcfcd942322af9f33893e626fe8759) ) m1_corocb_sound ROM_END_M1A_MCU //protocol |
| 577 | |
| 578 | GAME( 1994, m1corocb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 579 | GAME( 1994, m1corocbp ,m1corocb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 580 | GAME( 1994, m1corocb1 ,m1corocb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 581 | GAME( 1994, m1corocb1p ,m1corocb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v1.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 582 | |
| 583 | /******************************************************************************************************************************************************************************************************* |
| 584 | Coronation Street - Rovers Return |
| 585 | ******************************************************************************************************************************************************************************************************/ |
| 586 | |
| 587 | #define m1_cororr_sound \ |
| 588 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 589 | ROM_LOAD( "roversreturn.p1", 0x000000, 0x080000, CRC(b21d4cca) SHA1(ad54c4f44de2c596fd5e8330666d0f4f859bfcb2) )\ |
| 590 | ROM_LOAD( "roversreturn.p2", 0x080000, 0x080000, CRC(354a91e0) SHA1(13f3e1eacba3c80c83f12491d2668cc54536245a) )\ |
| 591 | |
| 592 | ROM_START( m1cororr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-066", 0x0000, 0x010000, CRC(0656ad1b) SHA1(d1efb0cde9354087815ea260ccc81152c1ccf354) ) m1_cororr_sound ROM_END_M1A_MCU // 1.1 5p |
| 593 | ROM_START( m1cororrp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-067", 0x0000, 0x010000, CRC(eebe30fd) SHA1(adc278973a08a81c4a62176e6ec33af570d719ac) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 594 | ROM_START( m1cororra ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rov5.10", 0x0000, 0x010000, CRC(04b421ca) SHA1(c0992edf4ecdfcf7231ae560f38954ce3a4db735) ) m1_cororr_sound ROM_END_M1A_MCU //1.1 10GBP 1995 sa8066 |
| 595 | ROM_START( m1cororrb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-062", 0x0000, 0x010000, CRC(5eebd57e) SHA1(e4b4de1388f28e0819baca4ba9c96573c367a4a1) ) m1_cororr_sound ROM_END_M1A_MCU //2.1 |
| 596 | ROM_START( m1cororrbh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rret5p8c", 0x0000, 0x010000, CRC(7183b915) SHA1(dd0bc6668013774e429d6fcaa82d518232c08ada) ) m1_cororr_sound ROM_END_M1A_MCU //2.1 sa8062 hack |
| 597 | ROM_START( m1cororrb1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rov5.8", 0x0000, 0x010000, CRC(79be1896) SHA1(78a3f62fcbb2073257eeebc03524852d0c9d4648) ) m1_cororr_sound ROM_END_M1A_MCU //2.1 8GBP 1995 sa8062 |
| 598 | ROM_START( m1cororrbp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-063", 0x0000, 0x010000, CRC(b6034898) SHA1(167f37456b9f3ffcc10adc910a5003b044473634) ) m1_cororr_sound ROM_END_M1A_MCU |
| 599 | ROM_START( m1cororrc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rovr5.10", 0x0000, 0x010000, CRC(2de4c3a0) SHA1(3342d3a6ca7a6f20aa0e094f64f757f1dcc43fa9) ) m1_cororr_sound ROM_END_M1A_MCU // 1.1 sa7178 |
| 600 | ROM_START( m1cororrc1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rret5p5c", 0x0000, 0x010000, CRC(ce590a5a) SHA1(f9b93fa830c7d49b52c327a7cf7fa98b357ea695) ) m1_cororr_sound ROM_END_M1A_MCU //1.1 sa7178 |
| 601 | ROM_START( m1cororrc2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rret5p8cbin", 0x0000, 0x010000, CRC(3fd51c76) SHA1(dd466b34277611dc8e61d182dbf35be2f4771ce3) ) m1_cororr_sound ROM_END_M1A_MCU //1.1 sa7178 |
| 602 | ROM_START( m1cororrd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rovr5.8", 0x0000, 0x010000, CRC(ff6bd9fe) SHA1(39e6ba2ee37ea029d307456b3e254e26d34697f3) ) m1_cororr_sound ROM_END_M1A_MCU //1.1 sa7176 |
| 603 | ROM_START( m1cororrdp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-177", 0x0000, 0x010000, CRC(1561c8c9) SHA1(8eea26e72f96413a6bff6b14e6acc4d311c1ea72) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 604 | ROM_START( m1cororre ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-176", 0x0000, 0x010000, CRC(fd89552f) SHA1(cdb38e6388ada9a893dfc4971d2c2c2898b755a7) ) m1_cororr_sound ROM_END_M1A_MCU |
| 605 | ROM_START( m1cororrf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-252", 0x0000, 0x010000, CRC(31d81c51) SHA1(65d5578c7837499d0bfdacbe95400adff00cd24c) ) m1_cororr_sound ROM_END_M1A_MCU //BW code? |
| 606 | ROM_START( m1cororrfp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-253", 0x0000, 0x010000, CRC(d93081b7) SHA1(634fe0a75be7d4a175f11da6a6c045e215a8c139) ) m1_cororr_sound ROM_END_M1A_MCU //BW protocol |
| 607 | ROM_START( m1cororrg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "roversprog", 0x0000, 0x010000, CRC(35aded03) SHA1(978c49dad02cd1bb290028aa52d3048c5f2b9bdd) ) m1_cororr_sound ROM_END_M1A_MCU //1.1 1995 sa6-202 |
| 608 | ROM_START( m1cororrgp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-203", 0x0000, 0x010000, CRC(dd4570e5) SHA1(16f1530d68dcd043f67084c339b02f093d45c6cb) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 609 | ROM_START( m1cororrh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-539", 0x0000, 0x010000, CRC(8ba27a8e) SHA1(27ec7503d84585bbb791f6b4ee1ef538dcd5f619) ) m1_cororr_sound ROM_END_M1A_MCU |
| 610 | ROM_START( m1cororri ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-354", 0x0000, 0x010000, CRC(132d0aec) SHA1(fd7febd1b7098a6a3b00fa5ed5f0323821fea9da) ) m1_cororr_sound ROM_END_M1A_MCU //3.1 |
| 611 | ROM_START( m1cororrip ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-355", 0x0000, 0x010000, CRC(fbc5970a) SHA1(41cf94e2ab0dc3d020cf30cf63c8939958e7805a) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 612 | ROM_START( m1cororrj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "rover8ac", 0x0000, 0x010000, CRC(1f6bff96) SHA1(862e32dc9ea3fad5ef27b9146a8a62138d3b6406) ) m1_cororr_sound ROM_END_M1A_MCU //5.1 8GBP 1995 All cash sa5-354 |
| 613 | ROM_START( m1cororrjp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-345", 0x0000, 0x010000, CRC(06b8bd1c) SHA1(52c43b7f2774accdde4c153c84b5051df84cbe29) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 614 | ROM_START( m1cororrk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-344", 0x0000, 0x010000, CRC(ee5020fa) SHA1(926c217d345a62b2b5073f35463ba67cf03b068b) ) m1_cororr_sound ROM_END_M1A_MCU //2.1 8gbp token |
| 615 | ROM_START( m1cororrl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-342", 0x0000, 0x010000, CRC(735e8151) SHA1(25b9f183e03c74fd918c9c540e5ebd0dc0d38fcd) ) m1_cororr_sound ROM_END_M1A_MCU |
| 616 | ROM_START( m1cororrlp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-343", 0x0000, 0x010000, CRC(9bb61cb7) SHA1(0c42d7db308dac80a4910b2d2327833562e9c887) ) m1_cororr_sound ROM_END_M1A_MCU //protocol |
| 617 | |
| 618 | GAME( 1995, m1cororr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (M1A/B)",GAME_FLAGS ) |
| 619 | GAME( 1995, m1cororrp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 620 | GAME( 1995, m1cororra ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 621 | GAME( 1995, m1cororrb ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (M1A/B)",GAME_FLAGS ) |
| 622 | GAME( 1995, m1cororrbh ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Hack) (M1A/B)",GAME_FLAGS ) |
| 623 | GAME( 1995, m1cororrb1 ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 624 | GAME( 1995, m1cororrbp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 625 | GAME( 1995, m1cororrc ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (M1A/B)",GAME_FLAGS ) |
| 626 | GAME( 1995, m1cororrc1 ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (Alternate 1) (M1A/B)",GAME_FLAGS ) |
| 627 | GAME( 1995, m1cororrc2 ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (Alternate 2) (M1A/B)",GAME_FLAGS ) |
| 628 | GAME( 1995, m1cororrd ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 4) (M1A/B)",GAME_FLAGS ) |
| 629 | GAME( 1995, m1cororrdp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 4) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 630 | GAME( 1995, m1cororre ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 5) (M1A/B)",GAME_FLAGS ) |
| 631 | GAME( 1995, m1cororrf ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 6) (BW) (M1A/B)",GAME_FLAGS ) |
| 632 | GAME( 1995, m1cororrfp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 6) (BW) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 633 | GAME( 1995, m1cororrg ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 7) (M1A/B)",GAME_FLAGS ) |
| 634 | GAME( 1995, m1cororrgp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 7) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 635 | GAME( 1995, m1cororrh ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 8) (M1A/B)",GAME_FLAGS ) |
| 636 | GAME( 1995, m1cororri ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 9) (M1A/B)",GAME_FLAGS ) |
| 637 | GAME( 1995, m1cororrip ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 9) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 638 | GAME( 1995, m1cororrj ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 10) (M1A/B)",GAME_FLAGS ) |
| 639 | GAME( 1995, m1cororrjp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 10) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 640 | GAME( 1995, m1cororrk ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 11) (M1A/B)",GAME_FLAGS ) |
| 641 | GAME( 1995, m1cororrl ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 12) (M1A/B)",GAME_FLAGS ) |
| 642 | GAME( 1995, m1cororrlp ,m1cororr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 12) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 643 | |
| 644 | /******************************************************************************************************************************************************************************************************* |
| 645 | Cluedo Super Sleuth |
| 646 | ******************************************************************************************************************************************************************************************************/ |
| 647 | |
| 648 | #define m1_cluess_sound \ |
| 649 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 650 | ROM_LOAD( "supersleuth.p1", 0x000000, 0x080000, CRC(2417208f) SHA1(5c51bdcfa566aa8b2379d529441d37b2145864bb) )\ |
| 651 | ROM_LOAD( "supersleuth.p2", 0x080000, 0x080000, CRC(892d3a4d) SHA1(bb585a9fda56f2f0859707973f771d60c5dfa080) )\ |
| 652 | |
| 653 | ROM_START( m1cluess ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk001027", 0x0000, 0x020000, CRC(4b4c9c92) SHA1(5c981b19175491c275668a5686a15b77571cc8e7) ) m1_cluess_sound ROM_END_M1A_MCU //ncf 2.3 |
| 654 | ROM_START( m1cluessh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sleu5p8c.bin", 0x0000, 0x020000, CRC(e4fc65d7) SHA1(ba573a33247682a1a1a213381e49fe390c661b8c) ) m1_cluess_sound ROM_END_M1A_MCU //hack ncf 2.3 |
| 655 | ROM_START( m1cluessp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk001028", 0x0000, 0x020000, CRC(ad0ccb34) SHA1(1cfe0cc945ba3fe91645301abca40285984084e3) ) m1_cluess_sound ROM_END_M1A_MCU //pcf 2.3 |
| 656 | ROM_START( m1cluessa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk001025", 0x0000, 0x020000, CRC(9b30d25a) SHA1(185c2f56d69dc6635c75c18bc1c4f342d94a3c96) ) m1_cluess_sound ROM_END_M1A_MCU //ncf 1.2 |
| 657 | ROM_START( m1cluessap ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk001026", 0x0000, 0x020000, CRC(72088e4f) SHA1(1e41b656c0a7b45cc4f7c12a5c14b899b8ce24da) ) m1_cluess_sound ROM_END_M1A_MCU //pcf 1.2 |
| 658 | ROM_START( m1cluessb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-260", 0x0000, 0x020000, CRC(4302c3de) SHA1(12ba5359ecfa502cd2f548f83fb4cea1d84cdec6) ) m1_cluess_sound ROM_END_M1A_MCU //ncl71 |
| 659 | ROM_START( m1cluessbp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-261", 0x0000, 0x020000, CRC(13433d62) SHA1(24bbb6425cd8156996fb17bd23672c59b8aa10d6) ) m1_cluess_sound ROM_END_M1A_MCU //pcl71 |
| 660 | ROM_START( m1cluessc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-258", 0x0000, 0x020000, CRC(88d5d9d0) SHA1(f500925d916ad20673d02f4de9eadacb08f1d8e1) ) m1_cluess_sound ROM_END_M1A_MCU //ncl61 |
| 661 | ROM_START( m1cluesscp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-259", 0x0000, 0x020000, CRC(d894276c) SHA1(bf9e19b1d1606d4d75916d5d405bbf2ad89d9211) ) m1_cluess_sound ROM_END_M1A_MCU //pcl61 |
| 662 | ROM_START( m1cluessd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-252", 0x0000, 0x020000, CRC(19610dd3) SHA1(7c4130e25285ce4804838dc0b776eff97a073d3e) ) m1_cluess_sound ROM_END_M1A_MCU //ncl51 |
| 663 | ROM_START( m1cluessdp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-253", 0x0000, 0x020000, CRC(4920f36f) SHA1(bdece8e68faa5b5dc07d2d5ad87b8f41b4899831) ) m1_cluess_sound ROM_END_M1A_MCU //pcl51 |
| 664 | ROM_START( m1cluesse ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-250", 0x0000, 0x020000, CRC(f99f319b) SHA1(550ee8235c784de9d10c5e6810780e9bc135a788) ) m1_cluess_sound ROM_END_M1A_MCU //ncl21 |
| 665 | ROM_START( m1cluessep ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-251", 0x0000, 0x020000, CRC(a9decf27) SHA1(507bbcfaf68a1f7e5e79e0ff5b43686974cf1d6c) ) m1_cluess_sound ROM_END_M1A_MCU //pcl21 |
| 666 | ROM_START( m1cluessf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-248", 0x0000, 0x020000, CRC(d620e3c7) SHA1(24a185906762acef44ee3662b4645d4ab21ae32e) ) m1_cluess_sound ROM_END_M1A_MCU //ncl11 |
| 667 | ROM_START( m1cluessfp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-249", 0x0000, 0x020000, CRC(86611d7b) SHA1(d8fd94c69911da21b9db9e805b7b61f9b507e032) ) m1_cluess_sound ROM_END_M1A_MCU //pcl11 |
| 668 | ROM_START( m1cluessg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-246", 0x0000, 0x020000, CRC(9eabb468) SHA1(890e309a628150b629b7fdc89b868c56e9649ffe) ) m1_cluess_sound ROM_END_M1A_MCU //ncl71 15 |
| 669 | ROM_START( m1cluessi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-118", 0x0000, 0x020000, CRC(5f6ccfea) SHA1(18f4fcaee6a0e2eb5f4ccfde983a4e7b4e5cec6b) ) m1_cluess_sound ROM_END_M1A_MCU //ncl21 ss10fo 10gbp |
| 670 | ROM_START( m1cluessj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-090", 0x0000, 0x020000, CRC(67f299a5) SHA1(fd4b15cfbf84a0966b6317c260e3c099ebaa1f2d) ) m1_cluess_sound ROM_END_M1A_MCU //ncf 2.3 5gbp |
| 671 | ROM_START( m1cluessk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-082", 0x0000, 0x020000, CRC(ce9540dc) SHA1(e951afd45f95e9ea92bbb4f4f5c1854bde5edd8d) ) m1_cluess_sound ROM_END_M1A_MCU //ncf 1.2 |
| 672 | ROM_START( m1cluessl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-009", 0x0000, 0x020000, CRC(fa1ea087) SHA1(6dfa634daf78f51aa5c99080eb646ac029d73468) ) m1_cluess_sound ROM_END_M1A_MCU //ncl41 |
| 673 | ROM_START( m1cluesslp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-010", 0x0000, 0x020000, CRC(839bb97c) SHA1(4682e3e344a742bf72de828b1c9e1ce7e60de1e7) ) m1_cluess_sound ROM_END_M1A_MCU //pcl41 |
| 674 | ROM_START( m1cluessm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-007", 0x0000, 0x020000, CRC(758ef0be) SHA1(1ae1502d7d1d2fb532149d19d55023e4b7d64d3d) ) m1_cluess_sound ROM_END_M1A_MCU //ncl31 |
| 675 | ROM_START( m1cluessmp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-008", 0x0000, 0x020000, CRC(342e51d5) SHA1(e9c4fcfc9a1c391b2c27b0fb049d424b86444060) ) m1_cluess_sound ROM_END_M1A_MCU //pcl31 |
| 676 | ROM_START( m1cluessn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-003", 0x0000, 0x020000, CRC(7b4b409b) SHA1(de8e05c6728b1af9cf080e43a4b22a22a5b06b62) ) m1_cluess_sound ROM_END_M1A_MCU //ncl11 sslth10v |
| 677 | ROM_START( m1cluesso ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-745", 0x0000, 0x020000, CRC(d8e1a02b) SHA1(8e1244e60924d739ad67ebd04ab4de8ad5fb5929) ) m1_cluess_sound ROM_END_M1A_MCU //ncl21 |
| 678 | ROM_START( m1cluessop ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-746", 0x0000, 0x020000, CRC(cb269b7d) SHA1(e8352e19215131b445a60721eb67c7245eff6ca7) ) m1_cluess_sound ROM_END_M1A_MCU //pcl21 |
| 679 | ROM_START( m1cluessq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-358", 0x0000, 0x020000, CRC(8550c577) SHA1(20d3a2fd0b4c172f7b521f795ec6e6644e16919e) ) m1_cluess_sound ROM_END_M1A_MCU //ncl51 |
| 680 | ROM_START( m1cluessqp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-359", 0x0000, 0x020000, CRC(d5113bcb) SHA1(703459ab22f480637f20ce0837a2cfbd6481dc68) ) m1_cluess_sound ROM_END_M1A_MCU //pcl51 |
| 681 | ROM_START( m1cluessr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-356", 0x0000, 0x020000, CRC(079c1bb0) SHA1(1d0a5518ea9b480745e09e370244411ac932d499) ) m1_cluess_sound ROM_END_M1A_MCU //ncl31 |
| 682 | ROM_START( m1cluessrp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-357", 0x0000, 0x020000, CRC(57dde50c) SHA1(be31f42219213fbe27563f43c30571fb5887a92b) ) m1_cluess_sound ROM_END_M1A_MCU //pcl31 |
| 683 | ROM_START( m1cluesss ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-444", 0x0000, 0x020000, CRC(bb257c07) SHA1(eb402538fc11e759e54df814e59d2dd79ac895bc) ) m1_cluess_sound ROM_END_M1A_MCU //ncl41 |
| 684 | ROM_START( m1cluesssp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-445", 0x0000, 0x020000, CRC(eb6482bb) SHA1(f6012913d79a22a69ed41beaf7bc506bae59fbcf) ) m1_cluess_sound ROM_END_M1A_MCU //pcl41 |
| 685 | |
| 686 | GAME( 1996, m1cluess ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (M1A/B)",GAME_FLAGS ) |
| 687 | GAME( 1996, m1cluessh ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (Newer) (Hack) (M1A/B)",GAME_FLAGS ) |
| 688 | GAME( 1996, m1cluessp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 689 | GAME( 1996, m1cluessa ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 690 | GAME( 1996, m1cluessap ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 691 | GAME( 1996, m1cluessb ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 692 | GAME( 1996, m1cluessbp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 693 | GAME( 1996, m1cluessc ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v6.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 694 | GAME( 1996, m1cluesscp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v6.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 695 | GAME( 1996, m1cluessd ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 696 | GAME( 1996, m1cluessdp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 697 | GAME( 1996, m1cluesse ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 698 | GAME( 1996, m1cluessep ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 699 | GAME( 1996, m1cluessf ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 700 | GAME( 1996, m1cluessfp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 701 | GAME( 1996, m1cluessg ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (15GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 702 | GAME( 1996, m1cluessi ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (10GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 703 | GAME( 1996, m1cluessj ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (5GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 704 | GAME( 1996, m1cluessk ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Older) (M1A/B)",GAME_FLAGS ) |
| 705 | GAME( 1996, m1cluessl ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 706 | GAME( 1996, m1cluesslp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 707 | GAME( 1996, m1cluessm ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 708 | GAME( 1996, m1cluessmp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 709 | GAME( 1996, m1cluessn ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (10GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 710 | GAME( 1996, m1cluesso ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 711 | GAME( 1996, m1cluessop ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 712 | GAME( 1996, m1cluessq ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 713 | GAME( 1996, m1cluessqp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 714 | GAME( 1996, m1cluessr ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 715 | GAME( 1996, m1cluessrp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 716 | GAME( 1996, m1cluesss ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1? (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 717 | GAME( 1996, m1cluesssp ,m1cluess ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1? (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 718 | |
| 719 | /******************************************************************************************************************************************************************************************************* |
| 720 | Donkey Kong |
| 721 | ******************************************************************************************************************************************************************************************************/ |
| 722 | |
| 723 | #define m1_dkong_sound\ |
| 724 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 725 | ROM_LOAD( "donkeykong.p1", 0x000000, 0x080000, CRC(11019875) SHA1(b171b46a7a98967668793a7ea7b5931c7a76dd82) )\ |
| 726 | ROM_LOAD( "donkeykong.p2", 0x080000, 0x080000, CRC(e28f406f) SHA1(42a58c0f5c4f25dec4c0c49eb8415971a515c5a6) )\ |
| 727 | |
| 728 | ROM_START( m1dkong ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa001014", 0x0000, 0x020000, CRC(1c6db3b3) SHA1(2ae8797d1794358bde6dca296a921d0a96277531) ) m1_dkong_sound ROM_END_M1A_MCU //9_2 |
| 729 | ROM_START( m1dkongp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa001015", 0x0000, 0x020000, CRC(1a796fce) SHA1(163d58a3258309f5183b575b9e651f1c2f53ce36) ) m1_dkong_sound ROM_END_M1A_MCU //9_2 Protocol |
| 730 | ROM_START( m1dkonga ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-168", 0x0000, 0x020000, CRC(367ab43f) SHA1(6940e6922d32126d67c2b0c47282e4bf42ebaf04) ) m1_dkong_sound ROM_END_M1A_MCU //sa8168 9_2 15gbp |
| 731 | ROM_START( m1dkong91n ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991071", 0x0000, 0x020000, CRC(c6a63fe4) SHA1(090fa72ce5329b0bf1aec3bdf6cf1abc8298b3dd) ) m1_dkong_sound ROM_END_M1A_MCU //sa991071 9_1 Newest |
| 732 | ROM_START( m1dkong91np ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa991072", 0x0000, 0x020000, CRC(2f9e63f1) SHA1(e912bee785f4b3d5b1894a42dbceadded34b0776) ) m1_dkong_sound ROM_END_M1A_MCU //9_1 Protocol |
| 733 | ROM_START( m1dkong91na ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-166", 0x0000, 0x020000, CRC(63768b11) SHA1(b7b0be4efcf61fb4c3c20c98844cadf879eba871) ) m1_dkong_sound ROM_END_M1A_MCU //sa8166 9_1 15gbp |
| 734 | ROM_START( m1dkong21n ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-112", 0x0000, 0x020000, CRC(658ba678) SHA1(2b95d2fcb14f6d10adf2db075b2598c262994fe1) ) m1_dkong_sound ROM_END_M1A_MCU //2_1 |
| 735 | ROM_START( m1dkong91 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-068", 0x0000, 0x020000, CRC(a5bfa528) SHA1(3b7619af8b4908986c15b777c953f34792126c31) ) m1_dkong_sound ROM_END_M1A_MCU //9_1 |
| 736 | ROM_START( m1dkong91p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-069", 0x0000, 0x020000, CRC(f5fe5b94) SHA1(49d3ae41c013140dbae32b9a4ab62202a39fd761) ) m1_dkong_sound ROM_END_M1A_MCU //9_1 Protocol |
| 737 | ROM_START( m1dkong91a ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "dkon55", 0x0000, 0x020000, CRC(37305db5) SHA1(977d960931151b3c11a191c4661ee374e4f2dc45) ) m1_dkong_sound ROM_END_M1A_MCU //sa8068 9_1 |
| 738 | ROM_START( m1dkong91h1 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "dkong5.bin", 0x0000, 0x020000, CRC(cc3a66e6) SHA1(77e5cd98cb060e7730a66e35023d051ed606ed03) ) m1_dkong_sound ROM_END_M1A_MCU //sa8068 hack |
| 739 | ROM_START( m1dkong91h2 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "kong5p8.bin", 0x0000, 0x020000, CRC(14380d4c) SHA1(3e66809af45f216489a5c65930726be0f5a6c555) ) m1_dkong_sound ROM_END_M1A_MCU //sa8068 hack |
| 740 | ROM_START( m1dkong81n ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-052", 0x0000, 0x020000, CRC(00671257) SHA1(e977b764dbaeb519f6d3174f786ba75628733bf8) ) m1_dkong_sound ROM_END_M1A_MCU //8_1 |
| 741 | ROM_START( m1dkong81na ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "dkon510", 0x0000, 0x020000, CRC(56338a54) SHA1(b066bdf7f18793936790211c6d1eecb23391e63f) ) m1_dkong_sound ROM_END_M1A_MCU //sa8052 8_1 |
| 742 | ROM_START( m1dkong81np ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-053", 0x0000, 0x020000, CRC(5026eceb) SHA1(7c444c380ee888e43e0f95577f09a1d949f1e010) ) m1_dkong_sound ROM_END_M1A_MCU //8_1 Protocol |
| 743 | ROM_START( m1dkong21 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-731", 0x0000, 0x020000, CRC(39fa98ea) SHA1(8405fa612c1e2bd1c8df260737072f46931cc303) ) m1_dkong_sound ROM_END_M1A_MCU //10GBP FO 2_1 |
| 744 | ROM_START( m1dkong21p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-732", 0x0000, 0x020000, CRC(2a3da3bc) SHA1(7a56e4e3bd12e900ed0f36241891b73f1981586a) ) m1_dkong_sound ROM_END_M1A_MCU //2_1 Protocol |
| 745 | ROM_START( m1dkong31 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-288", 0x0000, 0x020000, CRC(adc1603a) SHA1(6f34234dbfb8e042819c5ea4a11be7029949fa96) ) m1_dkong_sound ROM_END_M1A_MCU //3_1 |
| 746 | ROM_START( m1dkong31p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-289", 0x0000, 0x020000, CRC(fd809e86) SHA1(e41cef2cc6b3eee39ac3344b1573822c6f681c8f) ) m1_dkong_sound ROM_END_M1A_MCU //3_1 Protocol |
| 747 | ROM_START( m1dkong51 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "dkong8.bin", 0x0000, 0x020000, CRC(023a660a) SHA1(a64c6d415ef1990d55abdc3cad8af81d3dac8369) ) m1_dkong_sound ROM_END_M1A_MCU //sa7292 5_1 |
| 748 | ROM_START( m1dkong51p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-293", 0x0000, 0x020000, CRC(527b98b6) SHA1(4d3c317a1719f7efa2825da60b75e1beed698ecf) ) m1_dkong_sound ROM_END_M1A_MCU //5_1 Protocol |
| 749 | ROM_START( m1dkong11 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-284", 0x0000, 0x020000, CRC(d4793c7f) SHA1(677b1f1065be15ec4b431a67138358830c687549) ) m1_dkong_sound ROM_END_M1A_MCU //10GBP 1_1 |
| 750 | ROM_START( m1dkong11p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-285", 0x0000, 0x020000, CRC(8438c2c3) SHA1(4fce8a96def574b7a44f45163b2141eb5629a5f1) ) m1_dkong_sound ROM_END_M1A_MCU //1_1 Protocol |
| 751 | ROM_START( m1dkong81 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-115", 0x0000, 0x020000, CRC(09efe6ed) SHA1(120615bb9b69386b5fffdf8756de16415b8ce778) ) m1_dkong_sound ROM_END_M1A_MCU //8_1 |
| 752 | ROM_START( m1dkong81p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-116", 0x0000, 0x020000, CRC(1a28ddbb) SHA1(e28297885c1321cff5bf87cbf9d98f3b6ae005d6) ) m1_dkong_sound ROM_END_M1A_MCU //8_1 Protocol |
| 753 | ROM_START( m1dkong41 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-109", 0x0000, 0x020000, CRC(06aec0d7) SHA1(aa1dd411aa43ecf0908cb9db64636de319041159) ) m1_dkong_sound ROM_END_M1A_MCU //4_1 |
| 754 | ROM_START( m1dkong41p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-110", 0x0000, 0x020000, CRC(7f2bd92c) SHA1(d0f41d63db4e71ee4a7cc2ea878add0c72b1c7bb) ) m1_dkong_sound ROM_END_M1A_MCU //4_1 Protocol |
| 755 | |
| 756 | GAME( 1996, m1dkong ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (M1A/B)",GAME_FLAGS ) |
| 757 | GAME( 1996, m1dkongp ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 758 | GAME( 1996, m1dkonga ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 759 | GAME( 1996, m1dkong91n ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (M1A/B)",GAME_FLAGS ) |
| 760 | GAME( 1996, m1dkong91np ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 761 | GAME( 1996, m1dkong91na ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 762 | GAME( 1996, m1dkong81n ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 763 | GAME( 1996, m1dkong81na ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 764 | GAME( 1996, m1dkong81np ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 765 | GAME( 1996, m1dkong21n ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 766 | GAME( 1996, m1dkong91 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 767 | GAME( 1996, m1dkong91p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 768 | GAME( 1996, m1dkong91a ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 769 | GAME( 1996, m1dkong91h1 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Hack 1) (M1A/B)",GAME_FLAGS ) |
| 770 | GAME( 1996, m1dkong91h2 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Hack 2) (M1A/B)",GAME_FLAGS ) |
| 771 | GAME( 1996, m1dkong81 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 772 | GAME( 1996, m1dkong81p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 773 | GAME( 1996, m1dkong51 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 774 | GAME( 1996, m1dkong51p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 775 | GAME( 1996, m1dkong41 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 776 | GAME( 1996, m1dkong41p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 777 | GAME( 1996, m1dkong31 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 778 | GAME( 1996, m1dkong31p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 779 | GAME( 1996, m1dkong21 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 780 | GAME( 1996, m1dkong21p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 781 | GAME( 1996, m1dkong11 ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 782 | GAME( 1996, m1dkong11p ,m1dkong ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v1.1 (M1A/B) (Protocol?)",GAME_FLAGS ) |
| 783 | |
| 784 | /******************************************************************************************************************************************************************************************************* |
| 785 | Apollo 9 |
| 786 | ******************************************************************************************************************************************************************************************************/ |
| 787 | |
| 788 | #define m1_apollo_sound \ |
| 789 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 790 | ROM_LOAD( "apl9snd1.bin", 0x000000, 0x080000, CRC(92ebbfb6) SHA1(ef15183416a208d5f51d9121af823ccbab53fc9f) )\ |
| 791 | ROM_LOAD( "apl9snd2.bin", 0x080000, 0x080000, CRC(83c1aba4) SHA1(fc1e2bd46be5de4edd4b66d06616e1ad805e35d8) )\ |
| 792 | |
| 793 | |
| 794 | ROM_START( m1apollo ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk991006", 0x0000, 0x020000, CRC(4107d605) SHA1(0141cfc5d4265cea654c01790054401525ebb3c1) ) m1_apollo_sound ROM_END_M1A_MCU //A1 Newest |
| 795 | ROM_START( m1apollop ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sk991007", 0x0000, 0x020000, CRC(47130a78) SHA1(1d3f99c54a20851880d91af4b8ebb6f8a14a7ec1) ) m1_apollo_sound ROM_END_M1A_MCU //A1 Newest P |
| 796 | ROM_START( m1apolloh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "a95p8c.bin", 0x0000, 0x020000, CRC(838a553c) SHA1(b2a4be0ce7cb81cac108c5e17d7d827e11a616d1) ) m1_apollo_sound ROM_END_M1A_MCU //5p GBP 8 All Cash Version A1, possible hack, copyright string NOPd |
| 797 | ROM_START( m1apolloa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-272", 0x0000, 0x020000, CRC(07f333ce) SHA1(2e6e18aba4af0a16caf0f67382dab5e76a2a8978) ) m1_apollo_sound ROM_END_M1A_MCU //A.1 |
| 798 | ROM_START( m1apolloap ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-273", 0x0000, 0x020000, CRC(57b2cd72) SHA1(53f423efeefbca01b6eb43b1feecd8b052a99d1c) ) m1_apollo_sound ROM_END_M1A_MCU //A.1 protocol |
| 799 | ROM_START( m1apolloao ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-200", 0x0000, 0x020000, CRC(c0c33754) SHA1(d820ac1902beeb869cd814287c1795af6b81e231) ) m1_apollo_sound ROM_END_M1A_MCU //Version A1 15GBP? |
| 800 | ROM_START( m1apollo9 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-196", 0x0000, 0x020000, CRC(54e17213) SHA1(05664df0eaaf8fc6f63ee5a7cf60384adf0f66aa) ) m1_apollo_sound ROM_END_M1A_MCU //9.1 6GBP? |
| 801 | ROM_START( m1apollo9p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-197", 0x0000, 0x020000, CRC(04a08caf) SHA1(23b95350f1d33141e0b0121ac95632410786d918) ) m1_apollo_sound ROM_END_M1A_MCU //9.1 P |
| 802 | ROM_START( m1apollo4 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-072", 0x0000, 0x020000, CRC(89b3cd45) SHA1(2deed5d9d1cee6912585c6bc17e39803947647ab) ) m1_apollo_sound ROM_END_M1A_MCU //4.1 |
| 803 | ROM_START( m1apollo4p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa8-073", 0x0000, 0x020000, CRC(d9f233f9) SHA1(ce185d4df53f092a9d2d4094f050c3893dc458aa) ) m1_apollo_sound ROM_END_M1A_MCU //4.1 Protocol |
| 804 | ROM_START( m1apollo11 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-735", 0x0000, 0x020000, CRC(d0d34746) SHA1(f8090490f38d1471da12ad9ebb95994c4af82441) ) m1_apollo_sound ROM_END_M1A_MCU //1.1 (probably 11!) 10GBP |
| 805 | ROM_START( m1apollo11b ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-735b", 0x0000, 0x020000, CRC(67552412) SHA1(dfb9dcb4a316646cee9f5c3ef278baad3065ef82) ) m1_apollo_sound ROM_END_M1A_MCU //Has BwB string at the end, overdump? |
| 806 | ROM_START( m1apollo11p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-736", 0x0000, 0x020000, CRC(c3147c10) SHA1(8135f17f4bad31cc1be4033f52fccac09354a547) ) m1_apollo_sound ROM_END_M1A_MCU //1.1 (11!) Protocol |
| 807 | ROM_START( m1apollo8 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-633", 0x0000, 0x020000, CRC(c5a0ca1b) SHA1(82084653b5fd6f7b407b010c31fcc9a32cafa20e) ) m1_apollo_sound ROM_END_M1A_MCU //8.1 |
| 808 | ROM_START( m1apollo8p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-634", 0x0000, 0x020000, CRC(516a7a99) SHA1(b31c23fe9628d1251c755c70efa14ff50309837f) ) m1_apollo_sound ROM_END_M1A_MCU //8.1 Protocol |
| 809 | ROM_START( m1apollo7 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-631", 0x0000, 0x020000, CRC(6bc030cb) SHA1(aa0ec327a935f1b85753babc4c422df792baab7c) ) m1_apollo_sound ROM_END_M1A_MCU //7.1 |
| 810 | ROM_START( m1apollo7p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-632", 0x0000, 0x020000, CRC(78070b9d) SHA1(84742572c86339f1f08ade232204086d2707ae26) ) m1_apollo_sound ROM_END_M1A_MCU //7.1 Protocol |
| 811 | ROM_START( m1apollo5 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-516", 0x0000, 0x020000, CRC(a3e3cbda) SHA1(5f918f4218e409752ea65083afbb7c901fc21839) ) m1_apollo_sound ROM_END_M1A_MCU //5.1 |
| 812 | ROM_START( m1apollo5p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-517", 0x0000, 0x020000, CRC(f3a23566) SHA1(9f62f75f46c45e41e1066ff8db10e428dcd813d8) ) m1_apollo_sound ROM_END_M1A_MCU //5.1 Protocol |
| 813 | ROM_START( m1apollo4o ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-482", 0x0000, 0x020000, CRC(b669f8da) SHA1(0f0fb630a28b55f3cb8085633cba07e0568c96a6) ) m1_apollo_sound ROM_END_M1A_MCU //4.1 token |
| 814 | ROM_START( m1apollo3 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-480", 0x0000, 0x020000, CRC(ea260f7a) SHA1(e63a8497336245bb80e9c079c6f426211c3bb371) ) m1_apollo_sound ROM_END_M1A_MCU //3.1 |
| 815 | ROM_START( m1apollo3p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-481", 0x0000, 0x020000, CRC(ba67f1c6) SHA1(a2663261302d14c564ff60de4e44a9961ebbcee7) ) m1_apollo_sound ROM_END_M1A_MCU //3.1 Protocol |
| 816 | ROM_START( m1apollo2 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-478", 0x0000, 0x020000, CRC(b03371a5) SHA1(3c46e170e362ce23033232393fc0763e98e60a1c) ) m1_apollo_sound ROM_END_M1A_MCU //2.1 |
| 817 | ROM_START( m1apollo2p ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa7-479", 0x0000, 0x020000, CRC(e0728f19) SHA1(d6c229fa2aed7af46865244d2abd2b2eb8dfc6a5) ) m1_apollo_sound ROM_END_M1A_MCU //2.1 Protocol |
| 818 | |
| 819 | GAME( 1997, m1apollo ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 820 | GAME( 1997, m1apollop ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 821 | GAME( 1997, m1apolloh ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (Hack?) (M1A/B)",GAME_FLAGS ) |
| 822 | GAME( 1997, m1apolloa ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 823 | GAME( 1997, m1apolloap ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 824 | GAME( 1997, m1apolloao ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older, 15GBP) (M1A/B)",GAME_FLAGS ) |
| 825 | GAME( 1997, m1apollo9 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v9.1 (M1A/B)",GAME_FLAGS ) |
| 826 | GAME( 1997, m1apollo9p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v9.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 827 | GAME( 1997, m1apollo4 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 828 | GAME( 1997, m1apollo4p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 829 | GAME( 1997, m1apollo11 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (M1A/B)",GAME_FLAGS ) |
| 830 | GAME( 1997, m1apollo11b ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (BwB Rebuild) (M1A/B)",GAME_FLAGS ) |
| 831 | GAME( 1997, m1apollo11p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (Protocol) (M1A/B)",GAME_FLAGS ) |
| 832 | GAME( 1997, m1apollo8 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 833 | GAME( 1997, m1apollo8p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 834 | GAME( 1997, m1apollo7 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v7.1 (M1A/B)",GAME_FLAGS ) |
| 835 | GAME( 1997, m1apollo7p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v7.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 836 | GAME( 1997, m1apollo5 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 837 | GAME( 1997, m1apollo5p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 838 | GAME( 1997, m1apollo4o ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Older, Token)(M1A/B)",GAME_FLAGS ) |
| 839 | GAME( 1997, m1apollo3 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 840 | GAME( 1997, m1apollo3p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 841 | GAME( 1997, m1apollo2 ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 842 | GAME( 1997, m1apollo2p ,m1apollo ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 843 | |
| 844 | /******************************************************************************************************************************************************************************************************* |
| 845 | Eastenders |
| 846 | ******************************************************************************************************************************************************************************************************/ |
| 847 | |
| 848 | #define m1eastnd_sound \ |
| 849 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 850 | ROM_LOAD( "ee-snd1.bin", 0x000000, 0x080000, CRC(3eaa138c) SHA1(ad7d6e3ffc8fe19ea8cb9188998c75c90a77e09e) ) \ |
| 851 | ROM_LOAD( "ee-snd2.bin", 0x080000, 0x080000, CRC(89fde428) SHA1(f0942a2f1d3890ad18b01e8433333e5412c57644) ) \ |
| 852 | |
| 853 | ROM_START( m1eastnd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "ea_x6_dd.2o1", 0x0000, 0x010000, CRC(aab297df) SHA1(57bbf04c09146183b9f3d7bd5a9126e549a7e877) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 854 | ROM_START( m1eastnda ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "ea_x6_ds.2o1", 0x0000, 0x010000, CRC(5929fb51) SHA1(ce1d6ee01d4647487e30d7ed49f3f2a14705cee3) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnda ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 855 | ROM_START( m1eastndb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-635", 0x0000, 0x010000, CRC(326a06cd) SHA1(4d85af4ac25660d36c661f578525063891908e8e) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndb ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 856 | ROM_START( m1eastndc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-637", 0x0000, 0x010000, CRC(0ea202ce) SHA1(66357d73f1105178e072aea2e41ebaacf20a4de5) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndc ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) /* aka sa4-638 */ |
| 857 | ROM_START( m1eastndd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-092", 0x0000, 0x010000, CRC(a435c1a0) SHA1(50d48d95532b5e907dbce9ad9341988bc8ef7989) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndd ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 858 | ROM_START( m1eastnde ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-179", 0x0000, 0x010000, CRC(367cb048) SHA1(7bfe313e43615fdd6ea0539191a735b3b9e51e76) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnde ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 859 | ROM_START( m1eastndf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-180", 0x0000, 0x010000, CRC(f21a7424) SHA1(a4c294f1a1616ef89e9e65b0c477aaa9ddeabe92) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndf ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 860 | ROM_START( m1eastndg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-181", 0x0000, 0x010000, CRC(564e75c8) SHA1(60193cf125d241e858036d6305bedf5a1721ce90) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndg ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 861 | ROM_START( m1eastndh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-182", 0x0000, 0x010000, CRC(e2f6ab1b) SHA1(ac8171429934bc7b9c8652ac58a1c77fcfecafbb) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndh ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 862 | ROM_START( m1eastndi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-515", 0x0000, 0x010000, CRC(1e0a490c) SHA1(f0fa5887431915dc8395b5b353a1b04f6a8abe77) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndi ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) /* aka sa5-555 */ |
| 863 | ROM_START( m1eastndj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-517", 0x0000, 0x010000, CRC(ff01a97d) SHA1(1a1f2626d1098380a5635c79d2bdb896430e016d) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndj ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 864 | ROM_START( m1eastndk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "easte-8a.p1", 0x0000, 0x010000, CRC(3d099816) SHA1(594b705a81e3897ca8aa340351475489a012c2ae) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndk ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 865 | ROM_START( m1eastndl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eastend.bin", 0x0000, 0x010000, CRC(a17ded63) SHA1(2b0d8deb30c96eba2cec6bc910a5175606c96593) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndl ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 866 | ROM_START( m1eastndn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eastenders-sa5-515.bin", 0x0000, 0x010000, CRC(ffab9325) SHA1(be04106cd049ede8af28f77bd2d88e0545d98e48) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndn ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 867 | ROM_START( m1eastndp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "ee58c", 0x0000, 0x010000, CRC(b8ac7013) SHA1(8a79c8594116eb89b668fa0359e1bffb1246b111) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndp ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 868 | ROM_START( m1eastndq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend2010", 0x0000, 0x010000, CRC(7d74a544) SHA1(ee2e92c19601cb77b11fa793b76b1b937e50a717) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndq ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 869 | ROM_START( m1eastndr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend208c", 0x0000, 0x004000, CRC(f6c59222) SHA1(46438d9369c9fe870176cc88b63e34fddca47b8d) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndr ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) /* bad dump, or rom overlay? */ |
| 870 | ROM_START( m1eastnds ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend20a", 0x0000, 0x010000, CRC(8d30542e) SHA1(fd95f78efac76a496a10129b704176c3c30d28bb) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnds ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 871 | ROM_START( m1eastndt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend58c", 0x0000, 0x010000, CRC(fcd56799) SHA1(8346c5688b91b81d62ff06ee1a4fd8bc59783578) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndt ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 872 | ROM_START( m1eastndu ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend58t", 0x0000, 0x010000, CRC(f69622a5) SHA1(217e64f0929541eb2b841d77e9cadc2df8786c03) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndu ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 873 | ROM_START( m1eastndv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend5p", 0x0000, 0x010000, CRC(9f5db9d7) SHA1(fc064e8a69585ac8e8a94e5c4570098365107ec6) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndv ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 874 | ROM_START( m1eastndw ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "eend8", 0x0000, 0x010000, CRC(2ff2aade) SHA1(1a4a92664ee0ea972e99d5824fd516598740989e) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndw ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 875 | ROM_START( m1eastndx ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "end510p", 0x0000, 0x010000, CRC(7fa9ad28) SHA1(219b3ab89d2708ecd75ef78ea3b9af6e6cadf81a) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndx ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 876 | ROM_START( m1eastndy ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "end5p35bin", 0x0000, 0x010000, CRC(b8c4ae48) SHA1(f3cb6b132ba77f9bf9ebd02081aca69bca15b7e1) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndy ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 877 | ROM_START( m1eastndz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "end5p45bin", 0x0000, 0x010000, CRC(ce27e982) SHA1(a7b40d603c56927a3fec304e4010d42d731d1d70) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndz ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 878 | ROM_START( m1eastnd0 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-039.bin", 0x0000, 0x010000, CRC(b9eb7d8d) SHA1(1bb89319585bc3dfc2ed43eb68c9490c407ebb0b) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd0 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 879 | ROM_START( m1eastnd1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-040.bin", 0x0000, 0x010000, CRC(d94bf67c) SHA1(d4aff083455608afe7458213723de600bbf698d3) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd1 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 29)",GAME_FLAGS ) |
| 880 | ROM_START( m1eastnd2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-154.bin", 0x0000, 0x010000, CRC(bb489619) SHA1(5d7a86ffdab60b0541722af7ecc0f17cc1964dcc) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd2 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 30)",GAME_FLAGS ) |
| 881 | ROM_START( m1eastnd3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-155.bin", 0x0000, 0x010000, CRC(53a00bff) SHA1(d1f06495594000da50057d68d63b39d47b24a4db) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd3 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 31)",GAME_FLAGS ) |
| 882 | ROM_START( m1eastnd4 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-188.bin", 0x0000, 0x010000, CRC(aaa7623d) SHA1(302a7e0dff8473b7d8b12a6cbf702d585ba7465c) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd4 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 32)",GAME_FLAGS ) |
| 883 | ROM_START( m1eastnd5 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-189.bin", 0x0000, 0x010000, CRC(424fffdb) SHA1(a0320d4c4bbda2534b3f7cb1a461d5567b565b6c) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd5 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 33)",GAME_FLAGS ) |
| 884 | ROM_START( m1eastnd6 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-388", 0x0000, 0x010000, CRC(3a094e03) SHA1(0e436abe3c533aebbc9bcf7469bb03db8ab8fc3d) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd6 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 34)",GAME_FLAGS ) |
| 885 | ROM_START( m1eastnd7 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa4-389", 0x0000, 0x010000, CRC(d2e1d3e5) SHA1(3038145c919c3f3f93b8095d583443d2a13ed0dd) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd7 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 35)",GAME_FLAGS ) |
| 886 | ROM_START( m1eastnd8 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-054", 0x0000, 0x010000, CRC(bb2a4008) SHA1(85c8e666b0726c6fb9a7531fbe1f5eeb0e00fc61) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd8 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 36)",GAME_FLAGS ) |
| 887 | ROM_START( m1eastnd9 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-055", 0x0000, 0x010000, CRC(53c2ddee) SHA1(13937da8766d394158d8ed559d1b17a412a60985) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastnd9 ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 37)",GAME_FLAGS ) |
| 888 | ROM_START( m1eastndaa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-483", 0x0000, 0x010000, CRC(aac97b39) SHA1(f8b2898dab5b07013b2b971ab9200d5c2fdf68be) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndaa ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 38)",GAME_FLAGS ) |
| 889 | ROM_START( m1eastndab ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-484", 0x0000, 0x010000, CRC(a6d12380) SHA1(bb89d2d12680a65cb11b162a3b5b1102d5b5a875) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndab ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 39)",GAME_FLAGS ) |
| 890 | ROM_START( m1eastndac ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-485", 0x0000, 0x010000, CRC(8e102800) SHA1(c8e7d3aecdef9eabcd9ba0d63dae379415dbfd92) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndac ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 40)",GAME_FLAGS ) |
| 891 | ROM_START( m1eastndad ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-486", 0x0000, 0x010000, CRC(3aa8f6d3) SHA1(82a492377bffdefb6952f65716773867363991b3) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndad ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 41)",GAME_FLAGS ) |
| 892 | ROM_START( m1eastndae ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-487", 0x0000, 0x010000, CRC(27cc4abf) SHA1(cea422fd93c550552e471fb3ed7b97cdba83db02) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndae ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 42)",GAME_FLAGS ) |
| 893 | ROM_START( m1eastndaf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa6-274", 0x0000, 0x010000, CRC(ad65b5da) SHA1(53a6ae9c0d70ee7f40f5c51cfc6d8a78ff47fe94) ) m1eastnd_sound ROM_END_M1A_MCU GAME( 199?, m1eastndaf ,m1eastnd ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B) (set 43)",GAME_FLAGS ) |
| 894 | |
| 895 | /******************************************************************************************************************************************************************************************************* |
| 896 | Eastenders - Queen Vic |
| 897 | ******************************************************************************************************************************************************************************************************/ |
| 898 | |
| 899 | #define m1_eastqv_sound \ |
| 900 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 901 | ROM_LOAD( "queenvic.p1", 0x000000, 0x080000, CRC(af665967) SHA1(b87b13e759765eeb701ff8ead41eb3c09bec1e92) ) \ |
| 902 | ROM_LOAD( "queenvic.p2", 0x080000, 0x080000, CRC(92ce90ce) SHA1(9fca67429b9f1496dc745818b3ed7747b8eedf5d) ) \ |
| 903 | |
| 904 | ROM_START( m1eastqv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-496", 0x0000, 0x020000, CRC(efe47e9b) SHA1(83ce75026a1194e645a03016263f091be1ced437) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 905 | ROM_START( m1eastqva ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-311", 0x0000, 0x020000, CRC(225461cb) SHA1(3d6398f3226e54dcfed1b670aeece82eec4f424d) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqva ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 906 | ROM_START( m1eastqvb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-312", 0x0000, 0x020000, CRC(31935a9d) SHA1(74423332183927ebec40073bfb65e162da2b6f6d) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvb ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 907 | ROM_START( m1eastqvc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-562", 0x0000, 0x020000, CRC(c6bf45de) SHA1(2ff6c5f98b3a0eca51ff218b95bda6e8ecda7ef8) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvc ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 908 | ROM_START( m1eastqvd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-563", 0x0000, 0x020000, CRC(96febb62) SHA1(40fef32664cd1d531294cf801063b54f32514832) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvd ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 909 | ROM_START( m1eastqvf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-497", 0x0000, 0x020000, CRC(bfa58027) SHA1(12f8defa0cfa6e04e2a96c1669e6a0bd8874819f) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvf ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 910 | ROM_START( m1eastqvg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-605", 0x0000, 0x020000, CRC(79736157) SHA1(dc58fbf566b4d383b4e92d3d2680c11f99094b92) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvg ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 911 | ROM_START( m1eastqvh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-606", 0x0000, 0x020000, CRC(6ab45a01) SHA1(16d1c4da1aae50ef89e6e92f3dc242c1de293e7f) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvh ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 912 | ROM_START( m1eastqvi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-316", 0x0000, 0x020000, CRC(551190ee) SHA1(89d21cb5f73ceb5531432430b61b3b229021d316) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvi ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 913 | ROM_START( m1eastqvj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-317", 0x0000, 0x020000, CRC(05506e52) SHA1(a50abbfe7c3422f0b75e117fe08ac9b235a15128) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvj ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 914 | ROM_START( m1eastqvk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("vic15f", 0x0000, 0x020000, CRC(01fb6767) SHA1(83885fed9f7272c49b581fdce1720a6464dfc9c7) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvk ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 915 | ROM_START( m1eastqvl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15qvro", 0x0000, 0x020000, CRC(fb5da3dd) SHA1(9043276c782e4e2eb51366cbb6fb98ead5c02c67) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvl ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 916 | ROM_START( m1eastqvm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("vic15r", 0x0000, 0x010000, CRC(2659aad7) SHA1(456cfbc6ac7924871756138d1fd3353c7a236191) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvm ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 917 | ROM_START( m1eastqvn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-319", 0x0000, 0x010000, CRC(43da3701) SHA1(f1227fa360a4055dd3786d30b4e10d683f46729d) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvn ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 918 | ROM_START( m1eastqvo ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-635", 0x0000, 0x010000, CRC(fff80770) SHA1(b9c935f540278c0945cbac6a7a2fe16e897898b3) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvo ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 919 | ROM_START( m1eastqvp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-647", 0x0000, 0x010000, CRC(80b39331) SHA1(53dab262d9a605eff917fe8c3d4e4889a86171ee) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvp ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 920 | ROM_START( m1eastqvq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-716", 0x0000, 0x010000, CRC(29e2064a) SHA1(a5a1b319e273c1245a8a5c9a01ed2a7f63b5b958) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvq ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 921 | ROM_START( m1eastqvr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-717", 0x0000, 0x010000, CRC(c10a9bac) SHA1(8594ee99a51f7b7c4be1c716f0976ab8840c4ad0) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvr ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 922 | ROM_START( m1eastqvs ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-070", 0x0000, 0x010000, CRC(1c4961d7) SHA1(88e0d7a1fe1ff1f9ff24da3c13153143d67cca97) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvs ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 923 | ROM_START( m1eastqvt ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-071", 0x0000, 0x010000, CRC(f4a1fc31) SHA1(d3a636db2eb7669d457b02cc32910540a329f553) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvt ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 924 | ROM_START( m1eastqvu ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-173", 0x0000, 0x010000, CRC(cd7b3f3e) SHA1(4c81b167a7ce2d91d5d97725e51347bdf3c9581d) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvu ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 925 | ROM_START( m1eastqvv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-174", 0x0000, 0x010000, CRC(c1636787) SHA1(4d1695d42541241de85d8a60b98150d60ced7a2b) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvv ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 926 | ROM_START( m1eastqvw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-221", 0x0000, 0x010000, CRC(fcde6317) SHA1(51b18bd49cec1a91bb724bdd902466103630f3fe) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvw ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 927 | ROM_START( m1eastqvx ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-222", 0x0000, 0x010000, CRC(4866bdc4) SHA1(dc5548a1f9738e8ad06cf8911b727849fc877760) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvx ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 928 | ROM_START( m1eastqvy ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-235", 0x0000, 0x010000, CRC(81c7f044) SHA1(84501b900cbe6491101e9ae4ac176333deebcf41) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvy ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 929 | ROM_START( m1eastqvz ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-236", 0x0000, 0x010000, CRC(357f2e97) SHA1(e1eadc18717b072c2e0fdd169df1531396248d05) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvz ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 930 | ROM_START( m1eastqv0 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-385", 0x0000, 0x010000, CRC(a539e85e) SHA1(1dec987925450348321c70d1d6928b3882859ddf) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv0 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 931 | ROM_START( m1eastqv1 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-558", 0x0000, 0x010000, CRC(cad200e0) SHA1(5225181c6f42a3663266575fdf3fd1ca225988de) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv1 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 29)",GAME_FLAGS ) |
| 932 | ROM_START( m1eastqv2 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("whitbread", 0x0000, 0x010000, CRC(6cfa52cc) SHA1(8a75cb58cd808a5f7556fa00c4eefa9181a91df5) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv2 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 30)",GAME_FLAGS ) |
| 933 | ROM_START( m1eastqv3 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvgame", 0x0000, 0x010000, CRC(ab32aae7) SHA1(7167b90a2581b66ee8c50142d0d9d779c3f487a3) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv3 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 31)",GAME_FLAGS ) |
| 934 | ROM_START( m1eastqv5 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvic5.8", 0x0000, 0x010000, CRC(14705d7d) SHA1(37d2d2f0c99ed89d8f8c1d57d2d1bcef9972d74c) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv5 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 33)",GAME_FLAGS ) |
| 935 | ROM_START( m1eastqv6 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvic510", 0x0000, 0x010000, CRC(57da1e08) SHA1(7c32960488409fcbbc92c0f1229027baf0fe68d8) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv6 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 34)",GAME_FLAGS ) |
| 936 | ROM_START( m1eastqv7 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvic58", 0x0000, 0x010000, CRC(95f9ad68) SHA1(c706462dc16b7e0d6a4128d94b80f6e5a1fb0923) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv7 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 35)",GAME_FLAGS ) |
| 937 | ROM_START( m1eastqv8 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvic5p8c.bin", 0x0000, 0x010000, CRC(84cd625b) SHA1(f47794b399247adcc80a515445dacf04c2e95018) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqv8 ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 36)",GAME_FLAGS ) |
| 938 | ROM_START( m1eastqvaa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("qvicv3", 0x0000, 0x010000, CRC(54a483be) SHA1(1956ee40dc0bade4f052b2043b1d1708d1c2c0a5) ) m1_eastqv_sound ROM_END_M1A_MCU GAME( 199?, m1eastqvaa ,m1eastqv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B) (set 38)",GAME_FLAGS ) |
| 939 | |
| 940 | /******************************************************************************************************************************************************************************************************* |
| 941 | Fight Night |
| 942 | ******************************************************************************************************************************************************************************************************/ |
| 943 | |
| 944 | #define m1_fight_sound \ |
| 945 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 946 | ROM_LOAD( "fnsnd.p1", 0x000000, 0x080000, CRC(f6f1334f) SHA1(607b136a3d8cf4ae2e306a4332b69f564936d383) ) \ |
| 947 | ROM_LOAD( "fnsnd.p2", 0x080000, 0x080000, CRC(13419292) SHA1(40f314b4f42384334e6929b0de6b6a899fa2c09f) ) \ |
| 948 | |
| 949 | ROM_START( m1fight ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fight15f", 0x0000, 0x020000, CRC(ceb7ca5d) SHA1(911164a69541de05fd6dc64f54aad13a0d57ebd7) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fight ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 950 | ROM_START( m1fighta ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fight15r", 0x0000, 0x020000, CRC(46c7d3ca) SHA1(24bc785d888cb051ded94b04a47d286f26cfe4e4) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fighta ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 951 | ROM_START( m1fightb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fightnt10.bin", 0x0000, 0x020000, CRC(95e891b5) SHA1(3412ce4db34f89a4a18209440770c3b8b3b37024) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightb ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 952 | ROM_START( m1fightc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("finight55", 0x0000, 0x020000, CRC(50918abf) SHA1(bc9bd47637304d92028f2369d17e9f95362de301) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightc ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 953 | ROM_START( m1fightd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fn5p8ct.bin", 0x0000, 0x020000, CRC(603d3b0e) SHA1(4bd43497f40971a3e6e13f3cfbe7366747484fd7) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightd ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 954 | ROM_START( m1fighte ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fnightapollo-10.bin", 0x0000, 0x020000, CRC(bfa1b1b1) SHA1(ad6af237c31b39d2483223a7376125b7d287d28e) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fighte ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 955 | ROM_START( m1fightg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fn5p_pound15", 0x0000, 0x020000, CRC(cb5775d9) SHA1(48a01efa2b987befcf48b0b4dce98d3feb08273b) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightg ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 956 | ROM_START( m1fighth ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-401", 0x0000, 0x020000, CRC(c5a96f09) SHA1(e341e73d811f89db59976118d28dceef5cc1c819) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fighth ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 957 | ROM_START( m1fighti ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-402", 0x0000, 0x020000, CRC(dd3635a8) SHA1(e518823e9f44c5591c1478a13b1d034f356dd9d1) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fighti ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 958 | ROM_START( m1fightj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-403", 0x0000, 0x020000, CRC(8d77cb14) SHA1(aa22eb13413347bfd93174a3dfea821ce796c4e2) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightj ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 959 | ROM_START( m1fightk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-419", 0x0000, 0x020000, CRC(eb09da42) SHA1(32d5d16df6ef22a7a80c6d68736d55c53c10beb8) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightk ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 960 | ROM_START( m1fightl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-420", 0x0000, 0x020000, CRC(b0a028a4) SHA1(2f607a076652281298b406965e2e42eae98762ce) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightl ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 961 | ROM_START( m1fightm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-641", 0x0000, 0x020000, CRC(81a86bd4) SHA1(6a153c155dd1e8063b61d069da8a5127aa72e494) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightm ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 962 | ROM_START( m1fightn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-642", 0x0000, 0x020000, CRC(926f5082) SHA1(60ea911d3c38a638c5daca72b7f15c5a773d64a2) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightn ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 963 | ROM_START( m1fighto ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-661", 0x0000, 0x020000, CRC(1f822a8c) SHA1(90989be5fe1ca6da87443f1988072fed4ec7a25e) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fighto ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 964 | ROM_START( m1fightp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-662", 0x0000, 0x020000, CRC(0c4511da) SHA1(5d0453d2f13b304cdd1412953c510888d601b19e) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightp ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 965 | ROM_START( m1fightq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-741", 0x0000, 0x020000, CRC(4615089a) SHA1(5d314b7dbeedf77591c4e9576e76631b309ddd93) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightq ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 966 | ROM_START( m1fightr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-742", 0x0000, 0x020000, CRC(55d233cc) SHA1(73e0f68f860f6aedd4dc5bc4c0f040799333bde8) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightr ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 967 | ROM_START( m1fights ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-262", 0x0000, 0x020000, CRC(bdc36f37) SHA1(91cf9b321921511c7fbb90cd079ce470759836a6) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fights ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 968 | ROM_START( m1fightt ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-263", 0x0000, 0x020000, CRC(ed82918b) SHA1(0ec5b9f1b111013d26bd6ba0320e279a6f96395e) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightt ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 969 | ROM_START( m1fightu ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-264", 0x0000, 0x020000, CRC(2f8fa25e) SHA1(d20dcf6072fd4a2247e5870b76e9714dede52d66) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightu ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 970 | ROM_START( m1fightv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-265", 0x0000, 0x020000, CRC(7fce5ce2) SHA1(8cc4bd8039622e15841477ae19cb0d8897a02296) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightv ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 971 | ROM_START( m1fightw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sk991157", 0x0000, 0x020000, CRC(a238eb60) SHA1(610a08854e05e5b56a3fd300b6e6cfa23b4eec6b) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightw ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 972 | ROM_START( m1fightx ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sk991158", 0x0000, 0x020000, CRC(4478bcc6) SHA1(7cd2c42f271ae341430a70408512ef609d27a8d9) ) m1_fight_sound ROM_END_M1A_MCU GAME( 199?, m1fightx ,m1fight ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 973 | |
| 974 | /******************************************************************************************************************************************************************************************************* |
| 975 | It's A Knockout |
| 976 | ******************************************************************************************************************************************************************************************************/ |
| 977 | |
| 978 | #define m1_itsko_sound \ |
| 979 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 980 | ROM_LOAD( "itsaknockout.p1", 0x000000, 0x080000, CRC(b7c9bf1b) SHA1(1de3758e1deca35e54f22921594d96a10491e8c0) ) \ |
| 981 | ROM_LOAD( "itsaknockout.p2", 0x080000, 0x080000, CRC(f37b0a62) SHA1(18af0ef42268a965fd5dd3ae30c677a75bd12033) ) \ |
| 982 | |
| 983 | ROM_START( m1itsko ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("iak5p8cbin", 0x0000, 0x010000, CRC(15592078) SHA1(f8a55bb1623895eabe8b6cc8d2df14b70806a77c) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 984 | ROM_START( m1itskoa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("iaknoc10", 0x0000, 0x010000, CRC(93ff1f4c) SHA1(7aed91b2abc2d8df6f85456320c94ce58746fe53) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoa ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 985 | ROM_START( m1itskob ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("iako.bin", 0x0000, 0x010000, CRC(03e7c80b) SHA1(c8ca6f65f0d91f23b2714f7bd54760b1e4b6c949) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskob ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 986 | ROM_START( m1itskoc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("iako58", 0x0000, 0x010000, CRC(6a35ff9e) SHA1(ff04ded050973bca1d84f1984bdb1f881e8373ac) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoc ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 987 | ROM_START( m1itskod ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its10", 0x0000, 0x010000, CRC(59690eff) SHA1(6d40a89f1cf1df46cfa832cfadd9883c0019ba9f) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskod ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 988 | ROM_START( m1itskoe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its5.58", 0x0000, 0x010000, CRC(bc8803f5) SHA1(39acb4a66a82a7237aff204f99f4f710eaec55b6) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoe ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 989 | ROM_START( m1itskof ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its55", 0x0000, 0x010000, CRC(315397eb) SHA1(00bdc965dfbb42162a2a746a2124bb25b381379c) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskof ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 990 | ROM_START( m1itskog ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its58t", 0x0000, 0x010000, CRC(50bea13b) SHA1(8d9620c9c9a640ca790a47dc0596a3daf20a8dbd) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskog ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 991 | ROM_START( m1itskoh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its8", 0x0000, 0x010000, CRC(ec66b836) SHA1(745aebd9a967b6c00e40a3cd6e1c9706fe21bffa) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoh ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 992 | ROM_START( m1itskoi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-028", 0x0000, 0x010000, CRC(a5cf9a27) SHA1(a0ab2dbc4766b992bce5959f72c0790a9444f627) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoi ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 993 | ROM_START( m1itskoj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-029", 0x0000, 0x010000, CRC(35ff1f57) SHA1(5980ea2e53c71de2b96476497b55e1d0061a44c0) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoj ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 994 | ROM_START( m1itskok ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-030", 0x0000, 0x010000, CRC(b569e23f) SHA1(08b55a38677c3f6915d5d24273425afd3b25a978) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskok ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 995 | ROM_START( m1itskol ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-083", 0x0000, 0x010000, CRC(92fe2658) SHA1(3959c0c6917e19d89c25005de9fd3e008ac1e82d) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskol ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 996 | ROM_START( m1itskom ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-085", 0x0000, 0x010000, CRC(029d7568) SHA1(ce3e59f430f43f9472ac8cee8daef7485873c8a5) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskom ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 997 | ROM_START( m1itskon ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-107", 0x0000, 0x010000, CRC(0c713932) SHA1(6b534623bee56a7300d7100c963f4888431bf8b5) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskon ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 998 | ROM_START( m1itskoo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-108", 0x0000, 0x010000, CRC(aa596b1e) SHA1(5581d88e698f10c0194ba59a1f897a8785b4e1c4) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoo ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 999 | ROM_START( m1itskop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-109", 0x0000, 0x010000, CRC(272ef4a9) SHA1(3e013e867ddda41b09ac51f20a5b8d59b63c15f1) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskop ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1000 | ROM_START( m1itskoq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-110", 0x0000, 0x010000, CRC(a7b809c1) SHA1(542ceaf6a86fff0954d489a55c0952b4b8cfb684) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoq ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1001 | ROM_START( m1itskor ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-178", 0x0000, 0x010000, CRC(3aef5e61) SHA1(d97ce79c1623ffce19ca7099ee13cc2533a4e5bb) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskor ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1002 | ROM_START( m1itskos ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-179", 0x0000, 0x010000, CRC(d207c387) SHA1(2cbbabdb33f493c6a9c8fc209145ef986a92ad7e) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskos ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1003 | ROM_START( m1itskot ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-303", 0x0000, 0x010000, CRC(763e3771) SHA1(a57d5f80ada66298c1924d909fd3b360c8f03609) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskot ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1004 | ROM_START( m1itskou ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-304", 0x0000, 0x010000, CRC(7a266fc8) SHA1(987a35c1fea41c444d3b4654b20d7ef9356c12cc) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskou ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1005 | ROM_START( m1itskov ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-401", 0x0000, 0x010000, CRC(cc318abe) SHA1(d937a41054834ce409bd6160adcff5dca3c4c4ba) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskov ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1006 | ROM_START( m1itskow ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-402", 0x0000, 0x010000, CRC(7889546d) SHA1(c67b309ccb0d89c1d0820b450dd790ebf70e7bbd) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskow ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1007 | ROM_START( m1itskox ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-498", 0x0000, 0x010000, CRC(2326a0b5) SHA1(aba3b246ab4a162709cdf233aed222814a857b19) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskox ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1008 | ROM_START( m1itskoy ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-499", 0x0000, 0x010000, CRC(cbce3d53) SHA1(ae43386e85640cb4831fa0180e51953eb8a18e29) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoy ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1009 | ROM_START( m1itskoz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-500", 0x0000, 0x010000, CRC(c8871f4a) SHA1(f0b399686b5bec4a8236ec295d3fbf18afe74edc) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itskoz ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 1010 | ROM_START( m1itsko0 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-501", 0x0000, 0x010000, CRC(206f82ac) SHA1(cb9e824b81127f2316cb9265f1548b71a48e0171) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko0 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 1011 | ROM_START( m1itsko1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-534", 0x0000, 0x010000, CRC(1d6cb8a4) SHA1(d4fdb0ae259a9979dfa81f6db6d83f2ac5787135) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko1 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 29)",GAME_FLAGS ) |
| 1012 | ROM_START( m1itsko2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-535", 0x0000, 0x010000, CRC(f5842542) SHA1(8c9afd2d6ba7a440a5600dbf377d823fddb8fd46) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko2 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 30)",GAME_FLAGS ) |
| 1013 | ROM_START( m1itsko3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-132", 0x0000, 0x010000, CRC(de5e6f10) SHA1(69909b551587aec878690bd509a410610da37e54) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko3 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 31)",GAME_FLAGS ) |
| 1014 | ROM_START( m1itsko4 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-133", 0x0000, 0x010000, CRC(36b6f2f6) SHA1(fd90c83e796d392a5406546c12a5013dc5e797c9) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko4 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 32)",GAME_FLAGS ) |
| 1015 | ROM_START( m1itsko5 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-134", 0x0000, 0x010000, CRC(1e1f3be8) SHA1(db59165237968144040632c548cf2d10fe07c134) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko5 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 33)",GAME_FLAGS ) |
| 1016 | ROM_START( m1itsko6 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-135", 0x0000, 0x010000, CRC(f6f7a60e) SHA1(8c4e8ad3d9cbd557d21d4c8f4444b11258e08be4) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko6 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 34)",GAME_FLAGS ) |
| 1017 | ROM_START( m1itsko7 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-136", 0x0000, 0x010000, CRC(207b26f5) SHA1(33e50b9675a92f9264fe2fed808a1b141e039d9a) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko7 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 35)",GAME_FLAGS ) |
| 1018 | ROM_START( m1itsko8 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-137", 0x0000, 0x010000, CRC(c893bb13) SHA1(d22171d75ec697a44e8ddb3544d610244f020300) ) m1_itsko_sound ROM_END_M1A_MCU GAME( 199?, m1itsko8 ,m1itsko ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B) (set 36)",GAME_FLAGS ) |
| 1019 | |
| 1020 | /******************************************************************************************************************************************************************************************************* |
| 1021 | Monopoly |
| 1022 | ******************************************************************************************************************************************************************************************************/ |
| 1023 | |
| 1024 | #define m1_mono_sound \ |
| 1025 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1026 | ROM_LOAD( "monopolysnd.bin", 0x0000, 0x020000, CRC(f93ef281) SHA1(b2c2bf361c44499a13731d494af66d2aa45ccebd) ) \ |
| 1027 | |
| 1028 | ROM_START( m1mono ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("maygaymonopoly delx 5p-10p 6.bin", 0x0000, 0x010000, CRC(ed3c5997) SHA1(5a1e82894bd71073e08136a9071528833b529f5e) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1029 | ROM_START( m1monoa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mon deluxe old 6 5_10.bin", 0x0000, 0x010000, CRC(f6ff2c55) SHA1(dec0be9c5584285b47943dd7d8751acd5e244daf) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoa ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1030 | ROM_START( m1monoc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mon5p5cbin", 0x0000, 0x010000, CRC(5589d97d) SHA1(d8776200d5c85fc1946ab4a4d0f7b7fb721a08f0) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoc ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1031 | ROM_START( m1monod ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mono10", 0x0000, 0x010000, CRC(25b617b9) SHA1(adffbae086c83c1d9342e0fdded0ec8651f4efdd) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monod ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1032 | ROM_START( m1monoe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mono10p", 0x0000, 0x010000, CRC(e7eead08) SHA1(94a512ff43487c4294afa3f280759ae86489ccbf) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoe ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1033 | ROM_START( m1monof ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mono8", 0x0000, 0x010000, CRC(e19cf85b) SHA1(24bfa0086bda37f9ca9b5cf4cdc7d7873c305e76) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monof ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1034 | ROM_START( m1monog ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monopoly 5p.bin", 0x0000, 0x010000, CRC(75125a1d) SHA1(20a16835b39d3eaa38c88ed885aef04bdb08bb65) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monog ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1035 | ROM_START( m1monoh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monopoly6jp.bin", 0x0000, 0x010000, CRC(4a5bc1a5) SHA1(09d576ef92ac03a1e5e5d852851414830ee7ebe9) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoh ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1036 | ROM_START( m1monoi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monopoly_5p10p_ndp_6pound-sa5-015.bin", 0x0000, 0x010000, CRC(03e359b7) SHA1(e469adaf5d0ed6e44c17a5881bbb42b391d680ee) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoi ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1037 | ROM_START( m1monok ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-005", 0x0000, 0x010000, CRC(6aeecc7e) SHA1(2d2d077c26e01f35a7b76533a4d27a7266e1a1cb) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monok ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1038 | ROM_START( m1monol ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-314", 0x0000, 0x010000, CRC(708a92ea) SHA1(0f5b9123e4356447215a6d76764c6a124a5206e2) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monol ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1039 | ROM_START( m1monom ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-315", 0x0000, 0x010000, CRC(98620f0c) SHA1(a92f3ccf36dde20dc5ba8e655212f8a7d8888ce4) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monom ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1040 | ROM_START( m1monon ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-316", 0x0000, 0x010000, CRC(b0c9b2d2) SHA1(4d6efe7453a398cd8f8a7290a4ea13ee1027425c) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monon ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1041 | ROM_START( m1monoo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-317", 0x0000, 0x010000, CRC(58212f34) SHA1(04ee3037861ca97d874fa24954ce3c76fca7e815) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoo ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1042 | ROM_START( m1monop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-035", 0x0000, 0x010000, CRC(a4e07340) SHA1(c566e5ddb780755a8e16454eec8aecfa8d4130a6) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monop ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1043 | ROM_START( m1monoq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-036", 0x0000, 0x010000, CRC(1058ad93) SHA1(2a53a5af56e148526ddc47deb49bf3d5aa3063b5) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoq ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1044 | ROM_START( m1monor ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-005", 0x0000, 0x010000, CRC(6b3655bb) SHA1(cd600a6a1730765bf271cc195343712fb2ba3ad7) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monor ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1045 | ROM_START( m1monos ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-007", 0x0000, 0x010000, CRC(ac7c3a2f) SHA1(50d734a2b58d78bfe3fce6455caca0524c464d7e) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monos ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1046 | ROM_START( m1monot ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-008", 0x0000, 0x010000, CRC(0a546803) SHA1(6122bf392f37c420cf194ff3b21d5b1e615c437f) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monot ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1047 | ROM_START( m1monou ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-009", 0x0000, 0x010000, CRC(07f82db9) SHA1(a46a4a62d7d4ca9fcf9674301f9960e04b879b20) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monou ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1048 | ROM_START( m1monov ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-010", 0x0000, 0x010000, CRC(876ed0d1) SHA1(6af96a7e0ff2757836741054f19cfe3469bc0bb5) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monov ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1049 | ROM_START( m1monow ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mono5p", 0x0000, 0x010000, CRC(805d33e8) SHA1(4d946ee37f8d25f0f7bb3497a538974e1bae14b1) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monow ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1050 | ROM_START( m1monox ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mox3&1", 0x0000, 0x010000, CRC(8a790928) SHA1(91594136eb133b6112beb036a973756d0b54b648) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monox ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1051 | ROM_START( m1monoy ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-205.bin", 0x0000, 0x010000, CRC(7461f169) SHA1(5d54d259d252fddd0c222790cdcd098267a8f9a7) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoy ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1052 | ROM_START( m1monoz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-206.bin", 0x0000, 0x010000, CRC(c0d92fba) SHA1(c6ef33c26bbdd522107622235f4d429d4043fe9e) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoz ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 1053 | ROM_START( m1mono0 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-207.bin", 0x0000, 0x010000, CRC(de05924e) SHA1(fa5ff4383161989481765c8cbf73322d180104ed) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono0 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 1054 | ROM_START( m1mono1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-208.bin", 0x0000, 0x010000, CRC(782dc062) SHA1(bd43e37b02db247f0c5c41c273dc67a8b80ca7d9) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono1 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 29)",GAME_FLAGS ) |
| 1055 | ROM_START( m1mono2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-211.bin", 0x0000, 0x010000, CRC(faac3556) SHA1(13b7dd369994669eb971807620c0434ce425f918) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono2 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 30)",GAME_FLAGS ) |
| 1056 | ROM_START( m1mono3 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-212.bin", 0x0000, 0x010000, CRC(4e14eb85) SHA1(eb26b5593e250d0b508b346821ee7591d800dacf) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono3 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 31)",GAME_FLAGS ) |
| 1057 | ROM_START( m1mono4 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-601", 0x0000, 0x010000, CRC(1b5ad34d) SHA1(4f32fa4c8a667b19b09e5b4e4a1dee2e2f8b4bf0) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono4 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 32)",GAME_FLAGS ) |
| 1058 | ROM_START( m1mono5 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-602", 0x0000, 0x010000, CRC(afe20d9e) SHA1(5f1648443c46138d1256f8da92179b2c58ddfd4b) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono5 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 33)",GAME_FLAGS ) |
| 1059 | ROM_START( m1mono6 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-603", 0x0000, 0x010000, CRC(98fe65f2) SHA1(4944291118d5ed7a642d15441bf7e67ab489ffda) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono6 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 34)",GAME_FLAGS ) |
| 1060 | ROM_START( m1mono7 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-604", 0x0000, 0x010000, CRC(94e63d4b) SHA1(81c549ebc8b28c005fdfc430d49e548403d72ce0) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono7 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 35)",GAME_FLAGS ) |
| 1061 | ROM_START( m1mono8 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-016", 0x0000, 0x010000, CRC(b75b8764) SHA1(91513702719d6a3049f264c5e547b8a69058b82c) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono8 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 36)",GAME_FLAGS ) |
| 1062 | ROM_START( m1mono9 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-184", 0x0000, 0x010000, CRC(51a8fde3) SHA1(c73441f79b877aaed57791629de9f9b02ff544da) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1mono9 ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 37)",GAME_FLAGS ) |
| 1063 | ROM_START( m1monoaa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-185", 0x0000, 0x010000, CRC(b9406005) SHA1(f1b025140ba7579b1eeb497a64c348df5a341d5d) ) m1_mono_sound ROM_END_M1A_MCU GAME( 199?, m1monoaa ,m1mono ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B) (set 38)",GAME_FLAGS ) |
| 1064 | |
| 1065 | /******************************************************************************************************************************************************************************************************* |
| 1066 | Gladiators |
| 1067 | ******************************************************************************************************************************************************************************************************/ |
| 1068 | |
| 1069 | #define m1_glad_sound \ |
| 1070 | ROM_REGION( 0x100000, "gals", ROMREGION_ERASE00 ) /* these might be protected? */ \ |
| 1071 | ROM_LOAD( "gal16v8.esp.b.u9", 0x0000, 0x000117, CRC(d0ea9b54) SHA1(b7611fb4004431a21f81be10934392bea8dc00a0) ) \ |
| 1072 | ROM_LOAD( "gal16v8a.m1a.a.u32", 0x0000, 0x000117, CRC(5da2b5ab) SHA1(7af5ee675e280905fa41aee23b06394a59c8758d) ) \ |
| 1073 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1074 | ROM_LOAD( "sound1.dig1-049.u2", 0x000000, 0x080000, CRC(ab0ef8aa) SHA1(e9cd8c7c0fd0bec44d0531eff6272aa10b88b08c) ) \ |
| 1075 | ROM_LOAD( "sound2.dig1-049.u3", 0x080000, 0x080000, CRC(44c05fb6) SHA1(8d40d62d7c55224ddca8ff2f90779d5fad2af3ba) ) \ |
| 1076 | |
| 1077 | ROM_START( m1glad ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("game.gladiatorsstd(fb8b)1.u6", 0x0000, 0x010000, CRC(eae9f323) SHA1(1a345480b37ff88f263beb0ba3715954e0c6ecb0) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glad ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) // aka sa6-295 |
| 1078 | ROM_START( m1glada ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad20p", 0x0000, 0x010000, CRC(b8803541) SHA1(a7c96501c031a84638bacf34a3e2c76dcd26bfe2) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glada ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1079 | ROM_START( m1gladb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad5.10", 0x0000, 0x010000, CRC(1562bfcb) SHA1(294a770e42143b7a009a9f071b00a1ef0da20ae6) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladb ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1080 | ROM_START( m1gladc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad5.8c", 0x0000, 0x010000, CRC(7bea2d24) SHA1(afdecaa90a6b86ce297fcbe4abd929669272ca21) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladc ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1081 | ROM_START( m1gladd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad5.8t", 0x0000, 0x010000, CRC(094393b3) SHA1(8c0890a08c9b225c2382fea3dcaf45693158a4a4) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladd ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1082 | ROM_START( m1glade ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad55", 0x0000, 0x010000, CRC(4c1cc2b1) SHA1(19c8decd5bc8a06898bae1132f3467ebd37477a0) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glade ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1083 | ROM_START( m1gladf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("glad58t", 0x0000, 0x010000, CRC(aca9872b) SHA1(ff86b9138a87ee89778e0a611a51b9caf71bcf22) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladf ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1084 | ROM_START( m1gladg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("gladiator.bin", 0x0000, 0x010000, CRC(3abab0d2) SHA1(749f6cb8ef7c2ef9c9634ce59719406eb0c89744) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladg ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1085 | ROM_START( m1gladh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-013", 0x0000, 0x010000, CRC(82ec8a3e) SHA1(345acb122433332ad2ebb549fe506315fbb5f7ad) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladh ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) // aka sa5-014 |
| 1086 | ROM_START( m1gladj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-028", 0x0000, 0x010000, CRC(023013f4) SHA1(f3a9304a82fbe38f28e22053e0c9bea54300f3fe) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladj ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1087 | ROM_START( m1gladk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-029", 0x0000, 0x010000, CRC(ead88e12) SHA1(d09aa8c28cb43487c88f162562c2c5a3fbe39368) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladk ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1088 | ROM_START( m1gladl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-205", 0x0000, 0x010000, CRC(d58e81ab) SHA1(2142b3cd6c3af1600ee6b26e77a7468e2074da3a) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladl ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1089 | ROM_START( m1gladm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-206", 0x0000, 0x010000, CRC(61365f78) SHA1(ed0f5d1b26446b8d146b9c1dd0cbc5828a2347e8) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladm ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1090 | ROM_START( m1gladn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-413", 0x0000, 0x010000, CRC(aa536516) SHA1(b5da5006e40635dda7b3dd317a31b4a7547b8cce) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladn ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1091 | ROM_START( m1glado ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-414", 0x0000, 0x010000, CRC(a64b3daf) SHA1(bb88cd1966fe74e063947c804f09b4909db2a50a) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glado ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1092 | ROM_START( m1gladp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-415", 0x0000, 0x010000, CRC(02607a5e) SHA1(d1ca5868738f76c0dbe2c5e3ce2cb28ee0356f20) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladp ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1093 | ROM_START( m1gladq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-416", 0x0000, 0x010000, CRC(b6d8a48d) SHA1(7b1d83f813224b591485a52d0407a449d37ad17b) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladq ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1094 | ROM_START( m1gladr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-417", 0x0000, 0x010000, CRC(843a5b96) SHA1(747b4a798fa9baf127dd1025b56a38e5a0368513) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladr ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1095 | ROM_START( m1glads ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-296", 0x0000, 0x010000, CRC(5e512df0) SHA1(5df8a4dea14892319d9af58644c8ce8c4456db9a) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glads ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1096 | ROM_START( m1gladt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-172", 0x0000, 0x010000, CRC(a9df5626) SHA1(bf872ea0ff26037bbf07408e66b57a74068fec90) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladt ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1097 | ROM_START( m1gladu ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-173", 0x0000, 0x010000, CRC(4137cbc0) SHA1(921c202d15578ae2deffba5a0b900a384389ed9e) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladu ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1098 | ROM_START( m1gladv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-456", 0x0000, 0x010000, CRC(a069d090) SHA1(a617ae1405dc538edda5a6cca4ffcb02e55fb915) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladv ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1099 | ROM_START( m1gladw ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-457", 0x0000, 0x010000, CRC(48814d76) SHA1(266b5ff6267c7a4d3868577dcbe846b71767ef45) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladw ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1100 | ROM_START( m1gladx ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-657", 0x0000, 0x010000, CRC(232adb67) SHA1(81181dc48532e134857ebe63cc770c205755c088) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladx ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1101 | ROM_START( m1glady ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-658", 0x0000, 0x010000, CRC(8502894b) SHA1(714b9c8085f19a518fd6a73daba0fdc17447dae5) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glady ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1102 | ROM_START( m1gladz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-640", 0x0000, 0x010000, CRC(5a1a3b23) SHA1(1ca9bc9b718df8d7bdf33044c05d90e7c60d0c73) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1gladz ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) // arcade |
| 1103 | ROM_START( m1glad0 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-009", 0x0000, 0x010000, CRC(90d4abe9) SHA1(db5992ed2314e36fce2624c414415fdda945b99b) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glad0 ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) // showcase |
| 1104 | ROM_START( m1glad1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-010", 0x0000, 0x010000, CRC(10425681) SHA1(bfb044a2815d50f10b8fa9eaf371db2a2954e9e2) ) m1_glad_sound ROM_END_M1A_MCU GAME( 199?, m1glad1 ,m1glad ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B) (set 29)",GAME_FLAGS ) // showcase |
| 1105 | |
| 1106 | /******************************************************************************************************************************************************************************************************* |
| 1107 | Super Pots |
| 1108 | ******************************************************************************************************************************************************************************************************/ |
| 1109 | |
| 1110 | #define m1_suppot_sound \ |
| 1111 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1112 | ROM_LOAD( "superpots.p1", 0x000000, 0x080000, CRC(a17067d7) SHA1(5fc774251ca13e9d97559b68e560a456c0c364a8) ) \ |
| 1113 | ROM_LOAD( "superpots.p2", 0x080000, 0x080000, CRC(4fa7759e) SHA1(7ba5099738ff3180eb9407b0772181c6cb6a81b8) ) \ |
| 1114 | |
| 1115 | ROM_START( m1suppot ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-186", 0x0000, 0x010000, CRC(dfd15d88) SHA1(f493dab30f2c83f32de7cb209d6ba4e4412589ba) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppot ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1116 | ROM_START( m1suppota ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-387", 0x0000, 0x010000, CRC(3fd18c6f) SHA1(9b2a1620bedb6e06009a36f7cfd491c024b36b7a) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppota ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1117 | ROM_START( m1suppotb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-388", 0x0000, 0x010000, CRC(99f9de43) SHA1(db0309cce34333d8cc8750c264d613a0ca316cc4) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotb ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1118 | ROM_START( m1suppotc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-444", 0x0000, 0x010000, CRC(6f3d11f5) SHA1(c0309436da11cd40ca012d18c2e519b9881ba698) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotc ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1119 | ROM_START( m1suppotd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-445", 0x0000, 0x010000, CRC(87d58c13) SHA1(ae80a217bc5cd566ceca675948f68976e22538aa) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotd ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1120 | ROM_START( m1suppote ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-484", 0x0000, 0x010000, CRC(11e7c53d) SHA1(1ab6734991b3b4dfe5191c343e68cd37b68aad93) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppote ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1121 | ROM_START( m1suppotf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-485", 0x0000, 0x010000, CRC(f90f58db) SHA1(669ad193b826fe299db79391a1f12cca8c2be633) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotf ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1122 | ROM_START( m1suppotg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-637", 0x0000, 0x010000, CRC(8f5992bd) SHA1(e70e090cf05d032660675652ca7d49e2d7ea64ce) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotg ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1123 | ROM_START( m1suppoti ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-077", 0x0000, 0x010000, CRC(127eb82c) SHA1(8d707851dada7ad346a43d9f02f002e535748913) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppoti ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1124 | ROM_START( m1suppotj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-080", 0x0000, 0x010000, CRC(39cc4532) SHA1(ccb653e0d7003c56d892e6344ef0f0d861b3fb3b) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotj ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1125 | ROM_START( m1suppotk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-081", 0x0000, 0x010000, CRC(d124d8d4) SHA1(382f617a2bf258d5dec1fbefd3bd1590b1af3f4f) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotk ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1126 | ROM_START( m1suppotl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-276", 0x0000, 0x010000, CRC(16d22156) SHA1(b2e8fa3409bbd011052f4c28a54da02b00e0e319) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotl ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1127 | ROM_START( m1suppotm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-277", 0x0000, 0x010000, CRC(fe3abcb0) SHA1(852e1f96750ce6b8fd709c0625090bbb4965c1c5) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotm ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1128 | ROM_START( m1suppotn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spot5.8", 0x0000, 0x010000, CRC(35fdbd92) SHA1(3079a469be9f492af547dc239c6f5e98574b9156) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotn ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1129 | ROM_START( m1suppoto ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spot510", 0x0000, 0x010000, CRC(65273ae9) SHA1(9379784d65294c5df2f251db4bff84411ea6b1f9) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppoto ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1130 | ROM_START( m1suppotp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spot58", 0x0000, 0x010000, CRC(34be587e) SHA1(fa8578dec31bb25b89949f7425f5850210c89488) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotp ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1131 | ROM_START( m1suppotq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spot5p8c.bin", 0x0000, 0x010000, CRC(ee41f99d) SHA1(52998c9fe6bc1839201c3269ce595df5d0b9468d) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotq ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1132 | ROM_START( m1suppotr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spots10", 0x0000, 0x010000, CRC(50565cc1) SHA1(c8a3c7daccb027583af6434c863a348aecf4a185) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotr ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1133 | ROM_START( m1suppots ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("superpots", 0x0000, 0x010000, CRC(fa9625ca) SHA1(1f38f25db2937cb4270193f127772133367d644f) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppots ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1134 | ROM_START( m1suppott ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("superpots8pnd.bin", 0x0000, 0x010000, CRC(6b69835b) SHA1(7648c63d2a5ea05a4d3d7600e7310c116b1b58d1) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppott ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1135 | ROM_START( m1suppotu ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15spsfo", 0x0000, 0x020000, CRC(e09b2b09) SHA1(1d6183dcea7e99a8018d1ef1651488f65fe61858) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotu ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1136 | ROM_START( m1suppotv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-019", 0x0000, 0x020000, CRC(bdd89816) SHA1(cd1c730c99e526bc3a8ac177a9076aa5c072008d) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotv ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1137 | ROM_START( m1suppotw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-020", 0x0000, 0x020000, CRC(e6716af0) SHA1(881a608ba3c948d208db8ac0e55e6d972fc948a1) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotw ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1138 | ROM_START( m1suppotx ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-021", 0x0000, 0x020000, CRC(9f56a6d8) SHA1(4831dec2bcaf1c1889a554dff1d36f77d3b52417) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotx ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1139 | ROM_START( m1suppoty ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-022", 0x0000, 0x020000, CRC(8c919d8e) SHA1(7aa7e9ca69bbff93a4a6678e76239c58e392bde6) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppoty ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1140 | ROM_START( m1suppotz ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-206", 0x0000, 0x020000, CRC(f91b0dbd) SHA1(47865a675ddeaae3c8ec9ec5f0d81294320a0cf8) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppotz ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 1141 | ROM_START( m1suppot0 ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-207", 0x0000, 0x020000, CRC(a95af301) SHA1(e428fac9f10a10eba72839b83d4c4966cb4fb792) ) m1_suppot_sound ROM_END_M1A_MCU GAME( 199?, m1suppot0 ,m1suppot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 1142 | |
| 1143 | /******************************************************************************************************************************************************************************************************* |
| 1144 | Trivial Pursuit |
| 1145 | ******************************************************************************************************************************************************************************************************/ |
| 1146 | |
| 1147 | #define m1_trivia_sound \ |
| 1148 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1149 | ROM_LOAD( "trivpusuit.p1", 0x000000, 0x080000, CRC(3c4b4e2c) SHA1(db570035a3b9b7587501f342c80ec52cb1a79b49) ) \ |
| 1150 | ROM_LOAD( "trivpusuit.p2", 0x080000, 0x080000, CRC(5a9808c1) SHA1(29c011ee2dc3e8bc87cb4c5ded61dfa3fdb9d7f7) ) \ |
| 1151 | |
| 1152 | ROM_START( m1trivia ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-297", 0x0000, 0x010000, CRC(b7a20f4d) SHA1(4b619f1ff26226304d86f69cfbf9d8e264af93b7) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1trivia ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1153 | ROM_START( m1triviaa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-298", 0x0000, 0x010000, CRC(118a5d61) SHA1(41202c92710c5a9b2cbaea56e69a75366b6e3537) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaa ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1154 | ROM_START( m1triviab ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-503", 0x0000, 0x010000, CRC(56c8ee8e) SHA1(c1c0b9df26fecdca066cab2b4d7dadd9df8dbc2f) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviab ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1155 | ROM_START( m1triviac ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-505", 0x0000, 0x010000, CRC(3e7a3908) SHA1(a7a074db9e1c7101ec264d18450099e7b4718c26) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviac ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1156 | ROM_START( m1triviad ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-506", 0x0000, 0x010000, CRC(b9a7f407) SHA1(d57d75b1397efbc7dd76ef451247a1ae54287ea0) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviad ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1157 | ROM_START( m1triviae ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-507", 0x0000, 0x010000, CRC(514f69e1) SHA1(70c49c89a4a7c983aabae4f68e6d7a2f02b56f04) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviae ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1158 | ROM_START( m1triviaf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-747", 0x0000, 0x010000, CRC(d63ed4e3) SHA1(10fde5f826c3d3f9aa38f579590fe0f18001cb17) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaf ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1159 | ROM_START( m1triviag ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-748", 0x0000, 0x010000, CRC(701686cf) SHA1(68b2a48d895cda209091a1d6532342d183cc9f7d) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviag ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1160 | ROM_START( m1triviah ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-046", 0x0000, 0x010000, CRC(bd9d2a7f) SHA1(ec44f3867f36e9e2df786dd7a4e6a9babdbddabb) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviah ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1161 | ROM_START( m1triviai ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-047", 0x0000, 0x010000, CRC(5575b799) SHA1(1dd3240fb9d2a899a0a7baeb2c13fc03c1d2b77f) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviai ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1162 | ROM_START( m1triviaj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-100", 0x0000, 0x010000, CRC(caee1715) SHA1(a7d6758333778d77d48eaa1bf7a1cf36431ca60a) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaj ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1163 | ROM_START( m1triviak ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-101", 0x0000, 0x010000, CRC(22068af3) SHA1(35f918207e38bfe3aa6ddcc544d7977689be88a7) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviak ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1164 | ROM_START( m1trivial ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-212", 0x0000, 0x010000, CRC(130c355c) SHA1(f7a1bc3e37f331cb5fecd45c759a19284bd292f8) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1trivial ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1165 | ROM_START( m1trivian ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-214", 0x0000, 0x010000, CRC(afa24e79) SHA1(e7a1e39c1060f590ee57dc7cdbb7a28a2399e573) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1trivian ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1166 | ROM_START( m1triviap ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv15f", 0x0000, 0x010000, CRC(474ad39f) SHA1(6f7f38baebaa8c30d851eb57a63cc6902e72b36f) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviap ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1167 | ROM_START( m1triviaq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv15r", 0x0000, 0x010000, CRC(fbe4a8ba) SHA1(ba762079d5839397a95d9be43ef2f982228a9867) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaq ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1168 | ROM_START( m1triviar ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv5.10", 0x0000, 0x010000, CRC(9e838f82) SHA1(a51eb0c6d09fb68fea517caa73394f816c822693) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviar ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1169 | ROM_START( m1trivias ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv510", 0x0000, 0x010000, CRC(f98413b2) SHA1(472ec2c68239d408194ca5a8760cb1336a9a9170) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1trivias ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1170 | ROM_START( m1triviat ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv55", 0x0000, 0x010000, CRC(7e0affb2) SHA1(7611f288c766af8b6513b0788b87080b194e80a2) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviat ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1171 | ROM_START( m1triviau ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv58", 0x0000, 0x010000, CRC(a914852b) SHA1(1eaf9eab53369c4a764b77edb5133989157f9805) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviau ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1172 | ROM_START( m1triviav ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("triv5p8c.bin", 0x0000, 0x010000, CRC(ba452893) SHA1(2846af229ca43240ead9c2a8433ca2b4c5ffe1bc) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviav ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1173 | ROM_START( m1triviaw ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("trivp10", 0x0000, 0x010000, CRC(b9bf4ed4) SHA1(80e423d9e893fe1cbdac23903f5d90c9ba7d0fca) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaw ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1174 | ROM_START( m1triviax ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("trivpgame.bin", 0x0000, 0x010000, CRC(be207368) SHA1(d7dddde544b28b0be7b5a02289e50ae50efb78c5) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviax ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1175 | ROM_START( m1triviay ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("trivpgame10", 0x0000, 0x010000, CRC(d692a4ee) SHA1(3d3081d02456c994be4fc3f7f4d2e8cc40985c8d) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviay ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1176 | ROM_START( m1triviaz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("trivtest", 0x0000, 0x010000, CRC(c73821df) SHA1(ec32dcfe87905f0f676b65561213afb591ac21a6) ) m1_trivia_sound ROM_END_M1A_MCU GAME( 199?, m1triviaz ,m1trivia ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 1177 | |
| 1178 | /******************************************************************************************************************************************************************************************************* |
| 1179 | Money Money Money |
| 1180 | ******************************************************************************************************************************************************************************************************/ |
| 1181 | |
| 1182 | #define m1_monmon_sound \ |
| 1183 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1184 | ROM_LOAD( "mmm.p1", 0x000000, 0x080000, CRC(687ccf90) SHA1(cd3fd5994b7809aa267eff419a54fddb38675947) ) \ |
| 1185 | ROM_LOAD( "mmm.p2", 0x080000, 0x080000, CRC(da5a7d93) SHA1(107659124fabc2d8d7f91d8fe6d0e7d9d00bf2cb) ) \ |
| 1186 | |
| 1187 | ROM_START( m1monmon ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mmm.bin", 0x0000, 0x020000, CRC(3b4eef7f) SHA1(4ad32a92eb2f31c1cefb1cf86f558dff3e8328bb) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmon ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1188 | ROM_START( m1monmona ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mmm10v", 0x0000, 0x020000, CRC(da39e2f8) SHA1(8e289d2fcfb5455e3ec14f98e9f918e074964a8c) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmona ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1189 | ROM_START( m1monmonb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mmm55", 0x0000, 0x020000, CRC(f5506f09) SHA1(e4664a09f1a09f23363c07812cce93e9ac1acea4) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonb ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1190 | ROM_START( m1monmonc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mmm5p815.bin", 0x0000, 0x020000, CRC(34d8eeb5) SHA1(d9202de6b2a291a055763e669c08e4b2b02c1e88) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonc ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1191 | ROM_START( m1monmond ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("money510", 0x0000, 0x020000, CRC(ad61d45d) SHA1(4b66d5a2a33ffa62e6fb763ef4f2bfda2832a10e) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmond ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1192 | ROM_START( m1monmone ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-480", 0x0000, 0x020000, CRC(d10e676a) SHA1(a84252fdd78a982f16dc95caedf935ad6e6b109d) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmone ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1193 | ROM_START( m1monmonf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-481", 0x0000, 0x020000, CRC(814f99d6) SHA1(9d12439da761955c7e968e99bcb6ddf5ed770211) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonf ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1194 | ROM_START( m1monmong ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-590", 0x0000, 0x020000, CRC(8ff74ac1) SHA1(fec7b4d6b923ebcde406bb2b943cc6b162eda90c) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmong ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1195 | ROM_START( m1monmonh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-591", 0x0000, 0x020000, CRC(dfb6b47d) SHA1(ced1072695c873872cc663a1e567bfe9e01f7a9e) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonh ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1196 | ROM_START( m1monmoni ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-300", 0x0000, 0x020000, CRC(acb52668) SHA1(5513860fcf8be181159d77678c1fc710357c91a2) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmoni ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1197 | ROM_START( m1monmonj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-301", 0x0000, 0x020000, CRC(fcf4d8d4) SHA1(384ed15b73bdd019bef56301774e18a688632f46) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonj ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1198 | ROM_START( m1monmonk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-079", 0x0000, 0x020000, CRC(6b0f11c3) SHA1(290aa27939c204a79b3f708d2c13d98a3a099a85) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonk ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1199 | ROM_START( m1monmonl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-086", 0x0000, 0x020000, CRC(a8526a02) SHA1(6f5e38c63d8c44df7e227e4014b89d05cfb8d3c0) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonl ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1200 | ROM_START( m1monmonm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-087", 0x0000, 0x020000, CRC(f81394be) SHA1(d34d3a90f768cf3051e33939b8a5f9ff4a4029fc) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonm ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1201 | ROM_START( m1monmonn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-126", 0x0000, 0x020000, CRC(80e7bd56) SHA1(ee6fb3c9abf709e79d62ede086a1c7884a55faaa) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonn ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1202 | ROM_START( m1monmono ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-127", 0x0000, 0x020000, CRC(d0a643ea) SHA1(e0e96811dd4de29b2ecef09d95881fd967e74a89) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmono ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1203 | ROM_START( m1monmonp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-128", 0x0000, 0x020000, CRC(5109340d) SHA1(67e46edc3c98d514ef72ca5eb3e7cb5ec52c9703) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonp ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1204 | ROM_START( m1monmonq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-129", 0x0000, 0x020000, CRC(0148cab1) SHA1(b6d9161bb41a3e15023caee1ad7c2ee75f8759dc) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonq ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1205 | ROM_START( m1monmonr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-218", 0x0000, 0x020000, CRC(146dbd3a) SHA1(89c00f69877fad4bf943812d167f436f9a9d797a) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonr ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1206 | ROM_START( m1monmons ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-219", 0x0000, 0x020000, CRC(442c4386) SHA1(c610e1d8da1a55b6ccb618dce00db55ee8cfe039) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmons ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1207 | ROM_START( m1monmont ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-220", 0x0000, 0x020000, CRC(30b0ccbb) SHA1(c9ea32c6ff95e3d5f21650b824402457df7269a5) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmont ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1208 | ROM_START( m1monmonu ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-221", 0x0000, 0x020000, CRC(60f13207) SHA1(6cdd8a23e4b53f820a3b72dc728315b91193a786) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonu ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1209 | ROM_START( m1monmonv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-015", 0x0000, 0x020000, CRC(a20db239) SHA1(437967107c18d647539eeabe17157dfcc9ab64a7) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonv ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1210 | ROM_START( m1monmonw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-016", 0x0000, 0x020000, CRC(b1ca896f) SHA1(782ca31e42e8b0c2f2b1b792ec21c859ed3cf7d2) ) m1_monmon_sound ROM_END_M1A_MCU GAME( 199?, m1monmonw ,m1monmon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1211 | |
| 1212 | /******************************************************************************************************************************************************************************************************* |
| 1213 | James Bond |
| 1214 | ******************************************************************************************************************************************************************************************************/ |
| 1215 | |
| 1216 | #define m1_jbond_sound \ |
| 1217 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1218 | /* missing or different sound system? */ \ |
| 1219 | |
| 1220 | ROM_START( m1jbond ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("jbnd2010", 0x0000, 0x010000, CRC(8a41f5c0) SHA1(f52187b04a9b0103495e93eac16b75789012e072) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbond ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1221 | ROM_START( m1jbonda ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-605", 0x0000, 0x010000, CRC(a0882696) SHA1(ae2055b7dbf5644408c21e799a4a2d5355617e0a) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbonda ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1222 | ROM_START( m1jbondb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-606", 0x0000, 0x010000, CRC(1430f845) SHA1(687d54958db78c0da499e58814d916500e6d426e) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondb ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1223 | ROM_START( m1jbondc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-616", 0x0000, 0x010000, CRC(f02e862a) SHA1(2ad751d627f612eeb55f571677f325aaeb778242) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondc ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1224 | ROM_START( m1jbondd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-617", 0x0000, 0x010000, CRC(18c61bcc) SHA1(28ad6724478f6f613b79be8328b7bbfb99349a48) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondd ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1225 | ROM_START( m1jbonde ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-619", 0x0000, 0x010000, CRC(0f1294f8) SHA1(8938e1deb9aab3357ec3d32db7d1a673113c4227) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbonde ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1226 | ROM_START( m1jbondf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-641", 0x0000, 0x010000, CRC(6a31fa0c) SHA1(65e1a14d0e196148329cc7b6d5cf349a47556c42) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondf ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1227 | ROM_START( m1jbondg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-642", 0x0000, 0x010000, CRC(de8924df) SHA1(80dcde1915d1e6ffc7a6eb057f8267af783f7d66) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondg ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1228 | ROM_START( m1jbondh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-096", 0x0000, 0x010000, CRC(ab3e4077) SHA1(17548f1187cb9cea723fb2273cea9600b10a937e) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondh ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1229 | ROM_START( m1jbondi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-449", 0x0000, 0x010000, CRC(e8f06923) SHA1(581f33248be2f3f9e3897a1e9d4c6eaf6deda177) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondi ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1230 | ROM_START( m1jbondj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-450", 0x0000, 0x010000, CRC(6866944b) SHA1(76ac204be81c8e5c97e5d119666e44b306cb121a) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondj ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1231 | ROM_START( m1jbondk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-451", 0x0000, 0x010000, CRC(28945984) SHA1(416209cd1e4a26ee027dd89f97e122576405bc1d) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondk ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1232 | ROM_START( m1jbondl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-452", 0x0000, 0x010000, CRC(9c2c8757) SHA1(26040a81a6ea28126b8095a77b384939fe3227af) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondl ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1233 | ROM_START( m1jbondm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-453", 0x0000, 0x010000, CRC(0504d0ec) SHA1(766825a3afa187204b5a3f26b5e95babd53617bf) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondm ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1234 | ROM_START( m1jbondn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-454", 0x0000, 0x010000, CRC(091c8855) SHA1(0fc76d25fa75a263c314b9a8c4bff88b4b4772f9) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondn ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1235 | ROM_START( m1jbondo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-299", 0x0000, 0x010000, CRC(aed2feb0) SHA1(007762818674379548643da01714251c7e442539) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondo ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1236 | ROM_START( m1jbondp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-300", 0x0000, 0x010000, CRC(e91c6be8) SHA1(7e53c55f60626cf574f5126d5c8b70b1c285f010) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondp ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1237 | ROM_START( m1jbondq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("jb10gbp-iom.bin", 0x0000, 0x010000, CRC(409e30fa) SHA1(028df19cbb7cc2fb48a6f935b6477f1a8871770f) ) m1_jbond_sound ROM_END_M1A_MCU GAME( 199?, m1jbondq ,m1jbond ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1238 | |
| 1239 | /******************************************************************************************************************************************************************************************************* |
| 1240 | Pink Panther |
| 1241 | ******************************************************************************************************************************************************************************************************/ |
| 1242 | |
| 1243 | #define m1_pinkp_sound \ |
| 1244 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1245 | ROM_LOAD("digi16.bin", 0x0000, 0x040000, CRC(ee8bc3ea) SHA1(b58fad236055db30a75bb12946e8ad76638865a0) ) \ |
| 1246 | |
| 1247 | ROM_START( m1pinkp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pink2010", 0x0000, 0x010000, CRC(a098952f) SHA1(d62351d16aa6f34b20774dd6f38ffdada09b49be) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkp ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1248 | ROM_START( m1pinkpa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pink58c", 0x0000, 0x010000, CRC(fb0ee333) SHA1(3af5362486de70971f606dd914f8e658015dcf82) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpa ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1249 | ROM_START( m1pinkpb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pink5p5bin", 0x0000, 0x010000, CRC(97f6cda4) SHA1(338362a2dc0538feea08c98c27af2aec1ec46c08) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpb ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1250 | ROM_START( m1pinkpc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkp.bin", 0x0000, 0x010000, CRC(659d8067) SHA1(86cdeab73dd610dc9a0c69b95e74cf2d9bb36830) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpc ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1251 | ROM_START( m1pinkpd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkp206", 0x0000, 0x010000, CRC(baf9dbe2) SHA1(5293294abd0713aff969012d818dd6e8b637b74a) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpd ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1252 | ROM_START( m1pinkpe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkp8s", 0x0000, 0x010000, CRC(aaf4c565) SHA1(e2d04852e3700b3d19e5245aec2ce57725c728cb) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpe ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1253 | ROM_START( m1pinkpf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkpanther8key20p.bin", 0x0000, 0x010000, CRC(6888e768) SHA1(8b1f076ad6905367956097f7ac2ca3d49a3ed97f) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpf ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1254 | ROM_START( m1pinkpg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ppanthersa3-026 nd.bin", 0x0000, 0x010000, CRC(189bc301) SHA1(2b9a190e3b5e008b291d0f4b14fa5874c6f867c4) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpg ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1255 | ROM_START( m1pinkph ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-122.bin", 0x0000, 0x010000, CRC(3bc43552) SHA1(a8c6f314de3148b1b75fb89816e26ac07ee2ef93) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkph ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1256 | ROM_START( m1pinkpi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-123.bin", 0x0000, 0x010000, CRC(d32ca8b4) SHA1(ebf64436e10f9eb40b938f55845b82e70753fef4) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpi ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1257 | ROM_START( m1pinkpj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-060.bin", 0x0000, 0x010000, CRC(bae6af78) SHA1(2ac64db6cbbf41314787db0c6a14666d0a16aa63) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpj ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1258 | ROM_START( m1pinkpk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-137.bin", 0x0000, 0x010000, CRC(64a22d91) SHA1(e1d08950da85bf5e1146633d53ab8149d639c3e1) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpk ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1259 | ROM_START( m1pinkpl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-139", 0x0000, 0x010000, CRC(e7a170dc) SHA1(120b136b54401755a8ef169ec9f2a510a9b01899) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpl ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1260 | ROM_START( m1pinkpm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-140", 0x0000, 0x010000, CRC(8701fb2d) SHA1(003f24baa72d56eae9027af557592ccf8c150fa2) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpm ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1261 | ROM_START( m1pinkpn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-612", 0x0000, 0x010000, CRC(d7d4e529) SHA1(f41bf31b68421010d6ab507da250e8eefdda2376) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpn ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1262 | ROM_START( m1pinkpo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-613", 0x0000, 0x010000, CRC(3f3c78cf) SHA1(bf2c84bf81c0bd9d32a2c3ca3eef132efed6baea) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpo ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1263 | ROM_START( m1pinkpp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-614", 0x0000, 0x010000, CRC(632e1f05) SHA1(1fbae16a0addc8baf10f6332860bb98a56b0e94a) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpp ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1264 | ROM_START( m1pinkpq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-615", 0x0000, 0x010000, CRC(8bc682e3) SHA1(39f2eb7e4e9c36f64b0efe2b347f93638d9b6e09) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpq ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1265 | ROM_START( m1pinkpr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ppix6___.281", 0x0000, 0x010000, CRC(386c7d02) SHA1(67a52332a76d82909455174cce5067469654ccd0) ) m1_pinkp_sound ROM_END_M1A_MCU GAME( 199?, m1pinkpr ,m1pinkp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1266 | |
| 1267 | /******************************************************************************************************************************************************************************************************* |
| 1268 | Nudge Banker |
| 1269 | ******************************************************************************************************************************************************************************************************/ |
| 1270 | |
| 1271 | #define m1_nudbnk_sound \ |
| 1272 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1273 | ROM_LOAD( "nbanu2", 0x000000, 0x080000, CRC(4d5ef011) SHA1(f19ae0b958f08ccd9a40e91719e096bad1ae1d0e) ) \ |
| 1274 | ROM_LOAD( "nbanu3", 0x080000, 0x080000, CRC(c2ea4a53) SHA1(74b6144f22903565ac3526c235a75bd85fe49256) ) \ |
| 1275 | |
| 1276 | ROM_START( m1nudbnk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("naban510", 0x0000, 0x020000, CRC(70c25167) SHA1(8aeeaecbc9fdf44bef6d4bf32ab3c36050c6d812) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnk ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1277 | ROM_START( m1nudbnka ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("nban55", 0x0000, 0x020000, CRC(a2d7b81c) SHA1(4ecd0f56ff6e043d1cff3c9a2baf0ebec2bf20d2) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnka ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1278 | ROM_START( m1nudbnkb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15nbro", 0x0000, 0x020000, CRC(fff4b810) SHA1(0dc941d54853eb9c3e26210e1f4032d7a6de3dc6) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkb ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1279 | ROM_START( m1nudbnkc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-436", 0x0000, 0x020000, CRC(1566d056) SHA1(4ea5927e1f5fb5d58072e1618d6988eab2fd6158) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkc ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1280 | ROM_START( m1nudbnkd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-437", 0x0000, 0x020000, CRC(45272eea) SHA1(903eaa4ee405b66a1b81b770935fcd24e25b8b85) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkd ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1281 | ROM_START( m1nudbnke ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-533", 0x0000, 0x020000, CRC(db4115b0) SHA1(19e92c0e3b1e63e8eef2b92b8baba84c6531e99a) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnke ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1282 | ROM_START( m1nudbnkf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-534", 0x0000, 0x020000, CRC(4f8ba532) SHA1(6e24c304b2ef3c7a0207f4a471e540aff3595313) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkf ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1283 | ROM_START( m1nudbnkg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-470", 0x0000, 0x020000, CRC(bc0e16e5) SHA1(6223c4f5cd2c1dc8469dacc75874b31d178468fb) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkg ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1284 | ROM_START( m1nudbnkh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-471", 0x0000, 0x020000, CRC(ec4fe859) SHA1(425cccdf88ade50cab3f9ab8b463cb139de4cb5b) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkh ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1285 | ROM_START( m1nudbnki ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-172", 0x0000, 0x020000, CRC(306783a9) SHA1(ab9675ba48e4d72f313c115970c3fd6789415662) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnki ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1286 | ROM_START( m1nudbnkj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-173", 0x0000, 0x020000, CRC(60267d15) SHA1(312290db2c35c8cdc2ba3495d72614fb736834e2) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkj ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1287 | ROM_START( m1nudbnkk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-011", 0x0000, 0x020000, CRC(e170f4ed) SHA1(525a12187918c9a8bc8040c8dfde9007264da708) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkk ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1288 | ROM_START( m1nudbnkl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-012", 0x0000, 0x020000, CRC(f2b7cfbb) SHA1(0d0be0438679f3955b6f1f96d536279028f71b60) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkl ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1289 | ROM_START( m1nudbnkm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-013", 0x0000, 0x020000, CRC(92de377e) SHA1(3ebf9a81fb709df84221d9a9f7dcc2eb9bfb188f) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkm ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1290 | ROM_START( m1nudbnkn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-014", 0x0000, 0x020000, CRC(061487fc) SHA1(db80449154d1add4af6e78416d25fc4dd60916c0) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkn ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1291 | ROM_START( m1nudbnko ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-525", 0x0000, 0x010000, CRC(ccce8ada) SHA1(bed46cfd6f63685a5aaf013ce58b9c67b5e0bc26) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnko ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1292 | ROM_START( m1nudbnkp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-526", 0x0000, 0x010000, CRC(78765409) SHA1(d496406db10119963245bab06ef603231db151e8) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkp ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1293 | ROM_START( m1nudbnkq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-529", 0x0000, 0x010000, CRC(aba06cb3) SHA1(8944b48038fda54aecbab4e5420d425828d316d0) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkq ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1294 | ROM_START( m1nudbnkr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-530", 0x0000, 0x010000, CRC(2b3691db) SHA1(ecd730efc1c7308d4305dfebb446be37bbd1fd67) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkr ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1295 | ROM_START( m1nudbnks ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-531", 0x0000, 0x010000, CRC(e46334a0) SHA1(8bba3a9dc90465c8e5f4430c822457fb5aeba45e) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnks ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1296 | ROM_START( m1nudbnkt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-174", 0x0000, 0x010000, CRC(0aba9710) SHA1(53801823d65cb796112e24d1f2d98a85f4ea3adf) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkt ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1297 | ROM_START( m1nudbnku ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-175", 0x0000, 0x010000, CRC(e2520af6) SHA1(27a171b480586ac41262e16e365cadb29e8f9017) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnku ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1298 | ROM_START( m1nudbnkv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-532", 0x0000, 0x010000, CRC(50dbea73) SHA1(ff93858f53b6025b4396f2d7aa4e14dea3445129) ) m1_nudbnk_sound ROM_END_M1A_MCU GAME( 199?, m1nudbnkv ,m1nudbnk ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1299 | |
| 1300 | /******************************************************************************************************************************************************************************************************* |
| 1301 | Instant Win |
| 1302 | ******************************************************************************************************************************************************************************************************/ |
| 1303 | |
| 1304 | #define m1_inwin_sound \ |
| 1305 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1306 | ROM_LOAD( "iwsnd1.bin", 0x000000, 0x080000, CRC(7658063f) SHA1(89cb329dc792b6086e50c01aed7b483f941b4b27) ) \ |
| 1307 | ROM_LOAD( "iwsnd2.bin", 0x080000, 0x080000, CRC(c9708d5b) SHA1(fe01a351911e48a386c5ce9200a2ac28cf399e54) ) \ |
| 1308 | |
| 1309 | ROM_START( m1inwin ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("inst5.10", 0x0000, 0x010000, CRC(d45ccc7d) SHA1(333a5842ea77687d8281c553d709b533fd390f4c) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwin ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1310 | ROM_START( m1inwina ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("inst5.8", 0x0000, 0x010000, CRC(b780b52b) SHA1(feb0ed1dfabcf06f39f8dbf5d40c74db2e1695a3) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwina ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1311 | ROM_START( m1inwinb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("inst55", 0x0000, 0x010000, CRC(edac7794) SHA1(8045d36a17a8fe5fb4907598f6174f989ce30e5e) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinb ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1312 | ROM_START( m1inwinc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("instanwin.bin", 0x0000, 0x010000, CRC(c0773375) SHA1(2f0fd15d7fe997dc853aadf53192bdd9fb05e137) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinc ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1313 | ROM_START( m1inwine ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("its10", 0x0000, 0x010000, CRC(59690eff) SHA1(6d40a89f1cf1df46cfa832cfadd9883c0019ba9f) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwine ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1314 | ROM_START( m1inwinf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("iwin5p8c.bin", 0x0000, 0x010000, CRC(bff9750a) SHA1(121238a47fa6b70a5f1673dffd4ce300b4fa5b74) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinf ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1315 | ROM_START( m1inwinh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-316", 0x0000, 0x010000, CRC(bb7ff871) SHA1(f6205b40af696184c71c8ec4fea2295b51075288) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinh ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1316 | ROM_START( m1inwini ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-317", 0x0000, 0x010000, CRC(53976597) SHA1(3a45df120114c473da125eabbe2f6fbfaf3696bc) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwini ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1317 | ROM_START( m1inwinj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-318", 0x0000, 0x010000, CRC(511f804a) SHA1(e161735816131ca31c0386050c5394a124f53695) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinj ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1318 | ROM_START( m1inwink ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-319", 0x0000, 0x010000, CRC(b9f71dac) SHA1(d2f811b30e317dacd290ae8337349e5a92896078) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwink ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1319 | ROM_START( m1inwinl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-321", 0x0000, 0x010000, CRC(289fae93) SHA1(c4ab31995a895688e417b1ae93e190bf94aa2c7d) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinl ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1320 | ROM_START( m1inwinm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-089", 0x0000, 0x010000, CRC(5c516ecd) SHA1(185447031707afb0571b21e08119ae2c398c330a) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinm ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1321 | ROM_START( m1inwinn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-090", 0x0000, 0x010000, CRC(dcc793a5) SHA1(e0a908b212a194b751787ab13e47a232779406df) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinn ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1322 | ROM_START( m1inwino ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-190", 0x0000, 0x010000, CRC(953d570b) SHA1(a37dc929a310a2c30dccce2bf8e265c9557d2aa4) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwino ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1323 | ROM_START( m1inwinp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-191", 0x0000, 0x010000, CRC(7dd5caed) SHA1(db3d1e565bcb75a83558651e845a87342047c7cc) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinp ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1324 | ROM_START( m1inwinq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-256", 0x0000, 0x010000, CRC(cc4d8b81) SHA1(b8e522511c9371fd348b20001538c649bda77701) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinq ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1325 | ROM_START( m1inwinr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-257", 0x0000, 0x010000, CRC(24a51667) SHA1(edcc38c46f111ca906f220f67de800956206d054) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinr ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1326 | ROM_START( m1inwins ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-168", 0x0000, 0x010000, CRC(e2e751c9) SHA1(3c7702c62838d1a08754162e89660baf7d6fd8cd) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwins ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1327 | ROM_START( m1inwint ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-169", 0x0000, 0x010000, CRC(0a0fcc2f) SHA1(fd8595582ec279928ae297c7f61eaa1459cf355d) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwint ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1328 | ROM_START( m1inwinu ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-170", 0x0000, 0x010000, CRC(734df32c) SHA1(873137f9c998885251e59d27e2b3f11a935f2db0) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinu ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1329 | ROM_START( m1inwinv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-171", 0x0000, 0x010000, CRC(9ba56eca) SHA1(15d43e9fbb9ecd3541196507964ad00550843153) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinv ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1330 | ROM_START( m1inwinw ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-655", 0x0000, 0x010000, CRC(0244bdd7) SHA1(1e2a222645063cf9bf22f9b432757f994096a51c) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinw ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1331 | ROM_START( m1inwinx ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-656", 0x0000, 0x010000, CRC(b6fc6304) SHA1(ca6ecfbd16385db0292997fdc07924e222206c0d) ) m1_inwin_sound ROM_END_M1A_MCU GAME( 199?, m1inwinx ,m1inwin ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1332 | |
| 1333 | /******************************************************************************************************************************************************************************************************* |
| 1334 | Italian Job |
| 1335 | ******************************************************************************************************************************************************************************************************/ |
| 1336 | |
| 1337 | #define m1_itjob_sound \ |
| 1338 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1339 | ROM_LOAD( "digi141_1.bin", 0x000000, 0x080000, CRC(f90c7236) SHA1(5c8ebdf4ce40af04d96b64a47d9a01ea7dd40fa3) ) \ |
| 1340 | ROM_LOAD( "digi141_2.bin", 0x080000, 0x080000, CRC(dfe50779) SHA1(643d1f932a7f42ee26c9a26dde470c87a8e00fc3) ) \ |
| 1341 | /* which set of sound roms is correct, is one a club set? */ \ |
| 1342 | ROM_LOAD( "italianjob.p1", 0x000000, 0x080000, CRC(21d6e0bf) SHA1(431510606c1c7fb1f452fa44a974361437bfada1) ) \ |
| 1343 | ROM_LOAD( "italianjob.p2", 0x080000, 0x080000, CRC(ef58a68b) SHA1(f05215733fc47d6f33ab3b839b0dcc2bf7b12e7d) ) \ |
| 1344 | |
| 1345 | ROM_START( m1itjob ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ij5p810.bin", 0x0000, 0x020000, CRC(9596a49b) SHA1(67ab3a01f9e1522f8b8f53657b952e184ab07002) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjob ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1346 | ROM_START( m1itjobc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("it_job.bin", 0x0000, 0x020000, CRC(6fd00000) SHA1(bbdfb3af0d794207c27a6f9197706ae258806a75) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobc ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1347 | ROM_START( m1itjobd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("italianjob5.bin", 0x0000, 0x020000, CRC(aaf68bd6) SHA1(857eced307156032e7b35af25d58182d07ac4cd2) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobd ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1348 | ROM_START( m1itjobe ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-398", 0x0000, 0x020000, CRC(cc5a7b14) SHA1(0c48dd5294622c7edd8a3ac19e4d183b6c2d6770) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobe ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1349 | ROM_START( m1itjobf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-399", 0x0000, 0x020000, CRC(9c1b85a8) SHA1(a3a9887773fd87f439e11379f419566f9ef81467) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobf ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1350 | ROM_START( m1itjobg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-411", 0x0000, 0x020000, CRC(8b1e836a) SHA1(e9e7a64d9cf22db65c871b51e3d9de076eb847c6) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobg ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1351 | ROM_START( m1itjobh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-412", 0x0000, 0x020000, CRC(98d9b83c) SHA1(faee5b6dff454b154e35a653b579f60058ef8908) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobh ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1352 | ROM_START( m1itjobi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-413", 0x0000, 0x020000, CRC(665120b7) SHA1(b586a58d0a1175799e32bcbfc841e92b252ab315) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobi ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1353 | ROM_START( m1itjobj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-414", 0x0000, 0x020000, CRC(f29b9035) SHA1(01e5cb3de4d446827b1e1a671cf21d71b34689e6) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobj ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1354 | ROM_START( m1itjobk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-001", 0x0000, 0x020000, CRC(e88fcea5) SHA1(ab453071a6c3ff619e7e692e0c2da3472c5e58d0) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobk ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1355 | ROM_START( m1itjobl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-002", 0x0000, 0x020000, CRC(fb48f5f3) SHA1(de319699e9ee60706315fa423112dcaeb1f6fbfe) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobl ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1356 | ROM_START( m1itjobm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-234", 0x0000, 0x020000, CRC(7425ab48) SHA1(a42e19402588dc27d0c2a113be48ab5b6f7ccfb8) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobm ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1357 | ROM_START( m1itjobn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-235", 0x0000, 0x020000, CRC(246455f4) SHA1(f065c4357521e71cfad42690142f030c91f3571b) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobn ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1358 | ROM_START( m1itjobo ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-236", 0x0000, 0x020000, CRC(606ce1d2) SHA1(d694f640fe7c5028eff237f5bbb8b32364c558a8) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobo ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1359 | ROM_START( m1itjobp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-237", 0x0000, 0x020000, CRC(302d1f6e) SHA1(a458fecae1f09e4c56b4375fd77aa1c5ccb3dfb1) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobp ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1360 | ROM_START( m1itjobq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-266", 0x0000, 0x020000, CRC(f23250b4) SHA1(c464bbd3a396fa32bba7c3e16de4c9d12005a4dc) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobq ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1361 | ROM_START( m1itjobr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-267", 0x0000, 0x020000, CRC(a273ae08) SHA1(72876cb81e80e96e75758ce8317a1843947a431a) ) m1_itjob_sound ROM_END_M1A_MCU GAME( 199?, m1itjobr ,m1itjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1362 | |
| 1363 | /******************************************************************************************************************************************************************************************************* |
| 1364 | Fruit Explosion |
| 1365 | ******************************************************************************************************************************************************************************************************/ |
| 1366 | |
| 1367 | #define m1_frexpl_sound \ |
| 1368 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1369 | ROM_LOAD( "fexpsnd1.bin", 0x000000, 0x080000, CRC(68bb3788) SHA1(2e906d5ff597960ac0deeab0211a8eb0f0eba348) ) \ |
| 1370 | ROM_LOAD( "fexpsnd2.bin", 0x080000, 0x080000, CRC(db357b2f) SHA1(10dc9c2c616582e12c423e52caa3686f334dd9ad) ) \ |
| 1371 | |
| 1372 | ROM_START( m1frexpl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fex312v.bin", 0x0000, 0x020000, CRC(1a64fcce) SHA1(e38bcfeebf055a0a70d5ba228bbb15c53c90011e) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpl , 0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1373 | ROM_START( m1frexpla ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fex5p8ct.bin", 0x0000, 0x020000, CRC(3335e861) SHA1(3dcd835217d977991ed0e3a08ebb18d934dd9caa) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpla ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1374 | ROM_START( m1frexplc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fexp15f.bin", 0x0000, 0x020000, CRC(be6d81dc) SHA1(e6a3c38e1b231a3c31a5ff77c8c09f0ccde62138) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplc ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1375 | ROM_START( m1frexpld ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fexp15r.bin", 0x0000, 0x020000, CRC(a32b1fc1) SHA1(ace907e8eb75f8c311942df303e524f3df819c54) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpld ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1376 | ROM_START( m1frexple ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("frexp55", 0x0000, 0x020000, CRC(c91d2cca) SHA1(0b4ab76e66ce2ca3b7c14049e744966e8263f5d8) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexple ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1377 | ROM_START( m1frexplg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("fruitexpapollo-10p8.bin", 0x0000, 0x020000, CRC(fb52cf03) SHA1(32739e60c8a4b7641e959250b1d259ce653c86f5) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplg ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1378 | ROM_START( m1frexplh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-188", 0x0000, 0x020000, CRC(c202e087) SHA1(49e98cb1f764c2efe7312ee0f2c239e735559bd7) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplh ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1379 | ROM_START( m1frexpli ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-189", 0x0000, 0x020000, CRC(92431e3b) SHA1(cf35f864b73326b764c0111cab8164dee1d35f6c) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpli ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1380 | ROM_START( m1frexplj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-313", 0x0000, 0x020000, CRC(4a250272) SHA1(41f5a57fea8942562fa6a3d76d815d58ea09b657) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplj ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1381 | ROM_START( m1frexplk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-316", 0x0000, 0x020000, CRC(751e52ea) SHA1(4d248502c438bd0ba2d18073ba5c670a52699971) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplk ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1382 | ROM_START( m1frexpll ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-317", 0x0000, 0x020000, CRC(255fac56) SHA1(8b4960f760ff612ff334376851ddd5305ea24819) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpll ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1383 | ROM_START( m1frexplm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-318", 0x0000, 0x020000, CRC(faacab9f) SHA1(64e185ab4a58e60928287f4095c3654e39b21770) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplm ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1384 | ROM_START( m1frexpln ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-319", 0x0000, 0x020000, CRC(aaed5523) SHA1(4fed28bc17d3f59def1be220d6d4bc7464a6ea01) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpln ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1385 | ROM_START( m1frexplo ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-729", 0x0000, 0x020000, CRC(8c1caaf6) SHA1(e8d457e3d3d0c6b098e8e2967e2a04c1a7df508d) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplo ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1386 | ROM_START( m1frexplp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-730", 0x0000, 0x020000, CRC(f599b30d) SHA1(74af8da6858c0483513860723c04b7da1ca68588) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplp ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1387 | ROM_START( m1frexplq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-116", 0x0000, 0x020000, CRC(41bc3827) SHA1(ae6571619e3aee0bdabb3d975300f92bf379fbfa) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplq ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1388 | ROM_START( m1frexplr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-117", 0x0000, 0x020000, CRC(11fdc69b) SHA1(373ec69d3a5502b9ff8daec0500ddaf263afea5e) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplr ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1389 | ROM_START( m1frexpls ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-162", 0x0000, 0x020000, CRC(2623492b) SHA1(e6c701317100028eb7e542bfbbd4f03ff59d9df9) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexpls ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1390 | ROM_START( m1frexplt ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-163", 0x0000, 0x020000, CRC(7662b797) SHA1(137e3f812072e756d8ed3f5d3d6e3660cdcf8a34) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplt ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1391 | ROM_START( m1frexplu ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-255", 0x0000, 0x020000, CRC(f36ae17d) SHA1(e7f13281ebe2eb295a0d54a09d01945dfb02d025) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplu ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1392 | ROM_START( m1frexplv ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-257", 0x0000, 0x020000, CRC(ee2c7f60) SHA1(a66dc8e02d759868d0d723a1ed0082d0f26caa22) ) m1_frexpl_sound ROM_END_M1A_MCU GAME( 199?, m1frexplv ,m1frexpl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1393 | |
| 1394 | /******************************************************************************************************************************************************************************************************* |
| 1395 | The Guvnor |
| 1396 | ******************************************************************************************************************************************************************************************************/ |
| 1397 | |
| 1398 | #define m1_guvnor_sound \ |
| 1399 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1400 | ROM_LOAD( "dig1-036 snd u2.bin", 0x000000, 0x080000, CRC(ba0cec08) SHA1(03c009f0157000785931139107745df7df005227) ) \ |
| 1401 | ROM_LOAD( "dig1-036 snd u3.bin", 0x080000, 0x080000, CRC(2213e2e9) SHA1(b442f1af81326946df2bf4c7ea12c805d221f4f6) ) \ |
| 1402 | |
| 1403 | ROM_START( m1guvnor ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("guvnor-8.p1", 0x0000, 0x010000, CRC(b328a620) SHA1(47da578423c95c4bfe30c96b9cce357435f20376) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnor ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1404 | ROM_START( m1guvnora ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-386", 0x0000, 0x010000, CRC(912512fd) SHA1(4fc1591cfffa5de8501766092f425f8c39b353a5) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnora ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1405 | ROM_START( m1guvnorb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-548", 0x0000, 0x010000, CRC(b0a9bea6) SHA1(3ed5911e7d57deab662ec0c75c0b1f9b88970064) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorb ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1406 | ROM_START( m1guvnorc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-549", 0x0000, 0x010000, CRC(1b6a1ab4) SHA1(b940b2bda7cf83b61b18a7826b90ea58d8accecb) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorc ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1407 | ROM_START( m1guvnord ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-046", 0x0000, 0x010000, CRC(f3d0ca0c) SHA1(1e8af05e089782165b2da39ca3f2bb3c72a6813e) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnord ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1408 | ROM_START( m1guvnore ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-047", 0x0000, 0x010000, CRC(1b3857ea) SHA1(0116b5d29c703cad0c6ad53d7b56d2403e0b9c1a) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnore ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1409 | ROM_START( m1guvnorf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-350", 0x0000, 0x010000, CRC(b8fef43c) SHA1(a612d30c0c0bd1bb02abe01d1a599a37c16db3e0) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorf ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1410 | ROM_START( m1guvnorg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-351", 0x0000, 0x010000, CRC(1c41c115) SHA1(70874566b21a8845e3b870a96baf3bd8c252795e) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorg ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1411 | ROM_START( m1guvnorh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-352", 0x0000, 0x010000, CRC(42aebd6f) SHA1(86b7549e2d5f9faa6c83b8966e2360a5fe0fbda9) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorh ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1412 | ROM_START( m1guvnori ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-425", 0x0000, 0x010000, CRC(d0145d33) SHA1(c4fff32cd3ce4a6c88b081e12833d04ad0d647e9) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnori ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1413 | ROM_START( m1guvnorj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-426", 0x0000, 0x010000, CRC(64ac83e0) SHA1(590d230a5da803e3e3c5805da414a5b2be2aae43) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorj ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1414 | ROM_START( m1guvnork ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-457", 0x0000, 0x010000, CRC(e5291aa0) SHA1(c7e6ff169b6ecd0d8b4a60b4bf83caccfe5ce9bf) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnork ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1415 | ROM_START( m1guvnorl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-458", 0x0000, 0x010000, CRC(4301488c) SHA1(6c14e306033e1a8cfd6ed5c2f6db9eef20b84ce4) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorl ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1416 | ROM_START( m1guvnorm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-536", 0x0000, 0x010000, CRC(0ec98bad) SHA1(f1da45a9a2fa3f6bf505fd3bb9115176f0b38834) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorm ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1417 | ROM_START( m1guvnorn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-026", 0x0000, 0x010000, CRC(765055b9) SHA1(52112f8b1876ee36bc01c39a6219b98d1e749617) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorn ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1418 | ROM_START( m1guvnoro ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-124", 0x0000, 0x010000, CRC(42ca37b1) SHA1(0b4fd418fdb468ca3618e1ad81f955dd33099e50) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnoro ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1419 | ROM_START( m1guvnorp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-125", 0x0000, 0x010000, CRC(aa22aa57) SHA1(fb5216756d2996b34cbc6568d19fa31b8498cd24) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorp ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1420 | ROM_START( m1guvnorq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-212", 0x0000, 0x010000, CRC(63405fd0) SHA1(0e4fddb86bd0978e4d0facc954f1e67d7b4c0690) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorq ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1421 | ROM_START( m1guvnorr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-213", 0x0000, 0x010000, CRC(8ba8c236) SHA1(4855c31ef42ca854278c9fb22aa1ea9aba5a1302) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnorr ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1422 | ROM_START( m1guvnors ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-214", 0x0000, 0x010000, CRC(d801f442) SHA1(923e86f2ab0c8d30ad831690d57f257f4a7a49f5) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnors ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1423 | ROM_START( m1guvnort ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-215", 0x0000, 0x010000, CRC(bfb4cd16) SHA1(8129b75c7dd236a4053ed9af4af4410a7cd1bd0a) ) m1_guvnor_sound ROM_END_M1A_MCU GAME( 199?, m1guvnort ,m1guvnor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1424 | |
| 1425 | /******************************************************************************************************************************************************************************************************* |
| 1426 | Lucky Numbers |
| 1427 | ******************************************************************************************************************************************************************************************************/ |
| 1428 | |
| 1429 | #define m1_luckno_sound \ |
| 1430 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1431 | ROM_LOAD( "luckynumbersu2snd.bin", 0x000000, 0x080000, CRC(2c9216b2) SHA1(e6ebcc6fa6c5a88db592f21f07f4911edf2e4abc) ) \ |
| 1432 | ROM_LOAD( "luckynumbersu3snd.bin", 0x080000, 0x080000, CRC(958ac365) SHA1(c307d973601336e3eb8769b15920465de92547a3) ) \ |
| 1433 | |
| 1434 | ROM_START( m1luckno ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("l10.bin", 0x0000, 0x010000, CRC(296ae5eb) SHA1(7e1f78038a997ccb228ed23b5dba0c28e7aa1a22) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1luckno ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1435 | ROM_START( m1lucknoa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-267", 0x0000, 0x010000, CRC(503167ab) SHA1(3922499857314dac7c6f067892c20fdb1036ffcb) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoa ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1436 | ROM_START( m1lucknob ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-268", 0x0000, 0x010000, CRC(f6193587) SHA1(10eaae6e48862b97d868a275b7e996684d99836c) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknob ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1437 | ROM_START( m1lucknoc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-269", 0x0000, 0x010000, CRC(46b09c33) SHA1(3499d8f72f7eaa0ea0885518a4285a06e04cb08f) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoc ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1438 | ROM_START( m1lucknod ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-270", 0x0000, 0x010000, CRC(8e227559) SHA1(7bbab32442b9fd58135401716dbb58b80c945920) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknod ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1439 | ROM_START( m1lucknoe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-336", 0x0000, 0x010000, CRC(93e70cdc) SHA1(3653aea48f21a49ef331f9ea8ffa8f800214acca) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoe ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1440 | ROM_START( m1lucknof ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-337", 0x0000, 0x010000, CRC(7b0f913a) SHA1(c71d768e04062d56922c4bf4e54d231a99c4ff45) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknof ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1441 | ROM_START( m1lucknog ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-340", 0x0000, 0x010000, CRC(9ced04eb) SHA1(76e42a3efa26271c4c9051e4db15ea4cc382b485) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknog ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1442 | ROM_START( m1lucknoh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-341", 0x0000, 0x010000, CRC(7e6b3c8d) SHA1(b1f35d7ab19b1771172e628280121d933c7fd588) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoh ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1443 | ROM_START( m1lucknoi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-475", 0x0000, 0x010000, CRC(d16e3301) SHA1(3cd326af86b890607cc8038dbe048366620dde2d) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoi ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1444 | ROM_START( m1lucknoj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-476", 0x0000, 0x010000, CRC(65d6edd2) SHA1(f1f8f277621f39a78d216d048238c3b012e1dce4) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoj ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1445 | ROM_START( m1lucknok ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-477", 0x0000, 0x010000, CRC(f799b59d) SHA1(9ce3c6293f1881a7a7258f37dc9ec7aa4af9d482) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknok ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1446 | ROM_START( m1lucknol ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-478", 0x0000, 0x010000, CRC(330d86a4) SHA1(90d5378e1aadb4280861690e06466d04eb36c71a) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknol ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1447 | ROM_START( m1lucknom ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-498", 0x0000, 0x010000, CRC(2ab7c940) SHA1(444c6367248f20a26c0a9c9163944c229e4d2be9) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknom ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1448 | ROM_START( m1lucknon ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-242", 0x0000, 0x010000, CRC(d345ed17) SHA1(6199004af81d5507c7e0ea4e816b0d0609e7ad1b) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknon ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1449 | ROM_START( m1lucknoo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-243", 0x0000, 0x010000, CRC(3bad70f1) SHA1(09d2c933ee0289f7c77853f5e2b9707dde660519) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoo ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1450 | ROM_START( m1lucknop ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-260", 0x0000, 0x010000, CRC(c0274b19) SHA1(896a40db5e379c5cb4a971129ef994c74b30f25d) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknop ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1451 | ROM_START( m1lucknoq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-261", 0x0000, 0x010000, CRC(f51baa62) SHA1(efaa1f3be41edc86ade9e02710592bc352162812) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknoq ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1452 | ROM_START( m1lucknor ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-515", 0x0000, 0x010000, CRC(444ef475) SHA1(86343d0a8e51f196f7ddb3652cbd4fda6c9fabc1) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknor ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1453 | ROM_START( m1lucknos ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-516", 0x0000, 0x010000, CRC(f0f62aa6) SHA1(b78a3aa39c812fcbbdfddd14da37cfa59dac905f) ) m1_luckno_sound ROM_END_M1A_MCU GAME( 199?, m1lucknos ,m1luckno ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1454 | |
| 1455 | /******************************************************************************************************************************************************************************************************* |
| 1456 | Noel's House Party |
| 1457 | ******************************************************************************************************************************************************************************************************/ |
| 1458 | |
| 1459 | #define m1_nhp_sound \ |
| 1460 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1461 | ROM_LOAD( "noelshouseparty.p1", 0x000000, 0x080000, CRC(aa8e62e4) SHA1(719cb6d5c2b3ffca3952c01e143f6096207b2520) ) \ |
| 1462 | ROM_LOAD( "noelshouseparty.p2", 0x080000, 0x080000, CRC(e8a06839) SHA1(7452f48355c64e0424879d53d87fa523953eec0a) ) \ |
| 1463 | |
| 1464 | ROM_START( m1nhp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("nhp.bin", 0x0000, 0x010000, CRC(b747e835) SHA1(98faaff432182adaf8ae7249187ac0e81bfe10d8) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhp ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1465 | ROM_START( m1nhpa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("noel10", 0x0000, 0x010000, CRC(84ad7b31) SHA1(e350a1806c05215e0a60f8dc724345b6b1a0be12) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpa ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1466 | ROM_START( m1nhpb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-216", 0x0000, 0x010000, CRC(46e9e772) SHA1(098c23b8676b53dce6087c7812eb45a31e1cad0d) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpb ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1467 | ROM_START( m1nhpc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-217", 0x0000, 0x010000, CRC(ae017a94) SHA1(66358ddcc01a508c724e8323236fa6d4466776ba) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpc ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1468 | ROM_START( m1nhpd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-218", 0x0000, 0x010000, CRC(d8b49c71) SHA1(fa19b503f036490321786ee229502f2506aaaf3f) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpd ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1469 | ROM_START( m1nhpe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-219", 0x0000, 0x010000, CRC(305c0197) SHA1(db47abc5036df1ea85a9ef1516976762be82ca9e) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpe ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1470 | ROM_START( m1nhpf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-243", 0x0000, 0x010000, CRC(5faf75d3) SHA1(bc6f2bf5d5da15d330298d4094ec088f4ba8ae32) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpf ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1471 | ROM_START( m1nhpg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-366", 0x0000, 0x010000, CRC(1e2d92d3) SHA1(467b49234f4498a5ab2fc01bcf9d4982234e36cb) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpg ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1472 | ROM_START( m1nhph ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-367", 0x0000, 0x010000, CRC(f6c50f35) SHA1(4c7b6f85429212946d6ccab27e77214b52f458f5) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhph ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1473 | ROM_START( m1nhpi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-368", 0x0000, 0x010000, CRC(7b64a929) SHA1(4de9951a76a8fa7e858efe40fa202e5d6eebdce3) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpi ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1474 | ROM_START( m1nhpj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-369", 0x0000, 0x010000, CRC(938c34cf) SHA1(ecff6c8b20fba39301d1d137767ffcdcbbc7f2e1) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpj ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1475 | ROM_START( m1nhpk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-371", 0x0000, 0x010000, CRC(f7ce27b5) SHA1(859176f0e5d6b2c839293b9542df9abf5790e2d7) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpk ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1476 | ROM_START( m1nhpl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-628", 0x0000, 0x010000, CRC(afbc389c) SHA1(d19b7b82e54dd7e846a8f1255d6d8de298f71b31) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpl ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1477 | ROM_START( m1nhpm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-629", 0x0000, 0x010000, CRC(4754a57a) SHA1(759b9b527f5bade7abf8079fb61c77690af94e92) ) m1_nhp_sound ROM_END_M1A_MCU GAME( 199?, m1nhpm ,m1nhp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1478 | |
| 1479 | /******************************************************************************************************************************************************************************************************* |
| 1480 | Fantasy Football |
| 1481 | ******************************************************************************************************************************************************************************************************/ |
| 1482 | |
| 1483 | #define m1_fantfb_sound \ |
| 1484 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1485 | ROM_LOAD( "fantasyfootball.p1", 0x000000, 0x080000, CRC(620a5736) SHA1(a202685b7b4882d262a111cfb1f35f91b00cbe5f) ) \ |
| 1486 | ROM_LOAD( "fantasyfootball.p2", 0x080000, 0x080000, CRC(e25d95b0) SHA1(c6238d9d6c1ab3b478e40fa9145b6842bcc8fae5) ) \ |
| 1487 | |
| 1488 | ROM_START( m1fantfb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-327", 0x0000, 0x010000, CRC(05641cb9) SHA1(52ca66c9bf325b080477b6a09b6ee964f2aca6e3) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1489 | ROM_START( m1fantfba ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ffoot201", 0x0000, 0x010000, CRC(348c9517) SHA1(cc4d0d8964977a51bcb56b7ed1cb299581f6e0e7) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfba ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1490 | ROM_START( m1fantfbb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-045", 0x0000, 0x010000, CRC(6766a83f) SHA1(156e4f8212d8f3c4f1579d7d12da721096bf2fda) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbb ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1491 | ROM_START( m1fantfbc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-043", 0x0000, 0x010000, CRC(9afdd391) SHA1(9caa30143edc338238fec9eb38b26ea91caddb01) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbc ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1492 | ROM_START( m1fantfbd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-044", 0x0000, 0x010000, CRC(96e58b28) SHA1(0ac0b3c6ede1d2b5a6613e7af85e83736f2a7740) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbd ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1493 | ROM_START( m1fantfbf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-046", 0x0000, 0x010000, CRC(d3de76ec) SHA1(18b912343a3ab02f1a543e9a264c3d24a06d39b6) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbf ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1494 | ROM_START( m1fantfbg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-081", 0x0000, 0x010000, CRC(54ad781f) SHA1(e1f8589a99334f612a8d6ad44e243dd16325b5b5) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbg ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1495 | ROM_START( m1fantfbh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-082", 0x0000, 0x010000, CRC(e015a6cc) SHA1(66970cba63a8f1f5ea5ad2f5a0a3ffb086ab28d9) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbh ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1496 | ROM_START( m1fantfbj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-328", 0x0000, 0x010000, CRC(a34c4e95) SHA1(a5e3d93d8f58fedcd4b56bcbc2e5d622f704260e) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbj ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1497 | ROM_START( m1fantfbk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-329", 0x0000, 0x010000, CRC(eb3316ab) SHA1(79b64e400ec3e104fcfadcfe8f56b47771cf26ad) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbk ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1498 | ROM_START( m1fantfbl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-330", 0x0000, 0x010000, CRC(6ba5ebc3) SHA1(99425719445abc974cba88c1c84b87cba4797ccc) ) m1_fantfb_sound ROM_END_M1A_MCU GAME( 199?, m1fantfbl ,m1fantfb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1499 | |
| 1500 | /******************************************************************************************************************************************************************************************************* |
| 1501 | Wild Zone |
| 1502 | ******************************************************************************************************************************************************************************************************/ |
| 1503 | |
| 1504 | #define m1_wldzne_sound \ |
| 1505 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1506 | ROM_LOAD( "wildzone(maygay)sound-p1.bin", 0x000000, 0x080000, CRC(9d512949) SHA1(65411c906f51f7d6d53ac897bedeab8fdd89d0a9) ) \ |
| 1507 | ROM_LOAD( "wildzone(maygay)sound-p2.bin", 0x080000, 0x080000, CRC(78390d2c) SHA1(89c9d0f6deb74fee258bc614f61f0a82b3ef3959) ) \ |
| 1508 | |
| 1509 | ROM_START( m1wldzne ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-522", 0x0000, 0x010000, CRC(814ab843) SHA1(e2b076fd69abbd0186d4748f59be22db1e017a23) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzne ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1510 | ROM_START( m1wldznea ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-527", 0x0000, 0x010000, CRC(eec99c71) SHA1(a142ea4929c3b9483aa87b076dfb192c520c16a8) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznea ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1511 | ROM_START( m1wldzneb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-528", 0x0000, 0x010000, CRC(48e1ce5d) SHA1(90c5993fb5c519d7d5848b0a385c7bf3f41c8d6d) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzneb ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1512 | ROM_START( m1wldznec ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-546", 0x0000, 0x010000, CRC(b34c511d) SHA1(8c429f298ab383da6fbb082705f9580063475ff8) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznec ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1513 | ROM_START( m1wldzned ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-623", 0x0000, 0x010000, CRC(ffe7a4d6) SHA1(fa40e830f714e5a5c54ee44cb7a52c99091d3296) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzned ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1514 | ROM_START( m1wldznee ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-624", 0x0000, 0x010000, CRC(f3fffc6f) SHA1(b7697cb9751351bb368dd5a933b9d4a2687de054) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznee ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1515 | ROM_START( m1wldznef ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-003", 0x0000, 0x010000, CRC(3e2ac4ff) SHA1(3b4cdc2170b4aeddb2efe1a334919d5d080e4119) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznef ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1516 | ROM_START( m1wldzneg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-004", 0x0000, 0x010000, CRC(32329c46) SHA1(b58fabb94bc761a7a3538e55f3817a4123508159) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzneg ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1517 | ROM_START( m1wldzneh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-107", 0x0000, 0x010000, CRC(9324b657) SHA1(7b460db08b904be94e82f1054b48826ef56e13dd) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzneh ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1518 | ROM_START( m1wldznei ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-108", 0x0000, 0x010000, CRC(350ce47b) SHA1(6678552edd5a47c71abfd018cf8e594b869ae15f) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznei ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1519 | ROM_START( m1wldznej ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-375", 0x0000, 0x010000, CRC(7c2da5db) SHA1(4a82fcbcf9586bca7a0a954e1b3ed79f5fe0a521) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznej ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1520 | ROM_START( m1wldznek ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-376", 0x0000, 0x010000, CRC(c8957b08) SHA1(edf8f56c5c949af4ef7f2de79802c12fad9aef2e) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznek ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1521 | ROM_START( m1wldznel ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-377", 0x0000, 0x010000, CRC(0143196d) SHA1(1f9d4bd1472e6b62c75c77d50cdbbdcdf7be4216) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznel ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1522 | ROM_START( m1wldznem ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-378", 0x0000, 0x010000, CRC(a76b4b41) SHA1(df4597ab4bd5b7f36182db0f8143a063142e0d19) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznem ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1523 | ROM_START( m1wldznen ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-379", 0x0000, 0x010000, CRC(03a508d8) SHA1(aa6e5c31ce0b331949865f0dc8cec10b777fb8b9) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznen ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1524 | ROM_START( m1wldzneo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-380", 0x0000, 0x010000, CRC(c7c3ccb4) SHA1(64d4eb7961857a64cf7363004878a8048d02ea82) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzneo ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1525 | ROM_START( m1wldznep ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-417", 0x0000, 0x010000, CRC(68526fbc) SHA1(3f755dafe5c218602547b73c35965c313761e6f1) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznep ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1526 | ROM_START( m1wldzneq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-418", 0x0000, 0x010000, CRC(ce7a3d90) SHA1(1dd7dd6993e33feba17c288a7f932f51a4b998eb) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzneq ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1527 | ROM_START( m1wldzner ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("wzprg2-1.bin", 0x0000, 0x010000, CRC(35f26690) SHA1(308eac37013cfd84970f04857fc8282efb58e210) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldzner ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1528 | ROM_START( m1wldznes ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("wzone10", 0x0000, 0x010000, CRC(001e604b) SHA1(f57015c10c9b7c955397a66251e489770a9620d0) ) m1_wldzne_sound ROM_END_M1A_MCU GAME( 199?, m1wldznes ,m1wldzne ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1529 | |
| 1530 | /******************************************************************************************************************************************************************************************************* |
| 1531 | On The Buses |
| 1532 | ******************************************************************************************************************************************************************************************************/ |
| 1533 | |
| 1534 | #define m1_onbus_sound \ |
| 1535 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1536 | ROM_LOAD( "otbsnd1.bin", 0x000000, 0x080000, CRC(c1868f4a) SHA1(606c5dbbea6f681485922ea498846a8b2d94eb4f) ) \ |
| 1537 | ROM_LOAD( "otbsnd2.bin", 0x080000, 0x080000, CRC(aa60f721) SHA1(030a5a39ed9212c63a025dbdd9e79a86c77f4921) ) \ |
| 1538 | |
| 1539 | ROM_START( m1onbus ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("onbuses10p10.bin", 0x0000, 0x020000, CRC(27765bd8) SHA1(890d4fc934b0e1d66a52896f176b086453909332) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbus ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1540 | ROM_START( m1onbusa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("otbgame", 0x0000, 0x020000, CRC(48e1bdea) SHA1(bca684ae6def40ff5ba8cfda8ee90dcf6cda6e13) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusa ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1541 | ROM_START( m1onbusb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-579", 0x0000, 0x020000, CRC(ed23e05c) SHA1(b798b71319f05ebae977696e3b38a9bdff24fca8) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusb ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1542 | ROM_START( m1onbusc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-580", 0x0000, 0x020000, CRC(7a6068f4) SHA1(346f3568a3d7208f0413710d60d05c27575c1276) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusc ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1543 | ROM_START( m1onbusd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-674", 0x0000, 0x020000, CRC(ad6c9bc6) SHA1(ade618002c6dfa9de48331c394487964134fe810) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusd ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1544 | ROM_START( m1onbuse ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-675", 0x0000, 0x020000, CRC(fd2d657a) SHA1(02e43821aca7682adab1121fb538435f834551d5) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbuse ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1545 | ROM_START( m1onbusf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-728", 0x0000, 0x020000, CRC(09411c81) SHA1(8e6b0b093c251df3a2ccca2c0d376090c9e67a8a) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusf ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1546 | ROM_START( m1onbusg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-003", 0x0000, 0x020000, CRC(93874b8b) SHA1(2afc397ec907e212313e55d4e2a53e0e3039ce1d) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusg ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1547 | ROM_START( m1onbush ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-004", 0x0000, 0x020000, CRC(074dfb09) SHA1(d8cae78f3e74ceef49c11992bb7f62bcf6236898) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbush ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1548 | ROM_START( m1onbusi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-005", 0x0000, 0x020000, CRC(c132a9be) SHA1(fe5fd99e4e8a5d88b6d0ce1d9093e8143163d261) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusi ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1549 | ROM_START( m1onbusj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-006", 0x0000, 0x020000, CRC(d2f592e8) SHA1(37d9b42b54c6d1bca20f3316ff1df7c439aef235) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusj ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1550 | ROM_START( m1onbusk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sk991069", 0x0000, 0x020000, CRC(ecc6df02) SHA1(b86399b6cdb802caaf865bb8715b8a772398e733) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusk ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1551 | ROM_START( m1onbusl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sk991070", 0x0000, 0x020000, CRC(c1416ca8) SHA1(c5333b107de8be5bff5c5b403dbdf82fe86a6c6c) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusl ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1552 | ROM_START( m1onbusm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15otbfo", 0x0000, 0x020000, CRC(3d23c94b) SHA1(42a823e8b3e3e1e004a835a7c018369e30c4a4a6) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusm ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1553 | ROM_START( m1onbusn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15otbro", 0x0000, 0x020000, CRC(6f962b7e) SHA1(98b56de3186d2de4fea7500bcd4dfd12f3367ce7) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusn ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1554 | ROM_START( m1onbuso ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9_006", 0x0000, 0x010000, CRC(ce8f403f) SHA1(ec71a0abe659c88c31c66b8f189c34978ee35fa1) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbuso ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) // bad? |
| 1555 | ROM_START( m1onbusp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7_728", 0x0000, 0x010000, CRC(b942cf3a) SHA1(bb1ddcc3d03237fb34caa7891a556afd7cf1823d) ) m1_onbus_sound ROM_END_M1A_MCU GAME( 199?, m1onbusp ,m1onbus ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) // bad? |
| 1556 | |
| 1557 | /******************************************************************************************************************************************************************************************************* |
| 1558 | Monopoly Club |
| 1559 | ******************************************************************************************************************************************************************************************************/ |
| 1560 | |
| 1561 | #define m1_monclb_sound \ |
| 1562 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1563 | ROM_LOAD( "monsnd1.bin", 0x000000, 0x080000, CRC(f7303657) SHA1(a66c1110b38d36ebbd0ec3a2d3a08d9164b9d4a0) ) \ |
| 1564 | ROM_LOAD( "monsnd2.bin", 0x080000, 0x080000, CRC(3881a59a) SHA1(e7f13152ff4c8e502bd97ea8ab90416126de73f3) ) \ |
| 1565 | |
| 1566 | ROM_START( m1monclb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mon.bin", 0x0000, 0x020000, CRC(9941e3ee) SHA1(2abae2333e35e55510eb73da03c8b385960a5d26) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1567 | ROM_START( m1monclba ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mono250", 0x0000, 0x020000, CRC(c7b07773) SHA1(056c97adf93edaadd6174304136273122e76577c) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclba ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1568 | ROM_START( m1monclbb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-002", 0x0000, 0x020000, CRC(418de7f0) SHA1(a80c13a96d101cf8e94a342e1cece3cf4f0c72e4) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbb ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1569 | ROM_START( m1monclbc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-003", 0x0000, 0x020000, CRC(11cc194c) SHA1(36df2ac0b809bb6f8657c8d6edf9e8312dc9bb5e) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbc ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1570 | ROM_START( m1monclbd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-415", 0x0000, 0x020000, CRC(9b62636e) SHA1(5bd54b7c8709c4bac8b5afe8d40eeffa633cef71) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbd ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1571 | ROM_START( m1monclbe ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-416", 0x0000, 0x020000, CRC(88a55838) SHA1(3cf3eae6aaab082114a18b2ec0f90eb26a9429f1) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbe ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1572 | ROM_START( m1monclbf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-521", 0x0000, 0x020000, CRC(c9001d52) SHA1(2b9181e66ebc25bc00abbff6369f0238590da0a7) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbf ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1573 | ROM_START( m1monclbg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-547", 0x0000, 0x020000, CRC(3b074e23) SHA1(aff0a2450aba1848f77a319dd655e452e5e44717) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbg ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1574 | ROM_START( m1monclbh ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc7-548", 0x0000, 0x020000, CRC(7aa7ef48) SHA1(45660b8e82d499487db1d88b3d2031dfa1fd6fb2) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbh ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1575 | ROM_START( m1monclbi ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc8-038", 0x0000, 0x020000, CRC(7f227fe0) SHA1(636ffcae599c9cc8e1f9894c67e4e2f846a7c980) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbi ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1576 | ROM_START( m1monclbj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc8-092", 0x0000, 0x020000, CRC(37edc96a) SHA1(3d6f8f5bc2340890798bb29f6fc98f6e284c7aad) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbj ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1577 | ROM_START( m1monclbk ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc8-308", 0x0000, 0x020000, CRC(3f438e55) SHA1(ea07d462088cfb48e6c9a91a43313812d44b045c) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbk ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1578 | ROM_START( m1monclbl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc8-309", 0x0000, 0x020000, CRC(6f0270e9) SHA1(87c2f653a7297801410120de94618c71cb997efa) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbl ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1579 | ROM_START( m1monclbm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monclub", 0x0000, 0x020000, CRC(0604d7a4) SHA1(fa475fcfc91f9962280329855730fb00c8f421c3) ) m1_monclb_sound ROM_END_M1A_MCU GAME( 199?, m1monclbm ,m1monclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1580 | |
| 1581 | /******************************************************************************************************************************************************************************************************* |
| 1582 | Hot Pots |
| 1583 | ******************************************************************************************************************************************************************************************************/ |
| 1584 | |
| 1585 | #define m1_hotpot_sound \ |
| 1586 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1587 | ROM_LOAD( "hotpots.p1", 0x000000, 0x080000, CRC(4988fd70) SHA1(7aaeca764b57787414dbec8d3519cb5681e011a5) ) \ |
| 1588 | ROM_LOAD( "hotpots.p2", 0x080000, 0x080000, CRC(79f03328) SHA1(bcccfc62db91c79d6a4552ad4b15040137b254e6) ) \ |
| 1589 | |
| 1590 | ROM_START( m1hotpot ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hot5.8", 0x0000, 0x010000, CRC(bcba1c2b) SHA1(e8fa304b6775802d72ce21b7893659be34ca7921) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpot ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1591 | ROM_START( m1hotpotd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hotp510", 0x0000, 0x010000, CRC(e6e61c12) SHA1(67f364dcdf228b8a673ae5ff565ac595c9d2c10a) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotd ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1592 | ROM_START( m1hotpote ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hotp58", 0x0000, 0x010000, CRC(c97afa46) SHA1(163c02a03931f1378e6b4274974b6ae013689cd7) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpote ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1593 | ROM_START( m1hotpoth ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hpot58c.bin", 0x0000, 0x010000, CRC(6fba62f0) SHA1(8f68a6e19de6454d3031a3d681e0f7b5fbc29a1a) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpoth ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1594 | ROM_START( m1hotpoti ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hpots5-8tok.bin", 0x0000, 0x010000, CRC(59b8de78) SHA1(f96c154bd14e80e83d100ad32fcedc6f20f48f6e) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpoti ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1595 | ROM_START( m1hotpotj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-060", 0x0000, 0x010000, CRC(11b77bfb) SHA1(ec99ccab4ffd53a0848110e66e2e039f5dc24684) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotj ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1596 | ROM_START( m1hotpotk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-061", 0x0000, 0x010000, CRC(f95fe61d) SHA1(551109d0b0d5ce809a334667f2d97f560c15ba23) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotk ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1597 | ROM_START( m1hotpotl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-139", 0x0000, 0x010000, CRC(bd5a297d) SHA1(288d9a5d1b5607c0b49709cb36abeb12fd7b9db7) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotl ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1598 | ROM_START( m1hotpotm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-140", 0x0000, 0x010000, CRC(ddfaa28c) SHA1(042c94547550dda0153a785a777809d47f7218c7) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotm ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1599 | ROM_START( m1hotpotn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-141", 0x0000, 0x010000, CRC(9d1178af) SHA1(01413ec9c33a7908c3c4be575e3dc13f0d2ddb4a) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotn ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1600 | ROM_START( m1hotpoto ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-142", 0x0000, 0x010000, CRC(29a9a67c) SHA1(cf8965c68e7c1a68a8cb6d01759e6a0b64684f3c) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpoto ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1601 | ROM_START( m1hotpotp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-207", 0x0000, 0x010000, CRC(93545e49) SHA1(da636e9c66ab37947b95f965caf487d8c674c4d5) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotp ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1602 | ROM_START( m1hotpotq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-438", 0x0000, 0x010000, CRC(e8cb1cf8) SHA1(5b5bc24f6920472e1bcddb2b35b333266f7da61e) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotq ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1603 | ROM_START( m1hotpotr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-439", 0x0000, 0x010000, CRC(0023811e) SHA1(95eae806990ff91525597aad11e1eed6e6454fbc) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotr ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 19)",GAME_FLAGS ) |
| 1604 | ROM_START( m1hotpots ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-490", 0x0000, 0x010000, CRC(e9a99b05) SHA1(9706b004e9aade7850e8644cc471c78c46d8e116) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpots ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 20)",GAME_FLAGS ) |
| 1605 | ROM_START( m1hotpott ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-491", 0x0000, 0x010000, CRC(014106e3) SHA1(1e3ba445ed2e2d62ba68595829984f3853ad909e) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpott ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 21)",GAME_FLAGS ) |
| 1606 | ROM_START( m1hotpotu ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-492", 0x0000, 0x010000, CRC(0433f900) SHA1(5d41b19a750ff2d44cbe33bc8fb6e3b6d61e409b) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotu ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 22)",GAME_FLAGS ) |
| 1607 | ROM_START( m1hotpotv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-493", 0x0000, 0x010000, CRC(ecdb64e6) SHA1(a555e8a657fab82535fe60961573a0fa4c208f12) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotv ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 23)",GAME_FLAGS ) |
| 1608 | ROM_START( m1hotpotw ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-494", 0x0000, 0x010000, CRC(d53b48a8) SHA1(b7282cbe647f74da53a15fa916016c56bdd075f2) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotw ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 24)",GAME_FLAGS ) |
| 1609 | ROM_START( m1hotpotx ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-495", 0x0000, 0x010000, CRC(3dd3d54e) SHA1(bf1213a91b3911d3eb61d2100ce78e5ce68bf0a9) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotx ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 25)",GAME_FLAGS ) |
| 1610 | ROM_START( m1hotpoty ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-564", 0x0000, 0x010000, CRC(066df1e2) SHA1(f3b6cd5bf23a96098ecda9981a61059916ec97b8) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpoty ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 26)",GAME_FLAGS ) |
| 1611 | ROM_START( m1hotpotz ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-027", 0x0000, 0x010000, CRC(808a6217) SHA1(452139e227131738928cc703176758c1ac8ec9f5) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpotz ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 27)",GAME_FLAGS ) |
| 1612 | ROM_START( m1hotpot0 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa9-028", 0x0000, 0x010000, CRC(26a2303b) SHA1(01bf60f7695972cbc416e65a7929532f122841fc) ) m1_hotpot_sound ROM_END_M1A_MCU GAME( 199?, m1hotpot0 ,m1hotpot ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B) (set 28)",GAME_FLAGS ) |
| 1613 | |
| 1614 | /******************************************************************************************************************************************************************************************************* |
| 1615 | Great Escape, The |
| 1616 | ******************************************************************************************************************************************************************************************************/ |
| 1617 | |
| 1618 | #define m1_gresc_sound \ |
| 1619 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1620 | ROM_LOAD( "greatescape.p1", 0x000000, 0x080000, CRC(a7e0a7a8) SHA1(f65171d72a6add5ebc903aac18b426d91134a492) ) \ |
| 1621 | ROM_LOAD( "greatescape.p2", 0x080000, 0x080000, CRC(61de5e0f) SHA1(26ca6786de4da1e9c48de47887ed6e3e7e3a108b) ) \ |
| 1622 | |
| 1623 | ROM_START( m1gresc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ge5p810.bin", 0x0000, 0x020000, CRC(67cb37b9) SHA1(48ef081a52400afd533909eacf8872f094b98049) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1624 | ROM_START( m1gresca ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("geprog", 0x0000, 0x020000, CRC(f3c2bdd4) SHA1(9c71b6ef179f7c059715d9a7005cc36e07d8854b) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresca ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1625 | ROM_START( m1grescb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("gtesc55", 0x0000, 0x020000, CRC(96042c55) SHA1(e54c8d323d3bc845ed270f4325741fb7bf31f55e) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescb ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1626 | ROM_START( m1grescc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-157", 0x0000, 0x020000, CRC(6753dc1a) SHA1(34f7dc84482a020fb028b036ca941422454afcf6) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescc ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1627 | ROM_START( m1grescd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-158", 0x0000, 0x020000, CRC(26f37d71) SHA1(9ae6e4f816feb71c8938f435ff2085e41ae7a44e) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescd ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1628 | ROM_START( m1gresce ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-244", 0x0000, 0x020000, CRC(b6828a2d) SHA1(36335507acbed03275b02762f0dce0fdedd96374) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresce ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1629 | ROM_START( m1grescf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-245", 0x0000, 0x020000, CRC(e6c37491) SHA1(2915815c5885974010bb337f9b4adf3dfecaf1ce) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescf ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1630 | ROM_START( m1grescg ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-249", 0x0000, 0x020000, CRC(c7b7e6be) SHA1(ba523bc79f3bc1def9974b821b010df835832cb0) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescg ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1631 | ROM_START( m1gresch ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-250", 0x0000, 0x020000, CRC(be32ff45) SHA1(14f7ebe10482a192de6527afacfe7fa6ad18822c) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresch ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1632 | ROM_START( m1gresci ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-740", 0x0000, 0x020000, CRC(53e170b7) SHA1(964bc3a5598ee9303cad7fd90a65322a2a1d20dd) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresci ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1633 | ROM_START( m1grescj ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-102", 0x0000, 0x020000, CRC(1fd002c2) SHA1(cca5bcbc845d5aaf8b7416670a35b0557d5d7dd6) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescj ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1634 | ROM_START( m1gresck ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-176", 0x0000, 0x020000, CRC(f21f7497) SHA1(aaaa049b3006297d830441a6ecb2db700dab15ae) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresck ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1635 | ROM_START( m1grescl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-177", 0x0000, 0x020000, CRC(a25e8a2b) SHA1(ba8e0b2ea13c5ab3f7f6f83ef1b19c2041a5de88) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescl ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1636 | ROM_START( m1grescm ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-178", 0x0000, 0x020000, CRC(494b19ec) SHA1(1a7414a7c0c5c50155c07e6e409f119e4fc93add) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescm ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1637 | ROM_START( m1grescn ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-179", 0x0000, 0x020000, CRC(190ae750) SHA1(d9138ed325b8450c431c7685a3395e43b31c73c2) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescn ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1638 | ROM_START( m1gresco ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-274", 0x0000, 0x020000, CRC(cb6da2c4) SHA1(fb7eff962d3c0508a893d56851d1d46598a082c5) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1gresco ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1639 | ROM_START( m1grescp ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-275", 0x0000, 0x020000, CRC(9b2c5c78) SHA1(ab16de1da60eb0fd95e18ab0849bcc7ab2413804) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescp ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 17)",GAME_FLAGS ) |
| 1640 | ROM_START( m1grescq ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tge.bin", 0x0000, 0x020000, CRC(4c11546b) SHA1(453f9980f5aa02b44a1341ac37f4f101feab05bd) ) m1_gresc_sound ROM_END_M1A_MCU GAME( 199?, m1grescq ,m1gresc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B) (set 18)",GAME_FLAGS ) |
| 1641 | |
| 1642 | /******************************************************************************************************************************************************************************************************* |
| 1643 | Inferno |
| 1644 | ******************************************************************************************************************************************************************************************************/ |
| 1645 | |
| 1646 | #define m1_infern_sound \ |
| 1647 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1648 | ROM_LOAD( "inferno.p1", 0x000000, 0x080000, CRC(ff8749ff) SHA1(509b53f09cdfe5ee865e60ab42fd578586ac53ea) ) \ |
| 1649 | ROM_LOAD( "inferno.p2", 0x080000, 0x080000, CRC(c8165b6c) SHA1(7c5059ee8630da31fc3ad50d84a4730297757d46) ) \ |
| 1650 | |
| 1651 | ROM_START( m1infern ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("inferno.bin", 0x0000, 0x010000, CRC(02b623e8) SHA1(1dcefb2da67dd27fc1270cd59b5019c3017f6eb0) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infern ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1652 | ROM_START( m1inferna ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-072", 0x0000, 0x010000, CRC(a158f803) SHA1(949676619349ecf8274bf0c64ea897dcba485745) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1inferna ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1653 | ROM_START( m1infernb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-077", 0x0000, 0x010000, CRC(ea5ebe0e) SHA1(52b48c6e479191f31d6cbe0e6db7921d3d60b219) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernb ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1654 | ROM_START( m1infernc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-094", 0x0000, 0x010000, CRC(8dcc3b83) SHA1(839e15a704a681dc1cfe8156d94f10106f0ceb06) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernc ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1655 | ROM_START( m1infernd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-095", 0x0000, 0x010000, CRC(6524a665) SHA1(7d396a662d1d0645717f994590bf94f7fa77e6c2) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernd ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1656 | ROM_START( m1inferne ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-106", 0x0000, 0x010000, CRC(82b00205) SHA1(19bf200e2d51623d2ef082c6c4a9a4993ab4ff48) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1inferne ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1657 | ROM_START( m1infernf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-264", 0x0000, 0x010000, CRC(762e765b) SHA1(4f90e49a6b189672a8d2a3bf19bc18c4c1734d46) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernf ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1658 | ROM_START( m1inferng ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-616", 0x0000, 0x010000, CRC(f214197d) SHA1(6420bb0d9dead1d5583162d9d32153e2c0ab30d6) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1inferng ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1659 | ROM_START( m1infernh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-617", 0x0000, 0x010000, CRC(1afc849b) SHA1(119e3687ed2c8e04e818fde43a1233dc07c744a2) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernh ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1660 | ROM_START( m1inferni ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-654", 0x0000, 0x010000, CRC(9e7237b0) SHA1(6a37690a5ecc1b1dc606f25cd3eb3d5b44169288) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1inferni ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1661 | ROM_START( m1infernj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-655", 0x0000, 0x010000, CRC(769aaa56) SHA1(1584e7cb4c6a6a8ffc0a2a9e0a41e976bc5b0127) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernj ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1662 | ROM_START( m1infernk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-351", 0x0000, 0x010000, CRC(1e4125cb) SHA1(e24e7c264d26df71191461acc388b31e73deca21) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernk ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1663 | ROM_START( m1infernl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-352", 0x0000, 0x010000, CRC(aaf9fb18) SHA1(0e9cde894f1eb601e397dd79c96b05973a805a9e) ) m1_infern_sound ROM_END_M1A_MCU GAME( 199?, m1infernl ,m1infern ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1664 | |
| 1665 | /******************************************************************************************************************************************************************************************************* |
| 1666 | Jim Davison's Winning Streak |
| 1667 | ******************************************************************************************************************************************************************************************************/ |
| 1668 | |
| 1669 | #define m1_jdwins_sound \ |
| 1670 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1671 | ROM_LOAD( "jimwinstrku2snd.bin", 0x000000, 0x080000, CRC(ded378b7) SHA1(e974ace69cacbe27a98127e8623e79dec06fde08) ) \ |
| 1672 | ROM_LOAD( "jimwinstrku3snd.bin", 0x080000, 0x080000, CRC(da05f628) SHA1(039276be47ce2d5be34a55cca91868ac93b0d9ae) ) \ |
| 1673 | |
| 1674 | ROM_START( m1jdwins ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-187", 0x0000, 0x010000, CRC(f3afdfce) SHA1(caa55cd313420d86fed0a80d3029635dc95fb4df) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwins ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1675 | ROM_START( m1jdwinsa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-188", 0x0000, 0x010000, CRC(55878de2) SHA1(64544c19da5779761d583be31e9eca82b45cb4cb) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsa ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1676 | ROM_START( m1jdwinsb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-189", 0x0000, 0x010000, CRC(fc915a26) SHA1(66393e357da26f5e12007ec529b183cbb5b9736c) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsb ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1677 | ROM_START( m1jdwinsc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-190", 0x0000, 0x010000, CRC(9f6ee9d5) SHA1(b549021cf0319d844c36a0e30b527f6c00c6ab7d) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsc ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1678 | ROM_START( m1jdwinsd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-191", 0x0000, 0x010000, CRC(553e6085) SHA1(c16f9c9d8b619fae47c07abafce6a2ed747cd8d0) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsd ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1679 | ROM_START( m1jdwinse ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-192", 0x0000, 0x010000, CRC(e186be56) SHA1(94be1d1dcb2b6fb1d632c6cc721fc0046160e55f) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinse ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1680 | ROM_START( m1jdwinsf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-362", 0x0000, 0x010000, CRC(96790069) SHA1(a88dc84c79caa900482b2456a200e6ad105faa60) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsf ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1681 | ROM_START( m1jdwinsg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-404", 0x0000, 0x010000, CRC(3c3ed908) SHA1(d47359186a7b34afdbce3f94363d2b9fa469a78d) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsg ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1682 | ROM_START( m1jdwinsh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-405", 0x0000, 0x010000, CRC(d4d644ee) SHA1(e0a9b503e3ca03cf0b1f1036265398398889e6b9) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsh ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1683 | ROM_START( m1jdwinsi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-319", 0x0000, 0x010000, CRC(aa1e3350) SHA1(c3cc5ad07e2b20a8e40a8cb112073f577785eb40) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsi ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1684 | ROM_START( m1jdwinsj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-320", 0x0000, 0x010000, CRC(75651c4f) SHA1(c4f89359e54e046d3e9a7a879aa8b0beaf695ab4) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsj ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1685 | ROM_START( m1jdwinsk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-321", 0x0000, 0x010000, CRC(b11b3e4b) SHA1(f14726f7ee3c8f68bac395d5f41fea60b53f6a09) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsk ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1686 | ROM_START( m1jdwinsl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-322", 0x0000, 0x010000, CRC(538ac0ad) SHA1(f937853402de4ae6104198d4a2148972e0a9c778) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsl ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1687 | ROM_START( m1jdwinsm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-513", 0x0000, 0x010000, CRC(c423c225) SHA1(3f170c75e8084b062fa00494d422d2bdc4a440c9) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsm ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1688 | ROM_START( m1jdwinsn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-514", 0x0000, 0x010000, CRC(c83b9a9c) SHA1(675e2a1cc5d4fe918d77798d85b2fd9c57edaec0) ) m1_jdwins_sound ROM_END_M1A_MCU GAME( 199?, m1jdwinsn ,m1jdwins ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1689 | |
| 1690 | /******************************************************************************************************************************************************************************************************* |
| 1691 | Reel Diamonds |
| 1692 | ******************************************************************************************************************************************************************************************************/ |
| 1693 | |
| 1694 | #define m1_reeldm_sound \ |
| 1695 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1696 | /* missing or different sound system? */ |
| 1697 | |
| 1698 | ROM_START( m1reeldm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-475", 0x0000, 0x010000, CRC(ec0b7209) SHA1(e5e14ef87b9ef8035817af6c933809a972fa28f3) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldm ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1699 | ROM_START( m1reeldma ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-480", 0x0000, 0x010000, CRC(3afd3a9a) SHA1(f96c9831cffeacff390ffacb85d4c80cb5a90d99) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldma ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1700 | ROM_START( m1reeldmb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-498", 0x0000, 0x010000, CRC(55554107) SHA1(c0c0f4e7fe721d4bf86458090c03d712d5e86e16) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmb ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1701 | ROM_START( m1reeldmc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-499", 0x0000, 0x010000, CRC(515d2a7a) SHA1(1e6e8364536fbb373a1c6ae818203eaa7f6494b1) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmc ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1702 | ROM_START( m1reeldmd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-504", 0x0000, 0x010000, CRC(897517ab) SHA1(3d8ce2d96d37accf4fb7a2215882894185b53f30) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmd ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1703 | ROM_START( m1reeldme ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-547", 0x0000, 0x010000, CRC(f89c3d41) SHA1(5ccf9958ff15aa2bc1584ec644cec157c7cf3379) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldme ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1704 | ROM_START( m1reeldmf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-357", 0x0000, 0x010000, CRC(118615a8) SHA1(14966b061c90f1ec33972f6e00951a41638f65aa) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmf ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 1705 | ROM_START( m1reeldmg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-358", 0x0000, 0x010000, CRC(b7ae4784) SHA1(b1bcafc77d83fe9714ba1dfc81cc2ba95f923d2e) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmg ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 1706 | ROM_START( m1reeldmh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-359", 0x0000, 0x010000, CRC(458ee595) SHA1(8258986b2b8b969ec2b71e14f05b43cc4c394e0b) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmh ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 9)",GAME_FLAGS ) |
| 1707 | ROM_START( m1reeldmi ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-360", 0x0000, 0x010000, CRC(f8d1f2e2) SHA1(399b6076e9e1b9f4f9abce48e6a3110b336524fa) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmi ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 10)",GAME_FLAGS ) |
| 1708 | ROM_START( m1reeldmj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-361", 0x0000, 0x010000, CRC(6c977f3e) SHA1(cb1da0bce76d60ffe1257585cd3225a4e19754f7) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmj ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 11)",GAME_FLAGS ) |
| 1709 | ROM_START( m1reeldmk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-286", 0x0000, 0x010000, CRC(af6e10f4) SHA1(2e2d4002347f6ace260aa753824bb438043cfd4c) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmk ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 12)",GAME_FLAGS ) |
| 1710 | ROM_START( m1reeldml ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-287", 0x0000, 0x010000, CRC(47868d12) SHA1(43f15f73187ac3de2dac0c317c4ce63b27de0509) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldml ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 13)",GAME_FLAGS ) |
| 1711 | ROM_START( m1reeldmm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-289", 0x0000, 0x010000, CRC(e9d5db67) SHA1(0e0535108e951f77e36d1d929c8e8ba4e3bc71b2) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmm ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 14)",GAME_FLAGS ) |
| 1712 | ROM_START( m1reeldmn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-537", 0x0000, 0x010000, CRC(53694375) SHA1(b35a70fdd4c9cbb81747f4c499d21097bed72a52) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmn ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 15)",GAME_FLAGS ) |
| 1713 | ROM_START( m1reeldmo ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-538", 0x0000, 0x010000, CRC(f5411159) SHA1(4926d3755c7347e109c0f33bd29db7677eed81a5) ) m1_reeldm_sound ROM_END_M1A_MCU GAME( 199?, m1reeldmo ,m1reeldm ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B) (set 16)",GAME_FLAGS ) |
| 1714 | |
| 1715 | /******************************************************************************************************************************************************************************************************* |
| 1716 | Mike Reid's Big Night Out |
| 1717 | ******************************************************************************************************************************************************************************************************/ |
| 1718 | |
| 1719 | #define m1_bignit_sound \ |
| 1720 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1721 | ROM_LOAD( "mikereidsbignightout-snd_p1.rom", 0x000000, 0x080000, CRC(846b6223) SHA1(cd337b3499bfa3fd88c44ede71e7777032ce3d1f) ) \ |
| 1722 | ROM_LOAD( "mikereidsbignightout-snd_p2.rom", 0x080000, 0x080000, CRC(56630516) SHA1(5064afd678b92316ea7bceaf0097eae80b54ea31) ) \ |
| 1723 | |
| 1724 | ROM_START( m1bignit ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-336.bin", 0x0000, 0x010000, CRC(e5af59c0) SHA1(e4d17a65f24477e15494f97c1daea1d9fddfb8f6) ) m1_bignit_sound ROM_END_M1A_MCU GAME( 199?, m1bignit ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Mike Reid's Big Night Out (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1725 | ROM_START( m1bignita ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-337.bin", 0x0000, 0x010000, CRC(0d47c426) SHA1(2ccf905f93484d6a2aa4400a19edbf44323482d3) ) m1_bignit_sound ROM_END_M1A_MCU GAME( 199?, m1bignita ,m1bignit ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Mike Reid's Big Night Out (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1726 | ROM_START( m1bignitb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-338.bin", 0x0000, 0x010000, CRC(e642508e) SHA1(b2ae16092c98d825a9a6436ba82a0a225a6dcd07) ) m1_bignit_sound ROM_END_M1A_MCU GAME( 199?, m1bignitb ,m1bignit ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Mike Reid's Big Night Out (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1727 | ROM_START( m1bignitc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-339.bin", 0x0000, 0x010000, CRC(0eaacd68) SHA1(d17e43d565e8f61d768019c23f1d11ef31526aa2) ) m1_bignit_sound ROM_END_M1A_MCU GAME( 199?, m1bignitc ,m1bignit ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Mike Reid's Big Night Out (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1728 | |
| 1729 | /******************************************************************************************************************************************************************************************************* |
| 1730 | Golden Nugget Club |
| 1731 | ******************************************************************************************************************************************************************************************************/ |
| 1732 | |
| 1733 | #define m1_goldng_sound \ |
| 1734 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1735 | /* missing or different sound system? */ |
| 1736 | |
| 1737 | ROM_START( m1goldng ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-511.bin", 0x0000, 0x010000, CRC(ccb200ad) SHA1(98da9a936f89a78eb86d89a2335df6d86340bbcb) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldng ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1738 | ROM_START( m1goldnga ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-512.bin", 0x0000, 0x010000, CRC(780ade7e) SHA1(ffe2411b6c108b8506994240f625873052724fc6) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldnga ,m1goldng ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1739 | ROM_START( m1goldngb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-551.bin", 0x0000, 0x010000, CRC(e916abf6) SHA1(e62809a041f6df9bf034f8e741e023dd5459a4ce) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldngb ,m1goldng ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1740 | ROM_START( m1goldngc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-552.bin", 0x0000, 0x010000, CRC(5dae7525) SHA1(077513c0031ee09b4c32d0e6cb0ba385f73cfbf7) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldngc ,m1goldng ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1741 | ROM_START( m1goldngd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-393.bin", 0x0000, 0x010000, CRC(d7e74cdf) SHA1(42cee5d40c4c34c77e8062dd8cbdb9ace1258031) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldngd ,m1goldng ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1742 | ROM_START( m1goldnge ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc4-394.bin", 0x0000, 0x010000, CRC(9147ef81) SHA1(c8c65dd40ff96c02c15715a9248fe1ac5b9e00c5) ) m1_goldng_sound ROM_END_M1A_MCU GAME( 199?, m1goldnge ,m1goldng ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 1743 | |
| 1744 | /******************************************************************************************************************************************************************************************************* |
| 1745 | Five Star |
| 1746 | ******************************************************************************************************************************************************************************************************/ |
| 1747 | |
| 1748 | #define m1_fivest_sound \ |
| 1749 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1750 | /* missing or different sound system? */ |
| 1751 | |
| 1752 | ROM_START( m1fivest ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "fivestar.bin", 0x0000, 0x010000, CRC(c4228e1e) SHA1(a472c3b562a6d2585cb771c84587bf555ab82be5) ) m1_fivest_sound ROM_END_M1A_MCU GAME( 199?, m1fivest ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Five Star (Dutch) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1753 | |
| 1754 | /******************************************************************************************************************************************************************************************************* |
| 1755 | Golden 10 |
| 1756 | ******************************************************************************************************************************************************************************************************/ |
| 1757 | |
| 1758 | #define m1_gold10_sound \ |
| 1759 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1760 | /* missing or different sound system? */ |
| 1761 | |
| 1762 | ROM_START( m1gold10 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "golden10.bin", 0x0000, 0x010000, CRC(2838c1d4) SHA1(7d6fbdae68bf44de264e5edcdf9aba439d8e23a8) ) m1_gold10_sound ROM_END_M1A_MCU GAME( 199?, m1gold10 ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Golden 10 (German) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1763 | |
| 1764 | /******************************************************************************************************************************************************************************************************* |
| 1765 | Manhattan Skylines |
| 1766 | ******************************************************************************************************************************************************************************************************/ |
| 1767 | |
| 1768 | #define m1_manhat_sound \ |
| 1769 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1770 | /* missing or different sound system? */ |
| 1771 | |
| 1772 | ROM_START( m1manhat ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "skyline.bin", 0x0000, 0x010000, CRC(ea9f3b18) SHA1(14d5c8cff598b43100d1a7c8692528de40c9e58d) ) m1_manhat_sound ROM_END_M1A_MCU GAME( 199?, m1manhat ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Manhattan Skylines (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1773 | |
| 1774 | /******************************************************************************************************************************************************************************************************* |
| 1775 | Monopoly (Dutch) |
| 1776 | ******************************************************************************************************************************************************************************************************/ |
| 1777 | |
| 1778 | #define m1_monodt_sound \ |
| 1779 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1780 | ROM_LOAD( "monopolysnddutch.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \ |
| 1781 | |
| 1782 | ROM_START( m1monodt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "monopoly.bin", 0x0000, 0x010000, CRC(b7a2911b) SHA1(74507dd3a947d1b4d7bd0b58adb53d4f6e7ce200) ) m1_monodt_sound ROM_END_M1A_MCU GAME( 199?, m1monodt ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Dutch) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1783 | |
| 1784 | /******************************************************************************************************************************************************************************************************* |
| 1785 | Pink Panther (Dutch) |
| 1786 | ******************************************************************************************************************************************************************************************************/ |
| 1787 | |
| 1788 | #define m1_ppdt_sound \ |
| 1789 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1790 | ROM_LOAD( "ppsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \ |
| 1791 | |
| 1792 | ROM_START( m1ppdt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "pinkpanther.bin", 0x0000, 0x010000, CRC(09040f9d) SHA1(25c545e599711bf5ff2361c51e6629b69673da33) ) m1_ppdt_sound ROM_END_M1A_MCU GAME( 199?, m1ppdt ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (German) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1793 | |
| 1794 | /******************************************************************************************************************************************************************************************************* |
| 1795 | Supernova |
| 1796 | ******************************************************************************************************************************************************************************************************/ |
| 1797 | |
| 1798 | #define m1_sprnov_sound \ |
| 1799 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1800 | ROM_LOAD( "supernovasnd.bin", 0x0000, 0x020000, CRC(f91e2c05) SHA1(e189c14214f4637d6a803893d79a41ad0fc8ebba) ) \ |
| 1801 | |
| 1802 | ROM_START( m1sprnov ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "supernovaprg.bin", 0x0000, 0x010000, CRC(6d533247) SHA1(475ecdcc10c9da558eb4d7c5e288d4724f65a5ce) ) m1_sprnov_sound ROM_END_M1A_MCU GAME( 199?, m1sprnov ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Super Nova (Dutch) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1803 | |
| 1804 | /******************************************************************************************************************************************************************************************************* |
| 1805 | Take Note |
| 1806 | bad dump? |
| 1807 | ******************************************************************************************************************************************************************************************************/ |
| 1808 | |
| 1809 | #define m1_taknot_sound \ |
| 1810 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1811 | /* missing or different sound system? */ |
| 1812 | |
| 1813 | ROM_START( m1taknot ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "takenote.bin", 0x008000, 0x008000, CRC(1ae63140) SHA1(809d04f43293cafc53d2a2ac697253e14b3b9608) ) m1_taknot_sound ROM_END_M1A_MCU GAME( 199?, m1taknot ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Take Note (Maygay) (M1A/B)",GAME_FLAGS ) // smaller than everything else? bad? |
| 1814 | |
| 1815 | /******************************************************************************************************************************************************************************************************* |
| 1816 | Test Unit |
| 1817 | ******************************************************************************************************************************************************************************************************/ |
| 1818 | |
| 1819 | #define m1_tstunt_sound \ |
| 1820 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1821 | /* missing or different sound system? */ |
| 1822 | |
| 1823 | ROM_START( m1tstunt ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "ftu-but", 0x0000, 0x010000, CRC(ae9d315c) SHA1(bff9f49df6791f33d10b289526e0a00fe1dc9049) ) m1_tstunt_sound ROM_END_M1A_MCU GAME( 199?, m1tstunt ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Test Unit (Maygay) (M1A/B)",GAME_FLAGS ) |
| 1824 | |
| 1825 | /******************************************************************************************************************************************************************************************************* |
| 1826 | Calypso |
| 1827 | ******************************************************************************************************************************************************************************************************/ |
| 1828 | |
| 1829 | #define m1_calyps_sound \ |
| 1830 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1831 | ROM_LOAD( "calypsosnd.p1", 0x000000, 0x080000, CRC(b29d170b) SHA1(1922a135ce2841716cd5fd16bbdb89a9fbb23b22) ) \ |
| 1832 | ROM_LOAD( "calypsosnd.p2", 0x080000, 0x080000, CRC(69cea85d) SHA1(8b114bd0a4ed9bee0c62652fe77ee41164b6e420) ) \ |
| 1833 | |
| 1834 | ROM_START( m1calyps ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("calypso.5", 0x0000, 0x020000, CRC(3e66644d) SHA1(1292ff92ae8c3aeb1f37cdfab27725feb8092969) ) m1_calyps_sound ROM_END_M1A_MCU GAME( 199?, m1calyps ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Calypso (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1835 | ROM_START( m1calypsa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa001008", 0x0000, 0x020000, CRC(f97cb079) SHA1(1bb0741bd34e6937c5c4711331f43bc0aaaab852) ) m1_calyps_sound ROM_END_M1A_MCU GAME( 199?, m1calypsa ,m1calyps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Calypso (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1836 | ROM_START( m1calypsb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa001009", 0x0000, 0x020000, CRC(ff686c04) SHA1(dd935a6acc88e8d9738176c22200c36505b48f18) ) m1_calyps_sound ROM_END_M1A_MCU GAME( 199?, m1calypsb ,m1calyps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Calypso (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1837 | |
| 1838 | /******************************************************************************************************************************************************************************************************* |
| 1839 | War Of The Worlds |
| 1840 | ******************************************************************************************************************************************************************************************************/ |
| 1841 | |
| 1842 | #define m1_wotw_sound \ |
| 1843 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1844 | ROM_LOAD( "wotwsnd1", 0x000000, 0x080000, CRC(2a53544d) SHA1(46de438cfe5ca56886f10f293c59935036e08c72) ) \ |
| 1845 | ROM_LOAD( "wotwsnd2", 0x080000, 0x080000, CRC(f5ffba54) SHA1(4b767236ee02a58f5430c77487b8f2e6ad2eccea) ) \ |
| 1846 | |
| 1847 | ROM_START( m1wotw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-244", 0x0000, 0x020000, CRC(2bf62a60) SHA1(74f0cb4e33b7787b603e1e09066417f0d6700a68) ) m1_wotw_sound ROM_END_M1A_MCU GAME( 199?, m1wotw ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "War Of The Worlds (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1848 | ROM_START( m1wotwa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa8-245", 0x0000, 0x020000, CRC(7bb7d4dc) SHA1(516ebe329396d5c565a34994dece1ea232b1e177) ) m1_wotw_sound ROM_END_M1A_MCU GAME( 199?, m1wotwa ,m1wotw ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "War Of The Worlds (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1849 | ROM_START( m1wotwb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15wotwro", 0x0000, 0x020000, CRC(12fd4bbf) SHA1(0936c9299871d3d06050bb25f16a8bfd1757ce48) ) m1_wotw_sound ROM_END_M1A_MCU GAME( 199?, m1wotwb ,m1wotw ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "War Of The Worlds (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1850 | |
| 1851 | /******************************************************************************************************************************************************************************************************* |
| 1852 | Prize Eastenders |
| 1853 | ******************************************************************************************************************************************************************************************************/ |
| 1854 | |
| 1855 | #define m1_przee_sound \ |
| 1856 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1857 | ROM_LOAD( "dig1-033 snd u2.bin", 0x000000, 0x080000, CRC(3eaa138c) SHA1(ad7d6e3ffc8fe19ea8cb9188998c75c90a77e09e) ) \ |
| 1858 | ROM_LOAD( "dig1-033 snd u3.bin", 0x080000, 0x080000, CRC(89fde428) SHA1(f0942a2f1d3890ad18b01e8433333e5412c57644) ) \ |
| 1859 | |
| 1860 | ROM_START( m1przee ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-186", 0x0000, 0x010000, CRC(6e48b9e6) SHA1(bec5ad1ca06175c4217bbe3f6caae0061c7bfe99) ) m1_przee_sound ROM_END_M1A_MCU GAME( 199?, m1przee ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Eastenders (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1861 | ROM_START( m1przeea ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-556", 0x0000, 0x010000, CRC(0f6aeadd) SHA1(ed613d064c9991eed913f9579ea18a9ac70c2cf7) ) m1_przee_sound ROM_END_M1A_MCU GAME( 199?, m1przeea ,m1przee ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Eastenders (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1862 | ROM_START( m1przeeb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-058", 0x0000, 0x010000, CRC(3cc35697) SHA1(adaaafd6ae59497630660ec179212f0dd8dd3741) ) m1_przee_sound ROM_END_M1A_MCU GAME( 199?, m1przeeb ,m1przee ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Eastenders (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1863 | ROM_START( m1przeec ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-059", 0x0000, 0x010000, CRC(d42bcb71) SHA1(483078ada4dcc9b05d47c1ad6011bffc3a090c47) ) m1_przee_sound ROM_END_M1A_MCU GAME( 199?, m1przeec ,m1przee ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Eastenders (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1864 | |
| 1865 | /******************************************************************************************************************************************************************************************************* |
| 1866 | Pink Panther Club |
| 1867 | ******************************************************************************************************************************************************************************************************/ |
| 1868 | |
| 1869 | #define m1_ppc_sound \ |
| 1870 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1871 | ROM_LOAD( "clbppsd1.bin", 0x000000, 0x080000, CRC(bb3fe409) SHA1(9dafc470a0bc2d8a2b0e13c44fc81d7e3c905001) ) \ |
| 1872 | ROM_LOAD( "clbppsd2.bin", 0x080000, 0x080000, CRC(abbe0f93) SHA1(1195c00a0ac917806316652c4ec5c0717d02876f) ) \ |
| 1873 | |
| 1874 | ROM_START( m1ppc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("clubpp.bin", 0x0000, 0x010000, CRC(8df9165a) SHA1(cdd63e4824273eb242d6c579cc88c6b95cb319fa) ) m1_ppc_sound ROM_END_M1A_MCU GAME( 199?, m1ppc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1875 | ROM_START( m1ppca ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-396", 0x0000, 0x010000, CRC(4fa5db01) SHA1(ed253ebfa3dc5ff4ac3d547fc5068e358263367e) ) m1_ppc_sound ROM_END_M1A_MCU GAME( 199?, m1ppca ,m1ppc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1876 | ROM_START( m1ppcb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-397", 0x0000, 0x010000, CRC(a74d46e7) SHA1(b0438c45685ae8a6c46b4b99a1710d8428e009ff) ) m1_ppc_sound ROM_END_M1A_MCU GAME( 199?, m1ppcb ,m1ppc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1877 | |
| 1878 | /******************************************************************************************************************************************************************************************************* |
| 1879 | Instant Millionaire Club |
| 1880 | ******************************************************************************************************************************************************************************************************/ |
| 1881 | |
| 1882 | #define m1_imclb_sound \ |
| 1883 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) /* might be wrong, these weren't marked as club version */ \ |
| 1884 | ROM_LOAD( "instantmillionaresound.p1", 0x000000, 0x080000, CRC(c1e354c4) SHA1(420c6d862034fe4f6a30767f83671ac7fd86780a) ) \ |
| 1885 | ROM_LOAD( "instantmillionaresound.p2", 0x080000, 0x080000, CRC(444b9b50) SHA1(cbb4f5ee3fb91ecb261bd79cb20823795d7c620a) ) \ |
| 1886 | |
| 1887 | ROM_START( m1imclb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-363", 0x0000, 0x010000, CRC(b7e15193) SHA1(a026243b2ba71da26b058d899e1f04c9e897fd15) ) m1_imclb_sound ROM_END_M1A_MCU GAME( 199?, m1imclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Millionaire Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1888 | ROM_START( m1imclba ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-364", 0x0000, 0x010000, CRC(bbf9092a) SHA1(459a9851c3e2316f57593bd4442a9633ef8d04de) ) m1_imclb_sound ROM_END_M1A_MCU GAME( 199?, m1imclba ,m1imclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Millionaire Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1889 | ROM_START( m1imclbb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("imilclub", 0x0000, 0x020000, CRC(fbdf8964) SHA1(f71b8d70b28c0a2d7d96dd05128b7bc13437c97b) ) m1_imclb_sound ROM_END_M1A_MCU GAME( 199?, m1imclbb ,m1imclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Millionaire Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1890 | |
| 1891 | /******************************************************************************************************************************************************************************************************* |
| 1892 | Lottery Millionaire Club |
| 1893 | ******************************************************************************************************************************************************************************************************/ |
| 1894 | |
| 1895 | #define m1_lotmil_sound \ |
| 1896 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1897 | ROM_LOAD( "lottteymillion.p1", 0x000000, 0x080000, CRC(c1e354c4) SHA1(420c6d862034fe4f6a30767f83671ac7fd86780a) ) \ |
| 1898 | ROM_LOAD( "lottteymillion.p2", 0x080000, 0x080000, CRC(444b9b50) SHA1(cbb4f5ee3fb91ecb261bd79cb20823795d7c620a) ) \ |
| 1899 | |
| 1900 | ROM_START( m1lotmil ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-031", 0x0000, 0x010000, CRC(a283c82f) SHA1(8c0c487c3f6a16f777a9ba3dff74d724d00fea41) ) m1_lotmil_sound ROM_END_M1A_MCU GAME( 199?, m1lotmil ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lottery Millionaire Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1901 | ROM_START( m1lotmila ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-032", 0x0000, 0x010000, CRC(5c83ed1b) SHA1(b4ba1955e44f86aec605958050d70101ee285ca1) ) m1_lotmil_sound ROM_END_M1A_MCU GAME( 199?, m1lotmila ,m1lotmil ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lottery Millionaire Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1902 | ROM_START( m1lotmilb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-033", 0x0000, 0x010000, CRC(e0394256) SHA1(021b06f111bc5063c5ed6e5d470c7065f062701f) ) m1_lotmil_sound ROM_END_M1A_MCU GAME( 199?, m1lotmilb ,m1lotmil ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lottery Millionaire Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1903 | ROM_START( m1lotmilc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc6-034", 0x0000, 0x010000, CRC(6e7d1fdb) SHA1(da87d8beebeed8274428e8f8f2f42b36bf5bef69) ) m1_lotmil_sound ROM_END_M1A_MCU GAME( 199?, m1lotmilc ,m1lotmil ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Lottery Millionaire Club (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1904 | |
| 1905 | /******************************************************************************************************************************************************************************************************* |
| 1906 | Trivial Pursuit Club |
| 1907 | ******************************************************************************************************************************************************************************************************/ |
| 1908 | |
| 1909 | #define m1_tpclb_sound \ |
| 1910 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1911 | ROM_LOAD( "clubtpsnd.p1", 0x000000, 0x080000, CRC(252fbb57) SHA1(aad7c833fbcbdcc2ff001df9f97e8ba3adf95cc1) ) \ |
| 1912 | ROM_LOAD( "clubtpsnd.p2", 0x080000, 0x080000, CRC(6c391632) SHA1(0cf02463b52b6b25fbeae2e6bd278a1364ae594d) ) \ |
| 1913 | |
| 1914 | ROM_START( m1tpclb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc991080", 0x0000, 0x020000, CRC(22556fe0) SHA1(6504ac7dbc6332972662c9abce0e4286f392c788) ) m1_tpclb_sound ROM_END_M1A_MCU GAME( 199?, m1tpclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1915 | ROM_START( m1tpclba ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc991081", 0x0000, 0x020000, CRC(2441b39d) SHA1(857eafabbae8d2cb7f01b9fe215f8c16aed32174) ) m1_tpclb_sound ROM_END_M1A_MCU GAME( 199?, m1tpclba ,m1tpclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1916 | ROM_START( m1tpclbb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("trivclub", 0x0000, 0x020000, CRC(d9732839) SHA1(1c4393dbbfc399842ff4d35d3c95cad991eb8caf) ) m1_tpclb_sound ROM_END_M1A_MCU GAME( 199?, m1tpclbb ,m1tpclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1917 | ROM_START( m1tpclbc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("15trivfo", 0x0000, 0x020000, CRC(3057c428) SHA1(5632bdf5c47abb4334cd3e4190a4c886a32d01bd) ) m1_tpclb_sound ROM_END_M1A_MCU GAME( 199?, m1tpclbc ,m1tpclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit Club (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1918 | |
| 1919 | /******************************************************************************************************************************************************************************************************* |
| 1920 | Vegas Gambler Club |
| 1921 | ******************************************************************************************************************************************************************************************************/ |
| 1922 | |
| 1923 | #define m1_vegas_sound \ |
| 1924 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1925 | ROM_LOAD( "v_gam_sn.1", 0x000000, 0x080000, CRC(66520213) SHA1(fd855732e51225da4f459c4797e01f77f4836935) ) \ |
| 1926 | ROM_LOAD( "v_gam_sn.2", 0x080000, 0x080000, CRC(3d19abe9) SHA1(cf8ab030fcca5a37c2c936566a2b7c77db1740f6) ) \ |
| 1927 | |
| 1928 | ROM_START( m1vegas ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("veg_gam.cl", 0x0000, 0x020000, CRC(f1019a72) SHA1(2358d30bc6fa27b6daf2b6c63f031b46e28e3cf5) ) m1_vegas_sound ROM_END_M1A_MCU GAME( 199?, m1vegas ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Vegas Gambler Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1929 | ROM_START( m1vegasa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc991183", 0x0000, 0x020000, CRC(2ffe8e6e) SHA1(e3082f268293abe9a815240f2e8842acd3687653) ) m1_vegas_sound ROM_END_M1A_MCU GAME( 199?, m1vegasa ,m1vegas ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Vegas Gambler Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1930 | ROM_START( m1vegasb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc991184", 0x0000, 0x020000, CRC(c3eed4ea) SHA1(4ad365a523179fac1b4e325e299663686534470d) ) m1_vegas_sound ROM_END_M1A_MCU GAME( 199?, m1vegasb ,m1vegas ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Vegas Gambler Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1931 | |
| 1932 | /******************************************************************************************************************************************************************************************************* |
| 1933 | John Francombe's Winners Enclosure |
| 1934 | ******************************************************************************************************************************************************************************************************/ |
| 1935 | |
| 1936 | // these were from a set marked as 'John Francombe (Maygay)' which some have said is Epoch hardware, |
| 1937 | // however what we have here clearly isn't Epoch. Apparently the John Francombe game actually had |
| 1938 | // 'Winners Enclosure' on the cabinet, along with a Dot Matrix Display. The 'encdot' rom here |
| 1939 | // appears to be for a Dot Matrix Display, rather than being a main program rom, although I can't |
| 1940 | // recognize the CPU. I'm tempted to say that these simply belong with this Winners Enclosure set |
| 1941 | // and it was never on Epoch hardware at all. |
| 1942 | #define m1_winenc_sound \ |
| 1943 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1944 | ROM_LOAD( "encsnd.u2", 0x000000, 0x080000, CRC(5568117a) SHA1(198aaead5a624902f31248e050231380b37167d4) ) \ |
| 1945 | ROM_LOAD( "encsnd.u3", 0x080000, 0x080000, CRC(d78bee50) SHA1(dc4663efc795f7c518ebb9f17124f09d263d0585) ) \ |
| 1946 | ROM_REGION( 0x010000, "dmddata", ROMREGION_ERASE00 ) /* what CPU? or is this MCU data? */ \ |
| 1947 | ROM_LOAD( "encdot.bin", 0x0000, 0x010000, CRC(3b707399) SHA1(9bc9522625e97c7d60cc104a96f7312b1d88ec01) ) \ |
| 1948 | |
| 1949 | ROM_START( m1winenc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-371", 0x0000, 0x010000, CRC(ecba5b6b) SHA1(7b50d1a6d4ec287bb5159b6018282107d5594227) ) m1_winenc_sound ROM_END_M1A_MCU GAME( 199?, m1winenc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "John Francombe's Winners Enclosure (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1950 | ROM_START( m1winenca ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-372", 0x0000, 0x010000, CRC(580285b8) SHA1(f0589184a60c73078c3cef9f89ca279fc67f9813) ) m1_winenc_sound ROM_END_M1A_MCU GAME( 199?, m1winenca ,m1winenc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "John Francombe's Winners Enclosure (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1951 | ROM_START( m1winencb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-573", 0x0000, 0x010000, CRC(a597cd98) SHA1(3d28306004b1937e7d04380fe3f9afc5ec321b7b) ) m1_winenc_sound ROM_END_M1A_MCU GAME( 199?, m1winencb ,m1winenc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "John Francombe's Winners Enclosure (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1952 | ROM_START( m1winencc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-574", 0x0000, 0x010000, CRC(a98f9521) SHA1(6fa2ba09dcadfb2164dbea376abc88d0187d02c8) ) m1_winenc_sound ROM_END_M1A_MCU GAME( 199?, m1winencc ,m1winenc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "John Francombe's Winners Enclosure (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1953 | |
| 1954 | /******************************************************************************************************************************************************************************************************* |
| 1955 | Money Game Club |
| 1956 | ******************************************************************************************************************************************************************************************************/ |
| 1957 | |
| 1958 | #define m1_mongam_sound \ |
| 1959 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1960 | ROM_LOAD( "mgamesnd", 0x0000, 0x040000, CRC(80ea7b3d) SHA1(a26dbc55ba205fc94c9b224c549516ba149627d7) ) \ |
| 1961 | |
| 1962 | ROM_START( m1mongam ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mgame200", 0x0000, 0x010000, CRC(4cfe0ef2) SHA1(8dae7d1fdb6481902bcc38f3f993b55c7acc919b) ) m1_mongam_sound ROM_END_M1A_MCU GAME( 199?, m1mongam ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Game Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1963 | ROM_START( m1mongama ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc5-114", 0x0000, 0x010000, CRC(63dbb45e) SHA1(3ccb45ae290b5e2d2249a36268a9e690846bf3d9) ) m1_mongam_sound ROM_END_M1A_MCU GAME( 199?, m1mongama ,m1mongam ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Game Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1964 | ROM_START( m1mongamb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc5-115", 0x0000, 0x010000, CRC(8b3329b8) SHA1(2c89ac10ad82d8425104a74a7bc24aa9c28cbe01) ) m1_mongam_sound ROM_END_M1A_MCU GAME( 199?, m1mongamb ,m1mongam ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Money Game Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1965 | |
| 1966 | /******************************************************************************************************************************************************************************************************* |
| 1967 | Monopoly Classic |
| 1968 | ******************************************************************************************************************************************************************************************************/ |
| 1969 | |
| 1970 | #define m1_moncls_sound \ |
| 1971 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1972 | ROM_LOAD( "classicmonopoly(maygay)soundromdig1-027.bin", 0x0000, 0x040000, CRC(d5243b51) SHA1(c7e3a61071c566e8ea9c8842839b70242ca67308) ) \ |
| 1973 | |
| 1974 | ROM_START( m1moncls ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-316", 0x0000, 0x010000, CRC(98f9d6b0) SHA1(f30fa1fb88bfd4098b189cf03a7e0b9dcc5bfdef) ) m1_moncls_sound ROM_END_M1A_MCU GAME( 199?, m1moncls ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1975 | ROM_START( m1monclsa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-318", 0x0000, 0x010000, CRC(01e8224c) SHA1(dfad509c00d6311eb1e8bbbfe1ca5fd6aeb9da43) ) m1_moncls_sound ROM_END_M1A_MCU GAME( 199?, m1monclsa ,m1moncls ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1976 | ROM_START( m1monclsb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-319", 0x0000, 0x010000, CRC(e900bfaa) SHA1(ce6f1021234979d0c27d5668b470fd31594ca222) ) m1_moncls_sound ROM_END_M1A_MCU GAME( 199?, m1monclsb ,m1moncls ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1977 | ROM_START( m1monclsc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-120", 0x0000, 0x010000, CRC(c594d56d) SHA1(4a48f3d80c575025de7624528647891c179c1b0d) ) m1_moncls_sound ROM_END_M1A_MCU GAME( 199?, m1monclsc ,m1moncls ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1978 | ROM_START( m1monclsd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-121", 0x0000, 0x010000, CRC(2d7c488b) SHA1(ee63973447cb21fa2872ed74612f431add2b7a46) ) m1_moncls_sound ROM_END_M1A_MCU GAME( 199?, m1monclsd ,m1moncls ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1979 | |
| 1980 | /******************************************************************************************************************************************************************************************************* |
| 1981 | Return Of The Pink Panther |
| 1982 | ******************************************************************************************************************************************************************************************************/ |
| 1983 | |
| 1984 | #define m1_retpp_sound \ |
| 1985 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 1986 | ROM_LOAD( "rotppsnd.bin", 0x0000, 0x002000, CRC(a8c8ff9a) SHA1(8069cf08f3a8481ebc589ad0c25887ea316facd5) ) /* looks like a bad dump of rom below */ \ |
| 1987 | ROM_LOAD( "roppsnd.bin", 0x0000, 0x040000, CRC(9f3484b3) SHA1(9d454644c967b22cf6583335807a0ed8495492cb) ) \ |
| 1988 | |
| 1989 | ROM_START( m1retpp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkpstd.bin", 0x0000, 0x010000, CRC(92bb56d8) SHA1(e033578c693f0faf1e91b76392106f0e6850d0dc) ) m1_retpp_sound ROM_END_M1A_MCU GAME( 199?, m1retpp ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 1990 | ROM_START( m1retppa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-519.bin", 0x0000, 0x010000, CRC(b8e04479) SHA1(3be940b433174623d177ffd892d8bc59170422b8) ) m1_retpp_sound ROM_END_M1A_MCU GAME( 199?, m1retppa ,m1retpp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 1991 | ROM_START( m1retppb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-520.bin", 0x0000, 0x010000, CRC(679b6b66) SHA1(a21e82221da54ba48a43c68d5c2c2f07ee9c2f34) ) m1_retpp_sound ROM_END_M1A_MCU GAME( 199?, m1retppb ,m1retpp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 1992 | ROM_START( m1retppc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-044.bin", 0x0000, 0x010000, CRC(9ea30e61) SHA1(1812582ac4f6069354e0f1b5a8f5bd1981cd6e8f) ) m1_retpp_sound ROM_END_M1A_MCU GAME( 199?, m1retppc ,m1retpp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 1993 | ROM_START( m1retppd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-230", 0x0000, 0x010000, CRC(42cd661a) SHA1(b5f5e3e9898155e8696eb97a7cf5e1855e190be1) ) m1_retpp_sound ROM_END_M1A_MCU GAME( 199?, m1retppd ,m1retpp ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 1994 | |
| 1995 | /******************************************************************************************************************************************************************************************************* |
| 1996 | That's Life |
| 1997 | ******************************************************************************************************************************************************************************************************/ |
| 1998 | |
| 1999 | #define m1_thatlf_sound \ |
| 2000 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2001 | ROM_LOAD( "thatslifesound", 0x0000, 0x040000, CRC(5ac3a1f6) SHA1(5be73deb23d58fdc27dd41d210702b627e7ed324) ) \ |
| 2002 | |
| 2003 | ROM_START( m1thatlf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-327.bin", 0x0000, 0x010000, CRC(634fc46e) SHA1(84e166a182384b3b6f29653a0542af74c268d766) ) m1_thatlf_sound ROM_END_M1A_MCU GAME( 199?, m1thatlf ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2004 | ROM_START( m1thatlfa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-075.bin", 0x0000, 0x010000, CRC(b5922c08) SHA1(c71cd3629436576c381b4f1b45011c34a49c66b7) ) m1_thatlf_sound ROM_END_M1A_MCU GAME( 199?, m1thatlfa ,m1thatlf ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2005 | ROM_START( m1thatlfb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-076.bin", 0x0000, 0x010000, CRC(012af2db) SHA1(d6f1a24fe6674a423d190e9e04390cb01768bf4a) ) m1_thatlf_sound ROM_END_M1A_MCU GAME( 199?, m1thatlfb ,m1thatlf ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2006 | ROM_START( m1thatlfc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("thatslifegame", 0x0000, 0x010000, CRC(8dafbe30) SHA1(9a7e8a66b73ddf6564a34363342a8b7290e0dc4f) ) m1_thatlf_sound ROM_END_M1A_MCU GAME( 199?, m1thatlfc ,m1thatlf ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2007 | ROM_START( m1thatlfd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("thtslf5p", 0x0000, 0x010000, CRC(31507a65) SHA1(607b16cf3fde90f97e22247158f09d859a43c1ae) ) m1_thatlf_sound ROM_END_M1A_MCU GAME( 199?, m1thatlfd ,m1thatlf ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2008 | |
| 2009 | /******************************************************************************************************************************************************************************************************* |
| 2010 | Big Ghoulies |
| 2011 | ******************************************************************************************************************************************************************************************************/ |
| 2012 | |
| 2013 | #define m1_bghou_sound \ |
| 2014 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2015 | ROM_LOAD( "bgsnd1.bin", 0x000000, 0x080000, CRC(c0b13b6d) SHA1(d923cc71f9693a9321f984f51bd8f148cec1ac78) ) \ |
| 2016 | ROM_LOAD( "bgsnd2.bin", 0x080000, 0x080000, CRC(1e19908b) SHA1(5d88e86798121d3355952daa3218925a00ef32fa) ) \ |
| 2017 | |
| 2018 | ROM_START( m1bghou ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("bg39.bin", 0x0000, 0x020000, CRC(17889402) SHA1(3779e6f5ac7c2916e5e1af3a21af23a3b8923ef1) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghou ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2019 | ROM_START( m1bghoua ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_gool.4_3", 0x0000, 0x020000, CRC(eaa7d997) SHA1(061e4b8f4231018ef16200521ebb871b92df1f89) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghoua ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2020 | ROM_START( m1bghoub ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_goul.1_6", 0x0000, 0x020000, CRC(530c64ae) SHA1(caea76573e92f33c3c652e62f3a7b79db45feb07) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghoub ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2021 | ROM_START( m1bghouc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_goul.3_0", 0x0000, 0x020000, CRC(d9cb0100) SHA1(bafea1d65066bdce5df46c6a12f4985a6ab0a187) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghouc ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2022 | ROM_START( m1bghoud ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_goul8.bin", 0x0000, 0x020000, CRC(ae58e0be) SHA1(9c6b54ab9a34a64492ce7c3e30aab27c7932ca11) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghoud ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2023 | ROM_START( m1bghoue ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_goul_f.3_4", 0x0000, 0x020000, CRC(58170ff4) SHA1(3623d01c56eb600f81041fd4d844fafd3389ed22) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghoue ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2024 | ROM_START( m1bghouf ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("b_gouli.2_1", 0x0000, 0x020000, CRC(234203f0) SHA1(5d477f70516dd3001587390ac8897328f4df339f) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghouf ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 7)",GAME_FLAGS ) |
| 2025 | ROM_START( m1bghoug ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("bgool_ro.p1", 0x0000, 0x020000, CRC(959751c0) SHA1(7af9ec7f56675ed6ac013a5e0fa79df1ff50271f) ) m1_bghou_sound ROM_END_M1A_MCU GAME( 199?, m1bghoug ,m1bghou ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B) (set 8)",GAME_FLAGS ) |
| 2026 | |
| 2027 | /******************************************************************************************************************************************************************************************************* |
| 2028 | Crazy Cobra |
| 2029 | ******************************************************************************************************************************************************************************************************/ |
| 2030 | |
| 2031 | #define m1_crzco_sound \ |
| 2032 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2033 | ROM_LOAD( "crazycobrasnd.p1", 0x000000, 0x080000, CRC(c5ce740c) SHA1(c8e59ec36aaa0b35fe31e4f178e5c23093488151) ) \ |
| 2034 | ROM_LOAD( "crazycobrasnd.p2", 0x080000, 0x080000, CRC(c49e6889) SHA1(e678a0c0f7ca067281248b48935f80756d161b39) ) \ |
| 2035 | |
| 2036 | ROM_START( m1crzco ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("crazycobra.bin", 0x0000, 0x020000, CRC(31615cf8) SHA1(03ecef486350aa8ba0fbd0fbe0eb2c64b86c6848) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzco ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2037 | ROM_START( m1crzcoa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cobra15.fo", 0x0000, 0x020000, CRC(2e2c08d6) SHA1(80faf478e5587742f20bd25a5f1828ec640ac4b6) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzcoa ,m1crzco ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2038 | ROM_START( m1crzcob ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cobra15.foh", 0x0000, 0x020000, CRC(6852a8c7) SHA1(426d908f6aaaae6233af17d1c3bae95d70c73351) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzcob ,m1crzco ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2039 | ROM_START( m1crzcoc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cobra8.fo", 0x0000, 0x020000, CRC(61698fa6) SHA1(bf369173dfbbf365d6c584636b57ee5aa8f599ae) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzcoc ,m1crzco ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2040 | ROM_START( m1crzcod ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cobra8.foh", 0x0000, 0x020000, CRC(2fa223d4) SHA1(1db0be23634d754513dc152eb708d50323f87af5) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzcod ,m1crzco ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2041 | ROM_START( m1crzcoe ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cr_cobra.1_1", 0x0000, 0x020000, CRC(b0a0f91c) SHA1(965f7bb1fafbf326def22cb82ef1b0315795d973) ) m1_crzco_sound ROM_END_M1A_MCU GAME( 199?, m1crzcoe ,m1crzco ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2042 | |
| 2043 | /******************************************************************************************************************************************************************************************************* |
| 2044 | The Simpsons |
| 2045 | ******************************************************************************************************************************************************************************************************/ |
| 2046 | |
| 2047 | #define m1_simps_sound \ |
| 2048 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2049 | ROM_LOAD( "si______.1_2", 0x000000, 0x080000, CRC(a1ac090e) SHA1(71133ac994dafa0993a600cbebb0cdfde5c09279) ) \ |
| 2050 | ROM_LOAD( "si______.1_3", 0x080000, 0x080000, CRC(72cf719d) SHA1(707942c1b1beba3b3758cbf999b59e7a03bd137f) ) \ |
| 2051 | |
| 2052 | ROM_START( m1simps ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-412", 0x0000, 0x010000, CRC(6f025e05) SHA1(182111f3b030589fe1829c3c24fcee9937d206dd) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simps ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2053 | ROM_START( m1simpsa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-413", 0x0000, 0x010000, CRC(87eac3e3) SHA1(d0b4cde28921870945e7d14642cd6f4abc699345) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsa ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2054 | ROM_START( m1simpsb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-431", 0x0000, 0x010000, CRC(6ff34645) SHA1(13b224453164c6aaaf19fa19cdef296af17ec076) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsb ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2055 | ROM_START( m1simpsc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-432", 0x0000, 0x010000, CRC(db4b9896) SHA1(2b7f361f928176075e02db5dd0d4edfc6ecf5757) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsc ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2056 | ROM_START( m1simpsd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-434", 0x0000, 0x010000, CRC(51d25358) SHA1(dbbb63a76b7c02a0c78ac7c06559a0b6e913496b) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsd ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2057 | ROM_START( m1simpse ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-448", 0x0000, 0x010000, CRC(e9afaa51) SHA1(fbce125e9874167b42a56f0ad38ecb21897f76b0) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpse ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2058 | ROM_START( m1simpsf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-460", 0x0000, 0x010000, CRC(17c1ad7a) SHA1(97ed56dbd2a926b92fbde12587984737c558c0f6) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsf ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 7)",GAME_FLAGS ) |
| 2059 | ROM_START( m1simpsg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("si_x6__d.2_1", 0x0000, 0x010000, CRC(5dca0be1) SHA1(ade490360e70fb0c5184a72520735d31579893bd) ) m1_simps_sound ROM_END_M1A_MCU GAME( 199?, m1simpsg ,m1simps ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B) (set 8)",GAME_FLAGS ) |
| 2060 | |
| 2061 | /******************************************************************************************************************************************************************************************************* |
| 2062 | Trick Or Treat Club |
| 2063 | ******************************************************************************************************************************************************************************************************/ |
| 2064 | |
| 2065 | #define m1_trtrcl_sound \ |
| 2066 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2067 | ROM_LOAD( "trick or treat sound 0.bin", 0x000000, 0x080000, CRC(4900e4d3) SHA1(ce3342d076caadb793572411be8394e02a37cd11) ) \ |
| 2068 | ROM_LOAD( "trick or treat sound 1.bin", 0x080000, 0x080000, CRC(42ae9bc3) SHA1(c82f3d8ac6004b827913e1940b0d06ed7c1584d0) ) \ |
| 2069 | |
| 2070 | ROM_START( m1trtrcl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ttcb0-2n.p0", 0x0000, 0x020000, CRC(af72431c) SHA1(a6060445527372606bcfab9eb9f0a40882d00520) ) m1_trtrcl_sound ROM_END_M1A_MCU GAME( 199?, m1trtrcl ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Trick Or Treat Club (Global) (M1A/B)",GAME_FLAGS ) |
| 2071 | |
| 2072 | /******************************************************************************************************************************************************************************************************* |
| 2073 | Vegetable Crew |
| 2074 | ******************************************************************************************************************************************************************************************************/ |
| 2075 | |
| 2076 | #define m1_vegcrw_sound \ |
| 2077 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2078 | ROM_LOAD( "vegesnd1.u2", 0x000000, 0x080000, CRC(9ce69785) SHA1(126e76ed1a8b7dc71df5c21c77d7daecbdeb2796) ) \ |
| 2079 | ROM_LOAD( "vegesnd2.u3", 0x080000, 0x080000, CRC(341d43a6) SHA1(d10875e6b2c98afcc2244588d00602f0c26fb295) ) \ |
| 2080 | |
| 2081 | ROM_START( m1vegcrw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("vege0-2n.p1", 0x0000, 0x020000, CRC(71cc53b2) SHA1(1d0775aed64f1b622a958f99dd23d8fb86dad0de) ) m1_vegcrw_sound ROM_END_M1A_MCU GAME( 199?, m1vegcrw ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Vegetable Crew (Global) (M1A/B)",GAME_FLAGS ) |
| 2082 | |
| 2083 | /******************************************************************************************************************************************************************************************************* |
| 2084 | Diggers Delight |
| 2085 | ******************************************************************************************************************************************************************************************************/ |
| 2086 | |
| 2087 | #define m1_digdel_sound \ |
| 2088 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2089 | ROM_LOAD( "diggdelightsound3.bin", 0x000000, 0x080000, CRC(ff56068a) SHA1(cfd4cea5fc4f9278a01d0953ece92d3e6c59a8a4) ) \ |
| 2090 | ROM_LOAD( "diggdelightsnd4.bin", 0x080000, 0x080000, CRC(1d7ea3c5) SHA1(902bc00be62b3106337cb7fe4d3e9a4d5a5533f4) ) \ |
| 2091 | |
| 2092 | ROM_START( m1digdel ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("digg3-2p.p1", 0x0000, 0x020000, CRC(63d7037d) SHA1(3e29c3df2f4ff77bb4ac7f52a71c4fa2d4a8c66a) ) m1_digdel_sound ROM_END_M1A_MCU GAME( 199?, m1digdel ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Diggers Delight (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2093 | ROM_START( m1digdela ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("diggersdelight.p1", 0x0000, 0x020000, CRC(9beab502) SHA1(59773f49206497070ebffff99c3375177f352aff) ) m1_digdel_sound ROM_END_M1A_MCU GAME( 199?, m1digdela ,m1digdel ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Diggers Delight (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2094 | |
| 2095 | /******************************************************************************************************************************************************************************************************* |
| 2096 | Just The Job |
| 2097 | ******************************************************************************************************************************************************************************************************/ |
| 2098 | |
| 2099 | #define m1_jtjob_sound \ |
| 2100 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2101 | ROM_LOAD( "jobsnd1.u2", 0x000000, 0x080000, CRC(69b3c5d6) SHA1(4fcf16686e0fc322a8c03e697d0292270ceccc5a) ) \ |
| 2102 | ROM_LOAD( "jobsnd2.u3", 0x080000, 0x080000, CRC(2e7d049e) SHA1(ee58c795e7da3735827dd6af0b44c03166cd99dc) ) \ |
| 2103 | |
| 2104 | ROM_START( m1jtjob ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("just2-0n.p1", 0x0000, 0x020000, CRC(d63d1710) SHA1(feccdd6dc242d32f04a080ab6a637cd6ec330c0d) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjob ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2105 | ROM_START( m1jtjoba ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("j_t_job.1_9", 0x0000, 0x020000, CRC(4f6da2b2) SHA1(43b4c314d5ee934d8dc8972c3c0585096d78793f) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjoba ,m1jtjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2106 | ROM_START( m1jtjobb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("just2-0p.p1", 0x0000, 0x020000, CRC(8d809ba4) SHA1(a6fd142edb0a98c847cb376efe40756d19bccb02) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjobb ,m1jtjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2107 | ROM_START( m1jtjobc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("just2-1n.p1", 0x0000, 0x020000, CRC(7af617ab) SHA1(3288eb180bb0b6c742a70d6044ea7a8c92fd2835) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjobc ,m1jtjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2108 | ROM_START( m1jtjobd ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("just2-1p.p1", 0x0000, 0x020000, CRC(e4543b42) SHA1(d3d378ae70088e55d8a0409a81cc7cd8c01c7856) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjobd ,m1jtjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2109 | ROM_START( m1jtjobe ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("j_t_job.1_8", 0x0000, 0x010000, CRC(338c0ec0) SHA1(b57b760f542e69dfa43d805e5beca40975a4f901) ) m1_jtjob_sound ROM_END_M1A_MCU GAME( 199?, m1jtjobe ,m1jtjob ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B) (set 6)",GAME_FLAGS ) /* might be underdumped */ |
| 2110 | |
| 2111 | /******************************************************************************************************************************************************************************************************* |
| 2112 | Lights Camera Action |
| 2113 | ******************************************************************************************************************************************************************************************************/ |
| 2114 | |
| 2115 | #define m1_lca_sound \ |
| 2116 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2117 | ROM_LOAD( "lcasnd1.bin", 0x000000, 0x080000, CRC(56cc170c) SHA1(c491897b748921201489b38703a3b208e7fdd2f3) ) \ |
| 2118 | ROM_LOAD( "lcasnd2.bin", 0x080000, 0x080000, CRC(73062bef) SHA1(a02f91306c46205ca518d90fdde27508e9d14f63) ) \ |
| 2119 | |
| 2120 | ROM_START( m1lca ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lca11-4n.p1", 0x0000, 0x020000, CRC(65d5efab) SHA1(5b2b6849bfc47360d47e93ca2605d4e18d18a760) ) m1_lca_sound ROM_END_M1A_MCU GAME( 199?, m1lca ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Lights Camera Action (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2121 | ROM_START( m1lcaa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lca11-4p.p1", 0x0000, 0x020000, CRC(c60bcf0f) SHA1(ea9a79b0a76e8102c1c483987d22411a78cc5525) ) m1_lca_sound ROM_END_M1A_MCU GAME( 199?, m1lcaa ,m1lca ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Lights Camera Action (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2122 | ROM_START( m1lcab ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lght1-4n.p1", 0x0000, 0x020000, CRC(31bfdc29) SHA1(3e3efed25e07772ca4903aeca1cee94cf527c382) ) m1_lca_sound ROM_END_M1A_MCU GAME( 199?, m1lcab ,m1lca ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Lights Camera Action (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2123 | ROM_START( m1lcac ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lght1-4p.p1", 0x0000, 0x020000, CRC(f5d8ab2a) SHA1(6d948764bca2f00c7f41f4dbf9faf74da1e45b0b) ) m1_lca_sound ROM_END_M1A_MCU GAME( 199?, m1lcac ,m1lca ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Lights Camera Action (Global) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2124 | |
| 2125 | /******************************************************************************************************************************************************************************************************* |
| 2126 | Monkey Business |
| 2127 | ******************************************************************************************************************************************************************************************************/ |
| 2128 | |
| 2129 | #define m1_mb_sound \ |
| 2130 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2131 | ROM_LOAD( "mb_snd_1.bin", 0x000000, 0x080000, CRC(05594e7c) SHA1(7caf32e4827b574a68cac6ad5cfae73ef228ae09) ) \ |
| 2132 | ROM_LOAD( "mb_snd_2.bin", 0x080000, 0x080000, CRC(bd477c2c) SHA1(cbca3d637ce221fe2763e598afc93aabcf464c35) ) \ |
| 2133 | |
| 2134 | ROM_START( m1mb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monk0-9n.p1", 0x0000, 0x020000, CRC(6d51040c) SHA1(a97ecd2324622abe5298919d4bda298f6f736572) ) m1_mb_sound ROM_END_M1A_MCU GAME( 199?, m1mb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2135 | ROM_START( m1mba ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monkey.07", 0x0000, 0x020000, CRC(fb92ac29) SHA1(f066a4b5968fdac040dc65b6a7727a91ae41233b) ) m1_mb_sound ROM_END_M1A_MCU GAME( 199?, m1mba ,m1mb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2136 | ROM_START( m1mbb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monkey business v0-4.bin", 0x0000, 0x020000, CRC(ead89920) SHA1(de7da735429956e8fdb0593937d3cf3dd2e4e7d8) ) m1_mb_sound ROM_END_M1A_MCU GAME( 199?, m1mbb ,m1mb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2137 | ROM_START( m1mbc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("monkeybusiness.bin", 0x0000, 0x020000, CRC(6d06e255) SHA1(132e2d21768ac317edff7fa349ac9ce8112c317a) ) m1_mb_sound ROM_END_M1A_MCU GAME( 199?, m1mbc ,m1mb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business (Global) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2138 | |
| 2139 | /******************************************************************************************************************************************************************************************************* |
| 2140 | Thrills 'n' Spills |
| 2141 | ******************************************************************************************************************************************************************************************************/ |
| 2142 | |
| 2143 | #define m1_thrill_sound \ |
| 2144 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2145 | ROM_LOAD( "thrillsandspillssnd.p1", 0x000000, 0x080000, CRC(591653ba) SHA1(60eea91d57b82eec427a4e10746f272d42d99891) ) \ |
| 2146 | ROM_LOAD( "thrillsandspillssnd.p2", 0x080000, 0x080000, CRC(0b715a55) SHA1(988034855ed337bdb3b360aae282f22b67de0c64) ) \ |
| 2147 | |
| 2148 | ROM_START( m1thrill ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("thrillsandspills.bin", 0x0000, 0x020000, CRC(415d9c87) SHA1(3af0580c65a2242516c83d4208fc5b4ae0d8cf21) ) m1_thrill_sound ROM_END_M1A_MCU GAME( 199?, m1thrill ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Thrills 'n' Spills (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2149 | ROM_START( m1thrilla ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spil0-8n.p1", 0x0000, 0x020000, CRC(76297570) SHA1(b0aaa98cbc2e7331d96d27408214936133bf5726) ) m1_thrill_sound ROM_END_M1A_MCU GAME( 199?, m1thrilla ,m1thrill ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Thrills 'n' Spills (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2150 | ROM_START( m1thrillb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spil0-4n.p1", 0x0000, 0x020000, CRC(9d3a4936) SHA1(88073f46ebd9622643078561be00fcd98093eee2) ) m1_thrill_sound ROM_END_M1A_MCU GAME( 199?, m1thrillb ,m1thrill ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Thrills 'n' Spills (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2151 | ROM_START( m1thrillc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("thrill0.7", 0x0000, 0x020000, CRC(f52a0367) SHA1(9cf3beb088a7b52a19bed5b85bd1394cd24ced10) ) m1_thrill_sound ROM_END_M1A_MCU GAME( 199?, m1thrillc ,m1thrill ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Thrills 'n' Spills (Global) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2152 | |
| 2153 | /******************************************************************************************************************************************************************************************************* |
| 2154 | Star Trekking |
| 2155 | ******************************************************************************************************************************************************************************************************/ |
| 2156 | |
| 2157 | #define m1_startr_sound \ |
| 2158 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2159 | ROM_LOAD( "mdmstartrekkingsound.rom", 0x0000, 0x040000, CRC(4b673184) SHA1(dd90719ebc8644b4aa50091dc9ddd79f5d0f3395) ) \ |
| 2160 | |
| 2161 | ROM_START( m1startr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk20d3_1.bin", 0x0000, 0x010000, CRC(a911ebc7) SHA1(7e74df1ca0fd5e0d04ece5ca307f4b1ab817c044) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2162 | ROM_START( m1startra ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("st58dt", 0x0000, 0x010000, CRC(29b73d2d) SHA1(f4bfcce7b8f158e8ec964936c365a2c6f27f7945) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startra ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2163 | ROM_START( m1startrb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("st58st", 0x0000, 0x010000, CRC(b4b4c3f3) SHA1(7179d970c0e903ae3b4ba925fba29b9777bf969d) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrb ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2164 | ROM_START( m1startrc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("startrekking-20p_8_5.bin", 0x0000, 0x010000, CRC(6455ae3b) SHA1(9521b69cdd4a0d6ed306ad713fd9a3924eae1e8d) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrc ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2165 | ROM_START( m1startrd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk05d3_1.bin", 0x0000, 0x010000, CRC(b53552ca) SHA1(7b3fd9c5e858a0e1462c755ebfbc089879001c7c) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrd ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2166 | ROM_START( m1startre ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk05d5_0.bin", 0x0000, 0x010000, CRC(629a4c8c) SHA1(766933e4c6d352273c72e40ac0f2af73896d513d) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startre ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2167 | ROM_START( m1startrf ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk05s3_1.bin", 0x0000, 0x010000, CRC(871db7ce) SHA1(4aac90a6ecab6d2c6b5d8b7af69059ef260c9c0c) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrf ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 7)",GAME_FLAGS ) |
| 2168 | ROM_START( m1startrg ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk05s5_0.bin", 0x0000, 0x010000, CRC(6a600631) SHA1(1c85cd63db5225ca55ef0f26fc65008cb4af340b) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrg ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 8)",GAME_FLAGS ) |
| 2169 | ROM_START( m1startrh ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk10d3_2.bin", 0x0000, 0x010000, CRC(5cebc22d) SHA1(6e6dd4c98ceb0c3cf541c6f8d00e3928f43dc763) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrh ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 9)",GAME_FLAGS ) |
| 2170 | ROM_START( m1startri ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk10d5_0.bin", 0x0000, 0x010000, CRC(349855d0) SHA1(e83d764169e85b1f24b3cb7a0d9b1ce3228148c3) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startri ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 10)",GAME_FLAGS ) |
| 2171 | ROM_START( m1startrj ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk10s3_2.bin", 0x0000, 0x010000, CRC(7955d544) SHA1(1151e2b5dd3bd60846d28fa0fb49fe6bee06b765) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrj ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 11)",GAME_FLAGS ) |
| 2172 | ROM_START( m1startrk ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk10s5_0.bin", 0x0000, 0x010000, CRC(6e871dcb) SHA1(cb74b94537f7cdbba6e254042f2b59409eb3b00c) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrk ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 12)",GAME_FLAGS ) |
| 2173 | ROM_START( m1startrm ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk20d5_0.bin", 0x0000, 0x010000, CRC(ca3d3faa) SHA1(f19465212d3bc094a61d04c6c1c20e524a36dcf8) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrm ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 14)",GAME_FLAGS ) |
| 2174 | ROM_START( m1startrn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk20s3_1.bin", 0x0000, 0x010000, CRC(0193af35) SHA1(40094dd44da8d1d0d38ac95d4e951e6c88516eee) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrn ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 15)",GAME_FLAGS ) |
| 2175 | ROM_START( m1startro ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk20s5_0.bin", 0x0000, 0x010000, CRC(b0532d71) SHA1(d3e111a4bc5638788bb67faebdd046224895cbb1) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startro ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 16)",GAME_FLAGS ) |
| 2176 | ROM_START( m1startrp ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk3.1c", 0x0000, 0x010000, CRC(affb3ea4) SHA1(64a670b074cd2f151e820428e0f7f485ec710efd) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrp ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 17)",GAME_FLAGS ) |
| 2177 | ROM_START( m1startrq ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk5-5_0x.bin", 0x0000, 0x010000, CRC(1d32480d) SHA1(670c9d371755c500c29a31a350b3447bd2788c62) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrq ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 18)",GAME_FLAGS ) |
| 2178 | ROM_START( m1startrr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tk5_0x.bin", 0x0000, 0x010000, CRC(20a796f2) SHA1(1d46dbf3693294733595cd601e5be6f16ff685d3) ) m1_startr_sound ROM_END_M1A_MCU GAME( 199?, m1startrr ,m1startr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B) (set 19)",GAME_FLAGS ) |
| 2179 | |
| 2180 | /******************************************************************************************************************************************************************************************************* |
| 2181 | Tick Tock Cash |
| 2182 | ******************************************************************************************************************************************************************************************************/ |
| 2183 | |
| 2184 | #define m1_ttcash_sound \ |
| 2185 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2186 | ROM_LOAD( "ttcsnd.bin", 0x0000, 0x080000, CRC(a191218e) SHA1(d89c33538d1f1804b2f5acac713e760d089fbac0) ) \ |
| 2187 | |
| 2188 | ROM_START( m1ttcash ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ttc2-01.bin", 0x0000, 0x010000, CRC(fa3a1d75) SHA1(055aac3bd82892e30efb6f0a359f53045f8d226e) ) m1_ttcash_sound ROM_END_M1A_MCU GAME( 199?, m1ttcash ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Empire", "Tick Tock Cash (Empire) (M1A/B)",GAME_FLAGS ) |
| 2189 | |
| 2190 | /******************************************************************************************************************************************************************************************************* |
| 2191 | Explorer Club |
| 2192 | ******************************************************************************************************************************************************************************************************/ |
| 2193 | |
| 2194 | #define m1_expclb_sound \ |
| 2195 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2196 | /* missing or different sound system? */ |
| 2197 | |
| 2198 | ROM_START( m1expclb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-175", 0x0000, 0x010000, CRC(1b3bb880) SHA1(cce01c7fcc55eb012f5cffd43f8e8aa78e6379ea) ) m1_expclb_sound ROM_END_M1A_MCU GAME( 199?, m1expclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Explorer Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2199 | ROM_START( m1expclba ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sc3-176", 0x0000, 0x010000, CRC(af836653) SHA1(4c97402e43f80040edaa93cf0630b36a9b9ca12e) ) m1_expclb_sound ROM_END_M1A_MCU GAME( 199?, m1expclba ,m1expclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Explorer Club (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2200 | |
| 2201 | /******************************************************************************************************************************************************************************************************* |
| 2202 | Gold & Silver |
| 2203 | ******************************************************************************************************************************************************************************************************/ |
| 2204 | |
| 2205 | #define m1_goldsv_sound \ |
| 2206 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2207 | /* missing or different sound system? */ |
| 2208 | |
| 2209 | ROM_START( m1goldsv ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-161.bin", 0x0000, 0x010000, CRC(e5aaf4c3) SHA1(d08bbfc2df17e722c4a9e0688eefe6ad133c3cd2) ) m1_goldsv_sound ROM_END_M1A_MCU GAME( 199?, m1goldsv ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gold & Silver (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2210 | ROM_START( m1goldsva ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-162.bin", 0x0000, 0x010000, CRC(0a0aacca) SHA1(d481e5fbbb89c8f46f2a13324d3fcccced0e1f62) ) m1_goldsv_sound ROM_END_M1A_MCU GAME( 199?, m1goldsva ,m1goldsv ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Gold & Silver (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2211 | |
| 2212 | /******************************************************************************************************************************************************************************************************* |
| 2213 | Hi Tension Club |
| 2214 | ******************************************************************************************************************************************************************************************************/ |
| 2215 | |
| 2216 | #define m1_htclb_sound \ |
| 2217 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2218 | /* missing or different sound system? */ |
| 2219 | |
| 2220 | ROM_START( m1htclb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hitensionclubv1-2.rom", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) ) m1_htclb_sound ROM_END_M1A_MCU GAME( 199?, m1htclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hi Tension Club (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2221 | ROM_START( m1htclba ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hitensio.bin", 0x0000, 0x010000, CRC(b8c8edc9) SHA1(1f989a3a72fb7c7747fc6deeb08e06da429620ee) ) m1_htclb_sound ROM_END_M1A_MCU GAME( 199?, m1htclba ,m1htclb ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Hi Tension Club (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2222 | |
| 2223 | /******************************************************************************************************************************************************************************************************* |
| 2224 | Jackpot Multiplier |
| 2225 | ******************************************************************************************************************************************************************************************************/ |
| 2226 | |
| 2227 | #define m1_jpmult_sound \ |
| 2228 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2229 | /* missing or different sound system? */ |
| 2230 | |
| 2231 | ROM_START( m1jpmult ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa0-253.bin", 0x0000, 0x010000, CRC(6f2273cd) SHA1(08cb6414a02a385995e0c4c52a108f76144a12f5) ) m1_jpmult_sound ROM_END_M1A_MCU GAME( 199?, m1jpmult ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jackpot Multiplier (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2232 | ROM_START( m1jpmulta ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa0-254.bin", 0x0000, 0x010000, CRC(633a2b74) SHA1(5e9aaff1ac900ba6d63642df165e67305247e1fa) ) m1_jpmult_sound ROM_END_M1A_MCU GAME( 199?, m1jpmulta ,m1jpmult ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Jackpot Multiplier (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2233 | |
| 2234 | /******************************************************************************************************************************************************************************************************* |
| 2235 | Living In America |
| 2236 | ******************************************************************************************************************************************************************************************************/ |
| 2237 | |
| 2238 | #define m1_liveam_sound \ |
| 2239 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2240 | /* missing or different sound system? */ |
| 2241 | |
| 2242 | ROM_START( m1liveam ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-446", 0x0000, 0x010000, CRC(bb3c979a) SHA1(ea5aff8a689a8cee30088e64f94d6a8787a85100) ) m1_liveam_sound ROM_END_M1A_MCU GAME( 1993, m1liveam ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2243 | ROM_START( m1liveama ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-473", 0x0000, 0x010000, CRC(e8688274) SHA1(685de7fa350d80946d3dfe9b2d25ed07c2a493c2) ) m1_liveam_sound ROM_END_M1A_MCU GAME( 1993, m1liveama ,m1liveam ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2244 | ROM_START( m1liveamb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-502.bin", 0x0000, 0x010000, CRC(a65f5f5f) SHA1(dd02db137ad195845630f47a3c42b38d7a2cb8f3) ) m1_liveam_sound ROM_END_M1A_MCU GAME( 1993, m1liveamb ,m1liveam ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2245 | |
| 2246 | /******************************************************************************************************************************************************************************************************* |
| 2247 | Magic Squares |
| 2248 | ******************************************************************************************************************************************************************************************************/ |
| 2249 | |
| 2250 | #define m1_magic_sound \ |
| 2251 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2252 | /* missing or different sound system? */ |
| 2253 | |
| 2254 | ROM_START( m1magic ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-169", 0x0000, 0x010000, CRC(fda3c0f4) SHA1(399bb4e55130ee06ca429fd52876ddcde0f07482) ) m1_magic_sound ROM_END_M1A_MCU GAME( 199?, m1magic ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Magic Squares (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2255 | ROM_START( m1magica ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-170", 0x0000, 0x010000, CRC(7d353d9c) SHA1(baef8b3ff9fed2414672b710d8acae02c06cf1ba) ) m1_magic_sound ROM_END_M1A_MCU GAME( 199?, m1magica ,m1magic ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Magic Squares (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2256 | ROM_START( m1magicb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-171", 0x0000, 0x010000, CRC(74957d2b) SHA1(16f08b13a7fff8275c1012a93990bb1ea249d33b) ) m1_magic_sound ROM_END_M1A_MCU GAME( 199?, m1magicb ,m1magic ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Magic Squares (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2257 | ROM_START( m1magicc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-172", 0x0000, 0x010000, CRC(c02da3f8) SHA1(e7d1a3129f398855e4c466b4a5aac26844978beb) ) m1_magic_sound ROM_END_M1A_MCU GAME( 199?, m1magicc ,m1magic ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Magic Squares (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2258 | |
| 2259 | /******************************************************************************************************************************************************************************************************* |
| 2260 | Monster Cash |
| 2261 | ******************************************************************************************************************************************************************************************************/ |
| 2262 | |
| 2263 | #define m1_monstr_sound \ |
| 2264 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2265 | /* missing or different sound system? */ |
| 2266 | |
| 2267 | ROM_START( m1monstr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-549", 0x0000, 0x020000, CRC(8eaab93c) SHA1(a14a4b68994594df1e20695b056102db52dd33d1) ) m1_monstr_sound ROM_END_M1A_MCU GAME( 199?, m1monstr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monster Cash (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2268 | ROM_START( m1monstra ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-550", 0x0000, 0x020000, CRC(f72fa0c7) SHA1(8eecd458d58a4ccc58a42bc149737c9c335fbfec) ) m1_monstr_sound ROM_END_M1A_MCU GAME( 199?, m1monstra ,m1monstr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monster Cash (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2269 | ROM_START( m1monstrb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-553", 0x0000, 0x020000, CRC(703a437a) SHA1(e2b5b6ba1c5b73d84f403b0f2c40e5e7bbcc435a) ) m1_monstr_sound ROM_END_M1A_MCU GAME( 199?, m1monstrb ,m1monstr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monster Cash (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2270 | ROM_START( m1monstrc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-554", 0x0000, 0x020000, CRC(e4f0f3f8) SHA1(152728dec092e20e102239d396cfa9525c7d92cf) ) m1_monstr_sound ROM_END_M1A_MCU GAME( 199?, m1monstrc ,m1monstr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Monster Cash (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2271 | |
| 2272 | /******************************************************************************************************************************************************************************************************* |
| 2273 | Nudges Unlimited |
| 2274 | ******************************************************************************************************************************************************************************************************/ |
| 2275 | |
| 2276 | #define m1_nudunl_sound \ |
| 2277 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2278 | /* missing or different sound system? */ |
| 2279 | |
| 2280 | ROM_START( m1nudunl ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-650", 0x0000, 0x020000, CRC(bfb700d8) SHA1(8d09812287ff207f87887215f265954debbe9f2b) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunl ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2281 | ROM_START( m1nudunla ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-651", 0x0000, 0x020000, CRC(eff6fe64) SHA1(448170ed3d36e5b9fbfc99c710f2b2d948291d44) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunla ,m1nudunl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2282 | ROM_START( m1nudunlb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-652", 0x0000, 0x020000, CRC(ce0d8e53) SHA1(31ff918d3baa34e318f4e3895e9ce2182d8841ce) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunlb ,m1nudunl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2283 | ROM_START( m1nudunlc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-653", 0x0000, 0x020000, CRC(9e4c70ef) SHA1(90ba28a4de87d025ec869af4a44e4f638eaddd88) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunlc ,m1nudunl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2284 | ROM_START( m1nudunld ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-007", 0x0000, 0x020000, CRC(f50d2357) SHA1(355223dae2180f79c41fbd756cf4f7fd7582cfc3) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunld ,m1nudunl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2285 | ROM_START( m1nudunle ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-008", 0x0000, 0x020000, CRC(b4ad823c) SHA1(0b890a808338843fabb5b449fd792c3eaa82e837) ) m1_nudunl_sound ROM_END_M1A_MCU GAME( 199?, m1nudunle ,m1nudunl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2286 | |
| 2287 | /******************************************************************************************************************************************************************************************************* |
| 2288 | Omega |
| 2289 | ******************************************************************************************************************************************************************************************************/ |
| 2290 | |
| 2291 | #define m1_omega_sound \ |
| 2292 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2293 | /* missing or different sound system? */ |
| 2294 | |
| 2295 | ROM_START( m1omega ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-089.bin", 0x0000, 0x010000, CRC(ada5f2ae) SHA1(190813e17460acd1f43606da08ac50e0e0fe2108) ) m1_omega_sound ROM_END_M1A_MCU GAME( 199?, m1omega ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Omega (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2296 | ROM_START( m1omegaa ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-090.bin", 0x0000, 0x010000, CRC(2d330fc6) SHA1(a74a83a3824e6593fed8ebfd341151f56c1f47fa) ) m1_omega_sound ROM_END_M1A_MCU GAME( 199?, m1omegaa ,m1omega ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Omega (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2297 | |
| 2298 | /******************************************************************************************************************************************************************************************************* |
| 2299 | Over The Top |
| 2300 | ******************************************************************************************************************************************************************************************************/ |
| 2301 | |
| 2302 | #define m1_ott_sound \ |
| 2303 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2304 | /* missing or different sound system? */ |
| 2305 | |
| 2306 | ROM_START( m1ott ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-733", 0x0000, 0x020000, CRC(0c9a68dd) SHA1(1be9a9a91d5a00c07693777a92c312605f4cd5aa) ) m1_ott_sound ROM_END_M1A_MCU GAME( 199?, m1ott ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Over The Top (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2307 | ROM_START( m1otta ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-734", 0x0000, 0x020000, CRC(9850d85f) SHA1(a155a13a4f240f455a990769140d8b2eabcb88ed) ) m1_ott_sound ROM_END_M1A_MCU GAME( 199?, m1otta ,m1ott ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Over The Top (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2308 | |
| 2309 | /******************************************************************************************************************************************************************************************************* |
| 2310 | Piggy Bank |
| 2311 | ******************************************************************************************************************************************************************************************************/ |
| 2312 | |
| 2313 | #define m1_piggy_sound \ |
| 2314 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2315 | /* missing or different sound system? */ |
| 2316 | |
| 2317 | ROM_START( m1piggy ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-277.bin", 0x0000, 0x010000, CRC(699d9bba) SHA1(400c419d62bc204c66b71f8dcda71b6b77bbc274) ) m1_piggy_sound ROM_END_M1A_MCU GAME( 199?, m1piggy ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Piggy Bank (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2318 | ROM_START( m1piggya ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-278.bin", 0x0000, 0x010000, CRC(cfb5c996) SHA1(7798ce05f24e064786dd4866f16f4fdf79ca026e) ) m1_piggy_sound ROM_END_M1A_MCU GAME( 199?, m1piggya ,m1piggy ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Piggy Bank (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2319 | ROM_START( m1piggyb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-279.bin", 0x0000, 0x010000, CRC(ed6a592d) SHA1(de667c0da3f66ac84f8edf52a57de55e6f4a3409) ) m1_piggy_sound ROM_END_M1A_MCU GAME( 199?, m1piggyb ,m1piggy ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Piggy Bank (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2320 | ROM_START( m1piggyc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-280.bin", 0x0000, 0x010000, CRC(290c9d41) SHA1(151cfea6b56954ae1f9e53aba68c6ec9d309411e) ) m1_piggy_sound ROM_END_M1A_MCU GAME( 199?, m1piggyc ,m1piggy ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Piggy Bank (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2321 | |
| 2322 | /******************************************************************************************************************************************************************************************************* |
| 2323 | Prize Cluedo |
| 2324 | ******************************************************************************************************************************************************************************************************/ |
| 2325 | |
| 2326 | #define m1_przclu_sound \ |
| 2327 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2328 | /* missing or different sound system? */ |
| 2329 | |
| 2330 | ROM_START( m1przclu ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-307", 0x0000, 0x010000, CRC(c2b6567e) SHA1(08eee2400bee603dc4fbbe578f1d25481787024b) ) m1_przclu_sound ROM_END_M1A_MCU GAME( 199?, m1przclu ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Cluedo (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2331 | ROM_START( m1przclua ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-408", 0x0000, 0x010000, CRC(01ff19da) SHA1(5673aef67b017704fbeb4fe66def843db182728b) ) m1_przclu_sound ROM_END_M1A_MCU GAME( 199?, m1przclua ,m1przclu ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Cluedo (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2332 | ROM_START( m1przclub ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-409", 0x0000, 0x010000, CRC(e917843c) SHA1(9160588e2fa6e842a51b18b9b0d0c3579c5c637c) ) m1_przclu_sound ROM_END_M1A_MCU GAME( 199?, m1przclub ,m1przclu ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Cluedo (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2333 | |
| 2334 | /******************************************************************************************************************************************************************************************************* |
| 2335 | Search Light |
| 2336 | ******************************************************************************************************************************************************************************************************/ |
| 2337 | |
| 2338 | #define m1_search_sound \ |
| 2339 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2340 | /* missing or different sound system? */ |
| 2341 | |
| 2342 | ROM_START( m1search ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("search.bin", 0x0000, 0x010000, CRC(e39e12e6) SHA1(e44a72a5fdb825be362a17a0db599a7579238423) ) m1_search_sound ROM_END_M1A_MCU GAME( 199?, m1search ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Search Light (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2343 | ROM_START( m1searcha ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sl2p_3", 0x0000, 0x010000, CRC(14c5f609) SHA1(26f41ee6697ac22cb91e092303d1916bd2441514) ) m1_search_sound ROM_END_M1A_MCU GAME( 199?, m1searcha ,m1search ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Search Light (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2344 | ROM_START( m1searchb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sl5p6ac", 0x0000, 0x010000, CRC(f92143fd) SHA1(c0e1645eb4dc247fc4ba1da3a915288ba3ba9798) ) m1_search_sound ROM_END_M1A_MCU GAME( 199?, m1searchb ,m1search ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Search Light (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2345 | |
| 2346 | /******************************************************************************************************************************************************************************************************* |
| 2347 | Six Spinner |
| 2348 | ******************************************************************************************************************************************************************************************************/ |
| 2349 | |
| 2350 | #define m1_sixspn_sound \ |
| 2351 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2352 | /* missing or different sound system? */ |
| 2353 | |
| 2354 | ROM_START( m1sixspn ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sixspinner.bin", 0x0000, 0x010000, CRC(7cd08769) SHA1(2e3fa49b745173f1e9db7d6415e14acf6319dbf0) ) m1_sixspn_sound ROM_END_M1A_MCU GAME( 199?, m1sixspn ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Six Spinner (Maygay) (M1A/B)",GAME_FLAGS ) |
| 2355 | |
| 2356 | /******************************************************************************************************************************************************************************************************* |
| 2357 | Spiderman |
| 2358 | ******************************************************************************************************************************************************************************************************/ |
| 2359 | |
| 2360 | #define m1_spid_sound \ |
| 2361 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2362 | /* missing or different sound system? */ |
| 2363 | |
| 2364 | ROM_START( m1spid ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-013", 0x0000, 0x010000, CRC(e006350e) SHA1(26fb5839c6db0c8493450914157c986f41638184) ) m1_spid_sound ROM_END_M1A_MCU GAME( 199?, m1spid ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spiderman (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2365 | ROM_START( m1spida ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-014", 0x0000, 0x010000, CRC(ec1e6db7) SHA1(4c4e1f58d13703d1a16646b72328eb8eb96bc632) ) m1_spid_sound ROM_END_M1A_MCU GAME( 199?, m1spida ,m1spid ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spiderman (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2366 | ROM_START( m1spidb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-024", 0x0000, 0x010000, CRC(15d44853) SHA1(e6c16dafde9f48c7c6956a6888d9877c63a17fa3) ) m1_spid_sound ROM_END_M1A_MCU GAME( 199?, m1spidb ,m1spid ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spiderman (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2367 | |
| 2368 | /******************************************************************************************************************************************************************************************************* |
| 2369 | Spotlight |
| 2370 | ******************************************************************************************************************************************************************************************************/ |
| 2371 | |
| 2372 | #define m1_sptlgt_sound \ |
| 2373 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2374 | /* missing or different sound system? */ |
| 2375 | |
| 2376 | ROM_START( m1sptlgt ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa2-412.bin", 0x0000, 0x10000, CRC(17531aad) SHA1(decec517b89be9019913be59c5fC2aa2ee6e3f8f) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgt ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2377 | ROM_START( m1sptlgta ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa2-397", 0x0000, 0x010000, CRC(e5092767) SHA1(0205b6147e31ab0ff326c9b63d0bbc2fe5b57d20) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgta ,m1sptlgt ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2378 | ROM_START( m1sptlgtb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spt02__2.2.bin", 0x0000, 0x010000, CRC(2a04698c) SHA1(e2bbf91b699349f9a76bb2da7d4b47dc1d259a22) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgtb ,m1sptlgt ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2379 | ROM_START( m1sptlgtc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spt2p", 0x0000, 0x010000, CRC(eb4fa923) SHA1(60d865fb81be33d4537dd5a24a44274a57ab582a) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgtc ,m1sptlgt ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2380 | ROM_START( m1sptlgtd ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spotbwb.bin", 0x0000, 0x010000, CRC(288a4462) SHA1(8ade1b87d586591a9543a0400f140dd38ae2206a) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgtd ,m1sptlgt ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 5)",GAME_FLAGS ) |
| 2381 | ROM_START( m1sptlgte ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("spt05___.1_1", 0x0000, 0x010000, CRC(0e77cdc4) SHA1(7edfc1498768461883e943cf7b50869791a5e0d2) ) m1_sptlgt_sound ROM_END_M1A_MCU GAME( 199?, m1sptlgte ,m1sptlgt ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B) (set 6)",GAME_FLAGS ) |
| 2382 | |
| 2383 | |
| 2384 | /******************************************************************************************************************************************************************************************************* |
| 2385 | Sudden Impact |
| 2386 | ******************************************************************************************************************************************************************************************************/ |
| 2387 | |
| 2388 | #define m1_sudnim_sound \ |
| 2389 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2390 | /* missing or different sound system? */ |
| 2391 | |
| 2392 | ROM_START( m1sudnim ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-177", 0x0000, 0x010000, CRC(25296856) SHA1(7e9a61c555709d443afb613b8cf646676e3a3e4a) ) m1_sudnim_sound ROM_END_M1A_MCU GAME( 199?, m1sudnim ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Sudden Impact (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2393 | ROM_START( m1sudnima ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-178", 0x0000, 0x010000, CRC(83013a7a) SHA1(f54997e611cda9fd1ee4754e1c41b4eb38d1bd7f) ) m1_sudnim_sound ROM_END_M1A_MCU GAME( 199?, m1sudnima ,m1sudnim ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Sudden Impact (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2394 | ROM_START( m1sudnimb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("si2p", 0x0000, 0x010000, CRC(0ce156f1) SHA1(8f657a6226e81dd4ef26c4d58ac65c2f9d0951f0) ) m1_sudnim_sound ROM_END_M1A_MCU GAME( 199?, m1sudnimb ,m1sudnim ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Sudden Impact (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2395 | ROM_START( m1sudnimc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("si5p", 0x0000, 0x010000, CRC(f1893852) SHA1(a942c3918179e03b01a04f3295dd6e0483061c8d) ) m1_sudnim_sound ROM_END_M1A_MCU GAME( 199?, m1sudnimc ,m1sudnim ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Sudden Impact (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2396 | |
| 2397 | /******************************************************************************************************************************************************************************************************* |
| 2398 | Top Tenner |
| 2399 | ******************************************************************************************************************************************************************************************************/ |
| 2400 | |
| 2401 | #define m1_topten_sound \ |
| 2402 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2403 | /* missing or different sound system? */ |
| 2404 | |
| 2405 | ROM_START( m1topten ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-584", 0x0000, 0x010000, CRC(b2dea28a) SHA1(4d82e90a130ebcc2e6dca2b81a19d490f8d128bb) ) m1_topten_sound ROM_END_M1A_MCU GAME( 199?, m1topten ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Top Tenner (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2406 | ROM_START( m1toptena ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa6-585", 0x0000, 0x010000, CRC(5a363f6c) SHA1(6760209e0a92e36b4f2ecd02129496313b4bcbc3) ) m1_topten_sound ROM_END_M1A_MCU GAME( 199?, m1toptena ,m1topten ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Top Tenner (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2407 | |
| 2408 | /******************************************************************************************************************************************************************************************************* |
| 2409 | Ultimate Challenge |
| 2410 | ******************************************************************************************************************************************************************************************************/ |
| 2411 | |
| 2412 | #define m1_ultchl_sound \ |
| 2413 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2414 | /* missing or different sound system? */ |
| 2415 | |
| 2416 | ROM_START( m1ultchl ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-135", 0x0000, 0x010000, CRC(ddca5e99) SHA1(e3092bd9f79fa70e851a3285061e2f77a7731e35) ) m1_ultchl_sound ROM_END_M1A_MCU GAME( 199?, m1ultchl ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Ultimate Challenge (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2417 | ROM_START( m1ultchla ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-136", 0x0000, 0x010000, CRC(6972804a) SHA1(e313bbdb621f433c8c9314557bb2770afebe0800) ) m1_ultchl_sound ROM_END_M1A_MCU GAME( 199?, m1ultchla ,m1ultchl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Ultimate Challenge (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2418 | ROM_START( m1ultchlb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-137", 0x0000, 0x010000, CRC(1dfc630f) SHA1(5f700e5960f323453cb2ee794da346f2bb591ff1) ) m1_ultchl_sound ROM_END_M1A_MCU GAME( 199?, m1ultchlb ,m1ultchl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Ultimate Challenge (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2419 | ROM_START( m1ultchlc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa5-138", 0x0000, 0x010000, CRC(bbd43123) SHA1(7a3bb67d5bee254cdb010273382e694838bad0bb) ) m1_ultchl_sound ROM_END_M1A_MCU GAME( 199?, m1ultchlc ,m1ultchl ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Ultimate Challenge (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2420 | |
| 2421 | /******************************************************************************************************************************************************************************************************* |
| 2422 | Under Siege |
| 2423 | ******************************************************************************************************************************************************************************************************/ |
| 2424 | |
| 2425 | #define m1_undsie_sound \ |
| 2426 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2427 | /* missing or different sound system? */ |
| 2428 | |
| 2429 | ROM_START( m1undsie ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-594", 0x0000, 0x020000, CRC(197cfd7d) SHA1(fa306cb96aa909d2c8b68284036b521ddc2a8921) ) m1_undsie_sound ROM_END_M1A_MCU GAME( 199?, m1undsie ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Under Siege (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2430 | ROM_START( m1undsiea ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-595", 0x0000, 0x020000, CRC(493d03c1) SHA1(e161ca825d2f514c0e5185fd6d383c4fd6284a88) ) m1_undsie_sound ROM_END_M1A_MCU GAME( 199?, m1undsiea ,m1undsie ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Under Siege (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2431 | ROM_START( m1undsieb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-596", 0x0000, 0x020000, CRC(9d842d4d) SHA1(eb4285902c887bcee0506a6f7806aa09fffd2a5e) ) m1_undsie_sound ROM_END_M1A_MCU GAME( 199?, m1undsieb ,m1undsie ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Under Siege (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2432 | ROM_START( m1undsiec ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-597", 0x0000, 0x020000, CRC(cdc5d3f1) SHA1(2a65b2567bc0fd4a443256817eea402a0887e668) ) m1_undsie_sound ROM_END_M1A_MCU GAME( 199?, m1undsiec ,m1undsie ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Under Siege (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2433 | |
| 2434 | /******************************************************************************************************************************************************************************************************* |
| 2435 | Wagon Trail |
| 2436 | ******************************************************************************************************************************************************************************************************/ |
| 2437 | |
| 2438 | #define m1_wagon_sound \ |
| 2439 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2440 | /* missing or different sound system? */ |
| 2441 | |
| 2442 | ROM_START( m1wagon ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-394", 0x0000, 0x020000, CRC(ac63dbd8) SHA1(b66592ef15c3e9eda208085040e41d14614da509) ) m1_wagon_sound ROM_END_M1A_MCU GAME( 199?, m1wagon ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wagon Trail (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2443 | ROM_START( m1wagona ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-395", 0x0000, 0x020000, CRC(fc222564) SHA1(cf9c551b3c5844a33555c66f695f785fa163041d) ) m1_wagon_sound ROM_END_M1A_MCU GAME( 199?, m1wagona ,m1wagon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wagon Trail (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2444 | ROM_START( m1wagonb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-421", 0x0000, 0x020000, CRC(613fcdfb) SHA1(71cbc2ed3e677865b10672df496a22cd28ff5d5c) ) m1_wagon_sound ROM_END_M1A_MCU GAME( 199?, m1wagonb ,m1wagon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wagon Trail (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2445 | ROM_START( m1wagonc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-422", 0x0000, 0x020000, CRC(72f8f6ad) SHA1(16d54afe4799d85cfcd686e355ea5a4cccebb54a) ) m1_wagon_sound ROM_END_M1A_MCU GAME( 199?, m1wagonc ,m1wagon ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Wagon Trail (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2446 | |
| 2447 | /******************************************************************************************************************************************************************************************************* |
| 2448 | Hi Lo Casino |
| 2449 | ******************************************************************************************************************************************************************************************************/ |
| 2450 | |
| 2451 | #define m1_hiloc_sound \ |
| 2452 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2453 | /* missing or different sound system? */ |
| 2454 | |
| 2455 | ROM_START( m1hiloc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hilo1-5n.p1", 0x0000, 0x020000, CRC(7a5010e5) SHA1(3a0bb854771b0b1e136932c6f78fac98114fda41) ) m1_hiloc_sound ROM_END_M1A_MCU GAME( 199?, m1hiloc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Hi Lo Casino (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2456 | ROM_START( m1hiloca ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("hilo1-5p.p1", 0x0000, 0x020000, CRC(826da69a) SHA1(8a0460d7ca20c34b3c63ceadfd79d7bbde40c566) ) m1_hiloc_sound ROM_END_M1A_MCU GAME( 199?, m1hiloca ,m1hiloc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Hi Lo Casino (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2457 | |
| 2458 | /******************************************************************************************************************************************************************************************************* |
| 2459 | King Of The Swingers |
| 2460 | ******************************************************************************************************************************************************************************************************/ |
| 2461 | |
| 2462 | #define m1_kingsw_sound \ |
| 2463 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2464 | /* missing or different sound system? */ |
| 2465 | |
| 2466 | ROM_START( m1kingsw ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("kots.p1", 0x0000, 0x020000, CRC(7eff2b6b) SHA1(b9cade903c9d5723f4fc932033b5fbf77f6803d1) ) m1_kingsw_sound ROM_END_M1A_MCU GAME( 199?, m1kingsw ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "King Of The Swingers (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2467 | ROM_START( m1kingswa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("kos51-0n.p1", 0x0000, 0x020000, CRC(7132e13c) SHA1(113fb748a293ba30acb8845ba4a50a8016c0c0b6) ) m1_kingsw_sound ROM_END_M1A_MCU GAME( 199?, m1kingswa ,m1kingsw ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "King Of The Swingers (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2468 | ROM_START( m1kingswb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("kots1-6p.p1", 0x0000, 0x020000, CRC(c1499640) SHA1(bed3d3bfa4d24ebd388d6f428b0d37dd9aeb5c18) ) m1_kingsw_sound ROM_END_M1A_MCU GAME( 199?, m1kingswb ,m1kingsw ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "King Of The Swingers (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2469 | ROM_START( m1kingswc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("ko_swing.p1", 0x0000, 0x020000, CRC(f4704f01) SHA1(9e0ff678649472bb516f46e6060c45c83f85fc2c) ) m1_kingsw_sound ROM_END_M1A_MCU GAME( 199?, m1kingswc ,m1kingsw ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "King Of The Swingers (Global) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2470 | |
| 2471 | /******************************************************************************************************************************************************************************************************* |
| 2472 | Monkey Business Club |
| 2473 | ******************************************************************************************************************************************************************************************************/ |
| 2474 | |
| 2475 | #define m1_mbclb_sound \ |
| 2476 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2477 | /* missing or different sound system? */ |
| 2478 | |
| 2479 | ROM_START( m1mbclb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("mbcb1-1n.p1", 0x0000, 0x020000, CRC(32621c7f) SHA1(0cf1bf264712f8c042315d935c33f4ade3446542) ) m1_mbclb_sound ROM_END_M1A_MCU GAME( 199?, m1mbclb ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business Club (Global) (M1A/B)",GAME_FLAGS ) |
| 2480 | |
| 2481 | /******************************************************************************************************************************************************************************************************* |
| 2482 | Stake Yer Claim Club |
| 2483 | ******************************************************************************************************************************************************************************************************/ |
| 2484 | |
| 2485 | #define m1_sycc_sound \ |
| 2486 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2487 | /* missing or different sound system? */ |
| 2488 | |
| 2489 | ROM_START( m1sycc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("stak1-6n.p1", 0x0000, 0x020000, CRC(cdeb76c2) SHA1(5b29c5e8e3ae9640e25caadab10ac9bad3be71dc) ) m1_sycc_sound ROM_END_M1A_MCU GAME( 199?, m1sycc ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Stake Yer Claim Club (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2490 | ROM_START( m1sycca ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("stak1-6p.p1", 0x0000, 0x020000, CRC(0aaedd71) SHA1(3c7610b327b506ba12bbb0a8804b7d374be5fab7) ) m1_sycc_sound ROM_END_M1A_MCU GAME( 199?, m1sycca ,m1sycc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Stake Yer Claim Club (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2491 | ROM_START( m1syccb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("st_y_cl.1_1", 0x0000, 0x020000, CRC(213d38a4) SHA1(a5af799a48c3a7eee61d84c2c25c380eb30628dc) ) m1_sycc_sound ROM_END_M1A_MCU GAME( 199?, m1syccb ,m1sycc ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Stake Yer Claim Club (Global) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2492 | |
| 2493 | /******************************************************************************************************************************************************************************************************* |
| 2494 | Trick Or Treat |
| 2495 | ******************************************************************************************************************************************************************************************************/ |
| 2496 | |
| 2497 | #define m1_trtr_sound \ |
| 2498 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2499 | /* missing or different sound system? */ |
| 2500 | |
| 2501 | ROM_START( m1trtr ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tric0-7p.p1", 0x0000, 0x020000, CRC(86a58a4d) SHA1(9930f0b1848359fffc31f2280a30bb7643263241) ) m1_trtr_sound ROM_END_M1A_MCU GAME( 199?, m1trtr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Trick Or Treat (Global) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2502 | ROM_START( m1trtra ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("tric0-9n.p1", 0x0000, 0x020000, CRC(f002b852) SHA1(ad056a7ada28e40a17e977d871197afb1ecac678) ) m1_trtr_sound ROM_END_M1A_MCU GAME( 199?, m1trtra ,m1trtr ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Global", "Trick Or Treat (Global) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2503 | |
| 2504 | /******************************************************************************************************************************************************************************************************* |
| 2505 | Cash Lines |
| 2506 | ******************************************************************************************************************************************************************************************************/ |
| 2507 | |
| 2508 | #define m1_cashln_sound \ |
| 2509 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2510 | /* missing or different sound system? */ |
| 2511 | |
| 2512 | ROM_START( m1cashln ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("cl10p1", 0x0000, 0x020000, CRC(b993ff3d) SHA1(67359e2076bb84001744d13a78c960fc587ecb39) ) m1_cashln_sound ROM_END_M1A_MCU GAME( 199?, m1cashln ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Lines (Maygay) (M1A/B)",GAME_FLAGS ) |
| 2513 | |
| 2514 | /******************************************************************************************************************************************************************************************************* |
| 2515 | A Day At The Races |
| 2516 | ******************************************************************************************************************************************************************************************************/ |
| 2517 | |
| 2518 | #define m1_races_sound \ |
| 2519 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2520 | /* missing or different sound system? */ |
| 2521 | |
| 2522 | ROM_START( m1races ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-085", 0x0000, 0x020000, CRC(6b70dd13) SHA1(6059fc560061dc1a5342e94f1932552a4e4ddfa1) ) m1_races_sound ROM_END_M1A_MCU GAME( 199?, m1races ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "A Day At The Races (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2523 | ROM_START( m1racesa ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-086", 0x0000, 0x020000, CRC(78b7e645) SHA1(715ae98c8cde095735094cd2c908e464d90f4a46) ) m1_races_sound ROM_END_M1A_MCU GAME( 199?, m1racesa ,m1races ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "A Day At The Races (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2524 | ROM_START( m1racesb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-532", 0x0000, 0x020000, CRC(7361bdb5) SHA1(38826149029d64173694c21da4322e3814299f29) ) m1_races_sound ROM_END_M1A_MCU GAME( 199?, m1racesb ,m1races ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "A Day At The Races (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2525 | ROM_START( m1racesc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa7-533", 0x0000, 0x020000, CRC(23204309) SHA1(04e7ee3b59e73b570eac7bd82ceff0af55cb26c4) ) m1_races_sound ROM_END_M1A_MCU GAME( 199?, m1racesc ,m1races ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "A Day At The Races (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2526 | |
| 2527 | /******************************************************************************************************************************************************************************************************* |
| 2528 | Top Strike |
| 2529 | ******************************************************************************************************************************************************************************************************/ |
| 2530 | |
| 2531 | #define m1_topstr_sound \ |
| 2532 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2533 | /* missing or different sound system? */ |
| 2534 | |
| 2535 | ROM_START( m1topstr ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa1-184", 0x0000, 0x010000, CRC(93518981) SHA1(51e5f4e665c7b3cf7d62036e4267216c36726d3f) ) m1_topstr_sound ROM_END_M1A_MCU GAME( 199?, m1topstr ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Top Strike (Maygay - Bwb) (M1A/B)",GAME_FLAGS ) |
| 2536 | |
| 2537 | /******************************************************************************************************************************************************************************************************* |
| 2538 | Strike It Rich |
| 2539 | ******************************************************************************************************************************************************************************************************/ |
| 2540 | |
| 2541 | #define m1_sirich_sound \ |
| 2542 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2543 | /* missing or different sound system? */ |
| 2544 | |
| 2545 | ROM_START( m1sirich ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-265.bin", 0x0000, 0x010000, CRC(1b674002) SHA1(9f8d839371290ceb8bdc936d82f1e6180783d169) ) m1_sirich_sound ROM_END_M1A_MCU GAME( 199?, m1sirich ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Strike It Rich (Maygay) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2546 | ROM_START( m1siricha ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa3-269.bin", 0x0000, 0x010000, CRC(d490b5fa) SHA1(fc86cad55387f3cc4e0803f1669d670998247dc5) ) m1_sirich_sound ROM_END_M1A_MCU GAME( 199?, m1siricha ,m1sirich ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Strike It Rich (Maygay) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2547 | ROM_START( m1sirichb ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-104.bin", 0x0000, 0x010000, CRC(298e0d6e) SHA1(969825784c9e793bf88cf355a70bbc1907126a2f) ) m1_sirich_sound ROM_END_M1A_MCU GAME( 199?, m1sirichb ,m1sirich ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Strike It Rich (Maygay) (M1A/B) (set 3)",GAME_FLAGS ) |
| 2548 | ROM_START( m1sirichc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("sa4-105.bin", 0x0000, 0x010000, CRC(c1669088) SHA1(96ede015a26d75f2b85d615df0ffbce4a5f9f8d4) ) m1_sirich_sound ROM_END_M1A_MCU GAME( 199?, m1sirichc ,m1sirich ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Strike It Rich (Maygay) (M1A/B) (set 4)",GAME_FLAGS ) |
| 2549 | |
| 2550 | /******************************************************************************************************************************************************************************************************* |
| 2551 | Luxor Casino |
| 2552 | ******************************************************************************************************************************************************************************************************/ |
| 2553 | |
| 2554 | #define m1_luxor_sound \ |
| 2555 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2556 | /* missing or different sound system? */ |
| 2557 | |
| 2558 | ROM_START( m1luxor ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("luxor_pound8f.4_0", 0x0000, 0x020000, CRC(3a0fdf4a) SHA1(4a3797ea5440df8a0d40ea187d0b41a77407e9ef) ) m1_luxor_sound ROM_END_M1A_MCU GAME( 1994, m1luxor ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) (M1A/B) (set 1)",GAME_FLAGS ) |
| 2559 | ROM_START( m1luxora ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("luxor_pound5f.3v3", 0x0000, 0x020000, CRC(75a95629) SHA1(1366f1bf1f88feee14af306d15fe74c2c9d1dff8) ) m1_luxor_sound ROM_END_M1A_MCU GAME( 1994, m1luxora ,m1luxor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) (M1A/B) (set 2)",GAME_FLAGS ) |
| 2560 | ROM_START( m1luxorb ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lux_pound5", 0x0000, 0x020000, CRC(a5d78869) SHA1(0b76345374554d467c78751083a6b3ce2499f795) ) m1_luxor_sound ROM_END_M1A_MCU GAME( 1994, m1luxorb ,m1luxor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) (M1A/B) (set 3)",GAME_FLAGS )//3_2 |
| 2561 | ROM_START( m1luxorc ) ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("lux_pound15", 0x0000, 0x020000, CRC(94e8d1c2) SHA1(7a50477cf2d4bb404d2e33dd545c51e62bf4031d) ) m1_luxor_sound ROM_END_M1A_MCU GAME( 1994, m1luxorc ,m1luxor ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) (M1A/B) (set 4)",GAME_FLAGS )//2_1 |
| 2562 | |
| 2563 | /******************************************************************************************************************************************************************************************************* |
| 2564 | Greek Skill |
| 2565 | this might not be M1A/B |
| 2566 | ******************************************************************************************************************************************************************************************************/ |
| 2567 | |
| 2568 | #define m1_gskill_sound \ |
| 2569 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 2570 | /* missing or different sound system? */ |
| 2571 | |
| 2572 | ROM_START( m1gskill ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("greekskill.bin", 0x0000, 0x010000, CRC(ac5b7f65) SHA1(9fd73c53173b3291684de3d1067a115e5f78a336) ) m1_gskill_sound ROM_END_M1A_MCU GAME( 199?, m1gskill ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Hitech Amusement", "Greek Skill (Hitech Amusement)",GAME_FLAGS ) // no idea if this is m1ab but the code starts at 2800 |
| 2573 | |
| 2574 | /******************************************************************************************************************************************************************************************************* |
| 2575 | END SETS |
| 2576 | ******************************************************************************************************************************************************************************************************/ |
| 2577 | |
| 2578 | // I'm not 100% convinced this is a real game, or a collection of random roms |
| 2579 | ROM_START( m1atunk ) |
| 2580 | ROM_REGION( 0x200000, "maincpu", 0 ) |
| 2581 | ROM_LOAD( "rndm7802.u1", 0x0000, 0x010000, CRC(d88ec13b) SHA1(3f32a2c77c1bdab016f582fa40099a6ffb6427f5) ) |
| 2582 | ROM_LOAD( "rndm7802.u2", 0x0000, 0x010000, CRC(0439b0f9) SHA1(fb3941d80ad64b3f442d11697c30f9c63131b5c4) ) |
| 2583 | ROM_LOAD( "rrun4.1t", 0x0000, 0x010000, CRC(4c95f6c1) SHA1(112c4b39fa9654824e47c1da360c1ce3e1ee750a) ) |
| 2584 | ROM_LOAD( "rrun4.2t", 0x0000, 0x010000, CRC(c423978e) SHA1(6a8b88c931ed95946226244d8bd88323412d0e1c) ) |
| 2585 | |
| 2586 | ROM_REGION( 0x200000, "other1", 0 ) |
| 2587 | // these look like something else? check! |
| 2588 | ROM_LOAD( "dnj1.6", 0x0000, 0x010000, CRC(29d1ce09) SHA1(ed90ce869c71d06a2f6d1cc7becbeff53d00b3c2) ) // has a cotswald copyright?? |
| 2589 | ROM_LOAD( "jjok", 0x0000, 0x010000, CRC(9821978b) SHA1(e327c59c2f47774986a5e22cbd119a7f75aeddb1) ) // Jolly Joker? (German?) |
| 2590 | ROM_LOAD( "stest01.bin", 0x0000, 0x010000, CRC(0e2a4906) SHA1(6d3c5ed2fd8f78b63289dc96d7153740937a9584) ) // Test ROM? |
| 2591 | |
| 2592 | ROM_REGION( 0x200000, "other2", 0 ) |
| 2593 | // these look like 68k pairs instead? check! |
| 2594 | ROM_LOAD( "grm17011.bin", 0x0000, 0x010000, CRC(b1aa6eca) SHA1(31c5995eb19be4772413e3dc3f690f609c123673) ) |
| 2595 | ROM_LOAD( "grm17012.bin", 0x0000, 0x010000, CRC(a26a6345) SHA1(70ededa58b92d32e0968bb326d6579146c3bd6cb) ) |
| 2596 | ROM_LOAD( "grmc2001.u1", 0x0000, 0x010000, CRC(6301ebdb) SHA1(b6290fccbfa31ddf7f972dfb493a94b8b844fc17) ) |
| 2597 | ROM_LOAD( "grmc2001.u2", 0x0000, 0x010000, CRC(6332520f) SHA1(f6b2cc29ee947f5421593922cb4b7619d832e156) ) |
| 2598 | ROM_LOAD( "grm_p1.bin", 0x0000, 0x010000, CRC(43375584) SHA1(4d9342ea5ef3fe882f51f37771bbf033363fca6c) ) |
| 2599 | ROM_LOAD( "grm_p2.bin", 0x0000, 0x010000, CRC(e8809b05) SHA1(9002642cbecaed61746cd25de02fe6efbc5c2ca2) ) |
| 2600 | ROM_LOAD( "grm_pl_1.bin", 0x0000, 0x010000, CRC(b1aa6eca) SHA1(31c5995eb19be4772413e3dc3f690f609c123673) ) |
| 2601 | ROM_LOAD( "grm_pl_2.bin", 0x0000, 0x010000, CRC(a26a6345) SHA1(70ededa58b92d32e0968bb326d6579146c3bd6cb) ) |
| 2602 | |
| 2603 | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2604 | ROM_END |
| 2605 | |
| 2606 | GAME( 19??, m1atunk ,0 ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Avantime?", "Random Runner (Avantime?)",GAME_FLAGS ) |
trunk/src/mame/drivers/maygay1b.c
| r19477 | r19478 | |
| 70 | 70 | |
| 71 | 71 | ******************************************************************************************/ |
| 72 | 72 | #include "emu.h" |
| 73 | | #include "cpu/m6809/m6809.h" |
| 74 | | #include "video/awpvid.h" //Fruit Machines Only |
| 75 | | #include "machine/6821pia.h" |
| 76 | | #include "machine/68681.h" |
| 77 | | #include "machine/meters.h" |
| 78 | | #include "machine/roc10937.h" // vfd |
| 79 | | #include "machine/steppers.h" // stepper motor |
| 80 | | #include "sound/ay8910.h" |
| 81 | | #include "sound/2413intf.h" |
| 82 | | #include "sound/okim6376.h" |
| 83 | | #include "machine/nvram.h" |
| 73 | #include "includes/maygay1b.h" |
| 84 | 74 | |
| 85 | 75 | #include "maygay1b.lh" |
| 86 | 76 | |
| 87 | | #define VERBOSE 1 |
| 88 | | #define LOG(x) do { if (VERBOSE) logerror x; } while (0) |
| 89 | 77 | |
| 90 | | #define M1_MASTER_CLOCK (XTAL_8MHz) |
| 91 | | #define M1_DUART_CLOCK (XTAL_3_6864MHz) |
| 92 | | |
| 93 | | struct i8279_state |
| 94 | | { |
| 95 | | UINT8 command; |
| 96 | | UINT8 mode; |
| 97 | | UINT8 prescale; |
| 98 | | UINT8 inhibit; |
| 99 | | UINT8 clear; |
| 100 | | UINT8 ram[16]; |
| 101 | | UINT8 read_sensor; |
| 102 | | UINT8 write_display; |
| 103 | | UINT8 sense_address; |
| 104 | | UINT8 sense_auto_inc; |
| 105 | | UINT8 disp_address; |
| 106 | | UINT8 disp_auto_inc; |
| 107 | | }; |
| 108 | | |
| 109 | | |
| 110 | | class maygay1b_state : public driver_device |
| 111 | | { |
| 112 | | public: |
| 113 | | maygay1b_state(const machine_config &mconfig, device_type type, const char *tag) |
| 114 | | : driver_device(mconfig, type, tag), |
| 115 | | m_vfd(*this, "vfd") |
| 116 | | { |
| 117 | | |
| 118 | | m_NMIENABLE = 0; |
| 119 | | } |
| 120 | | |
| 121 | | UINT8 m_lamppos; |
| 122 | | int m_alpha_clock; |
| 123 | | int m_RAMEN; |
| 124 | | int m_ALARMEN; |
| 125 | | int m_PSUrelay; |
| 126 | | int m_WDOG; |
| 127 | | int m_SRSEL; |
| 128 | | int m_NMIENABLE; |
| 129 | | TIMER_DEVICE_CALLBACK_MEMBER( maygay1b_nmitimer_callback ); |
| 130 | | UINT8 m_Lamps[256]; |
| 131 | | int m_optic_pattern; |
| 132 | | optional_device<roc10937_t> m_vfd; |
| 133 | | device_t *m_duart68681; |
| 134 | | i8279_state m_i8279[2]; |
| 135 | | DECLARE_READ8_MEMBER(m1_8279_r); |
| 136 | | DECLARE_WRITE8_MEMBER(m1_8279_w); |
| 137 | | DECLARE_READ8_MEMBER(m1_8279_2_r); |
| 138 | | DECLARE_WRITE8_MEMBER(m1_8279_2_w); |
| 139 | | DECLARE_WRITE8_MEMBER(reel12_w); |
| 140 | | DECLARE_WRITE8_MEMBER(reel34_w); |
| 141 | | DECLARE_WRITE8_MEMBER(reel56_w); |
| 142 | | DECLARE_WRITE8_MEMBER(m1_latch_w); |
| 143 | | DECLARE_WRITE8_MEMBER(latch_ch2_w); |
| 144 | | DECLARE_READ8_MEMBER(latch_st_hi); |
| 145 | | DECLARE_READ8_MEMBER(latch_st_lo); |
| 146 | | DECLARE_WRITE8_MEMBER(m1ab_no_oki_w); |
| 147 | | void m1_draw_lamps(int data,int strobe, int col); |
| 148 | | DECLARE_WRITE8_MEMBER(m1_pia_porta_w); |
| 149 | | DECLARE_WRITE8_MEMBER(m1_pia_portb_w); |
| 150 | | DECLARE_WRITE8_MEMBER(m1_meter_w); |
| 151 | | DECLARE_READ8_MEMBER(m1_meter_r); |
| 152 | | DECLARE_READ8_MEMBER(m1_firq_trg_r); |
| 153 | | DECLARE_DRIVER_INIT(m1); |
| 154 | | virtual void machine_start(); |
| 155 | | virtual void machine_reset(); |
| 156 | | }; |
| 157 | | |
| 158 | | |
| 159 | 78 | void maygay1b_state::m1_draw_lamps(int data,int strobe, int col) |
| 160 | 79 | { |
| 161 | 80 | int i; |
| r19477 | r19478 | |
| 638 | 557 | |
| 639 | 558 | // input ports for M1 board //////////////////////////////////////// |
| 640 | 559 | |
| 641 | | static INPUT_PORTS_START( m1 ) |
| 560 | INPUT_PORTS_START( maygay_m1 ) |
| 642 | 561 | PORT_START("SW1") |
| 643 | 562 | PORT_DIPNAME( 0x01, 0x00, "SW101" ) PORT_DIPLOCATION("SW1:01") |
| 644 | 563 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| r19477 | r19478 | |
| 905 | 824 | |
| 906 | 825 | AM_RANGE(0x20C0, 0x20C7) AM_WRITE(m1_latch_w) |
| 907 | 826 | |
| 908 | | AM_RANGE(0x2400, 0x2401) AM_DEVWRITE_LEGACY("ymsnd", ym2413_w ) |
| 827 | AM_RANGE(0x2400, 0x2401) AM_DEVWRITE_LEGACY("ymsnd", ym2413_w ) // 2149F?? |
| 909 | 828 | AM_RANGE(0x2404, 0x2405) AM_READ(latch_st_lo) |
| 910 | 829 | AM_RANGE(0x2406, 0x2407) AM_READ(latch_st_hi) |
| 911 | 830 | |
| r19477 | r19478 | |
| 940 | 859 | |
| 941 | 860 | |
| 942 | 861 | |
| 943 | | static MACHINE_CONFIG_START( m1, maygay1b_state ) |
| 862 | MACHINE_CONFIG_START( maygay_m1, maygay1b_state ) |
| 944 | 863 | |
| 945 | 864 | MCFG_CPU_ADD("maincpu", M6809, M1_MASTER_CLOCK/2) |
| 946 | 865 | MCFG_CPU_PROGRAM_MAP(m1_memmap) |
| r19477 | r19478 | |
| 953 | 872 | MCFG_SOUND_CONFIG(ay8910_config) |
| 954 | 873 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) |
| 955 | 874 | |
| 956 | | MCFG_SOUND_ADD("ymsnd", YM2413, M1_MASTER_CLOCK/4) |
| 875 | MCFG_SOUND_ADD("ymsnd", YM2413, M1_MASTER_CLOCK/4) // should be a 2149F? |
| 957 | 876 | |
| 958 | 877 | MCFG_SOUND_ADD("msm6376", OKIM6376, M1_MASTER_CLOCK/4) //? |
| 959 | 878 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) |
| r19477 | r19478 | |
| 972 | 891 | |
| 973 | 892 | |
| 974 | 893 | |
| 975 | | // I assume all sets have this, or is M1B different? We don't use it right now anyway. |
| 976 | | #define ROM_END_M1A_MCU \ |
| 977 | | ROM_REGION( 0x1000, "mcu", ROMREGION_ERASE00 ) \ |
| 978 | | ROM_LOAD( "m1a-mcu.bin", 0x0000, 0x1000, CRC(ae957b00) SHA1(83267b64335b4ab33cc033d5003c4c93c813fc37) ) \ |
| 979 | | ROM_END \ |
| 980 | | |
| 981 | | |
| 982 | | #define m1_apollo_sound \ |
| 983 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 984 | | ROM_LOAD( "apl9snd1.bin", 0x000000, 0x080000, CRC(92ebbfb6) SHA1(ef15183416a208d5f51d9121af823ccbab53fc9f) )\ |
| 985 | | ROM_LOAD( "apl9snd2.bin", 0x080000, 0x080000, CRC(83c1aba4) SHA1(fc1e2bd46be5de4edd4b66d06616e1ad805e35d8) )\ |
| 986 | | |
| 987 | | // I don't think this is correct, or at least it's not OKI, no header. |
| 988 | | #define m1_bargn_sound \ |
| 989 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 990 | | ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )\ |
| 991 | | |
| 992 | | #define m1_cik_sound \ |
| 993 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) \ |
| 994 | | ROM_LOAD( "digi153_1.bin", 0x000000, 0x080000, CRC(107d92c8) SHA1(7ef1f1bf2c91216e0060350f06a89ca9ea948a9a) )\ |
| 995 | | ROM_LOAD( "digi153_2.bin", 0x080000, 0x080000, CRC(59ab59d4) SHA1(0b55151f356c6866c0b37442a098c211e05715af) )\ |
| 996 | | |
| 997 | | #define m1_clbfvr_sound \ |
| 998 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 999 | | ROM_LOAD( "cl_fever.sn1", 0x000000, 0x080000, CRC(0a5df5d2) SHA1(d73778a415656cd3880d5a011e015a760386a676) )\ |
| 1000 | | ROM_LOAD( "cl_fever.sn2", 0x080000, 0x080000, CRC(1d0b5e44) SHA1(fd21e4658dcc6a919b326eed81ccec942c6f1989) )\ |
| 1001 | | |
| 1002 | | #define m1_cluedo_sound \ |
| 1003 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1004 | | ROM_LOAD( "cluedosnd1.hex", 0x000000, 0x080000, CRC(5a18a395) SHA1(d309acb315a2f62306e850308424c98744dfc6eb) )\ |
| 1005 | | ROM_LOAD( "cluedosnd2.hex", 0x080000, 0x080000, CRC(0aa15ee0) SHA1(eb156743a44e66b86c0c0443db0356e2f25d1cd2) )\ |
| 1006 | | |
| 1007 | | #define m1_cluecb_sound \ |
| 1008 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1009 | | ROM_LOAD( "cluclub1", 0x000000, 0x080000, CRC(05e928ed) SHA1(41ae1f5342dc7afbdbdf3871e29d2a85c65a5965) )\ |
| 1010 | | ROM_LOAD( "cluclub2", 0x080000, 0x080000, CRC(91811c0e) SHA1(88b3259b241136cd549ed9b4930d165896eebcc4) )\ |
| 1011 | | |
| 1012 | | #define m1_cluess_sound \ |
| 1013 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1014 | | ROM_LOAD( "supersleuth.p1", 0x000000, 0x080000, CRC(2417208f) SHA1(5c51bdcfa566aa8b2379d529441d37b2145864bb) )\ |
| 1015 | | ROM_LOAD( "supersleuth.p2", 0x080000, 0x080000, CRC(892d3a4d) SHA1(bb585a9fda56f2f0859707973f771d60c5dfa080) )\ |
| 1016 | | |
| 1017 | | #define m1_coderd_sound \ |
| 1018 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1019 | | ROM_LOAD( "code_red.s1", 0x000000, 0x080000, CRC(616b939d) SHA1(1a94747efe430e508086fdb66da3f3e7daf7c4f3) )\ |
| 1020 | | ROM_LOAD( "code_red.s2", 0x080000, 0x080000, CRC(bee44524) SHA1(dd3837559b375e1055e6aa6c984bfd88102a5825) )\ |
| 1021 | | |
| 1022 | | #define m1_coro_sound \ |
| 1023 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1024 | | ROM_LOAD( "digi0421.bin", 0x000000, 0x080000, CRC(9489c9cd) SHA1(1a858b2a6f41898bbf95611e9f13d668c8a05c9c) )\ |
| 1025 | | ROM_LOAD( "digi0422.bin", 0x080000, 0x080000, CRC(cf17088e) SHA1(54c9a52ccdd1ca622367367e1304fe4e4037b0b9) )\ |
| 1026 | | |
| 1027 | | #define m1_cororr_sound \ |
| 1028 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1029 | | ROM_LOAD( "roversreturn.p1", 0x000000, 0x080000, CRC(b21d4cca) SHA1(ad54c4f44de2c596fd5e8330666d0f4f859bfcb2) )\ |
| 1030 | | ROM_LOAD( "roversreturn.p2", 0x080000, 0x080000, CRC(354a91e0) SHA1(13f3e1eacba3c80c83f12491d2668cc54536245a) )\ |
| 1031 | | |
| 1032 | | #define m1_corocb_sound \ |
| 1033 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1034 | | ROM_LOAD( "clubcorriesnd.p1snd", 0x000000, 0x080000, CRC(e4cf4412) SHA1(6849fb9a71a6f0bbf40368238ed9104026013d36) )\ |
| 1035 | | ROM_LOAD( "clubcorriesnd.p2snd", 0x080000, 0x080000, CRC(e33d2c08) SHA1(fd30b9c2936659a793d83e283d920c46990633c4) )\ |
| 1036 | | |
| 1037 | | #define m1_dxmono_sound\ |
| 1038 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1039 | | ROM_LOAD( "delmonopolysound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) )\ |
| 1040 | | |
| 1041 | | #define m1_dkong_sound\ |
| 1042 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )\ |
| 1043 | | ROM_LOAD( "donkeykong.p1", 0x0000, 0x080000, CRC(11019875) SHA1(b171b46a7a98967668793a7ea7b5931c7a76dd82) )\ |
| 1044 | | ROM_LOAD( "donkeykong.p2", 0x0000, 0x080000, CRC(e28f406f) SHA1(42a58c0f5c4f25dec4c0c49eb8415971a515c5a6) )\ |
| 1045 | | |
| 1046 | | ROM_START( m1albsq ) |
| 1047 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1048 | | ROM_LOAD( "sa5-056", 0x0000, 0x010000, CRC(6f3bc318) SHA1(6dbe6e02ca762a8ffaed9c89a0da5f6a10d829cc) )//4.1 Normal Token |
| 1049 | | ROM_END_M1A_MCU |
| 1050 | | |
| 1051 | | ROM_START( m1albsqp ) |
| 1052 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1053 | | ROM_LOAD( "sa5-057", 0x0000, 0x010000, CRC(87d35efe) SHA1(6c40fa3d27e66d91a61f23eabcdbf273e7023a92) )//4.1 Prot Token |
| 1054 | | ROM_END_M1A_MCU |
| 1055 | | |
| 1056 | | ROM_START( m1albsq3 ) |
| 1057 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1058 | | ROM_LOAD( "sa4-188.bin", 0x0000, 0x010000, CRC(e1d0822d) SHA1(47471baed1c98b597785d16784971b89210ff3f1) )//3.0 LNA |
| 1059 | | ROM_END_M1A_MCU |
| 1060 | | |
| 1061 | | ROM_START( m1albsq2 ) |
| 1062 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1063 | | ROM_LOAD( "sa4-443", 0x0000, 0x010000, CRC(a8c4e6df) SHA1(3e390ce7ed708d481fc0087caf4fc6642fde5a74) )//2.2 LNA Token |
| 1064 | | ROM_END_M1A_MCU |
| 1065 | | |
| 1066 | | ROM_START( m1albsq1 ) |
| 1067 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1068 | | ROM_LOAD( "sa4-055.bin", 0x0000, 0x010000, CRC(922a0396) SHA1(0e9949aef572a45c1f2c245c815659c332dfd8f5) )//1.1 LNA |
| 1069 | | ROM_END_M1A_MCU |
| 1070 | | |
| 1071 | | ROM_START( m1albsq1p ) |
| 1072 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1073 | | ROM_LOAD( "sa4-056.bin", 0x0000, 0x010000, CRC(2692dd45) SHA1(7d31d672d0a1ade2d9ed5542b1a83c090a59f4ec) )//1.1 LPA Token |
| 1074 | | ROM_END_M1A_MCU |
| 1075 | | |
| 1076 | | ROM_START( m1alley ) |
| 1077 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1078 | | ROM_LOAD( "sa001029", 0x0000, 0x020000, CRC(d4c80f2c) SHA1(b7f3dcf025e18dc1ba7117f5129a64e2e01975a7) ) |
| 1079 | | ROM_END_M1A_MCU |
| 1080 | | |
| 1081 | | ROM_START( m1apollo ) |
| 1082 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1083 | | ROM_LOAD( "sk991006", 0x0000, 0x020000, CRC(4107d605) SHA1(0141cfc5d4265cea654c01790054401525ebb3c1) )//A1 Newest |
| 1084 | | m1_apollo_sound |
| 1085 | | ROM_END_M1A_MCU |
| 1086 | | |
| 1087 | | ROM_START( m1apollop ) |
| 1088 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1089 | | ROM_LOAD( "sk991007", 0x0000, 0x020000, CRC(47130a78) SHA1(1d3f99c54a20851880d91af4b8ebb6f8a14a7ec1) )//A1 Newest P |
| 1090 | | m1_apollo_sound |
| 1091 | | ROM_END_M1A_MCU |
| 1092 | | |
| 1093 | | ROM_START( m1apolloh ) |
| 1094 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1095 | | ROM_LOAD( "a95p8c.bin", 0x0000, 0x020000, CRC(838a553c) SHA1(b2a4be0ce7cb81cac108c5e17d7d827e11a616d1) ) //5p GBP 8 All Cash Version A1, possible hack, copyright string NOPd |
| 1096 | | m1_apollo_sound |
| 1097 | | ROM_END_M1A_MCU |
| 1098 | | |
| 1099 | | ROM_START( m1apolloa ) |
| 1100 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1101 | | ROM_LOAD( "sa8-272", 0x0000, 0x020000, CRC(07f333ce) SHA1(2e6e18aba4af0a16caf0f67382dab5e76a2a8978) )//A.1 |
| 1102 | | m1_apollo_sound |
| 1103 | | ROM_END_M1A_MCU |
| 1104 | | |
| 1105 | | ROM_START( m1apolloap ) |
| 1106 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1107 | | ROM_LOAD( "sa8-273", 0x0000, 0x020000, CRC(57b2cd72) SHA1(53f423efeefbca01b6eb43b1feecd8b052a99d1c) )//A.1 protocol |
| 1108 | | m1_apollo_sound |
| 1109 | | ROM_END_M1A_MCU |
| 1110 | | |
| 1111 | | ROM_START( m1apolloao ) |
| 1112 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1113 | | ROM_LOAD( "sa8-200", 0x0000, 0x020000, CRC(c0c33754) SHA1(d820ac1902beeb869cd814287c1795af6b81e231) ) //Version A1 15GBP? |
| 1114 | | m1_apollo_sound |
| 1115 | | ROM_END_M1A_MCU |
| 1116 | | |
| 1117 | | ROM_START( m1apollo9 ) |
| 1118 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1119 | | ROM_LOAD( "sa8-196", 0x0000, 0x020000, CRC(54e17213) SHA1(05664df0eaaf8fc6f63ee5a7cf60384adf0f66aa) ) //9.1 6GBP? |
| 1120 | | m1_apollo_sound |
| 1121 | | ROM_END_M1A_MCU |
| 1122 | | |
| 1123 | | ROM_START( m1apollo9p ) |
| 1124 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1125 | | ROM_LOAD( "sa8-197", 0x0000, 0x020000, CRC(04a08caf) SHA1(23b95350f1d33141e0b0121ac95632410786d918) )//9.1 P |
| 1126 | | m1_apollo_sound |
| 1127 | | ROM_END_M1A_MCU |
| 1128 | | |
| 1129 | | ROM_START( m1apollo4 ) |
| 1130 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1131 | | ROM_LOAD( "sa8-072", 0x0000, 0x020000, CRC(89b3cd45) SHA1(2deed5d9d1cee6912585c6bc17e39803947647ab) )//4.1 |
| 1132 | | m1_apollo_sound |
| 1133 | | ROM_END_M1A_MCU |
| 1134 | | |
| 1135 | | ROM_START( m1apollo4p ) |
| 1136 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1137 | | ROM_LOAD( "sa8-073", 0x0000, 0x020000, CRC(d9f233f9) SHA1(ce185d4df53f092a9d2d4094f050c3893dc458aa) )//4.1 Protocol |
| 1138 | | m1_apollo_sound |
| 1139 | | ROM_END_M1A_MCU |
| 1140 | | |
| 1141 | | ROM_START( m1apollo11 ) |
| 1142 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1143 | | ROM_LOAD( "sa7-735", 0x0000, 0x020000, CRC(d0d34746) SHA1(f8090490f38d1471da12ad9ebb95994c4af82441) )//1.1 (probably 11!) 10GBP |
| 1144 | | m1_apollo_sound |
| 1145 | | ROM_END_M1A_MCU |
| 1146 | | |
| 1147 | | ROM_START( m1apollo11b ) |
| 1148 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1149 | | ROM_LOAD( "sa7-735b", 0x0000, 0x020000, CRC(67552412) SHA1(dfb9dcb4a316646cee9f5c3ef278baad3065ef82) )//Has BwB string at the end, overdump? |
| 1150 | | m1_apollo_sound |
| 1151 | | ROM_END_M1A_MCU |
| 1152 | | |
| 1153 | | ROM_START( m1apollo11p ) |
| 1154 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1155 | | ROM_LOAD( "sa7-736", 0x0000, 0x020000, CRC(c3147c10) SHA1(8135f17f4bad31cc1be4033f52fccac09354a547) )//1.1 (11!) Protocol |
| 1156 | | m1_apollo_sound |
| 1157 | | ROM_END_M1A_MCU |
| 1158 | | |
| 1159 | | ROM_START( m1apollo8 ) |
| 1160 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1161 | | ROM_LOAD( "sa7-633", 0x0000, 0x020000, CRC(c5a0ca1b) SHA1(82084653b5fd6f7b407b010c31fcc9a32cafa20e) )//8.1 |
| 1162 | | m1_apollo_sound |
| 1163 | | ROM_END_M1A_MCU |
| 1164 | | |
| 1165 | | ROM_START( m1apollo8p ) |
| 1166 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1167 | | ROM_LOAD( "sa7-634", 0x0000, 0x020000, CRC(516a7a99) SHA1(b31c23fe9628d1251c755c70efa14ff50309837f) )//8.1 Protocol |
| 1168 | | m1_apollo_sound |
| 1169 | | ROM_END_M1A_MCU |
| 1170 | | |
| 1171 | | ROM_START( m1apollo7 ) |
| 1172 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1173 | | ROM_LOAD( "sa7-631", 0x0000, 0x020000, CRC(6bc030cb) SHA1(aa0ec327a935f1b85753babc4c422df792baab7c) )//7.1 |
| 1174 | | m1_apollo_sound |
| 1175 | | ROM_END_M1A_MCU |
| 1176 | | |
| 1177 | | ROM_START( m1apollo7p ) |
| 1178 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1179 | | ROM_LOAD( "sa7-632", 0x0000, 0x020000, CRC(78070b9d) SHA1(84742572c86339f1f08ade232204086d2707ae26) )//7.1 Protocol |
| 1180 | | m1_apollo_sound |
| 1181 | | ROM_END_M1A_MCU |
| 1182 | | |
| 1183 | | ROM_START( m1apollo5 ) |
| 1184 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1185 | | ROM_LOAD( "sa7-516", 0x0000, 0x020000, CRC(a3e3cbda) SHA1(5f918f4218e409752ea65083afbb7c901fc21839) )//5.1 |
| 1186 | | m1_apollo_sound |
| 1187 | | ROM_END_M1A_MCU |
| 1188 | | |
| 1189 | | ROM_START( m1apollo5p ) |
| 1190 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1191 | | ROM_LOAD( "sa7-517", 0x0000, 0x020000, CRC(f3a23566) SHA1(9f62f75f46c45e41e1066ff8db10e428dcd813d8) )//5.1 Protocol |
| 1192 | | m1_apollo_sound |
| 1193 | | ROM_END_M1A_MCU |
| 1194 | | |
| 1195 | | ROM_START( m1apollo4o ) |
| 1196 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1197 | | ROM_LOAD( "sa7-482", 0x0000, 0x020000, CRC(b669f8da) SHA1(0f0fb630a28b55f3cb8085633cba07e0568c96a6) ) //4.1 token |
| 1198 | | m1_apollo_sound |
| 1199 | | ROM_END_M1A_MCU |
| 1200 | | |
| 1201 | | ROM_START( m1apollo3 ) |
| 1202 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1203 | | ROM_LOAD( "sa7-480", 0x0000, 0x020000, CRC(ea260f7a) SHA1(e63a8497336245bb80e9c079c6f426211c3bb371) )//3.1 |
| 1204 | | m1_apollo_sound |
| 1205 | | ROM_END_M1A_MCU |
| 1206 | | |
| 1207 | | ROM_START( m1apollo3p ) |
| 1208 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1209 | | ROM_LOAD( "sa7-481", 0x0000, 0x020000, CRC(ba67f1c6) SHA1(a2663261302d14c564ff60de4e44a9961ebbcee7) )//3.1 Protocol |
| 1210 | | m1_apollo_sound |
| 1211 | | ROM_END_M1A_MCU |
| 1212 | | |
| 1213 | | ROM_START( m1apollo2 ) |
| 1214 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1215 | | ROM_LOAD( "sa7-478", 0x0000, 0x020000, CRC(b03371a5) SHA1(3c46e170e362ce23033232393fc0763e98e60a1c) )//2.1 |
| 1216 | | m1_apollo_sound |
| 1217 | | ROM_END_M1A_MCU |
| 1218 | | |
| 1219 | | ROM_START( m1apollo2p ) |
| 1220 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1221 | | ROM_LOAD( "sa7-479", 0x0000, 0x020000, CRC(e0728f19) SHA1(d6c229fa2aed7af46865244d2abd2b2eb8dfc6a5) )//2.1 Protocol |
| 1222 | | m1_apollo_sound |
| 1223 | | ROM_END_M1A_MCU |
| 1224 | | |
| 1225 | | ROM_START( m1bankbs ) |
| 1226 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 )//2.9 |
| 1227 | | ROM_LOAD( "sc010017", 0x0000, 0x020000, CRC(009a5a76) SHA1(296ef801e9b5dcca3deb3bbaa8f48e66147f5d9a) ) |
| 1228 | | ROM_END_M1A_MCU |
| 1229 | | |
| 1230 | | ROM_START( m1bankbsp ) |
| 1231 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 )//2.9 P |
| 1232 | | ROM_LOAD( "sc010018", 0x0000, 0x020000, CRC(e6da0dd0) SHA1(fbcbe10ec10dee18127c9851994870f6b1073849) ) |
| 1233 | | ROM_END_M1A_MCU |
| 1234 | | |
| 1235 | | ROM_START( m1bankbso ) |
| 1236 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 )//2.8 |
| 1237 | | ROM_LOAD( "sc001011", 0x0000, 0x020000, CRC(621404a6) SHA1(f43a1f4719bbe636d41d37e190cbc2634f6e9229) ) |
| 1238 | | ROM_END_M1A_MCU |
| 1239 | | |
| 1240 | | ROM_START( m1bankrl ) |
| 1241 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )//1.1 |
| 1242 | | ROM_LOAD( "sa5-226", 0x0000, 0x010000, CRC(7eba1e80) SHA1(a8224425fdf05ca53b0bbf51d088d51b88ac7345) ) |
| 1243 | | ROM_END_M1A_MCU |
| 1244 | | |
| 1245 | | ROM_START( m1bankrlp ) |
| 1246 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )//1.1P |
| 1247 | | ROM_LOAD( "sa5-227", 0x0000, 0x010000, CRC(96528366) SHA1(5927c519d9a610b1026d685647cdac285566b1fc) ) |
| 1248 | | ROM_END_M1A_MCU |
| 1249 | | |
| 1250 | | ROM_START( m1bankrl2p ) |
| 1251 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )//2.1p |
| 1252 | | ROM_LOAD( "sa5-225", 0x0000, 0x010000, CRC(14d2a45e) SHA1(8f5875dfd517826a89b3b13063474eda2725be68) ) |
| 1253 | | ROM_END_M1A_MCU |
| 1254 | | |
| 1255 | | ROM_START( m1bargn ) |
| 1256 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1257 | | ROM_LOAD( "sa4-077.bin", 0x0000, 0x010000, CRC(7ae8ea12) SHA1(537f828bdaba3c63abb83b5417a4ec115834a48a) ) |
| 1258 | | m1_bargn_sound |
| 1259 | | ROM_END_M1A_MCU |
| 1260 | | |
| 1261 | | ROM_START( m1bargnp ) |
| 1262 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1263 | | ROM_LOAD( "sa4-078.bin", 0x0000, 0x010000, CRC(dcc0b83e) SHA1(a85e3f60decb7dbc2de77b93dd8a79ff137d85b7) ) |
| 1264 | | m1_bargn_sound |
| 1265 | | ROM_END_M1A_MCU |
| 1266 | | |
| 1267 | | ROM_START( m1bargnc ) |
| 1268 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1269 | | ROM_LOAD( "sa2-141", 0x0000, 0x010000, CRC(9dcaaaa9) SHA1(6cd015990036c2e20e4f4a2e19a363e6c565b473) ) |
| 1270 | | m1_bargn_sound |
| 1271 | | ROM_END_M1A_MCU |
| 1272 | | |
| 1273 | | ROM_START( m1bargncp ) |
| 1274 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1275 | | ROM_LOAD( "sa2-142", 0x0000, 0x010000, CRC(2972747a) SHA1(6854a3cd9c6a834a24a0d8c763fa2a18c1d26a10) ) |
| 1276 | | m1_bargn_sound |
| 1277 | | ROM_END_M1A_MCU |
| 1278 | | |
| 1279 | | ROM_START( m1bigdel ) |
| 1280 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1281 | | ROM_LOAD( "bdeal.p1", 0x0000, 0x020000, CRC(3cdebbb8) SHA1(8578441ef269c41fbe3f253055f687e1ccbf4770) ) |
| 1282 | | |
| 1283 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 1284 | | ROM_LOAD( "bdeal.u2", 0x000000, 0x080000, CRC(7ef1d4dd) SHA1(97a99dd9325634ee28dda943d92257010c60306c) ) |
| 1285 | | ROM_LOAD( "bdeal.u3", 0x080000, 0x080000, CRC(28f48d4b) SHA1(642c2a2fc4f2faff510cbca2488ab6904bb489f6) ) |
| 1286 | | ROM_END_M1A_MCU |
| 1287 | | |
| 1288 | | ROM_START( m1blkhol ) |
| 1289 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1290 | | ROM_LOAD( "blackhole.bin", 0x0000, 0x010000, CRC(b0d92e24) SHA1(161a39efda1f7f1964d52f12c27bf7b8bc824e9e) ) |
| 1291 | | ROM_END_M1A_MCU |
| 1292 | | |
| 1293 | | ROM_START( m1bluemx ) |
| 1294 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1295 | | ROM_LOAD( "sa3-515", 0x0000, 0x010000, CRC(62451006) SHA1(0a1dd40097b378d8dc561894dbf587de7d47846b) ) |
| 1296 | | ROM_END_M1A_MCU |
| 1297 | | |
| 1298 | | ROM_START( m1bluemxp ) |
| 1299 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1300 | | ROM_LOAD( "sa3-516", 0x0000, 0x010000, CRC(d6fdced5) SHA1(ea1afc8982683c799195116d7160c7d230e1db52) ) |
| 1301 | | ROM_END_M1A_MCU |
| 1302 | | |
| 1303 | | ROM_START( m1bondi ) |
| 1304 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1305 | | ROM_LOAD( "sa7-525", 0x0000, 0x020000, CRC(29f8f15c) SHA1(d4d023160c47322ce029409ddcf707556f571f27) )//1.1 newer |
| 1306 | | ROM_END_M1A_MCU |
| 1307 | | |
| 1308 | | ROM_START( m1bondip ) |
| 1309 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1310 | | ROM_LOAD( "sa7-526", 0x0000, 0x020000, CRC(3a3fca0a) SHA1(1f00a87bfa1679c17a4eab79f0b30c0bb22ebe28) )//1.1p newer |
| 1311 | | ROM_END_M1A_MCU |
| 1312 | | |
| 1313 | | ROM_START( m1bondi4 ) |
| 1314 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1315 | | ROM_LOAD( "sa7-257", 0x0000, 0x020000, CRC(17c6dfac) SHA1(1d86653f68016c84df97240f12b841d1f8be5d10) )//4.1 |
| 1316 | | ROM_END_M1A_MCU |
| 1317 | | |
| 1318 | | ROM_START( m1bondi4p ) |
| 1319 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1320 | | ROM_LOAD( "sa7-258", 0x0000, 0x020000, CRC(56667ec7) SHA1(e58a68e5ce5f77dbd295d346d4d797fafdef832b) )//4.1p |
| 1321 | | ROM_END_M1A_MCU |
| 1322 | | |
| 1323 | | ROM_START( m1bondi3 ) |
| 1324 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1325 | | ROM_LOAD( "sa7-259", 0x0000, 0x020000, CRC(0dee146c) SHA1(4f686847d94aec352c27a106ae57f2ea651ce75a) )//3.1 alt |
| 1326 | | ROM_END_M1A_MCU |
| 1327 | | |
| 1328 | | ROM_START( m1bondi2 ) |
| 1329 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1330 | | ROM_LOAD( "sa7-255", 0x0000, 0x020000, CRC(448f8f75) SHA1(abbbbf96284b41e2e4de5d22d24acaa19a019d51) )//2.1 in ROM |
| 1331 | | ROM_END_M1A_MCU |
| 1332 | | |
| 1333 | | ROM_START( m1bondi2p ) |
| 1334 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1335 | | ROM_LOAD( "sa7-256", 0x0000, 0x020000, CRC(5748b423) SHA1(687e2aafc2ea8a1e0a4097eed9d06a3b65e1d1ee) )//2.1p in ROM |
| 1336 | | ROM_END_M1A_MCU |
| 1337 | | |
| 1338 | | ROM_START( m1bondi2po ) |
| 1339 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1340 | | ROM_LOAD( "sa7-227", 0x0000, 0x020000, CRC(f90f23d4) SHA1(45660c5a6b80f0f5eab924d3415c7b4687cd332d) )//2.1p |
| 1341 | | ROM_END_M1A_MCU |
| 1342 | | |
| 1343 | | ROM_START( m1bondi1 ) |
| 1344 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1345 | | ROM_LOAD( "sa7-208", 0x0000, 0x020000, CRC(cfc28e07) SHA1(06b214882252c9436afb441773de84e4be5cf17d) )//1.1 |
| 1346 | | ROM_END_M1A_MCU |
| 1347 | | |
| 1348 | | ROM_START( m1bondi1p ) |
| 1349 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1350 | | ROM_LOAD( "sa7-209", 0x0000, 0x020000, CRC(9f8370bb) SHA1(205e03689926311755c6cc2700bb63eb88202046) )//1.1p |
| 1351 | | ROM_END_M1A_MCU |
| 1352 | | |
| 1353 | | ROM_START( m1bounty ) |
| 1354 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1355 | | ROM_LOAD( "bhun004", 0x0000, 0x020000, CRC(c3ee9bb1) SHA1(f0a15411486a5dd9a906c2200813c38545f76b3f) ) |
| 1356 | | ROM_END_M1A_MCU |
| 1357 | | |
| 1358 | | ROM_START( m1bountc ) |
| 1359 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1360 | | ROM_LOAD( "sc4-107.bin", 0x0000, 0x010000, CRC(0bdf41b3) SHA1(ce3564433a708ba50ca4099a26b1f75cf3cec947) )//1.3 |
| 1361 | | ROM_END_M1A_MCU |
| 1362 | | |
| 1363 | | ROM_START( m1bountcp ) |
| 1364 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1365 | | ROM_LOAD( "sc4-108.bin", 0x0000, 0x010000, CRC(adf7139f) SHA1(5b2bd367df31e3c76d9fac2a71a90800d95c4719) )//1.3P |
| 1366 | | ROM_END_M1A_MCU |
| 1367 | | |
| 1368 | | ROM_START( m1cik ) |
| 1369 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1370 | | ROM_LOAD( "sk991024", 0x0000, 0x020000, CRC(ac9d4f5c) SHA1(d75ef9a64357a9ac549e33b0671ed6704c283ab8) )//11 |
| 1371 | | m1_cik_sound |
| 1372 | | ROM_END_M1A_MCU |
| 1373 | | |
| 1374 | | ROM_START( m1cikp ) |
| 1375 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1376 | | ROM_LOAD( "sk991025", 0x0000, 0x020000, CRC(aa899321) SHA1(6d02b0514fef131071aade01954810a735673655) )//11P |
| 1377 | | m1_cik_sound |
| 1378 | | ROM_END_M1A_MCU |
| 1379 | | |
| 1380 | | ROM_START( m1cikh ) |
| 1381 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1382 | | ROM_LOAD( "sk991024h", 0x0000, 0x020000, CRC(dd1af636) SHA1(78ab959d14e7b2fd303aec50b12d5984e6fafcd0) )//cik5p8ct.bin - NOPd copyright string |
| 1383 | | m1_cik_sound |
| 1384 | | ROM_END_M1A_MCU |
| 1385 | | |
| 1386 | | ROM_START( m1cik51 ) |
| 1387 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1388 | | ROM_LOAD( "sa991161", 0x0000, 0x020000, CRC(f8b4eba0) SHA1(fed049ff1a6418a28a3311bed181aa7719c68ca9) )//5.1 |
| 1389 | | m1_cik_sound |
| 1390 | | ROM_END_M1A_MCU |
| 1391 | | |
| 1392 | | ROM_START( m1cik51p ) |
| 1393 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1394 | | ROM_LOAD( "sa991162", 0x0000, 0x020000, CRC(118cb7b5) SHA1(8fd99b4b57c113a46cf644a3b9c7fe089606f54c) )//5.1P |
| 1395 | | m1_cik_sound |
| 1396 | | ROM_END_M1A_MCU |
| 1397 | | |
| 1398 | | ROM_START( m1cik51o ) |
| 1399 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1400 | | ROM_LOAD( "sa8-230", 0x0000, 0x020000, CRC(102216a2) SHA1(1d1f0800e3cb06396c2e9d4b018ec69aa19494c5) )//5.1 15v? |
| 1401 | | m1_cik_sound |
| 1402 | | ROM_END_M1A_MCU |
| 1403 | | |
| 1404 | | ROM_START( m1cik41 ) |
| 1405 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1406 | | ROM_LOAD( "sa991159", 0x0000, 0x020000, CRC(e1b41832) SHA1(05199d157561647632915d612b4f2753511d7274) )//4.1 |
| 1407 | | m1_cik_sound |
| 1408 | | ROM_END_M1A_MCU |
| 1409 | | |
| 1410 | | ROM_START( m1cik41p ) |
| 1411 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1412 | | ROM_LOAD( "sa991160", 0x0000, 0x020000, CRC(8fb56e72) SHA1(f15c05151136e2f1182c32d700fa9dc369c666e1) )//4.1p |
| 1413 | | m1_cik_sound |
| 1414 | | ROM_END_M1A_MCU |
| 1415 | | |
| 1416 | | ROM_START( m1cik31 ) |
| 1417 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1418 | | ROM_LOAD( "sa7-722", 0x0000, 0x020000, CRC(bdc48d9a) SHA1(818264c41e27bfd133de16c431db2cb5185a8418) )//3.1 |
| 1419 | | m1_cik_sound |
| 1420 | | ROM_END_M1A_MCU |
| 1421 | | |
| 1422 | | ROM_START( m1cik31p ) |
| 1423 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1424 | | ROM_LOAD( "sa7-723", 0x0000, 0x020000, CRC(ed857326) SHA1(b643df77d969c97b3d80e28112874a6d92dfe9d1) )//3.1P |
| 1425 | | m1_cik_sound |
| 1426 | | ROM_END_M1A_MCU |
| 1427 | | |
| 1428 | | ROM_START( m1cik12 ) |
| 1429 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1430 | | ROM_LOAD( "sa8-138", 0x0000, 0x020000, CRC(18983237) SHA1(f12f2288383749ba12382f093937e5d6cafe9dc0) )//cik10fo 1.2 |
| 1431 | | m1_cik_sound |
| 1432 | | ROM_END_M1A_MCU |
| 1433 | | |
| 1434 | | ROM_START( m1cik11 ) |
| 1435 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1436 | | ROM_LOAD( "sa7-689", 0x0000, 0x020000, CRC(75b0075f) SHA1(34130ab64f3933395714181abdf9199313250827) )//1.1 |
| 1437 | | m1_cik_sound |
| 1438 | | ROM_END_M1A_MCU |
| 1439 | | |
| 1440 | | ROM_START( m1cik11p ) |
| 1441 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1442 | | ROM_LOAD( "sa7-690", 0x0000, 0x020000, CRC(0c351ea4) SHA1(bc3399086c0cda96127c9c316517784c251010f5) )//1.1P |
| 1443 | | m1_cik_sound |
| 1444 | | ROM_END_M1A_MCU |
| 1445 | | |
| 1446 | | ROM_START( m1cik11n ) |
| 1447 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1448 | | ROM_LOAD( "sa7-725", 0x0000, 0x020000, CRC(cd306165) SHA1(fc2342c91f84144dcc79cf3db6446260c2acb3a7) )//1.1 |
| 1449 | | m1_cik_sound |
| 1450 | | ROM_END_M1A_MCU |
| 1451 | | |
| 1452 | | ROM_START( m1cik11np ) |
| 1453 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1454 | | ROM_LOAD( "sa7-726", 0x0000, 0x020000, CRC(def75a33) SHA1(f1d3db411ec3bcff2860a9db542b7f9ef1d057b1) )//1.1P |
| 1455 | | m1_cik_sound |
| 1456 | | ROM_END_M1A_MCU |
| 1457 | | |
| 1458 | | ROM_START( m1cik21 ) |
| 1459 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1460 | | ROM_LOAD( "sa8-188", 0x0000, 0x020000, CRC(9d7eab15) SHA1(101d3f54bf09680c258bdf497e8132f9da7da7d9) )//2.1 |
| 1461 | | m1_cik_sound |
| 1462 | | ROM_END_M1A_MCU |
| 1463 | | |
| 1464 | | ROM_START( m1cik21p ) |
| 1465 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1466 | | ROM_LOAD( "sa8-189", 0x0000, 0x020000, CRC(cd3f55a9) SHA1(f17595323a2b559d9d2711d23670d5facb449a33) )//2.1p |
| 1467 | | m1_cik_sound |
| 1468 | | ROM_END_M1A_MCU |
| 1469 | | |
| 1470 | | ROM_START( m1casclb ) |
| 1471 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1472 | | ROM_LOAD( "sc1-170.bin", 0x0000, 0x010000, CRC(bf7094ce) SHA1(876a251b42efe8273ce7f941bd34f2349269f501) )//1.2 |
| 1473 | | ROM_END_M1A_MCU |
| 1474 | | |
| 1475 | | ROM_START( m1casclbp ) |
| 1476 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1477 | | ROM_LOAD( "sc1-171.bin", 0x0000, 0x010000, CRC(1d20f2cf) SHA1(f2c9e1aa0c2c8903e293ef5ab3cc4b3d14349e64) )//1.2P |
| 1478 | | ROM_END_M1A_MCU |
| 1479 | | |
| 1480 | | ROM_START( m1casclb1 ) |
| 1481 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1482 | | ROM_LOAD( "sco-234.bin", 0x0000, 0x010000, CRC(27d11ba5) SHA1(f640a4902213997df0b612e8d1be48ac6d1e0569) )//1.1N |
| 1483 | | ROM_END_M1A_MCU |
| 1484 | | |
| 1485 | | ROM_START( m1casgcl ) |
| 1486 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1487 | | ROM_LOAD( "sc3-524.bin", 0x0000, 0x010000, CRC(efde86a3) SHA1(aae7ecedb2ffdcae5fcb422574f9376b6a333497) )//1.2 |
| 1488 | | ROM_END_M1A_MCU |
| 1489 | | |
| 1490 | | ROM_START( m1casgclp ) |
| 1491 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1492 | | ROM_LOAD( "sc3-525.bin", 0x0000, 0x010000, CRC(07361b45) SHA1(3caf71da665b6327e8337c5e8c39c110dbd4783e) )//1.2p |
| 1493 | | ROM_END_M1A_MCU |
| 1494 | | |
| 1495 | | ROM_START( m1casroy ) |
| 1496 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1497 | | ROM_LOAD( "sc3-069.bin", 0x0000, 0x010000, CRC(0cc2707a) SHA1(b6db403cf0e7024a991e569be9f783325e09c76a) )//1.2 |
| 1498 | | ROM_END_M1A_MCU |
| 1499 | | |
| 1500 | | ROM_START( m1casroyp ) |
| 1501 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1502 | | ROM_LOAD( "sc3-070.bin", 0x0000, 0x010000, CRC(8c548d12) SHA1(e86a0fc40f02c85a6139e11cc7824a3d05ba7dca) )//1.2p |
| 1503 | | ROM_END_M1A_MCU |
| 1504 | | |
| 1505 | | ROM_START( m1casroy1 ) |
| 1506 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1507 | | ROM_LOAD( "sc1-197.bin", 0x0000, 0x010000, CRC(6e227a4a) SHA1(5070e3fa0e77f3e6ffa0915949e6c10ff3287fbf) )//1.1 |
| 1508 | | ROM_END_M1A_MCU |
| 1509 | | |
| 1510 | | ROM_START( m1chain ) |
| 1511 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1512 | | ROM_LOAD( "chainreaction.bin", 0x0000, 0x020000, CRC(0dfa71c7) SHA1(0979dd48000c9c9a03448a0ffdc9395bb131a5dd) ) |
| 1513 | | |
| 1514 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 1515 | | ROM_LOAD( "chainreactionsnd.p1", 0x000000, 0x080000, CRC(25d6cc90) SHA1(e801219edff7745ec71cc146e7bf85e4ad8eb363) ) |
| 1516 | | ROM_LOAD( "chainreactionsnd.p2", 0x080000, 0x080000, CRC(77690cea) SHA1(10c655ab5ec922c31ab895b91096c89ef8220f99) ) |
| 1517 | | ROM_END_M1A_MCU |
| 1518 | | |
| 1519 | | ROM_START( m1clbfvr ) |
| 1520 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1521 | | ROM_LOAD( "sc001000", 0x0000, 0x020000, CRC(65ecc208) SHA1(2bf54a1e78d2816ec74137c63a3b44710c373baf) )//1.1n |
| 1522 | | m1_clbfvr_sound |
| 1523 | | ROM_END_M1A_MCU |
| 1524 | | |
| 1525 | | ROM_START( m1clbfvrp ) |
| 1526 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1527 | | ROM_LOAD( "sc001001", 0x0000, 0x020000, CRC(63f81e75) SHA1(db9220265fbe53cc1bec0c448046a031e14ebe13) )//1.1p |
| 1528 | | m1_clbfvr_sound |
| 1529 | | ROM_END_M1A_MCU |
| 1530 | | |
| 1531 | | |
| 1532 | | ROM_START( m1cluedo ) |
| 1533 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1534 | | ROM_LOAD( "sa5-110", 0x0000, 0x010000, CRC(d80c8f47) SHA1(73be41e2ba96d4f6759d375d61b9208b8516f59e) )//nhf 6.1 |
| 1535 | | m1_cluedo_sound |
| 1536 | | ROM_END_M1A_MCU |
| 1537 | | |
| 1538 | | ROM_START( m1cluedop ) |
| 1539 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1540 | | ROM_LOAD( "sa5-111", 0x0000, 0x010000, CRC(30e412a1) SHA1(0a8755158d905bbb582092d4525dc866f05e77ca) )//phf 6.1 |
| 1541 | | m1_cluedo_sound |
| 1542 | | ROM_END_M1A_MCU |
| 1543 | | |
| 1544 | | ROM_START( m1cluedo5 ) |
| 1545 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1546 | | ROM_LOAD( "sa5-521.bin", 0x0000, 0x010000, CRC(2fffafe0) SHA1(c15ebc0f8cc574a70c8f94a90c2f5381cc647f75) )//nhf 5.2 1995 |
| 1547 | | m1_cluedo_sound |
| 1548 | | ROM_END_M1A_MCU |
| 1549 | | |
| 1550 | | ROM_START( m1cluedo5p ) |
| 1551 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1552 | | ROM_LOAD( "sa5-522.bin", 0x0000, 0x010000, CRC(9b477133) SHA1(6dc0db8a50c166c1f8ae7aa06caa0869aefcaf09) )//phf 5.2 1995 |
| 1553 | | m1_cluedo_sound |
| 1554 | | ROM_END_M1A_MCU |
| 1555 | | |
| 1556 | | ROM_START( m1cluedo4 ) |
| 1557 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1558 | | ROM_LOAD( "sa4-301.bin", 0x0000, 0x010000, CRC(be3c3b72) SHA1(9bdf85c2c795e1920a9321511f4cd76e8c320ecc) )//nhf 4.1 |
| 1559 | | m1_cluedo_sound |
| 1560 | | ROM_END_M1A_MCU |
| 1561 | | |
| 1562 | | ROM_START( m1cluedo4p ) |
| 1563 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1564 | | ROM_LOAD( "sa4-302.bin", 0x0000, 0x010000, CRC(0a84e5a1) SHA1(07f75bcebc3d27605e925800878206a006bd81a7) )//phf 4.1 |
| 1565 | | m1_cluedo_sound |
| 1566 | | ROM_END_M1A_MCU |
| 1567 | | |
| 1568 | | ROM_START( m1cluedo3 ) |
| 1569 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1570 | | ROM_LOAD( "sa4-244.bin", 0x0000, 0x010000, CRC(cae6838d) SHA1(bfb53c21d9a23862d9d3e36f604dbfd9b8cb5651) )//nhf 3.1 |
| 1571 | | m1_cluedo_sound |
| 1572 | | ROM_END_M1A_MCU |
| 1573 | | |
| 1574 | | ROM_START( m1cluedo3p ) |
| 1575 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1576 | | ROM_LOAD( "sa4-245.bin", 0x0000, 0x010000, CRC(220e1e6b) SHA1(46f5b3052e0dfeeb3b7d3c0819efc821d466d3b0) )//phf 3.1 |
| 1577 | | m1_cluedo_sound |
| 1578 | | ROM_END_M1A_MCU |
| 1579 | | |
| 1580 | | ROM_START( m1cluedo3h ) |
| 1581 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1582 | | ROM_LOAD( "clu20p10", 0x0000, 0x010000, CRC(7627bba4) SHA1(9d7d8be375324c492373e859f22f10d23249aba2) )//nhf 3.0, no string |
| 1583 | | m1_cluedo_sound |
| 1584 | | ROM_END_M1A_MCU |
| 1585 | | |
| 1586 | | ROM_START( m1cluedo1 ) |
| 1587 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1588 | | ROM_LOAD( "sa4-235.bin", 0x0000, 0x010000, CRC(31f3d17f) SHA1(89c9715877d855885bb81383e3e2cb47a7945a78) )//nhf 1.1 1993 |
| 1589 | | m1_cluedo_sound |
| 1590 | | ROM_END_M1A_MCU |
| 1591 | | |
| 1592 | | ROM_START( m1cluedo1p ) |
| 1593 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1594 | | ROM_LOAD( "sa4-236.bin", 0x0000, 0x010000, CRC(854b0fac) SHA1(16ef9499a5223804042404698b7b66948bb35255) )//phf 1.1 1993 |
| 1595 | | m1_cluedo_sound |
| 1596 | | ROM_END_M1A_MCU |
| 1597 | | |
| 1598 | | ROM_START( m1cluedo1h ) |
| 1599 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1600 | | ROM_LOAD( "cluedo.bin", 0x0000, 0x010000, CRC(d9cd3491) SHA1(c0f753a291ac30cd5af99b611b3cea16f1f8c599) )//nhf 1.0 |
| 1601 | | m1_cluedo_sound |
| 1602 | | ROM_END_M1A_MCU |
| 1603 | | |
| 1604 | | ROM_START( m1cluedoi ) |
| 1605 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1606 | | ROM_LOAD( "sa5-552.bin", 0x0000, 0x010000, CRC(70588685) SHA1(fa37feb43838a52087d6584004a43f006d0129cb) )//nhf 7.2 IoM 1995 |
| 1607 | | m1_cluedo_sound |
| 1608 | | ROM_END_M1A_MCU |
| 1609 | | |
| 1610 | | ROM_START( m1cluedoip ) |
| 1611 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1612 | | ROM_LOAD( "sa5-553.bin", 0x0000, 0x010000, CRC(98b01b63) SHA1(aa56d3a7c34a60f93da0dafd416a7550416076ee) )//phf 7.2 IoM 1995 |
| 1613 | | m1_cluedo_sound |
| 1614 | | ROM_END_M1A_MCU |
| 1615 | | |
| 1616 | | ROM_START( m1cluedon ) |
| 1617 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1618 | | ROM_LOAD( "sa5-519", 0x0000, 0x010000, CRC(6bc4eb57) SHA1(1581e14a25786dda8a98ee2643c63bcb4caaea89) )//nhf 1.2 1995 |
| 1619 | | m1_cluedo_sound |
| 1620 | | ROM_END_M1A_MCU |
| 1621 | | |
| 1622 | | ROM_START( m1cluedonp ) |
| 1623 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1624 | | ROM_LOAD( "sa5-520", 0x0000, 0x010000, CRC(b4bfc448) SHA1(493b020a4d0a18ec2fd8f45d2eea1590b948ea51) )//phf 1.2 1995 |
| 1625 | | m1_cluedo_sound |
| 1626 | | ROM_END_M1A_MCU |
| 1627 | | |
| 1628 | | ROM_START( m1cluedob2 ) |
| 1629 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1630 | | ROM_LOAD( "sa5-302", 0x0000, 0x010000, CRC(08031924) SHA1(9aa997328285502e56af0d1552220ca27bcc053a) )//nbu 2.1 BwB 1995 |
| 1631 | | m1_cluedo_sound |
| 1632 | | ROM_END_M1A_MCU |
| 1633 | | |
| 1634 | | ROM_START( m1cluedob2p ) |
| 1635 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1636 | | ROM_LOAD( "sa5-303", 0x0000, 0x010000, CRC(e0eb84c2) SHA1(3c2db9d41b9c561a483293f2258b654547d937d4) )//pbu 2.1 BwB 1995 |
| 1637 | | m1_cluedo_sound |
| 1638 | | ROM_END_M1A_MCU |
| 1639 | | |
| 1640 | | ROM_START( m1cluedob1 ) |
| 1641 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1642 | | ROM_LOAD( "sa5-326", 0x0000, 0x010000, CRC(0ace83db) SHA1(3387ac8583bc4ba7933abe001bc64a2b06a5451f) )//nbu 1.1 BwB 1995 (newer) cl_x6___.2o1 |
| 1643 | | m1_cluedo_sound |
| 1644 | | ROM_END_M1A_MCU |
| 1645 | | |
| 1646 | | ROM_START( m1cluedob1p ) |
| 1647 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1648 | | ROM_LOAD( "sa5-327", 0x0000, 0x010000, CRC(e2261e3d) SHA1(50be56d1c28a31fcdb12a83c230a983bd6c60f62) )//pbu 1.1 BwB 1995 (newer)cl_x6_d_.2o1 |
| 1649 | | m1_cluedo_sound |
| 1650 | | ROM_END_M1A_MCU |
| 1651 | | |
| 1652 | | ROM_START( m1cluedobi2 ) |
| 1653 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1654 | | ROM_LOAD( "sa5-328", 0x0000, 0x010000, CRC(7aa2e6bd) SHA1(82752cd0e89d487016ccb50e55d2d7e11e5bb0ad) )//nbu 2.1 BwB 1995 (IoM) clix6___.2o1 |
| 1655 | | m1_cluedo_sound |
| 1656 | | ROM_END_M1A_MCU |
| 1657 | | |
| 1658 | | ROM_START( m1cluedobi2p ) |
| 1659 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1660 | | ROM_LOAD( "sa5-329", 0x0000, 0x010000, CRC(924a7b5b) SHA1(102fba24040c9f968f80747b830fda05444c69aa) )//pbu 2.1 BwB 1995 (IoM) clix6_d_.2o1 |
| 1661 | | m1_cluedo_sound |
| 1662 | | ROM_END_M1A_MCU |
| 1663 | | |
| 1664 | | ROM_START( m1cluedob2h ) |
| 1665 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1666 | | ROM_LOAD( "clu5p8", 0x0000, 0x010000, CRC(fb6c6527) SHA1(e42683512c537d653593c67a8d238069ac2f2d0e) )//nbu 2.0 - nop'd copyright string |
| 1667 | | m1_cluedo_sound |
| 1668 | | ROM_END_M1A_MCU |
| 1669 | | |
| 1670 | | ROM_START( m1cluedob1h ) |
| 1671 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1672 | | ROM_LOAD( "clu55", 0x0000, 0x010000, CRC(c852a989) SHA1(ff79e65f80d4230a0e0f9e87a9dcc544a5197a1a) )//nbu 1.0 - nop'd copyright string |
| 1673 | | m1_cluedo_sound |
| 1674 | | ROM_END_M1A_MCU |
| 1675 | | |
| 1676 | | ROM_START( m1cluecb ) |
| 1677 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1678 | | ROM_LOAD( "sc5-437", 0x0000, 0x010000, CRC(0282878c) SHA1(90624916699e5866678b02260e0b0502041f32bf) )//nhq 3.1 |
| 1679 | | m1_cluecb_sound |
| 1680 | | ROM_END_M1A_MCU |
| 1681 | | |
| 1682 | | ROM_START( m1cluecbp ) |
| 1683 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1684 | | ROM_LOAD( "sc5-438", 0x0000, 0x010000, CRC(26f6d094) SHA1(31fa78db1a581c00b39d4f6f64d8f08786dec97a) )//phq 3.1 (typo?) |
| 1685 | | m1_cluecb_sound |
| 1686 | | ROM_END_M1A_MCU |
| 1687 | | |
| 1688 | | ROM_START( m1cluecb2 ) |
| 1689 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1690 | | ROM_LOAD( "sc5-435", 0x0000, 0x010000, CRC(84095d36) SHA1(f86f7f25fa25eb2731d81a23aafaf5e4c8aa976b) )//nhq 2.1 |
| 1691 | | m1_cluecb_sound |
| 1692 | | ROM_END_M1A_MCU |
| 1693 | | |
| 1694 | | ROM_START( m1cluecb2p ) |
| 1695 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1696 | | ROM_LOAD( "sc5-436", 0x0000, 0x010000, CRC(3b277a98) SHA1(cab3b277bec84056f6a97a87d97bbd86f80a1c8c) )//phq 2.1 |
| 1697 | | m1_cluecb_sound |
| 1698 | | ROM_END_M1A_MCU |
| 1699 | | |
| 1700 | | ROM_START( m1cluecb1 ) |
| 1701 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1702 | | ROM_LOAD( "sc5-433", 0x0000, 0x010000, CRC(27254937) SHA1(b75f4a7e66f625c0db7d658f0427c8c1893a3d10) )//nhq 1.1 |
| 1703 | | m1_cluecb_sound |
| 1704 | | ROM_END_M1A_MCU |
| 1705 | | |
| 1706 | | ROM_START( m1cluecb1p ) |
| 1707 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1708 | | ROM_LOAD( "sc5-434", 0x0000, 0x010000, CRC(6185ea69) SHA1(a20bccb86cfcd929908974500186e9ecf2cdc55b) )//phq 1.1 |
| 1709 | | m1_cluecb_sound |
| 1710 | | ROM_END_M1A_MCU |
| 1711 | | |
| 1712 | | //These have no sound ROMs, could they use the standard cluedo ones? |
| 1713 | | ROM_START( m1cluesh ) |
| 1714 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1715 | | ROM_LOAD( "sa5-098", 0x0000, 0x010000, CRC(36c70b9d) SHA1(24659224f26a3bc0efea3b71666fc5c52479cb06) )//nhj 1.2 |
| 1716 | | ROM_END_M1A_MCU |
| 1717 | | |
| 1718 | | ROM_START( m1clueshp ) |
| 1719 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1720 | | ROM_LOAD( "sa5-099", 0x0000, 0x010000, CRC(de2f967b) SHA1(e30c1e93cf47200d683cd00de232d017c00b9976) )//phj 1.2 |
| 1721 | | ROM_END_M1A_MCU |
| 1722 | | |
| 1723 | | ROM_START( m1cluesho ) |
| 1724 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1725 | | ROM_LOAD( "sa4-492", 0x0000, 0x010000, CRC(824eafd8) SHA1(19beeb7238eddfed4917dc809a620b695d2d8098) )//nhj 1.2 |
| 1726 | | ROM_END_M1A_MCU |
| 1727 | | |
| 1728 | | ROM_START( m1clueshop ) |
| 1729 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1730 | | ROM_LOAD( "sa4-493", 0x0000, 0x010000, CRC(6aa6323e) SHA1(fb45b027259cb703ac31230465a65f39e834c0f2) )//phj 1.2 |
| 1731 | | ROM_END_M1A_MCU |
| 1732 | | |
| 1733 | | ROM_START( m1cluess ) |
| 1734 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1735 | | ROM_LOAD( "sk001027", 0x0000, 0x020000, CRC(4b4c9c92) SHA1(5c981b19175491c275668a5686a15b77571cc8e7) )//ncf 2.3 |
| 1736 | | m1_cluess_sound |
| 1737 | | ROM_END_M1A_MCU |
| 1738 | | |
| 1739 | | ROM_START( m1cluessh ) |
| 1740 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1741 | | ROM_LOAD( "sleu5p8c.bin", 0x0000, 0x020000, CRC(e4fc65d7) SHA1(ba573a33247682a1a1a213381e49fe390c661b8c) )//hack ncf 2.3 |
| 1742 | | m1_cluess_sound |
| 1743 | | ROM_END_M1A_MCU |
| 1744 | | |
| 1745 | | ROM_START( m1cluessp ) |
| 1746 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1747 | | ROM_LOAD( "sk001028", 0x0000, 0x020000, CRC(ad0ccb34) SHA1(1cfe0cc945ba3fe91645301abca40285984084e3) )//pcf 2.3 |
| 1748 | | m1_cluess_sound |
| 1749 | | ROM_END_M1A_MCU |
| 1750 | | |
| 1751 | | ROM_START( m1cluessa ) |
| 1752 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1753 | | ROM_LOAD( "sk001025", 0x0000, 0x020000, CRC(9b30d25a) SHA1(185c2f56d69dc6635c75c18bc1c4f342d94a3c96) )//ncf 1.2 |
| 1754 | | m1_cluess_sound |
| 1755 | | ROM_END_M1A_MCU |
| 1756 | | |
| 1757 | | ROM_START( m1cluessap ) |
| 1758 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1759 | | ROM_LOAD( "sk001026", 0x0000, 0x020000, CRC(72088e4f) SHA1(1e41b656c0a7b45cc4f7c12a5c14b899b8ce24da) )//pcf 1.2 |
| 1760 | | m1_cluess_sound |
| 1761 | | ROM_END_M1A_MCU |
| 1762 | | |
| 1763 | | ROM_START( m1cluessb ) |
| 1764 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1765 | | ROM_LOAD( "sa8-260", 0x0000, 0x020000, CRC(4302c3de) SHA1(12ba5359ecfa502cd2f548f83fb4cea1d84cdec6) )//ncl71 |
| 1766 | | m1_cluess_sound |
| 1767 | | ROM_END_M1A_MCU |
| 1768 | | |
| 1769 | | ROM_START( m1cluessbp ) |
| 1770 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1771 | | ROM_LOAD( "sa8-261", 0x0000, 0x020000, CRC(13433d62) SHA1(24bbb6425cd8156996fb17bd23672c59b8aa10d6) )//pcl71 |
| 1772 | | m1_cluess_sound |
| 1773 | | ROM_END_M1A_MCU |
| 1774 | | |
| 1775 | | ROM_START( m1cluessc ) |
| 1776 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1777 | | ROM_LOAD( "sa8-258", 0x0000, 0x020000, CRC(88d5d9d0) SHA1(f500925d916ad20673d02f4de9eadacb08f1d8e1) )//ncl61 |
| 1778 | | m1_cluess_sound |
| 1779 | | ROM_END_M1A_MCU |
| 1780 | | |
| 1781 | | ROM_START( m1cluesscp ) |
| 1782 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1783 | | ROM_LOAD( "sa8-259", 0x0000, 0x020000, CRC(d894276c) SHA1(bf9e19b1d1606d4d75916d5d405bbf2ad89d9211) )//pcl61 |
| 1784 | | m1_cluess_sound |
| 1785 | | ROM_END_M1A_MCU |
| 1786 | | |
| 1787 | | ROM_START( m1cluessd ) |
| 1788 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1789 | | ROM_LOAD( "sa8-252", 0x0000, 0x020000, CRC(19610dd3) SHA1(7c4130e25285ce4804838dc0b776eff97a073d3e) )//ncl51 |
| 1790 | | m1_cluess_sound |
| 1791 | | ROM_END_M1A_MCU |
| 1792 | | |
| 1793 | | ROM_START( m1cluessdp ) |
| 1794 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1795 | | ROM_LOAD( "sa8-253", 0x0000, 0x020000, CRC(4920f36f) SHA1(bdece8e68faa5b5dc07d2d5ad87b8f41b4899831) )//pcl51 |
| 1796 | | m1_cluess_sound |
| 1797 | | ROM_END_M1A_MCU |
| 1798 | | |
| 1799 | | ROM_START( m1cluesse ) |
| 1800 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1801 | | ROM_LOAD( "sa8-250", 0x0000, 0x020000, CRC(f99f319b) SHA1(550ee8235c784de9d10c5e6810780e9bc135a788) )//ncl21 |
| 1802 | | m1_cluess_sound |
| 1803 | | ROM_END_M1A_MCU |
| 1804 | | |
| 1805 | | ROM_START( m1cluessep ) |
| 1806 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1807 | | ROM_LOAD( "sa8-251", 0x0000, 0x020000, CRC(a9decf27) SHA1(507bbcfaf68a1f7e5e79e0ff5b43686974cf1d6c) )//pcl21 |
| 1808 | | m1_cluess_sound |
| 1809 | | ROM_END_M1A_MCU |
| 1810 | | |
| 1811 | | ROM_START( m1cluessf ) |
| 1812 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1813 | | ROM_LOAD( "sa8-248", 0x0000, 0x020000, CRC(d620e3c7) SHA1(24a185906762acef44ee3662b4645d4ab21ae32e) )//ncl11 |
| 1814 | | m1_cluess_sound |
| 1815 | | ROM_END_M1A_MCU |
| 1816 | | |
| 1817 | | ROM_START( m1cluessfp ) |
| 1818 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1819 | | ROM_LOAD( "sa8-249", 0x0000, 0x020000, CRC(86611d7b) SHA1(d8fd94c69911da21b9db9e805b7b61f9b507e032) )//pcl11 |
| 1820 | | m1_cluess_sound |
| 1821 | | ROM_END_M1A_MCU |
| 1822 | | |
| 1823 | | ROM_START( m1cluessg ) |
| 1824 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1825 | | ROM_LOAD( "sa8-246", 0x0000, 0x020000, CRC(9eabb468) SHA1(890e309a628150b629b7fdc89b868c56e9649ffe) )//ncl71 15 |
| 1826 | | m1_cluess_sound |
| 1827 | | ROM_END_M1A_MCU |
| 1828 | | |
| 1829 | | ROM_START( m1cluessi ) |
| 1830 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1831 | | ROM_LOAD( "sa8-118", 0x0000, 0x020000, CRC(5f6ccfea) SHA1(18f4fcaee6a0e2eb5f4ccfde983a4e7b4e5cec6b) )//ncl21 ss10fo 10gbp |
| 1832 | | m1_cluess_sound |
| 1833 | | ROM_END_M1A_MCU |
| 1834 | | |
| 1835 | | ROM_START( m1cluessj ) |
| 1836 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1837 | | ROM_LOAD( "sa8-090", 0x0000, 0x020000, CRC(67f299a5) SHA1(fd4b15cfbf84a0966b6317c260e3c099ebaa1f2d) )//ncf 2.3 5gbp |
| 1838 | | m1_cluess_sound |
| 1839 | | ROM_END_M1A_MCU |
| 1840 | | |
| 1841 | | ROM_START( m1cluessk ) |
| 1842 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1843 | | ROM_LOAD( "sa8-082", 0x0000, 0x020000, CRC(ce9540dc) SHA1(e951afd45f95e9ea92bbb4f4f5c1854bde5edd8d) )//ncf 1.2 |
| 1844 | | m1_cluess_sound |
| 1845 | | ROM_END_M1A_MCU |
| 1846 | | |
| 1847 | | ROM_START( m1cluessl ) |
| 1848 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1849 | | ROM_LOAD( "sa8-009", 0x0000, 0x020000, CRC(fa1ea087) SHA1(6dfa634daf78f51aa5c99080eb646ac029d73468) )//ncl41 |
| 1850 | | m1_cluess_sound |
| 1851 | | ROM_END_M1A_MCU |
| 1852 | | |
| 1853 | | ROM_START( m1cluesslp ) |
| 1854 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1855 | | ROM_LOAD( "sa8-010", 0x0000, 0x020000, CRC(839bb97c) SHA1(4682e3e344a742bf72de828b1c9e1ce7e60de1e7) )//pcl41 |
| 1856 | | m1_cluess_sound |
| 1857 | | ROM_END_M1A_MCU |
| 1858 | | |
| 1859 | | ROM_START( m1cluessm ) |
| 1860 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1861 | | ROM_LOAD( "sa8-007", 0x0000, 0x020000, CRC(758ef0be) SHA1(1ae1502d7d1d2fb532149d19d55023e4b7d64d3d) )//ncl31 |
| 1862 | | m1_cluess_sound |
| 1863 | | ROM_END_M1A_MCU |
| 1864 | | |
| 1865 | | ROM_START( m1cluessmp ) |
| 1866 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1867 | | ROM_LOAD( "sa8-008", 0x0000, 0x020000, CRC(342e51d5) SHA1(e9c4fcfc9a1c391b2c27b0fb049d424b86444060) )//pcl31 |
| 1868 | | m1_cluess_sound |
| 1869 | | ROM_END_M1A_MCU |
| 1870 | | |
| 1871 | | ROM_START( m1cluessn ) |
| 1872 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1873 | | ROM_LOAD( "sa8-003", 0x0000, 0x020000, CRC(7b4b409b) SHA1(de8e05c6728b1af9cf080e43a4b22a22a5b06b62) )//ncl11 sslth10v |
| 1874 | | m1_cluess_sound |
| 1875 | | ROM_END_M1A_MCU |
| 1876 | | |
| 1877 | | ROM_START( m1cluesso ) |
| 1878 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1879 | | ROM_LOAD( "sa7-745", 0x0000, 0x020000, CRC(d8e1a02b) SHA1(8e1244e60924d739ad67ebd04ab4de8ad5fb5929) )//ncl21 |
| 1880 | | m1_cluess_sound |
| 1881 | | ROM_END_M1A_MCU |
| 1882 | | |
| 1883 | | ROM_START( m1cluessop ) |
| 1884 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1885 | | ROM_LOAD( "sa7-746", 0x0000, 0x020000, CRC(cb269b7d) SHA1(e8352e19215131b445a60721eb67c7245eff6ca7) )//pcl21 |
| 1886 | | m1_cluess_sound |
| 1887 | | ROM_END_M1A_MCU |
| 1888 | | |
| 1889 | | ROM_START( m1cluessq ) |
| 1890 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1891 | | ROM_LOAD( "sa7-358", 0x0000, 0x020000, CRC(8550c577) SHA1(20d3a2fd0b4c172f7b521f795ec6e6644e16919e) )//ncl51 |
| 1892 | | m1_cluess_sound |
| 1893 | | ROM_END_M1A_MCU |
| 1894 | | |
| 1895 | | ROM_START( m1cluessqp ) |
| 1896 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1897 | | ROM_LOAD( "sa7-359", 0x0000, 0x020000, CRC(d5113bcb) SHA1(703459ab22f480637f20ce0837a2cfbd6481dc68) )//pcl51 |
| 1898 | | m1_cluess_sound |
| 1899 | | ROM_END_M1A_MCU |
| 1900 | | |
| 1901 | | ROM_START( m1cluessr ) |
| 1902 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1903 | | ROM_LOAD( "sa7-356", 0x0000, 0x020000, CRC(079c1bb0) SHA1(1d0a5518ea9b480745e09e370244411ac932d499) )//ncl31 |
| 1904 | | m1_cluess_sound |
| 1905 | | ROM_END_M1A_MCU |
| 1906 | | |
| 1907 | | ROM_START( m1cluessrp ) |
| 1908 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1909 | | ROM_LOAD( "sa7-357", 0x0000, 0x020000, CRC(57dde50c) SHA1(be31f42219213fbe27563f43c30571fb5887a92b) )//pcl31 |
| 1910 | | m1_cluess_sound |
| 1911 | | ROM_END_M1A_MCU |
| 1912 | | |
| 1913 | | ROM_START( m1cluesss ) |
| 1914 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1915 | | ROM_LOAD( "sa6-444", 0x0000, 0x020000, CRC(bb257c07) SHA1(eb402538fc11e759e54df814e59d2dd79ac895bc) )//ncl41 |
| 1916 | | m1_cluess_sound |
| 1917 | | ROM_END_M1A_MCU |
| 1918 | | |
| 1919 | | ROM_START( m1cluesssp ) |
| 1920 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1921 | | ROM_LOAD( "sa6-445", 0x0000, 0x020000, CRC(eb6482bb) SHA1(f6012913d79a22a69ed41beaf7bc506bae59fbcf) )//pcl41 |
| 1922 | | m1_cluess_sound |
| 1923 | | ROM_END_M1A_MCU |
| 1924 | | |
| 1925 | | |
| 1926 | | |
| 1927 | | ROM_START( m1coderd ) |
| 1928 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1929 | | ROM_LOAD( "sc991130", 0x0000, 0x020000, CRC(d3add67f) SHA1(f7387978f18680921a2aff0296de2b9609f3215d) )//ncr21 |
| 1930 | | m1_coderd_sound |
| 1931 | | ROM_END_M1A_MCU |
| 1932 | | |
| 1933 | | ROM_START( m1coderdp ) |
| 1934 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 1935 | | ROM_LOAD( "sc991131", 0x0000, 0x020000, CRC(d5b90a02) SHA1(18a5642175ee330832ce95ac2fcb3a662cfe4273) )//pcr21 |
| 1936 | | m1_coderd_sound |
| 1937 | | ROM_END_M1A_MCU |
| 1938 | | |
| 1939 | | |
| 1940 | | |
| 1941 | | //1996 |
| 1942 | | ROM_START( m1coro ) |
| 1943 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1944 | | ROM_LOAD( "sa6-192", 0x0000, 0x010000, CRC(5a4b0f17) SHA1(04ae2db3a29485672faaedd22c5780dd71176c96) )//CORO |
| 1945 | | m1_coro_sound |
| 1946 | | ROM_END_M1A_MCU |
| 1947 | | |
| 1948 | | ROM_START( m1corop ) |
| 1949 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1950 | | ROM_LOAD( "sa6-193", 0x0000, 0x010000, CRC(b2a392f1) SHA1(d7b908373eb3e225e399c36847ef2481ea3ad65a) )//PCORO |
| 1951 | | m1_coro_sound |
| 1952 | | ROM_END_M1A_MCU |
| 1953 | | |
| 1954 | | //1995 |
| 1955 | | ROM_START( m1coro32g ) |
| 1956 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1957 | | ROM_LOAD( "sa6-049", 0x0000, 0x010000, CRC(dfa086ae) SHA1(c5fa5d435a603851ab6bbe5860ee38e41aea814e) )//3.2 G? |
| 1958 | | m1_coro_sound |
| 1959 | | ROM_END_M1A_MCU |
| 1960 | | |
| 1961 | | ROM_START( m1coro32gh ) |
| 1962 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1963 | | ROM_LOAD( "cns58c", 0x0000, 0x010000, CRC(e254a369) SHA1(10c03b108f9fb9ffb16c4cf47fac74625d2e7877) )//sa6-049 alt 3.2 |
| 1964 | | m1_coro_sound |
| 1965 | | ROM_END_M1A_MCU |
| 1966 | | |
| 1967 | | ROM_START( m1coro12a ) |
| 1968 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1969 | | ROM_LOAD( "cns58t", 0x0000, 0x010000, CRC(1b2c1306) SHA1(7fa7c0238685dc2a91354ae47674247e95707613) )//1.2 sa5-447 alt |
| 1970 | | m1_coro_sound |
| 1971 | | ROM_END_M1A_MCU |
| 1972 | | |
| 1973 | | ROM_START( m1coro12g ) |
| 1974 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1975 | | ROM_LOAD( "sa5-447", 0x0000, 0x010000, CRC(5b292c6e) SHA1(584a5d64ee47054870785222f85a58a721165530) )//1.2 Gala? BwB labelled |
| 1976 | | m1_coro_sound |
| 1977 | | ROM_END_M1A_MCU |
| 1978 | | |
| 1979 | | ROM_START( m1coro12gp ) |
| 1980 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1981 | | ROM_LOAD( "sa5-448", 0x0000, 0x010000, CRC(e0e481c3) SHA1(062b8f58a7d9fa9163fd98892a6cc8099d4d234c) )//1.2 Gala? protocol |
| 1982 | | m1_coro_sound |
| 1983 | | ROM_END_M1A_MCU |
| 1984 | | |
| 1985 | | ROM_START( m1coro10h1 ) |
| 1986 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1987 | | ROM_LOAD( "cns5.10", 0x0000, 0x010000, CRC(91dc8625) SHA1(525c4311355bb3aa3052160bc439c49f5cecbcc6) )//1.0 G hack |
| 1988 | | m1_coro_sound |
| 1989 | | ROM_END_M1A_MCU |
| 1990 | | |
| 1991 | | ROM_START( m1coro10h2 ) |
| 1992 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1993 | | ROM_LOAD( "cst5p5bin", 0x0000, 0x010000, CRC(0ab4535b) SHA1(fc334b9da2736f8d57adb76095df8e957fb7667d) )//1.0 hack 5p 5GBP |
| 1994 | | m1_coro_sound |
| 1995 | | ROM_END_M1A_MCU |
| 1996 | | |
| 1997 | | ROM_START( m1coro10h3 ) |
| 1998 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 1999 | | ROM_LOAD( "cnst5.5v2", 0x0000, 0x010000, CRC(a5b2589e) SHA1(cabd5abf996c1bb9ca7a0ffcc5d666aa632f6789) )//1.0 Gala hack 2 |
| 2000 | | m1_coro_sound |
| 2001 | | ROM_END_M1A_MCU |
| 2002 | | |
| 2003 | | //1993 |
| 2004 | | ROM_START( m1coro81 ) |
| 2005 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2006 | | ROM_LOAD( "sa5-048", 0x0000, 0x010000, CRC(fbd5c2ae) SHA1(c05959664fcee7f3f05c6f81c1a98d2fc6b59141) )//8.1 |
| 2007 | | m1_coro_sound |
| 2008 | | ROM_END_M1A_MCU |
| 2009 | | |
| 2010 | | ROM_START( m1coro81p ) |
| 2011 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2012 | | ROM_LOAD( "sa5-049", 0x0000, 0x010000, CRC(133d5f48) SHA1(b4f89e5cf1d4ef60f73be18d372c38b22126e651) )//8.1 Protocol |
| 2013 | | m1_coro_sound |
| 2014 | | ROM_END_M1A_MCU |
| 2015 | | |
| 2016 | | ROM_START( m1coro32n ) |
| 2017 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2018 | | ROM_LOAD( "sa5-399", 0x0000, 0x010000, CRC(0e290f63) SHA1(a5c8f2b125836ca76a7707d09d8e4a2f3058a9df) )//3.2 newer |
| 2019 | | m1_coro_sound |
| 2020 | | ROM_END_M1A_MCU |
| 2021 | | |
| 2022 | | ROM_START( m1coro32np ) |
| 2023 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2024 | | ROM_LOAD( "sa5-397", 0x0000, 0x010000, CRC(6b91fff5) SHA1(e29ae21bfd7d7e3139bfb65b60bd4bafcece5b24) )//3.2 newer protocol (Poss mislabel) |
| 2025 | | m1_coro_sound |
| 2026 | | ROM_END_M1A_MCU |
| 2027 | | |
| 2028 | | ROM_START( m1coro22n ) |
| 2029 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2030 | | ROM_LOAD( "sa5-395", 0x0000, 0x010000, CRC(980a56ba) SHA1(372744f165e0105346c567013b0c8ddec2ec0f7d) )//2.2 newer |
| 2031 | | m1_coro_sound |
| 2032 | | ROM_END_M1A_MCU |
| 2033 | | |
| 2034 | | ROM_START( m1coro21n ) |
| 2035 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2036 | | ROM_LOAD( "sa5-208", 0x0000, 0x010000, CRC(66f06d18) SHA1(fd14b09280815c03126d113e6be791a20483aae9) )//2.1 newer |
| 2037 | | m1_coro_sound |
| 2038 | | ROM_END_M1A_MCU |
| 2039 | | |
| 2040 | | ROM_START( m1coro21np ) |
| 2041 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2042 | | ROM_LOAD( "sa5-209", 0x0000, 0x010000, CRC(8e18f0fe) SHA1(8d6c0fbd05484dc42b976228b7575e0ca0eea239) )//2.1 newer protocol |
| 2043 | | m1_coro_sound |
| 2044 | | ROM_END_M1A_MCU |
| 2045 | | |
| 2046 | | ROM_START( m1coro12n ) |
| 2047 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2048 | | ROM_LOAD( "sa5-393", 0x0000, 0x010000, CRC(abbdfe46) SHA1(a6e005849b6da9801331155eb73fa169f6f42265) )//1.2 newer |
| 2049 | | m1_coro_sound |
| 2050 | | ROM_END_M1A_MCU |
| 2051 | | |
| 2052 | | ROM_START( m1coro12np ) |
| 2053 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2054 | | ROM_LOAD( "sa5-394", 0x0000, 0x010000, CRC(a7a5a6ff) SHA1(0805d3f1148e0aa83f8c0c804c08df3624a3af72) )//1.2 newer protocol |
| 2055 | | m1_coro_sound |
| 2056 | | ROM_END_M1A_MCU |
| 2057 | | |
| 2058 | | ROM_START( m1coro11n ) |
| 2059 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2060 | | ROM_LOAD( "sa5-306", 0x0000, 0x010000, CRC(a94a8f48) SHA1(56d5723d8087f523061280d9afe15a1bf8b269f5) )//1.1 newer |
| 2061 | | m1_coro_sound |
| 2062 | | ROM_END_M1A_MCU |
| 2063 | | |
| 2064 | | ROM_START( m1coro11np ) |
| 2065 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2066 | | ROM_LOAD( "sa5-307", 0x0000, 0x010000, CRC(41a212ae) SHA1(463a7d93f3b8b073cb83bda2a957dab37070ba8b) )//1.1 newer protocol |
| 2067 | | m1_coro_sound |
| 2068 | | ROM_END_M1A_MCU |
| 2069 | | |
| 2070 | | ROM_START( m1coro31 ) |
| 2071 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2072 | | ROM_LOAD( "sa4-450", 0x0000, 0x010000, CRC(355e10f4) SHA1(5de193ea05988e6eb1190cff357581671a87c82f) )//3.1 Normal |
| 2073 | | m1_coro_sound |
| 2074 | | ROM_END_M1A_MCU |
| 2075 | | |
| 2076 | | ROM_START( m1coro31p ) |
| 2077 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2078 | | ROM_LOAD( "sa4-451", 0x0000, 0x010000, CRC(ddb68d12) SHA1(b399504a8a17129b88e9f95ab1942c7448e5fbb3) )//3.1 Protocol |
| 2079 | | m1_coro_sound |
| 2080 | | ROM_END_M1A_MCU |
| 2081 | | |
| 2082 | | ROM_START( m1coro30h ) |
| 2083 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2084 | | ROM_LOAD( "coro2010", 0x0000, 0x010000, CRC(a7cfd3e9) SHA1(1b8fee6397d137cfae8bcd93b6a3b8e36b2716b8) )//sa5-399 hack 20GBP? |
| 2085 | | m1_coro_sound |
| 2086 | | ROM_END_M1A_MCU |
| 2087 | | |
| 2088 | | ROM_START( m1coro21v ) |
| 2089 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2090 | | ROM_LOAD( "sa4-529", 0x0000, 0x010000, CRC(ca486f81) SHA1(001669f92d9d548854b3c2c9e9c5b7141c9d2b32) )//2.1 Multivend |
| 2091 | | m1_coro_sound |
| 2092 | | ROM_END_M1A_MCU |
| 2093 | | |
| 2094 | | ROM_START( m1coro21vp ) |
| 2095 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2096 | | ROM_LOAD( "sa4-530", 0x0000, 0x010000, CRC(4ade92e9) SHA1(2d5d18cfab8ff5a5f5790168375548a56b6903b0) )//2.1 Multivend Protocol |
| 2097 | | m1_coro_sound |
| 2098 | | ROM_END_M1A_MCU |
| 2099 | | |
| 2100 | | ROM_START( m1cororr ) |
| 2101 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2102 | | ROM_LOAD( "sa8-066", 0x0000, 0x010000, CRC(0656ad1b) SHA1(d1efb0cde9354087815ea260ccc81152c1ccf354) )// 1.1 5p |
| 2103 | | |
| 2104 | | m1_cororr_sound |
| 2105 | | ROM_END_M1A_MCU |
| 2106 | | |
| 2107 | | ROM_START( m1cororrp ) |
| 2108 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2109 | | |
| 2110 | | ROM_LOAD( "sa8-067", 0x0000, 0x010000, CRC(eebe30fd) SHA1(adc278973a08a81c4a62176e6ec33af570d719ac) )//protocol |
| 2111 | | |
| 2112 | | m1_cororr_sound |
| 2113 | | ROM_END_M1A_MCU |
| 2114 | | |
| 2115 | | ROM_START( m1cororra ) |
| 2116 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2117 | | ROM_LOAD( "rov5.10", 0x0000, 0x010000, CRC(04b421ca) SHA1(c0992edf4ecdfcf7231ae560f38954ce3a4db735) )//1.1 10GBP 1995 sa8066 |
| 2118 | | |
| 2119 | | m1_cororr_sound |
| 2120 | | ROM_END_M1A_MCU |
| 2121 | | |
| 2122 | | ROM_START( m1cororrb ) |
| 2123 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2124 | | ROM_LOAD( "sa8-062", 0x0000, 0x010000, CRC(5eebd57e) SHA1(e4b4de1388f28e0819baca4ba9c96573c367a4a1) )//2.1 |
| 2125 | | |
| 2126 | | m1_cororr_sound |
| 2127 | | ROM_END_M1A_MCU |
| 2128 | | |
| 2129 | | ROM_START( m1cororrbh ) |
| 2130 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2131 | | ROM_LOAD( "rret5p8c", 0x0000, 0x010000, CRC(7183b915) SHA1(dd0bc6668013774e429d6fcaa82d518232c08ada) )//2.1 sa8062 hack |
| 2132 | | |
| 2133 | | m1_cororr_sound |
| 2134 | | ROM_END_M1A_MCU |
| 2135 | | |
| 2136 | | ROM_START( m1cororrb1 ) |
| 2137 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2138 | | ROM_LOAD( "rov5.8", 0x0000, 0x010000, CRC(79be1896) SHA1(78a3f62fcbb2073257eeebc03524852d0c9d4648) )//2.1 8GBP 1995 sa8062 |
| 2139 | | |
| 2140 | | m1_cororr_sound |
| 2141 | | ROM_END_M1A_MCU |
| 2142 | | |
| 2143 | | ROM_START( m1cororrbp ) |
| 2144 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2145 | | ROM_LOAD( "sa8-063", 0x0000, 0x010000, CRC(b6034898) SHA1(167f37456b9f3ffcc10adc910a5003b044473634) ) |
| 2146 | | |
| 2147 | | m1_cororr_sound |
| 2148 | | ROM_END_M1A_MCU |
| 2149 | | |
| 2150 | | ROM_START( m1cororrc ) |
| 2151 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2152 | | ROM_LOAD( "rovr5.10", 0x0000, 0x010000, CRC(2de4c3a0) SHA1(3342d3a6ca7a6f20aa0e094f64f757f1dcc43fa9) ) // 1.1 sa7178 |
| 2153 | | |
| 2154 | | m1_cororr_sound |
| 2155 | | ROM_END_M1A_MCU |
| 2156 | | |
| 2157 | | ROM_START( m1cororrc1 ) |
| 2158 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2159 | | ROM_LOAD( "rret5p5c", 0x0000, 0x010000, CRC(ce590a5a) SHA1(f9b93fa830c7d49b52c327a7cf7fa98b357ea695) )//1.1 sa7178 |
| 2160 | | |
| 2161 | | m1_cororr_sound |
| 2162 | | ROM_END_M1A_MCU |
| 2163 | | |
| 2164 | | ROM_START( m1cororrc2 ) |
| 2165 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2166 | | ROM_LOAD( "rret5p8cbin", 0x0000, 0x010000, CRC(3fd51c76) SHA1(dd466b34277611dc8e61d182dbf35be2f4771ce3) )//1.1 sa7178 |
| 2167 | | |
| 2168 | | m1_cororr_sound |
| 2169 | | ROM_END_M1A_MCU |
| 2170 | | |
| 2171 | | ROM_START( m1cororrd ) |
| 2172 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2173 | | ROM_LOAD( "rovr5.8", 0x0000, 0x010000, CRC(ff6bd9fe) SHA1(39e6ba2ee37ea029d307456b3e254e26d34697f3) )//1.1 sa7176 |
| 2174 | | |
| 2175 | | m1_cororr_sound |
| 2176 | | ROM_END_M1A_MCU |
| 2177 | | |
| 2178 | | ROM_START( m1cororrdp ) |
| 2179 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2180 | | ROM_LOAD( "sa7-177", 0x0000, 0x010000, CRC(1561c8c9) SHA1(8eea26e72f96413a6bff6b14e6acc4d311c1ea72) )//protocol |
| 2181 | | |
| 2182 | | m1_cororr_sound |
| 2183 | | ROM_END_M1A_MCU |
| 2184 | | |
| 2185 | | ROM_START( m1cororre ) |
| 2186 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2187 | | ROM_LOAD( "sa7-176", 0x0000, 0x010000, CRC(fd89552f) SHA1(cdb38e6388ada9a893dfc4971d2c2c2898b755a7) ) |
| 2188 | | |
| 2189 | | m1_cororr_sound |
| 2190 | | ROM_END_M1A_MCU |
| 2191 | | |
| 2192 | | ROM_START( m1cororrf ) |
| 2193 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2194 | | ROM_LOAD( "sa6-252", 0x0000, 0x010000, CRC(31d81c51) SHA1(65d5578c7837499d0bfdacbe95400adff00cd24c) )//BW code? |
| 2195 | | |
| 2196 | | m1_cororr_sound |
| 2197 | | ROM_END_M1A_MCU |
| 2198 | | |
| 2199 | | ROM_START( m1cororrfp ) |
| 2200 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2201 | | ROM_LOAD( "sa6-253", 0x0000, 0x010000, CRC(d93081b7) SHA1(634fe0a75be7d4a175f11da6a6c045e215a8c139) )//BW protocol |
| 2202 | | |
| 2203 | | m1_cororr_sound |
| 2204 | | ROM_END_M1A_MCU |
| 2205 | | |
| 2206 | | ROM_START( m1cororrg ) |
| 2207 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2208 | | ROM_LOAD( "roversprog", 0x0000, 0x010000, CRC(35aded03) SHA1(978c49dad02cd1bb290028aa52d3048c5f2b9bdd) )//1.1 1995 sa6-202 |
| 2209 | | |
| 2210 | | m1_cororr_sound |
| 2211 | | ROM_END_M1A_MCU |
| 2212 | | |
| 2213 | | ROM_START( m1cororrgp ) |
| 2214 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2215 | | ROM_LOAD( "sa6-203", 0x0000, 0x010000, CRC(dd4570e5) SHA1(16f1530d68dcd043f67084c339b02f093d45c6cb) )//protocol |
| 2216 | | |
| 2217 | | m1_cororr_sound |
| 2218 | | ROM_END_M1A_MCU |
| 2219 | | |
| 2220 | | ROM_START( m1cororrh ) |
| 2221 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2222 | | ROM_LOAD( "sa5-539", 0x0000, 0x010000, CRC(8ba27a8e) SHA1(27ec7503d84585bbb791f6b4ee1ef538dcd5f619) ) |
| 2223 | | |
| 2224 | | m1_cororr_sound |
| 2225 | | ROM_END_M1A_MCU |
| 2226 | | |
| 2227 | | ROM_START( m1cororri ) |
| 2228 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2229 | | ROM_LOAD( "sa5-354", 0x0000, 0x010000, CRC(132d0aec) SHA1(fd7febd1b7098a6a3b00fa5ed5f0323821fea9da) ) //3.1 |
| 2230 | | |
| 2231 | | m1_cororr_sound |
| 2232 | | ROM_END_M1A_MCU |
| 2233 | | |
| 2234 | | ROM_START( m1cororrip ) |
| 2235 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2236 | | ROM_LOAD( "sa5-355", 0x0000, 0x010000, CRC(fbc5970a) SHA1(41cf94e2ab0dc3d020cf30cf63c8939958e7805a) )//protocol |
| 2237 | | |
| 2238 | | m1_cororr_sound |
| 2239 | | ROM_END_M1A_MCU |
| 2240 | | |
| 2241 | | ROM_START( m1cororrj ) |
| 2242 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2243 | | ROM_LOAD( "rover8ac", 0x0000, 0x010000, CRC(1f6bff96) SHA1(862e32dc9ea3fad5ef27b9146a8a62138d3b6406) )//5.1 8GBP 1995 All cash sa5-354 |
| 2244 | | |
| 2245 | | m1_cororr_sound |
| 2246 | | ROM_END_M1A_MCU |
| 2247 | | |
| 2248 | | ROM_START( m1cororrjp ) |
| 2249 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2250 | | ROM_LOAD( "sa5-345", 0x0000, 0x010000, CRC(06b8bd1c) SHA1(52c43b7f2774accdde4c153c84b5051df84cbe29) ) //protocol |
| 2251 | | |
| 2252 | | m1_cororr_sound |
| 2253 | | ROM_END_M1A_MCU |
| 2254 | | |
| 2255 | | ROM_START( m1cororrk ) |
| 2256 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2257 | | ROM_LOAD( "sa5-344", 0x0000, 0x010000, CRC(ee5020fa) SHA1(926c217d345a62b2b5073f35463ba67cf03b068b) ) //2.1 8gbp token |
| 2258 | | |
| 2259 | | m1_cororr_sound |
| 2260 | | ROM_END_M1A_MCU |
| 2261 | | |
| 2262 | | ROM_START( m1cororrl ) |
| 2263 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2264 | | ROM_LOAD( "sa5-342", 0x0000, 0x010000, CRC(735e8151) SHA1(25b9f183e03c74fd918c9c540e5ebd0dc0d38fcd) ) |
| 2265 | | |
| 2266 | | m1_cororr_sound |
| 2267 | | ROM_END_M1A_MCU |
| 2268 | | |
| 2269 | | ROM_START( m1cororrlp ) |
| 2270 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2271 | | ROM_LOAD( "sa5-343", 0x0000, 0x010000, CRC(9bb61cb7) SHA1(0c42d7db308dac80a4910b2d2327833562e9c887) )//protocol |
| 2272 | | |
| 2273 | | m1_cororr_sound |
| 2274 | | ROM_END_M1A_MCU |
| 2275 | | |
| 2276 | | ROM_START( m1corocb ) |
| 2277 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2278 | | ROM_LOAD( "sc7-198", 0x0000, 0x020000, CRC(905b916d) SHA1(4c244ee49b4528e05cb074f0df0b3bbfd6b28fd2) )//2.1 |
| 2279 | | |
| 2280 | | m1_corocb_sound |
| 2281 | | ROM_END_M1A_MCU |
| 2282 | | |
| 2283 | | ROM_START( m1corocbp ) |
| 2284 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2285 | | ROM_LOAD( "sc7-199", 0x0000, 0x020000, CRC(c01a6fd1) SHA1(2bb62f190843acb8850241ccd45fb17167c18376) )//2.1 protocol |
| 2286 | | |
| 2287 | | m1_corocb_sound |
| 2288 | | ROM_END_M1A_MCU |
| 2289 | | |
| 2290 | | ROM_START( m1corocb1 ) |
| 2291 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2292 | | ROM_LOAD( "sc7-196", 0x0000, 0x020000, CRC(e2188b21) SHA1(86238d31595814d9d1f82544c9766d068b6df132) )//sc7196 250 GBP 1.1 |
| 2293 | | |
| 2294 | | m1_corocb_sound |
| 2295 | | ROM_END_M1A_MCU |
| 2296 | | |
| 2297 | | ROM_START( m1corocb1p ) |
| 2298 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2299 | | ROM_LOAD( "sc7-197", 0x0000, 0x020000, CRC(b259759d) SHA1(cd84d959a4bcfcd942322af9f33893e626fe8759) )//protocol |
| 2300 | | |
| 2301 | | m1_corocb_sound |
| 2302 | | ROM_END_M1A_MCU |
| 2303 | | |
| 2304 | | //TODO: No audio ROMs, it may use the main Coronation Street set (m1_coro_sound) as this is a prize vending version of same |
| 2305 | | //That would make it a clone of m1coro, need to check that |
| 2306 | | |
| 2307 | | ROM_START( m1corosh ) |
| 2308 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2309 | | ROM_LOAD( "sa4-342", 0x0000, 0x010000, CRC(47ac83cf) SHA1(d23e14a714121bb67c130aae4b85bdcf62a949b6) ) |
| 2310 | | ROM_END_M1A_MCU |
| 2311 | | |
| 2312 | | ROM_START( m1coroshp ) |
| 2313 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2314 | | ROM_LOAD( "sa4-343", 0x0000, 0x010000, CRC(af441e29) SHA1(6631d5282f896c9a7fe1b2e41c19d58dfef4e644) ) |
| 2315 | | ROM_END_M1A_MCU |
| 2316 | | |
| 2317 | | ROM_START( m1criss ) |
| 2318 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2319 | | ROM_LOAD( "sdt-050", 0x0000, 0x010000, CRC(422c5c6d) SHA1(b3a86f7482f0376b93899d28d4e6c610200fcd3a) ) |
| 2320 | | |
| 2321 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2322 | | ROM_LOAD( "ccsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) |
| 2323 | | ROM_END_M1A_MCU |
| 2324 | | |
| 2325 | | ROM_START( m1dxmono ) |
| 2326 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2327 | | ROM_LOAD( "sa6-018", 0x0000, 0x010000, CRC(134e772a) SHA1(e85a90ed475cd3b38e9174146b15c66c958116e5) )//M5.1 (code 48) |
| 2328 | | |
| 2329 | | m1_dxmono_sound |
| 2330 | | ROM_END_M1A_MCU |
| 2331 | | |
| 2332 | | ROM_START( m1dxmonop ) |
| 2333 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2334 | | ROM_LOAD( "sa6-019", 0x0000, 0x010000, CRC(fba6eacc) SHA1(80576722f5862c1f27eb6e6d43d9a0a665e611c6) )//M5.1 Protocol (code 48) |
| 2335 | | |
| 2336 | | m1_dxmono_sound |
| 2337 | | ROM_END_M1A_MCU |
| 2338 | | |
| 2339 | | ROM_START( m1dxmono12n ) |
| 2340 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2341 | | ROM_LOAD( "sa6-015", 0x0000, 0x010000, CRC(fc7a30aa) SHA1(9133894464ba6bfb64996edb5bd99d88e34340c4) )//M1.2 (code 48) |
| 2342 | | |
| 2343 | | m1_dxmono_sound |
| 2344 | | ROM_END_M1A_MCU |
| 2345 | | |
| 2346 | | ROM_START( m1dxmono31b ) |
| 2347 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2348 | | ROM_LOAD( "sa5-080", 0x0000, 0x010000, CRC(82f472a4) SHA1(c5cda8f7ae6fe69e1cd4044b3816da665b6ba9bc) )//f3.1 (dmix6___.1o1 BWB) |
| 2349 | | |
| 2350 | | m1_dxmono_sound |
| 2351 | | ROM_END_M1A_MCU |
| 2352 | | |
| 2353 | | ROM_START( m1dxmono31p ) |
| 2354 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2355 | | ROM_LOAD( "sa5-081", 0x0000, 0x010000, CRC(6a1cef42) SHA1(e9178fbcf29ff565d0672b550a92516c92ebfaa4) )//f3.1 Protocol (dmix6_d_.1o1 BWB) |
| 2356 | | |
| 2357 | | m1_dxmono_sound |
| 2358 | | ROM_END_M1A_MCU |
| 2359 | | |
| 2360 | | ROM_START( m1dxmono31h ) |
| 2361 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2362 | | ROM_LOAD( "mondx5p5bin", 0x0000, 0x010000, CRC(53d44098) SHA1(45ae90464e2f9d4a2c7dc846acbc8f48449b3dab) )//sa5080 hack 5p 5GBP |
| 2363 | | |
| 2364 | | m1_dxmono_sound |
| 2365 | | ROM_END_M1A_MCU |
| 2366 | | |
| 2367 | | ROM_START( m1dxmono31h2 ) |
| 2368 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2369 | | ROM_LOAD( "monodx8", 0x0000, 0x010000, CRC(4d6101a3) SHA1(86f9bde8aec67566b7b58fec8f01f09878773dc1) )//sa5080 hack 8GBP (part no deleted) |
| 2370 | | |
| 2371 | | m1_dxmono_sound |
| 2372 | | ROM_END_M1A_MCU |
| 2373 | | |
| 2374 | | ROM_START( m1dxmono51 ) |
| 2375 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2376 | | ROM_LOAD( "sa5-078", 0x0000, 0x010000, CRC(f8eeb449) SHA1(820b075c931918a86c06946a7a6ce0b6db2c44b2) )//M5.1 |
| 2377 | | |
| 2378 | | m1_dxmono_sound |
| 2379 | | ROM_END_M1A_MCU |
| 2380 | | |
| 2381 | | ROM_START( m1dxmono12 ) |
| 2382 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2383 | | ROM_LOAD( "sa4-376", 0x0000, 0x010000, CRC(44a94d58) SHA1(194e004dd68125f0c5bd83ea467cc1ebb5e616d6) )//M1.2 |
| 2384 | | |
| 2385 | | m1_dxmono_sound |
| 2386 | | ROM_END_M1A_MCU |
| 2387 | | |
| 2388 | | ROM_START( m1dxmono12p ) |
| 2389 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2390 | | ROM_LOAD( "sa4-377", 0x0000, 0x010000, CRC(ac41d0be) SHA1(bf049f247c273f9c09b02157a2e1d2af39ba612b) )//M1.2 Protocol |
| 2391 | | |
| 2392 | | m1_dxmono_sound |
| 2393 | | ROM_END_M1A_MCU |
| 2394 | | |
| 2395 | | ROM_START( m1dxmono12a ) |
| 2396 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2397 | | ROM_LOAD( "sa4-261", 0x0000, 0x010000, CRC(10854aab) SHA1(1b61d435814aa2f0eba565a5ac095e47f61bd0b2) )//M1.2 |
| 2398 | | |
| 2399 | | m1_dxmono_sound |
| 2400 | | ROM_END_M1A_MCU |
| 2401 | | |
| 2402 | | ROM_START( m1dxmono21p ) |
| 2403 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2404 | | ROM_LOAD( "sa4-199", 0x0000, 0x010000, CRC(05d4c471) SHA1(b5a26ff4824dd68de629911a60705375748cba1c) )//f2.1 Protocol (dm_x6_d_.1o1 BWB) |
| 2405 | | |
| 2406 | | m1_dxmono_sound |
| 2407 | | ROM_END_M1A_MCU |
| 2408 | | |
| 2409 | | ROM_START( m1dxmono11p ) |
| 2410 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2411 | | ROM_LOAD( "sa4-197", 0x0000, 0x010000, CRC(77824728) SHA1(b836a6a2f42d2d8e46cc532db5b4052e16dafa87) )//f1.1 Protocol (dm_x6_b_.1o1 BWB) |
| 2412 | | |
| 2413 | | m1_dxmono_sound |
| 2414 | | ROM_END_M1A_MCU |
| 2415 | | |
| 2416 | | |
| 2417 | | ROM_START( m1dxmono11 ) |
| 2418 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2419 | | ROM_LOAD( "sa4-196", 0x0000, 0x010000, CRC(9f6adace) SHA1(958c710736d661756a1f25ba3d51554c2f05e4fc) )//f1.1 (dm_x6_k_.1o1 BWB) |
| 2420 | | |
| 2421 | | m1_dxmono_sound |
| 2422 | | ROM_END_M1A_MCU |
| 2423 | | |
| 2424 | | ROM_START( m1dxmono51o ) |
| 2425 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2426 | | ROM_LOAD( "sa4-097", 0x0000, 0x010000, CRC(b15da041) SHA1(caf85c80fc6128c8c28bdb9ea3e37308a15279de) )//M5.1 92 |
| 2427 | | |
| 2428 | | m1_dxmono_sound |
| 2429 | | ROM_END_M1A_MCU |
| 2430 | | |
| 2431 | | ROM_START( m1dxmono51p ) |
| 2432 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2433 | | ROM_LOAD( "sa4-098", 0x0000, 0x010000, CRC(1775f26d) SHA1(89a96955ca4f345b0451c652939e93c93629c0d4) ) //M5.1 protocol |
| 2434 | | |
| 2435 | | m1_dxmono_sound |
| 2436 | | ROM_END_M1A_MCU |
| 2437 | | |
| 2438 | | ROM_START( m1dxmono30h ) |
| 2439 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2440 | | ROM_LOAD( "mdlx10", 0x0000, 0x010000, CRC(e87ff39a) SHA1(4a5bc1d094b18cec55b7ed8291db68b73ee860ae) )//m3.0 hack |
| 2441 | | |
| 2442 | | m1_dxmono_sound |
| 2443 | | ROM_END_M1A_MCU |
| 2444 | | |
| 2445 | | ROM_START( m1dxmono11o ) |
| 2446 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2447 | | ROM_LOAD( "sa3-032", 0x0000, 0x010000, CRC(8fe139f6) SHA1(0a7f78d284706199993a5f41adcf70bc50faa433) )//O11 |
| 2448 | | |
| 2449 | | m1_dxmono_sound |
| 2450 | | ROM_END_M1A_MCU |
| 2451 | | |
| 2452 | | ROM_START( m1dxmono11m ) |
| 2453 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2454 | | ROM_LOAD( "sa3-007", 0x0000, 0x010000, CRC(303bea68) SHA1(987f015818a1d97299af824c0ab58c9c6f8a2acb) )//sa3007 M 1.1 92 |
| 2455 | | |
| 2456 | | m1_dxmono_sound |
| 2457 | | ROM_END_M1A_MCU |
| 2458 | | |
| 2459 | | ROM_START( m1dxmono11mb ) |
| 2460 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2461 | | ROM_LOAD( "sa2-356", 0x0000, 0x010000, CRC(3d4394e9) SHA1(43da2007f1408d45764f0eba8594c800ad7ffc60) )//m1.1 sa2356 |
| 2462 | | |
| 2463 | | m1_dxmono_sound |
| 2464 | | ROM_END_M1A_MCU |
| 2465 | | |
| 2466 | | ROM_START( m1dmnhrt ) |
| 2467 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2468 | | ROM_LOAD( "diamond.bin", 0x0000, 0x010000, CRC(d63a92c2) SHA1(66fe356662c353b2cca3831f7b55d0aea740aace) ) |
| 2469 | | ROM_END_M1A_MCU |
| 2470 | | |
| 2471 | | ROM_START( m1dm4ev ) |
| 2472 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2473 | | ROM_LOAD( "sc4-085.bin", 0x0000, 0x010000, CRC(80cc889e) SHA1(464f08523754454e97e00108edc28a4accef204a) )//5.1 |
| 2474 | | ROM_END_M1A_MCU |
| 2475 | | |
| 2476 | | ROM_START( m1dm4evp ) |
| 2477 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2478 | | ROM_LOAD( "sc4-086", 0x0000, 0x010000, CRC(7eccadaa) SHA1(9d3d3f990960cf57eac033786826b046e15d594e) )//5.1 p |
| 2479 | | ROM_END_M1A_MCU |
| 2480 | | |
| 2481 | | ROM_START( m1dm4ev11 ) |
| 2482 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2483 | | ROM_LOAD( "sc3-301", 0x0000, 0x010000, CRC(0a1a3906) SHA1(bb16251bdf4726799218bf252b47184d999f97dc) )//200 GBP |
| 2484 | | ROM_END_M1A_MCU |
| 2485 | | |
| 2486 | | ROM_START( m1dkong ) |
| 2487 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2488 | | ROM_LOAD( "sa001014", 0x0000, 0x020000, CRC(1c6db3b3) SHA1(2ae8797d1794358bde6dca296a921d0a96277531) )//9_2 |
| 2489 | | |
| 2490 | | m1_dkong_sound |
| 2491 | | ROM_END_M1A_MCU |
| 2492 | | |
| 2493 | | ROM_START( m1dkongp ) |
| 2494 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2495 | | ROM_LOAD( "sa001015", 0x0000, 0x020000, CRC(1a796fce) SHA1(163d58a3258309f5183b575b9e651f1c2f53ce36) )//9_2 Protocol |
| 2496 | | |
| 2497 | | m1_dkong_sound |
| 2498 | | ROM_END_M1A_MCU |
| 2499 | | |
| 2500 | | ROM_START( m1dkonga ) |
| 2501 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2502 | | ROM_LOAD( "sa8-168", 0x0000, 0x020000, CRC(367ab43f) SHA1(6940e6922d32126d67c2b0c47282e4bf42ebaf04) )//sa8168 9_2 15gbp |
| 2503 | | |
| 2504 | | m1_dkong_sound |
| 2505 | | ROM_END_M1A_MCU |
| 2506 | | |
| 2507 | | ROM_START( m1dkong91n ) |
| 2508 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2509 | | ROM_LOAD( "sa991071", 0x0000, 0x020000, CRC(c6a63fe4) SHA1(090fa72ce5329b0bf1aec3bdf6cf1abc8298b3dd) )//sa991071 9_1 Newest |
| 2510 | | |
| 2511 | | m1_dkong_sound |
| 2512 | | ROM_END_M1A_MCU |
| 2513 | | |
| 2514 | | ROM_START( m1dkong91np ) |
| 2515 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2516 | | ROM_LOAD( "sa991072", 0x0000, 0x020000, CRC(2f9e63f1) SHA1(e912bee785f4b3d5b1894a42dbceadded34b0776) )//9_1 Protocol |
| 2517 | | |
| 2518 | | m1_dkong_sound |
| 2519 | | ROM_END_M1A_MCU |
| 2520 | | |
| 2521 | | |
| 2522 | | ROM_START( m1dkong91na ) |
| 2523 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2524 | | ROM_LOAD( "sa8-166", 0x0000, 0x020000, CRC(63768b11) SHA1(b7b0be4efcf61fb4c3c20c98844cadf879eba871) )//sa8166 9_1 15gbp |
| 2525 | | |
| 2526 | | m1_dkong_sound |
| 2527 | | ROM_END_M1A_MCU |
| 2528 | | |
| 2529 | | ROM_START( m1dkong21n ) |
| 2530 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2531 | | ROM_LOAD( "sa8-112", 0x0000, 0x020000, CRC(658ba678) SHA1(2b95d2fcb14f6d10adf2db075b2598c262994fe1) )//2_1 |
| 2532 | | |
| 2533 | | m1_dkong_sound |
| 2534 | | ROM_END_M1A_MCU |
| 2535 | | |
| 2536 | | ROM_START( m1dkong91 ) |
| 2537 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2538 | | ROM_LOAD( "sa8-068", 0x0000, 0x020000, CRC(a5bfa528) SHA1(3b7619af8b4908986c15b777c953f34792126c31) )//9_1 |
| 2539 | | |
| 2540 | | m1_dkong_sound |
| 2541 | | ROM_END_M1A_MCU |
| 2542 | | |
| 2543 | | ROM_START( m1dkong91p ) |
| 2544 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2545 | | ROM_LOAD( "sa8-069", 0x0000, 0x020000, CRC(f5fe5b94) SHA1(49d3ae41c013140dbae32b9a4ab62202a39fd761) )//9_1 Protocol |
| 2546 | | |
| 2547 | | m1_dkong_sound |
| 2548 | | ROM_END_M1A_MCU |
| 2549 | | |
| 2550 | | ROM_START( m1dkong91a ) |
| 2551 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2552 | | ROM_LOAD( "dkon55", 0x0000, 0x020000, CRC(37305db5) SHA1(977d960931151b3c11a191c4661ee374e4f2dc45) )//sa8068 9_1 |
| 2553 | | |
| 2554 | | m1_dkong_sound |
| 2555 | | ROM_END_M1A_MCU |
| 2556 | | |
| 2557 | | ROM_START( m1dkong91h1 ) |
| 2558 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2559 | | ROM_LOAD( "dkong5.bin", 0x0000, 0x020000, CRC(cc3a66e6) SHA1(77e5cd98cb060e7730a66e35023d051ed606ed03) )//sa8068 hack |
| 2560 | | |
| 2561 | | m1_dkong_sound |
| 2562 | | ROM_END_M1A_MCU |
| 2563 | | |
| 2564 | | ROM_START( m1dkong91h2 ) |
| 2565 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2566 | | ROM_LOAD( "kong5p8.bin", 0x0000, 0x020000, CRC(14380d4c) SHA1(3e66809af45f216489a5c65930726be0f5a6c555) )//sa8068 hack |
| 2567 | | |
| 2568 | | m1_dkong_sound |
| 2569 | | ROM_END_M1A_MCU |
| 2570 | | |
| 2571 | | ROM_START( m1dkong81n ) |
| 2572 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2573 | | ROM_LOAD( "sa8-052", 0x0000, 0x020000, CRC(00671257) SHA1(e977b764dbaeb519f6d3174f786ba75628733bf8) )//8_1 |
| 2574 | | |
| 2575 | | m1_dkong_sound |
| 2576 | | ROM_END_M1A_MCU |
| 2577 | | |
| 2578 | | ROM_START( m1dkong81na ) |
| 2579 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2580 | | ROM_LOAD( "dkon510", 0x0000, 0x020000, CRC(56338a54) SHA1(b066bdf7f18793936790211c6d1eecb23391e63f) )//sa8052 8_1 |
| 2581 | | |
| 2582 | | m1_dkong_sound |
| 2583 | | ROM_END_M1A_MCU |
| 2584 | | |
| 2585 | | ROM_START( m1dkong81np ) |
| 2586 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2587 | | ROM_LOAD( "sa8-053", 0x0000, 0x020000, CRC(5026eceb) SHA1(7c444c380ee888e43e0f95577f09a1d949f1e010) )//8_1 Protocol |
| 2588 | | |
| 2589 | | m1_dkong_sound |
| 2590 | | ROM_END_M1A_MCU |
| 2591 | | |
| 2592 | | ROM_START( m1dkong21 ) |
| 2593 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2594 | | ROM_LOAD( "sa7-731", 0x0000, 0x020000, CRC(39fa98ea) SHA1(8405fa612c1e2bd1c8df260737072f46931cc303) )//10GBP FO 2_1 |
| 2595 | | |
| 2596 | | m1_dkong_sound |
| 2597 | | ROM_END_M1A_MCU |
| 2598 | | |
| 2599 | | ROM_START( m1dkong21p ) |
| 2600 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2601 | | ROM_LOAD( "sa7-732", 0x0000, 0x020000, CRC(2a3da3bc) SHA1(7a56e4e3bd12e900ed0f36241891b73f1981586a) )//2_1 Protocol |
| 2602 | | |
| 2603 | | m1_dkong_sound |
| 2604 | | ROM_END_M1A_MCU |
| 2605 | | |
| 2606 | | ROM_START( m1dkong31 ) |
| 2607 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2608 | | ROM_LOAD( "sa7-288", 0x0000, 0x020000, CRC(adc1603a) SHA1(6f34234dbfb8e042819c5ea4a11be7029949fa96) )//3_1 |
| 2609 | | |
| 2610 | | m1_dkong_sound |
| 2611 | | ROM_END_M1A_MCU |
| 2612 | | |
| 2613 | | ROM_START( m1dkong31p ) |
| 2614 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2615 | | ROM_LOAD( "sa7-289", 0x0000, 0x020000, CRC(fd809e86) SHA1(e41cef2cc6b3eee39ac3344b1573822c6f681c8f) )//3_1 Protocol |
| 2616 | | |
| 2617 | | m1_dkong_sound |
| 2618 | | ROM_END_M1A_MCU |
| 2619 | | |
| 2620 | | ROM_START( m1dkong51 ) |
| 2621 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2622 | | ROM_LOAD( "dkong8.bin", 0x0000, 0x020000, CRC(023a660a) SHA1(a64c6d415ef1990d55abdc3cad8af81d3dac8369) )//sa7292 5_1 |
| 2623 | | |
| 2624 | | m1_dkong_sound |
| 2625 | | ROM_END_M1A_MCU |
| 2626 | | |
| 2627 | | ROM_START( m1dkong51p ) |
| 2628 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2629 | | ROM_LOAD( "sa7-293", 0x0000, 0x020000, CRC(527b98b6) SHA1(4d3c317a1719f7efa2825da60b75e1beed698ecf) )//5_1 Protocol |
| 2630 | | |
| 2631 | | m1_dkong_sound |
| 2632 | | ROM_END_M1A_MCU |
| 2633 | | |
| 2634 | | ROM_START( m1dkong11 ) |
| 2635 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2636 | | ROM_LOAD( "sa7-284", 0x0000, 0x020000, CRC(d4793c7f) SHA1(677b1f1065be15ec4b431a67138358830c687549) )//10GBP 1_1 |
| 2637 | | |
| 2638 | | m1_dkong_sound |
| 2639 | | ROM_END_M1A_MCU |
| 2640 | | |
| 2641 | | ROM_START( m1dkong11p ) |
| 2642 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2643 | | ROM_LOAD( "sa7-285", 0x0000, 0x020000, CRC(8438c2c3) SHA1(4fce8a96def574b7a44f45163b2141eb5629a5f1) )//1_1 Protocol |
| 2644 | | |
| 2645 | | m1_dkong_sound |
| 2646 | | ROM_END_M1A_MCU |
| 2647 | | |
| 2648 | | ROM_START( m1dkong81 ) |
| 2649 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2650 | | ROM_LOAD( "sa7-115", 0x0000, 0x020000, CRC(09efe6ed) SHA1(120615bb9b69386b5fffdf8756de16415b8ce778) )//8_1 |
| 2651 | | |
| 2652 | | m1_dkong_sound |
| 2653 | | ROM_END_M1A_MCU |
| 2654 | | |
| 2655 | | ROM_START( m1dkong81p ) |
| 2656 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2657 | | ROM_LOAD( "sa7-116", 0x0000, 0x020000, CRC(1a28ddbb) SHA1(e28297885c1321cff5bf87cbf9d98f3b6ae005d6) )//8_1 Protocol |
| 2658 | | |
| 2659 | | m1_dkong_sound |
| 2660 | | ROM_END_M1A_MCU |
| 2661 | | |
| 2662 | | ROM_START( m1dkong41 ) |
| 2663 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2664 | | ROM_LOAD( "sa7-109", 0x0000, 0x020000, CRC(06aec0d7) SHA1(aa1dd411aa43ecf0908cb9db64636de319041159) )//4_1 |
| 2665 | | |
| 2666 | | m1_dkong_sound |
| 2667 | | ROM_END_M1A_MCU |
| 2668 | | |
| 2669 | | ROM_START( m1dkong41p ) |
| 2670 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2671 | | ROM_LOAD( "sa7-110", 0x0000, 0x020000, CRC(7f2bd92c) SHA1(d0f41d63db4e71ee4a7cc2ea878add0c72b1c7bb) )//4_1 Protocol |
| 2672 | | |
| 2673 | | m1_dkong_sound |
| 2674 | | ROM_END_M1A_MCU |
| 2675 | | |
| 2676 | | ROM_START( m1ee ) |
| 2677 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2678 | | ROM_LOAD( "ea_x6__d.2o1", 0x0000, 0x010000, CRC(1e0a490c) SHA1(f0fa5887431915dc8395b5b353a1b04f6a8abe77) ) |
| 2679 | | |
| 2680 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2681 | | ROM_LOAD( "ea_x6__s.2o1", 0x0000, 0x010000, CRC(ff01a97d) SHA1(1a1f2626d1098380a5635c79d2bdb896430e016d) ) |
| 2682 | | ROM_LOAD( "ea_x6_dd.2o1", 0x0000, 0x010000, CRC(aab297df) SHA1(57bbf04c09146183b9f3d7bd5a9126e549a7e877) ) |
| 2683 | | ROM_LOAD( "ea_x6_ds.2o1", 0x0000, 0x010000, CRC(5929fb51) SHA1(ce1d6ee01d4647487e30d7ed49f3f2a14705cee3) ) |
| 2684 | | ROM_END_M1A_MCU |
| 2685 | | |
| 2686 | | ROM_START( m1eea ) |
| 2687 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2688 | | ROM_LOAD( "sa4-635", 0x0000, 0x010000, CRC(326a06cd) SHA1(4d85af4ac25660d36c661f578525063891908e8e) ) |
| 2689 | | |
| 2690 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2691 | | ROM_LOAD( "sa4-637", 0x0000, 0x010000, CRC(0ea202ce) SHA1(66357d73f1105178e072aea2e41ebaacf20a4de5) ) |
| 2692 | | ROM_LOAD( "sa4-638", 0x0000, 0x010000, CRC(0ea202ce) SHA1(66357d73f1105178e072aea2e41ebaacf20a4de5) ) |
| 2693 | | ROM_LOAD( "sa5-092", 0x0000, 0x010000, CRC(a435c1a0) SHA1(50d48d95532b5e907dbce9ad9341988bc8ef7989) ) |
| 2694 | | ROM_LOAD( "sa5-179", 0x0000, 0x010000, CRC(367cb048) SHA1(7bfe313e43615fdd6ea0539191a735b3b9e51e76) ) |
| 2695 | | ROM_LOAD( "sa5-180", 0x0000, 0x010000, CRC(f21a7424) SHA1(a4c294f1a1616ef89e9e65b0c477aaa9ddeabe92) ) |
| 2696 | | ROM_LOAD( "sa5-181", 0x0000, 0x010000, CRC(564e75c8) SHA1(60193cf125d241e858036d6305bedf5a1721ce90) ) |
| 2697 | | ROM_LOAD( "sa5-182", 0x0000, 0x010000, CRC(e2f6ab1b) SHA1(ac8171429934bc7b9c8652ac58a1c77fcfecafbb) ) |
| 2698 | | ROM_LOAD( "sa5-515", 0x0000, 0x010000, CRC(1e0a490c) SHA1(f0fa5887431915dc8395b5b353a1b04f6a8abe77) ) |
| 2699 | | ROM_LOAD( "sa5-517", 0x0000, 0x010000, CRC(ff01a97d) SHA1(1a1f2626d1098380a5635c79d2bdb896430e016d) ) |
| 2700 | | ROM_LOAD( "sa5-555", 0x0000, 0x010000, CRC(1e0a490c) SHA1(f0fa5887431915dc8395b5b353a1b04f6a8abe77) ) |
| 2701 | | ROM_END_M1A_MCU |
| 2702 | | |
| 2703 | | ROM_START( m1eeb ) |
| 2704 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2705 | | ROM_LOAD( "easte-8a.p1", 0x0000, 0x010000, CRC(3d099816) SHA1(594b705a81e3897ca8aa340351475489a012c2ae) ) |
| 2706 | | |
| 2707 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2708 | | ROM_LOAD( "eastend.bin", 0x0000, 0x010000, CRC(a17ded63) SHA1(2b0d8deb30c96eba2cec6bc910a5175606c96593) ) |
| 2709 | | ROM_LOAD( "eastenders special 4_8 - 2 bars pays 4.bin", 0x0000, 0x010000, CRC(ffab9325) SHA1(be04106cd049ede8af28f77bd2d88e0545d98e48) ) |
| 2710 | | ROM_LOAD( "eastenders-sa5-515.bin", 0x0000, 0x010000, CRC(ffab9325) SHA1(be04106cd049ede8af28f77bd2d88e0545d98e48) ) |
| 2711 | | ROM_LOAD( "eastenders8tok4cash.bin", 0x0000, 0x010000, CRC(3d099816) SHA1(594b705a81e3897ca8aa340351475489a012c2ae) ) |
| 2712 | | ROM_LOAD( "ee58c", 0x0000, 0x010000, CRC(b8ac7013) SHA1(8a79c8594116eb89b668fa0359e1bffb1246b111) ) |
| 2713 | | ROM_LOAD( "eend2010", 0x0000, 0x010000, CRC(7d74a544) SHA1(ee2e92c19601cb77b11fa793b76b1b937e50a717) ) |
| 2714 | | ROM_LOAD( "eend208c", 0x0000, 0x004000, CRC(f6c59222) SHA1(46438d9369c9fe870176cc88b63e34fddca47b8d) ) // bad dump, or rom overlay? |
| 2715 | | ROM_LOAD( "eend20a", 0x0000, 0x010000, CRC(8d30542e) SHA1(fd95f78efac76a496a10129b704176c3c30d28bb) ) |
| 2716 | | ROM_LOAD( "eend58c", 0x0000, 0x010000, CRC(fcd56799) SHA1(8346c5688b91b81d62ff06ee1a4fd8bc59783578) ) |
| 2717 | | ROM_LOAD( "eend58t", 0x0000, 0x010000, CRC(f69622a5) SHA1(217e64f0929541eb2b841d77e9cadc2df8786c03) ) |
| 2718 | | ROM_LOAD( "eend5p", 0x0000, 0x010000, CRC(9f5db9d7) SHA1(fc064e8a69585ac8e8a94e5c4570098365107ec6) ) |
| 2719 | | ROM_LOAD( "eend8", 0x0000, 0x010000, CRC(2ff2aade) SHA1(1a4a92664ee0ea972e99d5824fd516598740989e) ) |
| 2720 | | ROM_LOAD( "end510p", 0x0000, 0x010000, CRC(7fa9ad28) SHA1(219b3ab89d2708ecd75ef78ea3b9af6e6cadf81a) ) |
| 2721 | | ROM_LOAD( "end5p35bin", 0x0000, 0x010000, CRC(b8c4ae48) SHA1(f3cb6b132ba77f9bf9ebd02081aca69bca15b7e1) ) |
| 2722 | | ROM_LOAD( "end5p45bin", 0x0000, 0x010000, CRC(ce27e982) SHA1(a7b40d603c56927a3fec304e4010d42d731d1d70) ) |
| 2723 | | ROM_LOAD( "sa4-039.bin", 0x0000, 0x010000, CRC(b9eb7d8d) SHA1(1bb89319585bc3dfc2ed43eb68c9490c407ebb0b) ) |
| 2724 | | ROM_LOAD( "sa4-040.bin", 0x0000, 0x010000, CRC(d94bf67c) SHA1(d4aff083455608afe7458213723de600bbf698d3) ) |
| 2725 | | ROM_LOAD( "sa4-154.bin", 0x0000, 0x010000, CRC(bb489619) SHA1(5d7a86ffdab60b0541722af7ecc0f17cc1964dcc) ) |
| 2726 | | ROM_LOAD( "sa4-155.bin", 0x0000, 0x010000, CRC(53a00bff) SHA1(d1f06495594000da50057d68d63b39d47b24a4db) ) |
| 2727 | | ROM_LOAD( "sa4-188.bin", 0x0000, 0x010000, CRC(aaa7623d) SHA1(302a7e0dff8473b7d8b12a6cbf702d585ba7465c) ) |
| 2728 | | ROM_LOAD( "sa4-189.bin", 0x0000, 0x010000, CRC(424fffdb) SHA1(a0320d4c4bbda2534b3f7cb1a461d5567b565b6c) ) |
| 2729 | | ROM_LOAD( "sa4-388", 0x0000, 0x010000, CRC(3a094e03) SHA1(0e436abe3c533aebbc9bcf7469bb03db8ab8fc3d) ) |
| 2730 | | ROM_LOAD( "sa4-389", 0x0000, 0x010000, CRC(d2e1d3e5) SHA1(3038145c919c3f3f93b8095d583443d2a13ed0dd) ) |
| 2731 | | ROM_LOAD( "sa5-054", 0x0000, 0x010000, CRC(bb2a4008) SHA1(85c8e666b0726c6fb9a7531fbe1f5eeb0e00fc61) ) |
| 2732 | | ROM_LOAD( "sa5-055", 0x0000, 0x010000, CRC(53c2ddee) SHA1(13937da8766d394158d8ed559d1b17a412a60985) ) |
| 2733 | | ROM_LOAD( "sa5-483", 0x0000, 0x010000, CRC(aac97b39) SHA1(f8b2898dab5b07013b2b971ab9200d5c2fdf68be) ) |
| 2734 | | ROM_LOAD( "sa5-484", 0x0000, 0x010000, CRC(a6d12380) SHA1(bb89d2d12680a65cb11b162a3b5b1102d5b5a875) ) |
| 2735 | | ROM_LOAD( "sa5-485", 0x0000, 0x010000, CRC(8e102800) SHA1(c8e7d3aecdef9eabcd9ba0d63dae379415dbfd92) ) |
| 2736 | | ROM_LOAD( "sa5-486", 0x0000, 0x010000, CRC(3aa8f6d3) SHA1(82a492377bffdefb6952f65716773867363991b3) ) |
| 2737 | | ROM_LOAD( "sa5-487", 0x0000, 0x010000, CRC(27cc4abf) SHA1(cea422fd93c550552e471fb3ed7b97cdba83db02) ) |
| 2738 | | ROM_LOAD( "sa6-274", 0x0000, 0x010000, CRC(ad65b5da) SHA1(53a6ae9c0d70ee7f40f5c51cfc6d8a78ff47fe94) ) |
| 2739 | | |
| 2740 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2741 | | ROM_LOAD( "ee-snd1.bin", 0x000000, 0x080000, CRC(3eaa138c) SHA1(ad7d6e3ffc8fe19ea8cb9188998c75c90a77e09e) ) |
| 2742 | | ROM_LOAD( "ee-snd2.bin", 0x080000, 0x080000, CRC(89fde428) SHA1(f0942a2f1d3890ad18b01e8433333e5412c57644) ) |
| 2743 | | ROM_END_M1A_MCU |
| 2744 | | |
| 2745 | | ROM_START( m1eeqv ) |
| 2746 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2747 | | ROM_LOAD( "whitbread", 0x0000, 0x010000, CRC(6cfa52cc) SHA1(8a75cb58cd808a5f7556fa00c4eefa9181a91df5) ) |
| 2748 | | |
| 2749 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2750 | | ROM_LOAD( "queenvic.p1", 0x000000, 0x080000, CRC(af665967) SHA1(b87b13e759765eeb701ff8ead41eb3c09bec1e92) ) |
| 2751 | | ROM_LOAD( "queenvic.p2", 0x080000, 0x080000, CRC(92ce90ce) SHA1(9fca67429b9f1496dc745818b3ed7747b8eedf5d) ) |
| 2752 | | ROM_END_M1A_MCU |
| 2753 | | |
| 2754 | | ROM_START( m1eeqva ) |
| 2755 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2756 | | ROM_LOAD( "qv10a", 0x0000, 0x020000, CRC(efe47e9b) SHA1(83ce75026a1194e645a03016263f091be1ced437) ) |
| 2757 | | |
| 2758 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2759 | | ROM_LOAD( "qvgame", 0x0000, 0x010000, CRC(ab32aae7) SHA1(7167b90a2581b66ee8c50142d0d9d779c3f487a3) ) |
| 2760 | | ROM_LOAD( "qvic10", 0x0000, 0x010000, CRC(fcde6317) SHA1(51b18bd49cec1a91bb724bdd902466103630f3fe) ) |
| 2761 | | ROM_LOAD( "qvic5.8", 0x0000, 0x010000, CRC(14705d7d) SHA1(37d2d2f0c99ed89d8f8c1d57d2d1bcef9972d74c) ) |
| 2762 | | ROM_LOAD( "qvic510", 0x0000, 0x010000, CRC(57da1e08) SHA1(7c32960488409fcbbc92c0f1229027baf0fe68d8) ) |
| 2763 | | ROM_LOAD( "qvic58", 0x0000, 0x010000, CRC(95f9ad68) SHA1(c706462dc16b7e0d6a4128d94b80f6e5a1fb0923) ) |
| 2764 | | ROM_LOAD( "qvic5p8c.bin", 0x0000, 0x010000, CRC(84cd625b) SHA1(f47794b399247adcc80a515445dacf04c2e95018) ) |
| 2765 | | ROM_LOAD( "qvic8ac", 0x0000, 0x010000, CRC(a539e85e) SHA1(1dec987925450348321c70d1d6928b3882859ddf) ) |
| 2766 | | ROM_LOAD( "qvicv3", 0x0000, 0x010000, CRC(54a483be) SHA1(1956ee40dc0bade4f052b2043b1d1708d1c2c0a5) ) |
| 2767 | | ROM_LOAD( "sa6-173", 0x0000, 0x010000, CRC(cd7b3f3e) SHA1(4c81b167a7ce2d91d5d97725e51347bdf3c9581d) ) |
| 2768 | | ROM_LOAD( "sa6-174", 0x0000, 0x010000, CRC(c1636787) SHA1(4d1695d42541241de85d8a60b98150d60ced7a2b) ) |
| 2769 | | ROM_LOAD( "sa6-221", 0x0000, 0x010000, CRC(fcde6317) SHA1(51b18bd49cec1a91bb724bdd902466103630f3fe) ) |
| 2770 | | ROM_LOAD( "sa6-222", 0x0000, 0x010000, CRC(4866bdc4) SHA1(dc5548a1f9738e8ad06cf8911b727849fc877760) ) |
| 2771 | | ROM_LOAD( "sa6-235", 0x0000, 0x010000, CRC(81c7f044) SHA1(84501b900cbe6491101e9ae4ac176333deebcf41) ) |
| 2772 | | ROM_LOAD( "sa6-236", 0x0000, 0x010000, CRC(357f2e97) SHA1(e1eadc18717b072c2e0fdd169df1531396248d05) ) |
| 2773 | | ROM_LOAD( "sa6-311", 0x0000, 0x020000, CRC(225461cb) SHA1(3d6398f3226e54dcfed1b670aeece82eec4f424d) ) |
| 2774 | | ROM_LOAD( "sa6-312", 0x0000, 0x020000, CRC(31935a9d) SHA1(74423332183927ebec40073bfb65e162da2b6f6d) ) |
| 2775 | | ROM_LOAD( "sa6-385", 0x0000, 0x010000, CRC(a539e85e) SHA1(1dec987925450348321c70d1d6928b3882859ddf) ) |
| 2776 | | ROM_LOAD( "sa6-562", 0x0000, 0x020000, CRC(c6bf45de) SHA1(2ff6c5f98b3a0eca51ff218b95bda6e8ecda7ef8) ) |
| 2777 | | ROM_LOAD( "sa6-563", 0x0000, 0x020000, CRC(96febb62) SHA1(40fef32664cd1d531294cf801063b54f32514832) ) |
| 2778 | | ROM_LOAD( "sa7-496", 0x0000, 0x020000, CRC(efe47e9b) SHA1(83ce75026a1194e645a03016263f091be1ced437) ) |
| 2779 | | ROM_LOAD( "sa7-497", 0x0000, 0x020000, CRC(bfa58027) SHA1(12f8defa0cfa6e04e2a96c1669e6a0bd8874819f) ) |
| 2780 | | ROM_LOAD( "sa7-558", 0x0000, 0x010000, CRC(cad200e0) SHA1(5225181c6f42a3663266575fdf3fd1ca225988de) ) |
| 2781 | | ROM_LOAD( "sa7-605", 0x0000, 0x020000, CRC(79736157) SHA1(dc58fbf566b4d383b4e92d3d2680c11f99094b92) ) |
| 2782 | | ROM_LOAD( "sa7-606", 0x0000, 0x020000, CRC(6ab45a01) SHA1(16d1c4da1aae50ef89e6e92f3dc242c1de293e7f) ) |
| 2783 | | ROM_LOAD( "sa7-635", 0x0000, 0x010000, CRC(fff80770) SHA1(b9c935f540278c0945cbac6a7a2fe16e897898b3) ) |
| 2784 | | ROM_LOAD( "sa7-647", 0x0000, 0x010000, CRC(80b39331) SHA1(53dab262d9a605eff917fe8c3d4e4889a86171ee) ) |
| 2785 | | ROM_LOAD( "sa7-716", 0x0000, 0x010000, CRC(29e2064a) SHA1(a5a1b319e273c1245a8a5c9a01ed2a7f63b5b958) ) |
| 2786 | | ROM_LOAD( "sa7-717", 0x0000, 0x010000, CRC(c10a9bac) SHA1(8594ee99a51f7b7c4be1c716f0976ab8840c4ad0) ) |
| 2787 | | ROM_LOAD( "sa8-070", 0x0000, 0x010000, CRC(1c4961d7) SHA1(88e0d7a1fe1ff1f9ff24da3c13153143d67cca97) ) |
| 2788 | | ROM_LOAD( "sa8-071", 0x0000, 0x010000, CRC(f4a1fc31) SHA1(d3a636db2eb7669d457b02cc32910540a329f553) ) |
| 2789 | | ROM_LOAD( "sa8-316", 0x0000, 0x020000, CRC(551190ee) SHA1(89d21cb5f73ceb5531432430b61b3b229021d316) ) |
| 2790 | | ROM_LOAD( "sa8-317", 0x0000, 0x020000, CRC(05506e52) SHA1(a50abbfe7c3422f0b75e117fe08ac9b235a15128) ) |
| 2791 | | ROM_LOAD( "sa8-319", 0x0000, 0x010000, CRC(43da3701) SHA1(f1227fa360a4055dd3786d30b4e10d683f46729d) ) |
| 2792 | | ROM_LOAD( "vic15f", 0x0000, 0x020000, CRC(01fb6767) SHA1(83885fed9f7272c49b581fdce1720a6464dfc9c7) ) |
| 2793 | | ROM_LOAD( "vic15r", 0x0000, 0x010000, CRC(2659aad7) SHA1(456cfbc6ac7924871756138d1fd3353c7a236191) ) |
| 2794 | | ROM_LOAD( "15qvro", 0x0000, 0x020000, CRC(fb5da3dd) SHA1(9043276c782e4e2eb51366cbb6fb98ead5c02c67) ) |
| 2795 | | |
| 2796 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2797 | | ROM_LOAD( "queenvic.p1", 0x000000, 0x080000, CRC(af665967) SHA1(b87b13e759765eeb701ff8ead41eb3c09bec1e92) ) |
| 2798 | | ROM_LOAD( "queenvic.p2", 0x080000, 0x080000, CRC(92ce90ce) SHA1(9fca67429b9f1496dc745818b3ed7747b8eedf5d) ) |
| 2799 | | ROM_END_M1A_MCU |
| 2800 | | |
| 2801 | | ROM_START( m1expclb ) |
| 2802 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2803 | | ROM_LOAD( "cexplsc0", 0x0000, 0x010000, CRC(27d11ba5) SHA1(f640a4902213997df0b612e8d1be48ac6d1e0569) ) |
| 2804 | | |
| 2805 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2806 | | ROM_LOAD( "sc3-175", 0x0000, 0x010000, CRC(1b3bb880) SHA1(cce01c7fcc55eb012f5cffd43f8e8aa78e6379ea) ) |
| 2807 | | ROM_LOAD( "sc3-176", 0x0000, 0x010000, CRC(af836653) SHA1(4c97402e43f80040edaa93cf0630b36a9b9ca12e) ) |
| 2808 | | ROM_END_M1A_MCU |
| 2809 | | |
| 2810 | | ROM_START( m1fantfb ) |
| 2811 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2812 | | ROM_LOAD( "ffoot10", 0x0000, 0x010000, CRC(05641cb9) SHA1(52ca66c9bf325b080477b6a09b6ee964f2aca6e3) ) |
| 2813 | | |
| 2814 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2815 | | ROM_LOAD( "ffoot201", 0x0000, 0x010000, CRC(348c9517) SHA1(cc4d0d8964977a51bcb56b7ed1cb299581f6e0e7) ) |
| 2816 | | ROM_LOAD( "ffoot20a", 0x0000, 0x010000, CRC(6766a83f) SHA1(156e4f8212d8f3c4f1579d7d12da721096bf2fda) ) |
| 2817 | | ROM_LOAD( "sa6-043", 0x0000, 0x010000, CRC(9afdd391) SHA1(9caa30143edc338238fec9eb38b26ea91caddb01) ) |
| 2818 | | ROM_LOAD( "sa6-044", 0x0000, 0x010000, CRC(96e58b28) SHA1(0ac0b3c6ede1d2b5a6613e7af85e83736f2a7740) ) |
| 2819 | | ROM_LOAD( "sa6-045", 0x0000, 0x010000, CRC(6766a83f) SHA1(156e4f8212d8f3c4f1579d7d12da721096bf2fda) ) |
| 2820 | | ROM_LOAD( "sa6-046", 0x0000, 0x010000, CRC(d3de76ec) SHA1(18b912343a3ab02f1a543e9a264c3d24a06d39b6) ) |
| 2821 | | ROM_LOAD( "sa6-081", 0x0000, 0x010000, CRC(54ad781f) SHA1(e1f8589a99334f612a8d6ad44e243dd16325b5b5) ) |
| 2822 | | ROM_LOAD( "sa6-082", 0x0000, 0x010000, CRC(e015a6cc) SHA1(66970cba63a8f1f5ea5ad2f5a0a3ffb086ab28d9) ) |
| 2823 | | ROM_LOAD( "sa6-327", 0x0000, 0x010000, CRC(05641cb9) SHA1(52ca66c9bf325b080477b6a09b6ee964f2aca6e3) ) |
| 2824 | | ROM_LOAD( "sa6-328", 0x0000, 0x010000, CRC(a34c4e95) SHA1(a5e3d93d8f58fedcd4b56bcbc2e5d622f704260e) ) |
| 2825 | | ROM_LOAD( "sa6-329", 0x0000, 0x010000, CRC(eb3316ab) SHA1(79b64e400ec3e104fcfadcfe8f56b47771cf26ad) ) |
| 2826 | | ROM_LOAD( "sa6-330", 0x0000, 0x010000, CRC(6ba5ebc3) SHA1(99425719445abc974cba88c1c84b87cba4797ccc) ) |
| 2827 | | |
| 2828 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2829 | | ROM_LOAD( "fantasyfootball.p1", 0x000000, 0x080000, CRC(620a5736) SHA1(a202685b7b4882d262a111cfb1f35f91b00cbe5f) ) |
| 2830 | | ROM_LOAD( "fantasyfootball.p2", 0x080000, 0x080000, CRC(e25d95b0) SHA1(c6238d9d6c1ab3b478e40fa9145b6842bcc8fae5) ) |
| 2831 | | ROM_END_M1A_MCU |
| 2832 | | |
| 2833 | | ROM_START( m1fight ) |
| 2834 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2835 | | ROM_LOAD( "fight15f", 0x0000, 0x020000, CRC(ceb7ca5d) SHA1(911164a69541de05fd6dc64f54aad13a0d57ebd7) ) |
| 2836 | | |
| 2837 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2838 | | ROM_LOAD( "fight15r", 0x0000, 0x020000, CRC(46c7d3ca) SHA1(24bc785d888cb051ded94b04a47d286f26cfe4e4) ) |
| 2839 | | ROM_LOAD( "fightnt10.bin", 0x0000, 0x020000, CRC(95e891b5) SHA1(3412ce4db34f89a4a18209440770c3b8b3b37024) ) |
| 2840 | | ROM_LOAD( "finight55", 0x0000, 0x020000, CRC(50918abf) SHA1(bc9bd47637304d92028f2369d17e9f95362de301) ) |
| 2841 | | ROM_LOAD( "fn5p8ct.bin", 0x0000, 0x020000, CRC(603d3b0e) SHA1(4bd43497f40971a3e6e13f3cfbe7366747484fd7) ) |
| 2842 | | ROM_LOAD( "fnightapollo-10.bin", 0x0000, 0x020000, CRC(bfa1b1b1) SHA1(ad6af237c31b39d2483223a7376125b7d287d28e) ) |
| 2843 | | ROM_LOAD( "fnite10a", 0x0000, 0x020000, CRC(4615089a) SHA1(5d314b7dbeedf77591c4e9576e76631b309ddd93) ) |
| 2844 | | ROM_LOAD( "fn5p_pound15", 0x0000, 0x020000, CRC(cb5775d9) SHA1(48a01efa2b987befcf48b0b4dce98d3feb08273b) ) |
| 2845 | | ROM_LOAD( "sa7-401", 0x0000, 0x020000, CRC(c5a96f09) SHA1(e341e73d811f89db59976118d28dceef5cc1c819) ) |
| 2846 | | ROM_LOAD( "sa7-402", 0x0000, 0x020000, CRC(dd3635a8) SHA1(e518823e9f44c5591c1478a13b1d034f356dd9d1) ) |
| 2847 | | ROM_LOAD( "sa7-403", 0x0000, 0x020000, CRC(8d77cb14) SHA1(aa22eb13413347bfd93174a3dfea821ce796c4e2) ) |
| 2848 | | ROM_LOAD( "sa7-419", 0x0000, 0x020000, CRC(eb09da42) SHA1(32d5d16df6ef22a7a80c6d68736d55c53c10beb8) ) |
| 2849 | | ROM_LOAD( "sa7-420", 0x0000, 0x020000, CRC(b0a028a4) SHA1(2f607a076652281298b406965e2e42eae98762ce) ) |
| 2850 | | ROM_LOAD( "sa7-641", 0x0000, 0x020000, CRC(81a86bd4) SHA1(6a153c155dd1e8063b61d069da8a5127aa72e494) ) |
| 2851 | | ROM_LOAD( "sa7-642", 0x0000, 0x020000, CRC(926f5082) SHA1(60ea911d3c38a638c5daca72b7f15c5a773d64a2) ) |
| 2852 | | ROM_LOAD( "sa7-661", 0x0000, 0x020000, CRC(1f822a8c) SHA1(90989be5fe1ca6da87443f1988072fed4ec7a25e) ) |
| 2853 | | ROM_LOAD( "sa7-662", 0x0000, 0x020000, CRC(0c4511da) SHA1(5d0453d2f13b304cdd1412953c510888d601b19e) ) |
| 2854 | | ROM_LOAD( "sa7-741", 0x0000, 0x020000, CRC(4615089a) SHA1(5d314b7dbeedf77591c4e9576e76631b309ddd93) ) |
| 2855 | | ROM_LOAD( "sa7-742", 0x0000, 0x020000, CRC(55d233cc) SHA1(73e0f68f860f6aedd4dc5bc4c0f040799333bde8) ) |
| 2856 | | ROM_LOAD( "sa8-262", 0x0000, 0x020000, CRC(bdc36f37) SHA1(91cf9b321921511c7fbb90cd079ce470759836a6) ) |
| 2857 | | ROM_LOAD( "sa8-263", 0x0000, 0x020000, CRC(ed82918b) SHA1(0ec5b9f1b111013d26bd6ba0320e279a6f96395e) ) |
| 2858 | | ROM_LOAD( "sa8-264", 0x0000, 0x020000, CRC(2f8fa25e) SHA1(d20dcf6072fd4a2247e5870b76e9714dede52d66) ) |
| 2859 | | ROM_LOAD( "sa8-265", 0x0000, 0x020000, CRC(7fce5ce2) SHA1(8cc4bd8039622e15841477ae19cb0d8897a02296) ) |
| 2860 | | ROM_LOAD( "sk991157", 0x0000, 0x020000, CRC(a238eb60) SHA1(610a08854e05e5b56a3fd300b6e6cfa23b4eec6b) ) |
| 2861 | | ROM_LOAD( "sk991158", 0x0000, 0x020000, CRC(4478bcc6) SHA1(7cd2c42f271ae341430a70408512ef609d27a8d9) ) |
| 2862 | | |
| 2863 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2864 | | ROM_LOAD( "fnsnd.p1", 0x000000, 0x080000, CRC(f6f1334f) SHA1(607b136a3d8cf4ae2e306a4332b69f564936d383) ) |
| 2865 | | ROM_LOAD( "fnsnd.p2", 0x080000, 0x080000, CRC(13419292) SHA1(40f314b4f42384334e6929b0de6b6a899fa2c09f) ) |
| 2866 | | ROM_END_M1A_MCU |
| 2867 | | |
| 2868 | | ROM_START( m1fivest ) |
| 2869 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2870 | | ROM_LOAD( "fivestar.bin", 0x0000, 0x010000, CRC(c4228e1e) SHA1(a472c3b562a6d2585cb771c84587bf555ab82be5) ) |
| 2871 | | ROM_END_M1A_MCU |
| 2872 | | |
| 2873 | | ROM_START( m1frexpl ) |
| 2874 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2875 | | ROM_LOAD( "fex312v.bin", 0x0000, 0x020000, CRC(1a64fcce) SHA1(e38bcfeebf055a0a70d5ba228bbb15c53c90011e) ) |
| 2876 | | |
| 2877 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2878 | | ROM_LOAD( "fex5p8ct.bin", 0x0000, 0x020000, CRC(3335e861) SHA1(3dcd835217d977991ed0e3a08ebb18d934dd9caa) ) |
| 2879 | | ROM_LOAD( "fexp10.bin", 0x0000, 0x020000, CRC(1a64fcce) SHA1(e38bcfeebf055a0a70d5ba228bbb15c53c90011e) ) |
| 2880 | | ROM_LOAD( "fexp15f.bin", 0x0000, 0x020000, CRC(be6d81dc) SHA1(e6a3c38e1b231a3c31a5ff77c8c09f0ccde62138) ) |
| 2881 | | ROM_LOAD( "fexp15r.bin", 0x0000, 0x020000, CRC(a32b1fc1) SHA1(ace907e8eb75f8c311942df303e524f3df819c54) ) |
| 2882 | | ROM_LOAD( "frexp55", 0x0000, 0x020000, CRC(c91d2cca) SHA1(0b4ab76e66ce2ca3b7c14049e744966e8263f5d8) ) |
| 2883 | | ROM_LOAD( "fruitexp.bin", 0x0000, 0x020000, CRC(be6d81dc) SHA1(e6a3c38e1b231a3c31a5ff77c8c09f0ccde62138) ) |
| 2884 | | ROM_LOAD( "fruitexpapollo-10p8.bin", 0x0000, 0x020000, CRC(fb52cf03) SHA1(32739e60c8a4b7641e959250b1d259ce653c86f5) ) |
| 2885 | | ROM_LOAD( "sa7-188", 0x0000, 0x020000, CRC(c202e087) SHA1(49e98cb1f764c2efe7312ee0f2c239e735559bd7) ) |
| 2886 | | ROM_LOAD( "sa7-189", 0x0000, 0x020000, CRC(92431e3b) SHA1(cf35f864b73326b764c0111cab8164dee1d35f6c) ) |
| 2887 | | ROM_LOAD( "sa7-313", 0x0000, 0x020000, CRC(4a250272) SHA1(41f5a57fea8942562fa6a3d76d815d58ea09b657) ) |
| 2888 | | ROM_LOAD( "sa7-316", 0x0000, 0x020000, CRC(751e52ea) SHA1(4d248502c438bd0ba2d18073ba5c670a52699971) ) |
| 2889 | | ROM_LOAD( "sa7-317", 0x0000, 0x020000, CRC(255fac56) SHA1(8b4960f760ff612ff334376851ddd5305ea24819) ) |
| 2890 | | ROM_LOAD( "sa7-318", 0x0000, 0x020000, CRC(faacab9f) SHA1(64e185ab4a58e60928287f4095c3654e39b21770) ) |
| 2891 | | ROM_LOAD( "sa7-319", 0x0000, 0x020000, CRC(aaed5523) SHA1(4fed28bc17d3f59def1be220d6d4bc7464a6ea01) ) |
| 2892 | | ROM_LOAD( "sa7-729", 0x0000, 0x020000, CRC(8c1caaf6) SHA1(e8d457e3d3d0c6b098e8e2967e2a04c1a7df508d) ) |
| 2893 | | ROM_LOAD( "sa7-730", 0x0000, 0x020000, CRC(f599b30d) SHA1(74af8da6858c0483513860723c04b7da1ca68588) ) |
| 2894 | | ROM_LOAD( "sa8-116", 0x0000, 0x020000, CRC(41bc3827) SHA1(ae6571619e3aee0bdabb3d975300f92bf379fbfa) ) |
| 2895 | | ROM_LOAD( "sa8-117", 0x0000, 0x020000, CRC(11fdc69b) SHA1(373ec69d3a5502b9ff8daec0500ddaf263afea5e) ) |
| 2896 | | ROM_LOAD( "sa8-162", 0x0000, 0x020000, CRC(2623492b) SHA1(e6c701317100028eb7e542bfbbd4f03ff59d9df9) ) |
| 2897 | | ROM_LOAD( "sa8-163", 0x0000, 0x020000, CRC(7662b797) SHA1(137e3f812072e756d8ed3f5d3d6e3660cdcf8a34) ) |
| 2898 | | ROM_LOAD( "sa8-255", 0x0000, 0x020000, CRC(f36ae17d) SHA1(e7f13281ebe2eb295a0d54a09d01945dfb02d025) ) |
| 2899 | | ROM_LOAD( "sa8-257", 0x0000, 0x020000, CRC(ee2c7f60) SHA1(a66dc8e02d759868d0d723a1ed0082d0f26caa22) ) |
| 2900 | | |
| 2901 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2902 | | ROM_LOAD( "fexpsnd1.bin", 0x000000, 0x080000, CRC(68bb3788) SHA1(2e906d5ff597960ac0deeab0211a8eb0f0eba348) ) |
| 2903 | | ROM_LOAD( "fexpsnd2.bin", 0x080000, 0x080000, CRC(db357b2f) SHA1(10dc9c2c616582e12c423e52caa3686f334dd9ad) ) |
| 2904 | | ROM_END_M1A_MCU |
| 2905 | | |
| 2906 | | ROM_START( m1glad ) |
| 2907 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2908 | | ROM_LOAD( "game.gladiatorsstd(fb8b)1.u6", 0x0000, 0x010000, CRC(eae9f323) SHA1(1a345480b37ff88f263beb0ba3715954e0c6ecb0) ) // aka sa6-295 |
| 2909 | | |
| 2910 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2911 | | ROM_LOAD( "glad20p", 0x0000, 0x010000, CRC(b8803541) SHA1(a7c96501c031a84638bacf34a3e2c76dcd26bfe2) ) |
| 2912 | | ROM_LOAD( "glad5.10", 0x0000, 0x010000, CRC(1562bfcb) SHA1(294a770e42143b7a009a9f071b00a1ef0da20ae6) ) |
| 2913 | | ROM_LOAD( "glad5.8c", 0x0000, 0x010000, CRC(7bea2d24) SHA1(afdecaa90a6b86ce297fcbe4abd929669272ca21) ) |
| 2914 | | ROM_LOAD( "glad5.8t", 0x0000, 0x010000, CRC(094393b3) SHA1(8c0890a08c9b225c2382fea3dcaf45693158a4a4) ) |
| 2915 | | ROM_LOAD( "glad55", 0x0000, 0x010000, CRC(4c1cc2b1) SHA1(19c8decd5bc8a06898bae1132f3467ebd37477a0) ) |
| 2916 | | ROM_LOAD( "glad58t", 0x0000, 0x010000, CRC(aca9872b) SHA1(ff86b9138a87ee89778e0a611a51b9caf71bcf22) ) |
| 2917 | | ROM_LOAD( "gladiator.bin", 0x0000, 0x010000, CRC(3abab0d2) SHA1(749f6cb8ef7c2ef9c9634ce59719406eb0c89744) ) |
| 2918 | | ROM_LOAD( "sa5-013", 0x0000, 0x010000, CRC(82ec8a3e) SHA1(345acb122433332ad2ebb549fe506315fbb5f7ad) ) |
| 2919 | | ROM_LOAD( "sa5-014", 0x0000, 0x010000, CRC(82ec8a3e) SHA1(345acb122433332ad2ebb549fe506315fbb5f7ad) ) |
| 2920 | | ROM_LOAD( "sa5-028", 0x0000, 0x010000, CRC(023013f4) SHA1(f3a9304a82fbe38f28e22053e0c9bea54300f3fe) ) |
| 2921 | | ROM_LOAD( "sa5-029", 0x0000, 0x010000, CRC(ead88e12) SHA1(d09aa8c28cb43487c88f162562c2c5a3fbe39368) ) |
| 2922 | | ROM_LOAD( "sa5-205", 0x0000, 0x010000, CRC(d58e81ab) SHA1(2142b3cd6c3af1600ee6b26e77a7468e2074da3a) ) |
| 2923 | | ROM_LOAD( "sa5-206", 0x0000, 0x010000, CRC(61365f78) SHA1(ed0f5d1b26446b8d146b9c1dd0cbc5828a2347e8) ) |
| 2924 | | ROM_LOAD( "sa5-413", 0x0000, 0x010000, CRC(aa536516) SHA1(b5da5006e40635dda7b3dd317a31b4a7547b8cce) ) |
| 2925 | | ROM_LOAD( "sa5-414", 0x0000, 0x010000, CRC(a64b3daf) SHA1(bb88cd1966fe74e063947c804f09b4909db2a50a) ) |
| 2926 | | ROM_LOAD( "sa5-415", 0x0000, 0x010000, CRC(02607a5e) SHA1(d1ca5868738f76c0dbe2c5e3ce2cb28ee0356f20) ) |
| 2927 | | ROM_LOAD( "sa5-416", 0x0000, 0x010000, CRC(b6d8a48d) SHA1(7b1d83f813224b591485a52d0407a449d37ad17b) ) |
| 2928 | | ROM_LOAD( "sa5-417", 0x0000, 0x010000, CRC(843a5b96) SHA1(747b4a798fa9baf127dd1025b56a38e5a0368513) ) |
| 2929 | | ROM_LOAD( "sa6-296", 0x0000, 0x010000, CRC(5e512df0) SHA1(5df8a4dea14892319d9af58644c8ce8c4456db9a) ) |
| 2930 | | ROM_LOAD( "sa7-172", 0x0000, 0x010000, CRC(a9df5626) SHA1(bf872ea0ff26037bbf07408e66b57a74068fec90) ) |
| 2931 | | ROM_LOAD( "sa7-173", 0x0000, 0x010000, CRC(4137cbc0) SHA1(921c202d15578ae2deffba5a0b900a384389ed9e) ) |
| 2932 | | ROM_LOAD( "sa7-456", 0x0000, 0x010000, CRC(a069d090) SHA1(a617ae1405dc538edda5a6cca4ffcb02e55fb915) ) |
| 2933 | | ROM_LOAD( "sa7-457", 0x0000, 0x010000, CRC(48814d76) SHA1(266b5ff6267c7a4d3868577dcbe846b71767ef45) ) |
| 2934 | | ROM_LOAD( "sa7-657", 0x0000, 0x010000, CRC(232adb67) SHA1(81181dc48532e134857ebe63cc770c205755c088) ) |
| 2935 | | ROM_LOAD( "sa7-657.bin", 0x0000, 0x010000, CRC(232adb67) SHA1(81181dc48532e134857ebe63cc770c205755c088) ) |
| 2936 | | ROM_LOAD( "sa7-658", 0x0000, 0x010000, CRC(8502894b) SHA1(714b9c8085f19a518fd6a73daba0fdc17447dae5) ) |
| 2937 | | |
| 2938 | | ROM_REGION( 0x100000, "gals", ROMREGION_ERASE00 ) // these might be protected? |
| 2939 | | ROM_LOAD( "gal16v8.esp.b.u9", 0x0000, 0x000117, CRC(d0ea9b54) SHA1(b7611fb4004431a21f81be10934392bea8dc00a0) ) |
| 2940 | | ROM_LOAD( "gal16v8a.m1a.a.u32", 0x0000, 0x000117, CRC(5da2b5ab) SHA1(7af5ee675e280905fa41aee23b06394a59c8758d) ) |
| 2941 | | |
| 2942 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 2943 | | ROM_LOAD( "sound1.dig1-049.u2", 0x0000, 0x080000, CRC(ab0ef8aa) SHA1(e9cd8c7c0fd0bec44d0531eff6272aa10b88b08c) ) |
| 2944 | | ROM_LOAD( "sound2.dig1-049.u3", 0x0000, 0x080000, CRC(44c05fb6) SHA1(8d40d62d7c55224ddca8ff2f90779d5fad2af3ba) ) |
| 2945 | | // ROM_LOAD( "dig1-049.p1", 0x0000, 0x080000, CRC(ab0ef8aa) SHA1(e9cd8c7c0fd0bec44d0531eff6272aa10b88b08c) ) |
| 2946 | | // ROM_LOAD( "dig1-049.p2", 0x0000, 0x080000, CRC(44c05fb6) SHA1(8d40d62d7c55224ddca8ff2f90779d5fad2af3ba) ) |
| 2947 | | // ROM_LOAD( "dig1-049_u2.bin", 0x0000, 0x080000, CRC(ab0ef8aa) SHA1(e9cd8c7c0fd0bec44d0531eff6272aa10b88b08c) ) |
| 2948 | | // ROM_LOAD( "dig1-049_u3.bin", 0x0000, 0x080000, CRC(44c05fb6) SHA1(8d40d62d7c55224ddca8ff2f90779d5fad2af3ba) ) |
| 2949 | | ROM_END_M1A_MCU |
| 2950 | | |
| 2951 | | ROM_START( m1glada ) |
| 2952 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2953 | | ROM_LOAD( "sa4-640", 0x0000, 0x010000, CRC(5a1a3b23) SHA1(1ca9bc9b718df8d7bdf33044c05d90e7c60d0c73) ) |
| 2954 | | ROM_END_M1A_MCU |
| 2955 | | |
| 2956 | | ROM_START( m1gladsh ) |
| 2957 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2958 | | ROM_LOAD( "sa5-009", 0x0000, 0x010000, CRC(90d4abe9) SHA1(db5992ed2314e36fce2624c414415fdda945b99b) ) |
| 2959 | | |
| 2960 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2961 | | ROM_LOAD( "sa5-010", 0x0000, 0x010000, CRC(10425681) SHA1(bfb044a2815d50f10b8fa9eaf371db2a2954e9e2) ) |
| 2962 | | ROM_END_M1A_MCU |
| 2963 | | |
| 2964 | | ROM_START( m1goldsv ) |
| 2965 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2966 | | ROM_LOAD( "sa3-161.bin", 0x0000, 0x010000, CRC(e5aaf4c3) SHA1(d08bbfc2df17e722c4a9e0688eefe6ad133c3cd2) ) |
| 2967 | | |
| 2968 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2969 | | ROM_LOAD( "sa3-162.bin", 0x0000, 0x010000, CRC(0a0aacca) SHA1(d481e5fbbb89c8f46f2a13324d3fcccced0e1f62) ) |
| 2970 | | ROM_END_M1A_MCU |
| 2971 | | |
| 2972 | | ROM_START( m1gold10 ) |
| 2973 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2974 | | ROM_LOAD( "golden10.bin", 0x0000, 0x010000, CRC(2838c1d4) SHA1(7d6fbdae68bf44de264e5edcdf9aba439d8e23a8) ) |
| 2975 | | ROM_END_M1A_MCU |
| 2976 | | |
| 2977 | | ROM_START( m1goldng ) |
| 2978 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 2979 | | ROM_LOAD( "sc3-511.bin", 0x0000, 0x010000, CRC(ccb200ad) SHA1(98da9a936f89a78eb86d89a2335df6d86340bbcb) ) |
| 2980 | | |
| 2981 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2982 | | ROM_LOAD( "sc3-512.bin", 0x0000, 0x010000, CRC(780ade7e) SHA1(ffe2411b6c108b8506994240f625873052724fc6) ) |
| 2983 | | ROM_LOAD( "sc3-551.bin", 0x0000, 0x010000, CRC(e916abf6) SHA1(e62809a041f6df9bf034f8e741e023dd5459a4ce) ) |
| 2984 | | ROM_LOAD( "sc3-552.bin", 0x0000, 0x010000, CRC(5dae7525) SHA1(077513c0031ee09b4c32d0e6cb0ba385f73cfbf7) ) |
| 2985 | | ROM_LOAD( "sc4-393.bin", 0x0000, 0x010000, CRC(d7e74cdf) SHA1(42cee5d40c4c34c77e8062dd8cbdb9ace1258031) ) |
| 2986 | | ROM_LOAD( "sc4-394.bin", 0x0000, 0x010000, CRC(9147ef81) SHA1(c8c65dd40ff96c02c15715a9248fe1ac5b9e00c5) ) |
| 2987 | | ROM_END_M1A_MCU |
| 2988 | | |
| 2989 | | ROM_START( m1gresc ) |
| 2990 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 2991 | | ROM_LOAD( "ge5p810.bin", 0x0000, 0x020000, CRC(67cb37b9) SHA1(48ef081a52400afd533909eacf8872f094b98049) ) |
| 2992 | | |
| 2993 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 2994 | | ROM_LOAD( "geprog", 0x0000, 0x020000, CRC(f3c2bdd4) SHA1(9c71b6ef179f7c059715d9a7005cc36e07d8854b) ) |
| 2995 | | ROM_LOAD( "gtesc55", 0x0000, 0x020000, CRC(96042c55) SHA1(e54c8d323d3bc845ed270f4325741fb7bf31f55e) ) |
| 2996 | | ROM_LOAD( "sa7-157", 0x0000, 0x020000, CRC(6753dc1a) SHA1(34f7dc84482a020fb028b036ca941422454afcf6) ) |
| 2997 | | ROM_LOAD( "sa7-158", 0x0000, 0x020000, CRC(26f37d71) SHA1(9ae6e4f816feb71c8938f435ff2085e41ae7a44e) ) |
| 2998 | | ROM_LOAD( "sa7-244", 0x0000, 0x020000, CRC(b6828a2d) SHA1(36335507acbed03275b02762f0dce0fdedd96374) ) |
| 2999 | | ROM_LOAD( "sa7-245", 0x0000, 0x020000, CRC(e6c37491) SHA1(2915815c5885974010bb337f9b4adf3dfecaf1ce) ) |
| 3000 | | ROM_LOAD( "sa7-249", 0x0000, 0x020000, CRC(c7b7e6be) SHA1(ba523bc79f3bc1def9974b821b010df835832cb0) ) |
| 3001 | | ROM_LOAD( "sa7-250", 0x0000, 0x020000, CRC(be32ff45) SHA1(14f7ebe10482a192de6527afacfe7fa6ad18822c) ) |
| 3002 | | ROM_LOAD( "sa7-740", 0x0000, 0x020000, CRC(53e170b7) SHA1(964bc3a5598ee9303cad7fd90a65322a2a1d20dd) ) |
| 3003 | | ROM_LOAD( "sa8-102", 0x0000, 0x020000, CRC(1fd002c2) SHA1(cca5bcbc845d5aaf8b7416670a35b0557d5d7dd6) ) |
| 3004 | | ROM_LOAD( "sa8-176", 0x0000, 0x020000, CRC(f21f7497) SHA1(aaaa049b3006297d830441a6ecb2db700dab15ae) ) |
| 3005 | | ROM_LOAD( "sa8-177", 0x0000, 0x020000, CRC(a25e8a2b) SHA1(ba8e0b2ea13c5ab3f7f6f83ef1b19c2041a5de88) ) |
| 3006 | | ROM_LOAD( "sa8-178", 0x0000, 0x020000, CRC(494b19ec) SHA1(1a7414a7c0c5c50155c07e6e409f119e4fc93add) ) |
| 3007 | | ROM_LOAD( "sa8-179", 0x0000, 0x020000, CRC(190ae750) SHA1(d9138ed325b8450c431c7685a3395e43b31c73c2) ) |
| 3008 | | ROM_LOAD( "sa8-274", 0x0000, 0x020000, CRC(cb6da2c4) SHA1(fb7eff962d3c0508a893d56851d1d46598a082c5) ) |
| 3009 | | ROM_LOAD( "sa8-275", 0x0000, 0x020000, CRC(9b2c5c78) SHA1(ab16de1da60eb0fd95e18ab0849bcc7ab2413804) ) |
| 3010 | | ROM_LOAD( "tge.bin", 0x0000, 0x020000, CRC(4c11546b) SHA1(453f9980f5aa02b44a1341ac37f4f101feab05bd) ) |
| 3011 | | |
| 3012 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3013 | | ROM_LOAD( "greatescape.p1", 0x000000, 0x080000, CRC(a7e0a7a8) SHA1(f65171d72a6add5ebc903aac18b426d91134a492) ) |
| 3014 | | ROM_LOAD( "greatescape.p2", 0x080000, 0x080000, CRC(61de5e0f) SHA1(26ca6786de4da1e9c48de47887ed6e3e7e3a108b) ) |
| 3015 | | ROM_END_M1A_MCU |
| 3016 | | |
| 3017 | | ROM_START( m1guvnor ) |
| 3018 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3019 | | ROM_LOAD( "guvnor-8.p1", 0x0000, 0x010000, CRC(b328a620) SHA1(47da578423c95c4bfe30c96b9cce357435f20376) ) |
| 3020 | | |
| 3021 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3022 | | ROM_LOAD( "guvnor 20p 10.bin", 0x0000, 0x010000, CRC(63405fd0) SHA1(0e4fddb86bd0978e4d0facc954f1e67d7b4c0690) ) |
| 3023 | | ROM_LOAD( "sa4-386", 0x0000, 0x010000, CRC(912512fd) SHA1(4fc1591cfffa5de8501766092f425f8c39b353a5) ) |
| 3024 | | ROM_LOAD( "sa4-548", 0x0000, 0x010000, CRC(b0a9bea6) SHA1(3ed5911e7d57deab662ec0c75c0b1f9b88970064) ) |
| 3025 | | ROM_LOAD( "sa4-549", 0x0000, 0x010000, CRC(1b6a1ab4) SHA1(b940b2bda7cf83b61b18a7826b90ea58d8accecb) ) |
| 3026 | | ROM_LOAD( "sa5-046", 0x0000, 0x010000, CRC(f3d0ca0c) SHA1(1e8af05e089782165b2da39ca3f2bb3c72a6813e) ) |
| 3027 | | ROM_LOAD( "sa5-047", 0x0000, 0x010000, CRC(1b3857ea) SHA1(0116b5d29c703cad0c6ad53d7b56d2403e0b9c1a) ) |
| 3028 | | ROM_LOAD( "sa5-350", 0x0000, 0x010000, CRC(b8fef43c) SHA1(a612d30c0c0bd1bb02abe01d1a599a37c16db3e0) ) |
| 3029 | | ROM_LOAD( "sa5-351", 0x0000, 0x010000, CRC(1c41c115) SHA1(70874566b21a8845e3b870a96baf3bd8c252795e) ) |
| 3030 | | ROM_LOAD( "sa5-352", 0x0000, 0x010000, CRC(42aebd6f) SHA1(86b7549e2d5f9faa6c83b8966e2360a5fe0fbda9) ) |
| 3031 | | ROM_LOAD( "sa5-425", 0x0000, 0x010000, CRC(d0145d33) SHA1(c4fff32cd3ce4a6c88b081e12833d04ad0d647e9) ) |
| 3032 | | ROM_LOAD( "sa5-426", 0x0000, 0x010000, CRC(64ac83e0) SHA1(590d230a5da803e3e3c5805da414a5b2be2aae43) ) |
| 3033 | | ROM_LOAD( "sa5-457", 0x0000, 0x010000, CRC(e5291aa0) SHA1(c7e6ff169b6ecd0d8b4a60b4bf83caccfe5ce9bf) ) |
| 3034 | | ROM_LOAD( "sa5-458", 0x0000, 0x010000, CRC(4301488c) SHA1(6c14e306033e1a8cfd6ed5c2f6db9eef20b84ce4) ) |
| 3035 | | ROM_LOAD( "sa5-536", 0x0000, 0x010000, CRC(0ec98bad) SHA1(f1da45a9a2fa3f6bf505fd3bb9115176f0b38834) ) |
| 3036 | | ROM_LOAD( "sa6-026", 0x0000, 0x010000, CRC(765055b9) SHA1(52112f8b1876ee36bc01c39a6219b98d1e749617) ) |
| 3037 | | ROM_LOAD( "sa6-124", 0x0000, 0x010000, CRC(42ca37b1) SHA1(0b4fd418fdb468ca3618e1ad81f955dd33099e50) ) |
| 3038 | | ROM_LOAD( "sa6-125", 0x0000, 0x010000, CRC(aa22aa57) SHA1(fb5216756d2996b34cbc6568d19fa31b8498cd24) ) |
| 3039 | | ROM_LOAD( "sa6-212", 0x0000, 0x010000, CRC(63405fd0) SHA1(0e4fddb86bd0978e4d0facc954f1e67d7b4c0690) ) |
| 3040 | | ROM_LOAD( "sa6-213", 0x0000, 0x010000, CRC(8ba8c236) SHA1(4855c31ef42ca854278c9fb22aa1ea9aba5a1302) ) |
| 3041 | | ROM_LOAD( "sa6-214", 0x0000, 0x010000, CRC(d801f442) SHA1(923e86f2ab0c8d30ad831690d57f257f4a7a49f5) ) |
| 3042 | | ROM_LOAD( "sa6-215", 0x0000, 0x010000, CRC(bfb4cd16) SHA1(8129b75c7dd236a4053ed9af4af4410a7cd1bd0a) ) |
| 3043 | | |
| 3044 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3045 | | ROM_LOAD( "dig1-036 snd u2.bin", 0x000000, 0x080000, CRC(ba0cec08) SHA1(03c009f0157000785931139107745df7df005227) ) |
| 3046 | | ROM_LOAD( "dig1-036 snd u3.bin", 0x080000, 0x080000, CRC(2213e2e9) SHA1(b442f1af81326946df2bf4c7ea12c805d221f4f6) ) |
| 3047 | | ROM_END_M1A_MCU |
| 3048 | | |
| 3049 | | ROM_START( m1htclb ) |
| 3050 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3051 | | ROM_LOAD( "hitensionclubv1-2.rom", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) ) |
| 3052 | | |
| 3053 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3054 | | ROM_LOAD( "hitensio.bin", 0x0000, 0x010000, CRC(b8c8edc9) SHA1(1f989a3a72fb7c7747fc6deeb08e06da429620ee) ) |
| 3055 | | ROM_END_M1A_MCU |
| 3056 | | |
| 3057 | | ROM_START( m1hotpot ) |
| 3058 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3059 | | ROM_LOAD( "hot5.8", 0x0000, 0x010000, CRC(bcba1c2b) SHA1(e8fa304b6775802d72ce21b7893659be34ca7921) ) |
| 3060 | | |
| 3061 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3062 | | ROM_LOAD( "hotp208t", 0x0000, 0x010000, CRC(d53b48a8) SHA1(b7282cbe647f74da53a15fa916016c56bdd075f2) ) |
| 3063 | | ROM_LOAD( "hotp490v", 0x0000, 0x010000, CRC(e9a99b05) SHA1(9706b004e9aade7850e8644cc471c78c46d8e116) ) |
| 3064 | | ROM_LOAD( "hotp5.8", 0x0000, 0x010000, CRC(bcba1c2b) SHA1(e8fa304b6775802d72ce21b7893659be34ca7921) ) |
| 3065 | | ROM_LOAD( "hotp510", 0x0000, 0x010000, CRC(e6e61c12) SHA1(67f364dcdf228b8a673ae5ff565ac595c9d2c10a) ) |
| 3066 | | ROM_LOAD( "hotp58", 0x0000, 0x010000, CRC(c97afa46) SHA1(163c02a03931f1378e6b4274974b6ae013689cd7) ) |
| 3067 | | ROM_LOAD( "hpot060v", 0x0000, 0x010000, CRC(11b77bfb) SHA1(ec99ccab4ffd53a0848110e66e2e039f5dc24684) ) |
| 3068 | | ROM_LOAD( "hpot385p", 0x0000, 0x010000, CRC(e8cb1cf8) SHA1(5b5bc24f6920472e1bcddb2b35b333266f7da61e) ) |
| 3069 | | ROM_LOAD( "hpot58c.bin", 0x0000, 0x010000, CRC(6fba62f0) SHA1(8f68a6e19de6454d3031a3d681e0f7b5fbc29a1a) ) |
| 3070 | | ROM_LOAD( "hpots5-8tok.bin", 0x0000, 0x010000, CRC(59b8de78) SHA1(f96c154bd14e80e83d100ad32fcedc6f20f48f6e) ) |
| 3071 | | ROM_LOAD( "sa6-060", 0x0000, 0x010000, CRC(11b77bfb) SHA1(ec99ccab4ffd53a0848110e66e2e039f5dc24684) ) |
| 3072 | | ROM_LOAD( "sa6-061", 0x0000, 0x010000, CRC(f95fe61d) SHA1(551109d0b0d5ce809a334667f2d97f560c15ba23) ) |
| 3073 | | ROM_LOAD( "sa6-139", 0x0000, 0x010000, CRC(bd5a297d) SHA1(288d9a5d1b5607c0b49709cb36abeb12fd7b9db7) ) |
| 3074 | | ROM_LOAD( "sa6-140", 0x0000, 0x010000, CRC(ddfaa28c) SHA1(042c94547550dda0153a785a777809d47f7218c7) ) |
| 3075 | | ROM_LOAD( "sa6-141", 0x0000, 0x010000, CRC(9d1178af) SHA1(01413ec9c33a7908c3c4be575e3dc13f0d2ddb4a) ) |
| 3076 | | ROM_LOAD( "sa6-142", 0x0000, 0x010000, CRC(29a9a67c) SHA1(cf8965c68e7c1a68a8cb6d01759e6a0b64684f3c) ) |
| 3077 | | ROM_LOAD( "sa6-207", 0x0000, 0x010000, CRC(93545e49) SHA1(da636e9c66ab37947b95f965caf487d8c674c4d5) ) |
| 3078 | | ROM_LOAD( "sa7-438", 0x0000, 0x010000, CRC(e8cb1cf8) SHA1(5b5bc24f6920472e1bcddb2b35b333266f7da61e) ) |
| 3079 | | ROM_LOAD( "sa7-439", 0x0000, 0x010000, CRC(0023811e) SHA1(95eae806990ff91525597aad11e1eed6e6454fbc) ) |
| 3080 | | ROM_LOAD( "sa7-490", 0x0000, 0x010000, CRC(e9a99b05) SHA1(9706b004e9aade7850e8644cc471c78c46d8e116) ) |
| 3081 | | ROM_LOAD( "sa7-491", 0x0000, 0x010000, CRC(014106e3) SHA1(1e3ba445ed2e2d62ba68595829984f3853ad909e) ) |
| 3082 | | ROM_LOAD( "sa7-492", 0x0000, 0x010000, CRC(0433f900) SHA1(5d41b19a750ff2d44cbe33bc8fb6e3b6d61e409b) ) |
| 3083 | | ROM_LOAD( "sa7-493", 0x0000, 0x010000, CRC(ecdb64e6) SHA1(a555e8a657fab82535fe60961573a0fa4c208f12) ) |
| 3084 | | ROM_LOAD( "sa7-494", 0x0000, 0x010000, CRC(d53b48a8) SHA1(b7282cbe647f74da53a15fa916016c56bdd075f2) ) |
| 3085 | | ROM_LOAD( "sa7-495", 0x0000, 0x010000, CRC(3dd3d54e) SHA1(bf1213a91b3911d3eb61d2100ce78e5ce68bf0a9) ) |
| 3086 | | ROM_LOAD( "sa7-564", 0x0000, 0x010000, CRC(066df1e2) SHA1(f3b6cd5bf23a96098ecda9981a61059916ec97b8) ) |
| 3087 | | ROM_LOAD( "sa9-027", 0x0000, 0x010000, CRC(808a6217) SHA1(452139e227131738928cc703176758c1ac8ec9f5) ) |
| 3088 | | ROM_LOAD( "sa9-028", 0x0000, 0x010000, CRC(26a2303b) SHA1(01bf60f7695972cbc416e65a7929532f122841fc) ) |
| 3089 | | |
| 3090 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3091 | | ROM_LOAD( "hotpots.p1", 0x000000, 0x080000, CRC(4988fd70) SHA1(7aaeca764b57787414dbec8d3519cb5681e011a5) ) |
| 3092 | | ROM_LOAD( "hotpots.p2", 0x080000, 0x080000, CRC(79f03328) SHA1(bcccfc62db91c79d6a4552ad4b15040137b254e6) ) |
| 3093 | | ROM_END_M1A_MCU |
| 3094 | | |
| 3095 | | ROM_START( m1infern ) |
| 3096 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3097 | | ROM_LOAD( "inferno.bin", 0x0000, 0x010000, CRC(02b623e8) SHA1(1dcefb2da67dd27fc1270cd59b5019c3017f6eb0) ) |
| 3098 | | |
| 3099 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3100 | | ROM_LOAD( "inferno_6p.bin", 0x0000, 0x010000, CRC(02b623e8) SHA1(1dcefb2da67dd27fc1270cd59b5019c3017f6eb0) ) |
| 3101 | | ROM_LOAD( "sa5-072", 0x0000, 0x010000, CRC(a158f803) SHA1(949676619349ecf8274bf0c64ea897dcba485745) ) |
| 3102 | | ROM_LOAD( "sa5-077", 0x0000, 0x010000, CRC(ea5ebe0e) SHA1(52b48c6e479191f31d6cbe0e6db7921d3d60b219) ) |
| 3103 | | ROM_LOAD( "sa5-094", 0x0000, 0x010000, CRC(8dcc3b83) SHA1(839e15a704a681dc1cfe8156d94f10106f0ceb06) ) |
| 3104 | | ROM_LOAD( "sa5-095", 0x0000, 0x010000, CRC(6524a665) SHA1(7d396a662d1d0645717f994590bf94f7fa77e6c2) ) |
| 3105 | | ROM_LOAD( "sa5-106", 0x0000, 0x010000, CRC(82b00205) SHA1(19bf200e2d51623d2ef082c6c4a9a4993ab4ff48) ) |
| 3106 | | ROM_LOAD( "sa5-264", 0x0000, 0x010000, CRC(762e765b) SHA1(4f90e49a6b189672a8d2a3bf19bc18c4c1734d46) ) |
| 3107 | | ROM_LOAD( "sa6-616", 0x0000, 0x010000, CRC(f214197d) SHA1(6420bb0d9dead1d5583162d9d32153e2c0ab30d6) ) |
| 3108 | | ROM_LOAD( "sa6-617", 0x0000, 0x010000, CRC(1afc849b) SHA1(119e3687ed2c8e04e818fde43a1233dc07c744a2) ) |
| 3109 | | ROM_LOAD( "sa6-654", 0x0000, 0x010000, CRC(9e7237b0) SHA1(6a37690a5ecc1b1dc606f25cd3eb3d5b44169288) ) |
| 3110 | | ROM_LOAD( "sa6-655", 0x0000, 0x010000, CRC(769aaa56) SHA1(1584e7cb4c6a6a8ffc0a2a9e0a41e976bc5b0127) ) |
| 3111 | | |
| 3112 | | ROM_LOAD( "sa6-351", 0x0000, 0x010000, CRC(1e4125cb) SHA1(e24e7c264d26df71191461acc388b31e73deca21) ) |
| 3113 | | ROM_LOAD( "sa6-352", 0x0000, 0x010000, CRC(aaf9fb18) SHA1(0e9cde894f1eb601e397dd79c96b05973a805a9e) ) |
| 3114 | | |
| 3115 | | |
| 3116 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3117 | | ROM_LOAD( "inferno.p1", 0x000000, 0x080000, CRC(ff8749ff) SHA1(509b53f09cdfe5ee865e60ab42fd578586ac53ea) ) |
| 3118 | | ROM_LOAD( "inferno.p2", 0x080000, 0x080000, CRC(c8165b6c) SHA1(7c5059ee8630da31fc3ad50d84a4730297757d46) ) |
| 3119 | | ROM_END_M1A_MCU |
| 3120 | | |
| 3121 | | |
| 3122 | | |
| 3123 | | ROM_START( m1imclb ) |
| 3124 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3125 | | ROM_LOAD( "sc6-363", 0x0000, 0x010000, CRC(b7e15193) SHA1(a026243b2ba71da26b058d899e1f04c9e897fd15) ) |
| 3126 | | |
| 3127 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3128 | | ROM_LOAD( "sc6-364", 0x0000, 0x010000, CRC(bbf9092a) SHA1(459a9851c3e2316f57593bd4442a9633ef8d04de) ) |
| 3129 | | ROM_LOAD( "imilclub", 0x0000, 0x020000, CRC(fbdf8964) SHA1(f71b8d70b28c0a2d7d96dd05128b7bc13437c97b) ) |
| 3130 | | |
| 3131 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // might be wrong, these weren't marked as club version |
| 3132 | | ROM_LOAD( "instantmillionaresound.p1", 0x000000, 0x080000, CRC(c1e354c4) SHA1(420c6d862034fe4f6a30767f83671ac7fd86780a) ) |
| 3133 | | ROM_LOAD( "instantmillionaresound.p2", 0x080000, 0x080000, CRC(444b9b50) SHA1(cbb4f5ee3fb91ecb261bd79cb20823795d7c620a) ) |
| 3134 | | ROM_END_M1A_MCU |
| 3135 | | |
| 3136 | | ROM_START( m1inwin ) |
| 3137 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3138 | | ROM_LOAD( "inst5.10", 0x0000, 0x010000, CRC(d45ccc7d) SHA1(333a5842ea77687d8281c553d709b533fd390f4c) ) |
| 3139 | | |
| 3140 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3141 | | ROM_LOAD( "inst5.8", 0x0000, 0x010000, CRC(b780b52b) SHA1(feb0ed1dfabcf06f39f8dbf5d40c74db2e1695a3) ) |
| 3142 | | ROM_LOAD( "inst55", 0x0000, 0x010000, CRC(edac7794) SHA1(8045d36a17a8fe5fb4907598f6174f989ce30e5e) ) |
| 3143 | | ROM_LOAD( "instanwin.bin", 0x0000, 0x010000, CRC(c0773375) SHA1(2f0fd15d7fe997dc853aadf53192bdd9fb05e137) ) |
| 3144 | | ROM_LOAD( "instw10", 0x0000, 0x010000, CRC(953d570b) SHA1(a37dc929a310a2c30dccce2bf8e265c9557d2aa4) ) |
| 3145 | | ROM_LOAD( "its10", 0x0000, 0x010000, CRC(59690eff) SHA1(6d40a89f1cf1df46cfa832cfadd9883c0019ba9f) ) |
| 3146 | | ROM_LOAD( "iwin5p8c.bin", 0x0000, 0x010000, CRC(bff9750a) SHA1(121238a47fa6b70a5f1673dffd4ce300b4fa5b74) ) |
| 3147 | | ROM_LOAD( "iwin705p", 0x0000, 0x010000, CRC(734df32c) SHA1(873137f9c998885251e59d27e2b3f11a935f2db0) ) |
| 3148 | | ROM_LOAD( "sa5-316", 0x0000, 0x010000, CRC(bb7ff871) SHA1(f6205b40af696184c71c8ec4fea2295b51075288) ) |
| 3149 | | ROM_LOAD( "sa5-317", 0x0000, 0x010000, CRC(53976597) SHA1(3a45df120114c473da125eabbe2f6fbfaf3696bc) ) |
| 3150 | | ROM_LOAD( "sa5-318", 0x0000, 0x010000, CRC(511f804a) SHA1(e161735816131ca31c0386050c5394a124f53695) ) |
| 3151 | | ROM_LOAD( "sa5-319", 0x0000, 0x010000, CRC(b9f71dac) SHA1(d2f811b30e317dacd290ae8337349e5a92896078) ) |
| 3152 | | ROM_LOAD( "sa5-321", 0x0000, 0x010000, CRC(289fae93) SHA1(c4ab31995a895688e417b1ae93e190bf94aa2c7d) ) |
| 3153 | | ROM_LOAD( "sa6-089", 0x0000, 0x010000, CRC(5c516ecd) SHA1(185447031707afb0571b21e08119ae2c398c330a) ) |
| 3154 | | ROM_LOAD( "sa6-090", 0x0000, 0x010000, CRC(dcc793a5) SHA1(e0a908b212a194b751787ab13e47a232779406df) ) |
| 3155 | | ROM_LOAD( "sa6-190", 0x0000, 0x010000, CRC(953d570b) SHA1(a37dc929a310a2c30dccce2bf8e265c9557d2aa4) ) |
| 3156 | | ROM_LOAD( "sa6-191", 0x0000, 0x010000, CRC(7dd5caed) SHA1(db3d1e565bcb75a83558651e845a87342047c7cc) ) |
| 3157 | | ROM_LOAD( "sa6-256", 0x0000, 0x010000, CRC(cc4d8b81) SHA1(b8e522511c9371fd348b20001538c649bda77701) ) |
| 3158 | | ROM_LOAD( "sa6-257", 0x0000, 0x010000, CRC(24a51667) SHA1(edcc38c46f111ca906f220f67de800956206d054) ) |
| 3159 | | ROM_LOAD( "sa7-168", 0x0000, 0x010000, CRC(e2e751c9) SHA1(3c7702c62838d1a08754162e89660baf7d6fd8cd) ) |
| 3160 | | ROM_LOAD( "sa7-169", 0x0000, 0x010000, CRC(0a0fcc2f) SHA1(fd8595582ec279928ae297c7f61eaa1459cf355d) ) |
| 3161 | | ROM_LOAD( "sa7-170", 0x0000, 0x010000, CRC(734df32c) SHA1(873137f9c998885251e59d27e2b3f11a935f2db0) ) |
| 3162 | | ROM_LOAD( "sa7-171", 0x0000, 0x010000, CRC(9ba56eca) SHA1(15d43e9fbb9ecd3541196507964ad00550843153) ) |
| 3163 | | ROM_LOAD( "sa7-655", 0x0000, 0x010000, CRC(0244bdd7) SHA1(1e2a222645063cf9bf22f9b432757f994096a51c) ) |
| 3164 | | ROM_LOAD( "sa7-656", 0x0000, 0x010000, CRC(b6fc6304) SHA1(ca6ecfbd16385db0292997fdc07924e222206c0d) ) |
| 3165 | | |
| 3166 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3167 | | ROM_LOAD( "iwsnd1.bin", 0x000000, 0x080000, CRC(7658063f) SHA1(89cb329dc792b6086e50c01aed7b483f941b4b27) ) |
| 3168 | | ROM_LOAD( "iwsnd2.bin", 0x080000, 0x080000, CRC(c9708d5b) SHA1(fe01a351911e48a386c5ce9200a2ac28cf399e54) ) |
| 3169 | | ROM_END_M1A_MCU |
| 3170 | | |
| 3171 | | ROM_START( m1itsko ) |
| 3172 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3173 | | ROM_LOAD( "iak5p8cbin", 0x0000, 0x010000, CRC(15592078) SHA1(f8a55bb1623895eabe8b6cc8d2df14b70806a77c) ) |
| 3174 | | |
| 3175 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3176 | | ROM_LOAD( "iakn850v", 0x0000, 0x010000, CRC(272ef4a9) SHA1(3e013e867ddda41b09ac51f20a5b8d59b63c15f1) ) |
| 3177 | | ROM_LOAD( "iaknoc10", 0x0000, 0x010000, CRC(93ff1f4c) SHA1(7aed91b2abc2d8df6f85456320c94ce58746fe53) ) |
| 3178 | | ROM_LOAD( "iako.bin", 0x0000, 0x010000, CRC(03e7c80b) SHA1(c8ca6f65f0d91f23b2714f7bd54760b1e4b6c949) ) |
| 3179 | | ROM_LOAD( "iako58", 0x0000, 0x010000, CRC(6a35ff9e) SHA1(ff04ded050973bca1d84f1984bdb1f881e8373ac) ) |
| 3180 | | ROM_LOAD( "iko8", 0x0000, 0x010000, CRC(272ef4a9) SHA1(3e013e867ddda41b09ac51f20a5b8d59b63c15f1) ) |
| 3181 | | ROM_LOAD( "its10", 0x0000, 0x010000, CRC(59690eff) SHA1(6d40a89f1cf1df46cfa832cfadd9883c0019ba9f) ) |
| 3182 | | ROM_LOAD( "its5.58", 0x0000, 0x010000, CRC(bc8803f5) SHA1(39acb4a66a82a7237aff204f99f4f710eaec55b6) ) |
| 3183 | | ROM_LOAD( "its55", 0x0000, 0x010000, CRC(315397eb) SHA1(00bdc965dfbb42162a2a746a2124bb25b381379c) ) |
| 3184 | | ROM_LOAD( "its58t", 0x0000, 0x010000, CRC(50bea13b) SHA1(8d9620c9c9a640ca790a47dc0596a3daf20a8dbd) ) |
| 3185 | | ROM_LOAD( "its8", 0x0000, 0x010000, CRC(ec66b836) SHA1(745aebd9a967b6c00e40a3cd6e1c9706fe21bffa) ) |
| 3186 | | ROM_LOAD( "sa6-028", 0x0000, 0x010000, CRC(a5cf9a27) SHA1(a0ab2dbc4766b992bce5959f72c0790a9444f627) ) |
| 3187 | | ROM_LOAD( "sa6-029", 0x0000, 0x010000, CRC(35ff1f57) SHA1(5980ea2e53c71de2b96476497b55e1d0061a44c0) ) |
| 3188 | | ROM_LOAD( "sa6-030", 0x0000, 0x010000, CRC(b569e23f) SHA1(08b55a38677c3f6915d5d24273425afd3b25a978) ) |
| 3189 | | ROM_LOAD( "sa6-083", 0x0000, 0x010000, CRC(92fe2658) SHA1(3959c0c6917e19d89c25005de9fd3e008ac1e82d) ) |
| 3190 | | ROM_LOAD( "sa6-085", 0x0000, 0x010000, CRC(029d7568) SHA1(ce3e59f430f43f9472ac8cee8daef7485873c8a5) ) |
| 3191 | | ROM_LOAD( "sa6-107", 0x0000, 0x010000, CRC(0c713932) SHA1(6b534623bee56a7300d7100c963f4888431bf8b5) ) |
| 3192 | | ROM_LOAD( "sa6-108", 0x0000, 0x010000, CRC(aa596b1e) SHA1(5581d88e698f10c0194ba59a1f897a8785b4e1c4) ) |
| 3193 | | ROM_LOAD( "sa6-109", 0x0000, 0x010000, CRC(272ef4a9) SHA1(3e013e867ddda41b09ac51f20a5b8d59b63c15f1) ) |
| 3194 | | ROM_LOAD( "sa6-110", 0x0000, 0x010000, CRC(a7b809c1) SHA1(542ceaf6a86fff0954d489a55c0952b4b8cfb684) ) |
| 3195 | | ROM_LOAD( "sa6-178", 0x0000, 0x010000, CRC(3aef5e61) SHA1(d97ce79c1623ffce19ca7099ee13cc2533a4e5bb) ) |
| 3196 | | ROM_LOAD( "sa6-179", 0x0000, 0x010000, CRC(d207c387) SHA1(2cbbabdb33f493c6a9c8fc209145ef986a92ad7e) ) |
| 3197 | | ROM_LOAD( "sa6-303", 0x0000, 0x010000, CRC(763e3771) SHA1(a57d5f80ada66298c1924d909fd3b360c8f03609) ) |
| 3198 | | ROM_LOAD( "sa6-304", 0x0000, 0x010000, CRC(7a266fc8) SHA1(987a35c1fea41c444d3b4654b20d7ef9356c12cc) ) |
| 3199 | | ROM_LOAD( "sa6-401", 0x0000, 0x010000, CRC(cc318abe) SHA1(d937a41054834ce409bd6160adcff5dca3c4c4ba) ) |
| 3200 | | ROM_LOAD( "sa6-402", 0x0000, 0x010000, CRC(7889546d) SHA1(c67b309ccb0d89c1d0820b450dd790ebf70e7bbd) ) |
| 3201 | | ROM_LOAD( "sa7-498", 0x0000, 0x010000, CRC(2326a0b5) SHA1(aba3b246ab4a162709cdf233aed222814a857b19) ) |
| 3202 | | ROM_LOAD( "sa7-499", 0x0000, 0x010000, CRC(cbce3d53) SHA1(ae43386e85640cb4831fa0180e51953eb8a18e29) ) |
| 3203 | | ROM_LOAD( "sa7-500", 0x0000, 0x010000, CRC(c8871f4a) SHA1(f0b399686b5bec4a8236ec295d3fbf18afe74edc) ) |
| 3204 | | ROM_LOAD( "sa7-501", 0x0000, 0x010000, CRC(206f82ac) SHA1(cb9e824b81127f2316cb9265f1548b71a48e0171) ) |
| 3205 | | ROM_LOAD( "sa7-534", 0x0000, 0x010000, CRC(1d6cb8a4) SHA1(d4fdb0ae259a9979dfa81f6db6d83f2ac5787135) ) |
| 3206 | | ROM_LOAD( "sa7-535", 0x0000, 0x010000, CRC(f5842542) SHA1(8c9afd2d6ba7a440a5600dbf377d823fddb8fd46) ) |
| 3207 | | ROM_LOAD( "sa8-132", 0x0000, 0x010000, CRC(de5e6f10) SHA1(69909b551587aec878690bd509a410610da37e54) ) |
| 3208 | | ROM_LOAD( "sa8-133", 0x0000, 0x010000, CRC(36b6f2f6) SHA1(fd90c83e796d392a5406546c12a5013dc5e797c9) ) |
| 3209 | | ROM_LOAD( "sa8-134", 0x0000, 0x010000, CRC(1e1f3be8) SHA1(db59165237968144040632c548cf2d10fe07c134) ) |
| 3210 | | ROM_LOAD( "sa8-135", 0x0000, 0x010000, CRC(f6f7a60e) SHA1(8c4e8ad3d9cbd557d21d4c8f4444b11258e08be4) ) |
| 3211 | | ROM_LOAD( "sa8-136", 0x0000, 0x010000, CRC(207b26f5) SHA1(33e50b9675a92f9264fe2fed808a1b141e039d9a) ) |
| 3212 | | ROM_LOAD( "sa8-137", 0x0000, 0x010000, CRC(c893bb13) SHA1(d22171d75ec697a44e8ddb3544d610244f020300) ) |
| 3213 | | |
| 3214 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3215 | | ROM_LOAD( "itsaknockout.p1", 0x000000, 0x080000, CRC(b7c9bf1b) SHA1(1de3758e1deca35e54f22921594d96a10491e8c0) ) |
| 3216 | | ROM_LOAD( "itsaknockout.p2", 0x080000, 0x080000, CRC(f37b0a62) SHA1(18af0ef42268a965fd5dd3ae30c677a75bd12033) ) |
| 3217 | | ROM_END_M1A_MCU |
| 3218 | | |
| 3219 | | ROM_START( m1itjob ) |
| 3220 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3221 | | ROM_LOAD( "ij5p810.bin", 0x0000, 0x020000, CRC(9596a49b) SHA1(67ab3a01f9e1522f8b8f53657b952e184ab07002) ) |
| 3222 | | |
| 3223 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3224 | | ROM_LOAD( "ijob10", 0x0000, 0x020000, CRC(e88fcea5) SHA1(ab453071a6c3ff619e7e692e0c2da3472c5e58d0) ) |
| 3225 | | ROM_LOAD( "ijob398v", 0x0000, 0x020000, CRC(cc5a7b14) SHA1(0c48dd5294622c7edd8a3ac19e4d183b6c2d6770) ) |
| 3226 | | ROM_LOAD( "it_job.bin", 0x0000, 0x020000, CRC(6fd00000) SHA1(bbdfb3af0d794207c27a6f9197706ae258806a75) ) |
| 3227 | | ROM_LOAD( "italianjob5.bin", 0x0000, 0x020000, CRC(aaf68bd6) SHA1(857eced307156032e7b35af25d58182d07ac4cd2) ) |
| 3228 | | ROM_LOAD( "sa7-398", 0x0000, 0x020000, CRC(cc5a7b14) SHA1(0c48dd5294622c7edd8a3ac19e4d183b6c2d6770) ) |
| 3229 | | ROM_LOAD( "sa7-399", 0x0000, 0x020000, CRC(9c1b85a8) SHA1(a3a9887773fd87f439e11379f419566f9ef81467) ) |
| 3230 | | ROM_LOAD( "sa7-411", 0x0000, 0x020000, CRC(8b1e836a) SHA1(e9e7a64d9cf22db65c871b51e3d9de076eb847c6) ) |
| 3231 | | ROM_LOAD( "sa7-412", 0x0000, 0x020000, CRC(98d9b83c) SHA1(faee5b6dff454b154e35a653b579f60058ef8908) ) |
| 3232 | | ROM_LOAD( "sa7-413", 0x0000, 0x020000, CRC(665120b7) SHA1(b586a58d0a1175799e32bcbfc841e92b252ab315) ) |
| 3233 | | ROM_LOAD( "sa7-414", 0x0000, 0x020000, CRC(f29b9035) SHA1(01e5cb3de4d446827b1e1a671cf21d71b34689e6) ) |
| 3234 | | ROM_LOAD( "sa8-001", 0x0000, 0x020000, CRC(e88fcea5) SHA1(ab453071a6c3ff619e7e692e0c2da3472c5e58d0) ) |
| 3235 | | ROM_LOAD( "sa8-002", 0x0000, 0x020000, CRC(fb48f5f3) SHA1(de319699e9ee60706315fa423112dcaeb1f6fbfe) ) |
| 3236 | | ROM_LOAD( "sa8-234", 0x0000, 0x020000, CRC(7425ab48) SHA1(a42e19402588dc27d0c2a113be48ab5b6f7ccfb8) ) |
| 3237 | | ROM_LOAD( "sa8-235", 0x0000, 0x020000, CRC(246455f4) SHA1(f065c4357521e71cfad42690142f030c91f3571b) ) |
| 3238 | | ROM_LOAD( "sa8-236", 0x0000, 0x020000, CRC(606ce1d2) SHA1(d694f640fe7c5028eff237f5bbb8b32364c558a8) ) |
| 3239 | | ROM_LOAD( "sa8-237", 0x0000, 0x020000, CRC(302d1f6e) SHA1(a458fecae1f09e4c56b4375fd77aa1c5ccb3dfb1) ) |
| 3240 | | ROM_LOAD( "sa8-266", 0x0000, 0x020000, CRC(f23250b4) SHA1(c464bbd3a396fa32bba7c3e16de4c9d12005a4dc) ) |
| 3241 | | ROM_LOAD( "sa8-267", 0x0000, 0x020000, CRC(a273ae08) SHA1(72876cb81e80e96e75758ce8317a1843947a431a) ) |
| 3242 | | |
| 3243 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3244 | | ROM_LOAD( "digi141_1.bin", 0x000000, 0x080000, CRC(f90c7236) SHA1(5c8ebdf4ce40af04d96b64a47d9a01ea7dd40fa3) ) |
| 3245 | | ROM_LOAD( "digi141_2.bin", 0x080000, 0x080000, CRC(dfe50779) SHA1(643d1f932a7f42ee26c9a26dde470c87a8e00fc3) ) |
| 3246 | | //ROM_LOAD( "digi141a.bin", 0x0000, 0x080000, CRC(f90c7236) SHA1(5c8ebdf4ce40af04d96b64a47d9a01ea7dd40fa3) ) |
| 3247 | | //ROM_LOAD( "digi141b.bin", 0x0000, 0x080000, CRC(dfe50779) SHA1(643d1f932a7f42ee26c9a26dde470c87a8e00fc3) ) |
| 3248 | | // which set of sound roms are correct? |
| 3249 | | ROM_LOAD( "italianjob.p1", 0x000000, 0x080000, CRC(21d6e0bf) SHA1(431510606c1c7fb1f452fa44a974361437bfada1) ) |
| 3250 | | ROM_LOAD( "italianjob.p2", 0x080000, 0x080000, CRC(ef58a68b) SHA1(f05215733fc47d6f33ab3b839b0dcc2bf7b12e7d) ) |
| 3251 | | ROM_END_M1A_MCU |
| 3252 | | |
| 3253 | | ROM_START( m1jpmult ) |
| 3254 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3255 | | ROM_LOAD( "sa0-253.bin", 0x0000, 0x010000, CRC(6f2273cd) SHA1(08cb6414a02a385995e0c4c52a108f76144a12f5) ) |
| 3256 | | |
| 3257 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3258 | | ROM_LOAD( "sa0-254.bin", 0x0000, 0x010000, CRC(633a2b74) SHA1(5e9aaff1ac900ba6d63642df165e67305247e1fa) ) |
| 3259 | | ROM_END_M1A_MCU |
| 3260 | | |
| 3261 | | ROM_START( m1jbond ) |
| 3262 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3263 | | ROM_LOAD( "jbnd2010", 0x0000, 0x010000, CRC(8a41f5c0) SHA1(f52187b04a9b0103495e93eac16b75789012e072) ) |
| 3264 | | |
| 3265 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3266 | | ROM_LOAD( "sa4-605", 0x0000, 0x010000, CRC(a0882696) SHA1(ae2055b7dbf5644408c21e799a4a2d5355617e0a) ) |
| 3267 | | ROM_LOAD( "sa4-606", 0x0000, 0x010000, CRC(1430f845) SHA1(687d54958db78c0da499e58814d916500e6d426e) ) |
| 3268 | | ROM_LOAD( "sa4-616", 0x0000, 0x010000, CRC(f02e862a) SHA1(2ad751d627f612eeb55f571677f325aaeb778242) ) |
| 3269 | | ROM_LOAD( "sa4-617", 0x0000, 0x010000, CRC(18c61bcc) SHA1(28ad6724478f6f613b79be8328b7bbfb99349a48) ) |
| 3270 | | ROM_LOAD( "sa4-619", 0x0000, 0x010000, CRC(0f1294f8) SHA1(8938e1deb9aab3357ec3d32db7d1a673113c4227) ) |
| 3271 | | ROM_LOAD( "sa4-641", 0x0000, 0x010000, CRC(6a31fa0c) SHA1(65e1a14d0e196148329cc7b6d5cf349a47556c42) ) |
| 3272 | | ROM_LOAD( "sa4-642", 0x0000, 0x010000, CRC(de8924df) SHA1(80dcde1915d1e6ffc7a6eb057f8267af783f7d66) ) |
| 3273 | | ROM_LOAD( "sa5-096", 0x0000, 0x010000, CRC(ab3e4077) SHA1(17548f1187cb9cea723fb2273cea9600b10a937e) ) |
| 3274 | | ROM_LOAD( "sa5-449", 0x0000, 0x010000, CRC(e8f06923) SHA1(581f33248be2f3f9e3897a1e9d4c6eaf6deda177) ) |
| 3275 | | ROM_LOAD( "sa5-450", 0x0000, 0x010000, CRC(6866944b) SHA1(76ac204be81c8e5c97e5d119666e44b306cb121a) ) |
| 3276 | | ROM_LOAD( "sa5-451", 0x0000, 0x010000, CRC(28945984) SHA1(416209cd1e4a26ee027dd89f97e122576405bc1d) ) |
| 3277 | | ROM_LOAD( "sa5-452", 0x0000, 0x010000, CRC(9c2c8757) SHA1(26040a81a6ea28126b8095a77b384939fe3227af) ) |
| 3278 | | ROM_LOAD( "sa5-453", 0x0000, 0x010000, CRC(0504d0ec) SHA1(766825a3afa187204b5a3f26b5e95babd53617bf) ) |
| 3279 | | ROM_LOAD( "sa5-454", 0x0000, 0x010000, CRC(091c8855) SHA1(0fc76d25fa75a263c314b9a8c4bff88b4b4772f9) ) |
| 3280 | | ROM_LOAD( "sa6-299", 0x0000, 0x010000, CRC(aed2feb0) SHA1(007762818674379548643da01714251c7e442539) ) |
| 3281 | | ROM_LOAD( "sa6-300", 0x0000, 0x010000, CRC(e91c6be8) SHA1(7e53c55f60626cf574f5126d5c8b70b1c285f010) ) |
| 3282 | | ROM_LOAD( "james-bond-10pound-iom.bin", 0x0000, 0x010000, CRC(409e30fa) SHA1(028df19cbb7cc2fb48a6f935b6477f1a8871770f) ) |
| 3283 | | ROM_END_M1A_MCU |
| 3284 | | |
| 3285 | | ROM_START( m1jdwins ) |
| 3286 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3287 | | ROM_LOAD( "jdwinstreak10.bin", 0x0000, 0x010000, CRC(aa1e3350) SHA1(c3cc5ad07e2b20a8e40a8cb112073f577785eb40) ) |
| 3288 | | |
| 3289 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3290 | | ROM_LOAD( "sa5-187", 0x0000, 0x010000, CRC(f3afdfce) SHA1(caa55cd313420d86fed0a80d3029635dc95fb4df) ) |
| 3291 | | ROM_LOAD( "sa5-188", 0x0000, 0x010000, CRC(55878de2) SHA1(64544c19da5779761d583be31e9eca82b45cb4cb) ) |
| 3292 | | ROM_LOAD( "sa5-189", 0x0000, 0x010000, CRC(fc915a26) SHA1(66393e357da26f5e12007ec529b183cbb5b9736c) ) |
| 3293 | | ROM_LOAD( "sa5-190", 0x0000, 0x010000, CRC(9f6ee9d5) SHA1(b549021cf0319d844c36a0e30b527f6c00c6ab7d) ) |
| 3294 | | ROM_LOAD( "sa5-191", 0x0000, 0x010000, CRC(553e6085) SHA1(c16f9c9d8b619fae47c07abafce6a2ed747cd8d0) ) |
| 3295 | | ROM_LOAD( "sa5-192", 0x0000, 0x010000, CRC(e186be56) SHA1(94be1d1dcb2b6fb1d632c6cc721fc0046160e55f) ) |
| 3296 | | ROM_LOAD( "sa5-362", 0x0000, 0x010000, CRC(96790069) SHA1(a88dc84c79caa900482b2456a200e6ad105faa60) ) |
| 3297 | | ROM_LOAD( "sa5-404", 0x0000, 0x010000, CRC(3c3ed908) SHA1(d47359186a7b34afdbce3f94363d2b9fa469a78d) ) |
| 3298 | | ROM_LOAD( "sa5-405", 0x0000, 0x010000, CRC(d4d644ee) SHA1(e0a9b503e3ca03cf0b1f1036265398398889e6b9) ) |
| 3299 | | ROM_LOAD( "sa6-319", 0x0000, 0x010000, CRC(aa1e3350) SHA1(c3cc5ad07e2b20a8e40a8cb112073f577785eb40) ) |
| 3300 | | ROM_LOAD( "sa6-320", 0x0000, 0x010000, CRC(75651c4f) SHA1(c4f89359e54e046d3e9a7a879aa8b0beaf695ab4) ) |
| 3301 | | ROM_LOAD( "sa6-321", 0x0000, 0x010000, CRC(b11b3e4b) SHA1(f14726f7ee3c8f68bac395d5f41fea60b53f6a09) ) |
| 3302 | | ROM_LOAD( "sa6-322", 0x0000, 0x010000, CRC(538ac0ad) SHA1(f937853402de4ae6104198d4a2148972e0a9c778) ) |
| 3303 | | ROM_LOAD( "sa6-513", 0x0000, 0x010000, CRC(c423c225) SHA1(3f170c75e8084b062fa00494d422d2bdc4a440c9) ) |
| 3304 | | ROM_LOAD( "sa6-514", 0x0000, 0x010000, CRC(c83b9a9c) SHA1(675e2a1cc5d4fe918d77798d85b2fd9c57edaec0) ) |
| 3305 | | |
| 3306 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3307 | | ROM_LOAD( "jimwinstrku2snd.bin", 0x000000, 0x080000, CRC(ded378b7) SHA1(e974ace69cacbe27a98127e8623e79dec06fde08) ) |
| 3308 | | ROM_LOAD( "jimwinstrku3snd.bin", 0x080000, 0x080000, CRC(da05f628) SHA1(039276be47ce2d5be34a55cca91868ac93b0d9ae) ) |
| 3309 | | ROM_END_M1A_MCU |
| 3310 | | |
| 3311 | | |
| 3312 | | ROM_START( m1liveam ) |
| 3313 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3314 | | ROM_LOAD( "sa4-446", 0x0000, 0x010000, CRC(bb3c979a) SHA1(ea5aff8a689a8cee30088e64f94d6a8787a85100) ) |
| 3315 | | ROM_END_M1A_MCU |
| 3316 | | |
| 3317 | | ROM_START( m1liveama ) |
| 3318 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3319 | | ROM_LOAD( "sa3-473", 0x0000, 0x010000, CRC(e8688274) SHA1(685de7fa350d80946d3dfe9b2d25ed07c2a493c2) ) |
| 3320 | | ROM_END_M1A_MCU |
| 3321 | | |
| 3322 | | ROM_START( m1liveamp ) |
| 3323 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3324 | | ROM_LOAD( "sa3-502.bin", 0x0000, 0x010000, CRC(a65f5f5f) SHA1(dd02db137ad195845630f47a3c42b38d7a2cb8f3) ) |
| 3325 | | ROM_END_M1A_MCU |
| 3326 | | |
| 3327 | | |
| 3328 | | ROM_START( m1lotmil ) |
| 3329 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3330 | | ROM_LOAD( "sc6-031", 0x0000, 0x010000, CRC(a283c82f) SHA1(8c0c487c3f6a16f777a9ba3dff74d724d00fea41) ) |
| 3331 | | |
| 3332 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3333 | | ROM_LOAD( "sc6-032", 0x0000, 0x010000, CRC(5c83ed1b) SHA1(b4ba1955e44f86aec605958050d70101ee285ca1) ) |
| 3334 | | ROM_LOAD( "sc6-033", 0x0000, 0x010000, CRC(e0394256) SHA1(021b06f111bc5063c5ed6e5d470c7065f062701f) ) |
| 3335 | | ROM_LOAD( "sc6-034", 0x0000, 0x010000, CRC(6e7d1fdb) SHA1(da87d8beebeed8274428e8f8f2f42b36bf5bef69) ) |
| 3336 | | |
| 3337 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3338 | | ROM_LOAD( "lottteymillion.p1", 0x000000, 0x080000, CRC(c1e354c4) SHA1(420c6d862034fe4f6a30767f83671ac7fd86780a) ) |
| 3339 | | ROM_LOAD( "lottteymillion.p2", 0x080000, 0x080000, CRC(444b9b50) SHA1(cbb4f5ee3fb91ecb261bd79cb20823795d7c620a) ) |
| 3340 | | ROM_END_M1A_MCU |
| 3341 | | |
| 3342 | | |
| 3343 | | ROM_START( m1luckno ) |
| 3344 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3345 | | ROM_LOAD( "luckynumbers10.bin", 0x0000, 0x010000, CRC(296ae5eb) SHA1(7e1f78038a997ccb228ed23b5dba0c28e7aa1a22) ) |
| 3346 | | |
| 3347 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3348 | | ROM_LOAD( "sa5-267", 0x0000, 0x010000, CRC(503167ab) SHA1(3922499857314dac7c6f067892c20fdb1036ffcb) ) |
| 3349 | | ROM_LOAD( "sa5-268", 0x0000, 0x010000, CRC(f6193587) SHA1(10eaae6e48862b97d868a275b7e996684d99836c) ) |
| 3350 | | ROM_LOAD( "sa5-269", 0x0000, 0x010000, CRC(46b09c33) SHA1(3499d8f72f7eaa0ea0885518a4285a06e04cb08f) ) |
| 3351 | | ROM_LOAD( "sa5-270", 0x0000, 0x010000, CRC(8e227559) SHA1(7bbab32442b9fd58135401716dbb58b80c945920) ) |
| 3352 | | ROM_LOAD( "sa5-336", 0x0000, 0x010000, CRC(93e70cdc) SHA1(3653aea48f21a49ef331f9ea8ffa8f800214acca) ) |
| 3353 | | ROM_LOAD( "sa5-337", 0x0000, 0x010000, CRC(7b0f913a) SHA1(c71d768e04062d56922c4bf4e54d231a99c4ff45) ) |
| 3354 | | ROM_LOAD( "sa5-340", 0x0000, 0x010000, CRC(9ced04eb) SHA1(76e42a3efa26271c4c9051e4db15ea4cc382b485) ) |
| 3355 | | ROM_LOAD( "sa5-341", 0x0000, 0x010000, CRC(7e6b3c8d) SHA1(b1f35d7ab19b1771172e628280121d933c7fd588) ) |
| 3356 | | ROM_LOAD( "sa5-475", 0x0000, 0x010000, CRC(d16e3301) SHA1(3cd326af86b890607cc8038dbe048366620dde2d) ) |
| 3357 | | ROM_LOAD( "sa5-476", 0x0000, 0x010000, CRC(65d6edd2) SHA1(f1f8f277621f39a78d216d048238c3b012e1dce4) ) |
| 3358 | | ROM_LOAD( "sa5-477", 0x0000, 0x010000, CRC(f799b59d) SHA1(9ce3c6293f1881a7a7258f37dc9ec7aa4af9d482) ) |
| 3359 | | ROM_LOAD( "sa5-478", 0x0000, 0x010000, CRC(330d86a4) SHA1(90d5378e1aadb4280861690e06466d04eb36c71a) ) |
| 3360 | | ROM_LOAD( "sa5-498", 0x0000, 0x010000, CRC(2ab7c940) SHA1(444c6367248f20a26c0a9c9163944c229e4d2be9) ) |
| 3361 | | ROM_LOAD( "sa6-242", 0x0000, 0x010000, CRC(d345ed17) SHA1(6199004af81d5507c7e0ea4e816b0d0609e7ad1b) ) |
| 3362 | | ROM_LOAD( "sa6-243", 0x0000, 0x010000, CRC(3bad70f1) SHA1(09d2c933ee0289f7c77853f5e2b9707dde660519) ) |
| 3363 | | ROM_LOAD( "sa6-260", 0x0000, 0x010000, CRC(c0274b19) SHA1(896a40db5e379c5cb4a971129ef994c74b30f25d) ) |
| 3364 | | ROM_LOAD( "sa6-261", 0x0000, 0x010000, CRC(f51baa62) SHA1(efaa1f3be41edc86ade9e02710592bc352162812) ) |
| 3365 | | ROM_LOAD( "sa6-515", 0x0000, 0x010000, CRC(444ef475) SHA1(86343d0a8e51f196f7ddb3652cbd4fda6c9fabc1) ) |
| 3366 | | ROM_LOAD( "sa6-516", 0x0000, 0x010000, CRC(f0f62aa6) SHA1(b78a3aa39c812fcbbdfddd14da37cfa59dac905f) ) |
| 3367 | | |
| 3368 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3369 | | ROM_LOAD( "luckynumbersu2snd.bin", 0x000000, 0x080000, CRC(2c9216b2) SHA1(e6ebcc6fa6c5a88db592f21f07f4911edf2e4abc) ) |
| 3370 | | ROM_LOAD( "luckynumbersu3snd.bin", 0x080000, 0x080000, CRC(958ac365) SHA1(c307d973601336e3eb8769b15920465de92547a3) ) |
| 3371 | | ROM_END_M1A_MCU |
| 3372 | | |
| 3373 | | |
| 3374 | | ROM_START( m1magic ) |
| 3375 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3376 | | ROM_LOAD( "sa4-169", 0x0000, 0x010000, CRC(fda3c0f4) SHA1(399bb4e55130ee06ca429fd52876ddcde0f07482) ) |
| 3377 | | |
| 3378 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3379 | | ROM_LOAD( "sa4-170", 0x0000, 0x010000, CRC(7d353d9c) SHA1(baef8b3ff9fed2414672b710d8acae02c06cf1ba) ) |
| 3380 | | ROM_LOAD( "sa4-171", 0x0000, 0x010000, CRC(74957d2b) SHA1(16f08b13a7fff8275c1012a93990bb1ea249d33b) ) |
| 3381 | | ROM_LOAD( "sa4-172", 0x0000, 0x010000, CRC(c02da3f8) SHA1(e7d1a3129f398855e4c466b4a5aac26844978beb) ) |
| 3382 | | ROM_END_M1A_MCU |
| 3383 | | |
| 3384 | | ROM_START( m1manhat ) |
| 3385 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3386 | | ROM_LOAD( "skyline.bin", 0x0000, 0x010000, CRC(ea9f3b18) SHA1(14d5c8cff598b43100d1a7c8692528de40c9e58d) ) |
| 3387 | | ROM_END_M1A_MCU |
| 3388 | | |
| 3389 | | ROM_START( m1bignit ) |
| 3390 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3391 | | ROM_LOAD( "sc4-336.bin", 0x0000, 0x010000, CRC(e5af59c0) SHA1(e4d17a65f24477e15494f97c1daea1d9fddfb8f6) ) |
| 3392 | | |
| 3393 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3394 | | ROM_LOAD( "sc4-337.bin", 0x0000, 0x010000, CRC(0d47c426) SHA1(2ccf905f93484d6a2aa4400a19edbf44323482d3) ) |
| 3395 | | ROM_LOAD( "sc4-338.bin", 0x0000, 0x010000, CRC(e642508e) SHA1(b2ae16092c98d825a9a6436ba82a0a225a6dcd07) ) |
| 3396 | | ROM_LOAD( "sc4-339.bin", 0x0000, 0x010000, CRC(0eaacd68) SHA1(d17e43d565e8f61d768019c23f1d11ef31526aa2) ) |
| 3397 | | |
| 3398 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3399 | | ROM_LOAD( "mikereidsbignightout-snd_p1.rom", 0x000000, 0x080000, CRC(846b6223) SHA1(cd337b3499bfa3fd88c44ede71e7777032ce3d1f) ) |
| 3400 | | ROM_LOAD( "mikereidsbignightout-snd_p2.rom", 0x080000, 0x080000, CRC(56630516) SHA1(5064afd678b92316ea7bceaf0097eae80b54ea31) ) |
| 3401 | | ROM_END_M1A_MCU |
| 3402 | | |
| 3403 | | ROM_START( m1mongam ) |
| 3404 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3405 | | ROM_LOAD( "mgame200", 0x0000, 0x010000, CRC(4cfe0ef2) SHA1(8dae7d1fdb6481902bcc38f3f993b55c7acc919b) ) |
| 3406 | | |
| 3407 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3408 | | ROM_LOAD( "sc5-114", 0x0000, 0x010000, CRC(63dbb45e) SHA1(3ccb45ae290b5e2d2249a36268a9e690846bf3d9) ) |
| 3409 | | ROM_LOAD( "sc5-115", 0x0000, 0x010000, CRC(8b3329b8) SHA1(2c89ac10ad82d8425104a74a7bc24aa9c28cbe01) ) |
| 3410 | | |
| 3411 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3412 | | ROM_LOAD( "mgamesnd", 0x0000, 0x040000, CRC(80ea7b3d) SHA1(a26dbc55ba205fc94c9b224c549516ba149627d7) ) |
| 3413 | | ROM_END_M1A_MCU |
| 3414 | | |
| 3415 | | ROM_START( m1monmon ) |
| 3416 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3417 | | ROM_LOAD( "mmm.bin", 0x0000, 0x020000, CRC(3b4eef7f) SHA1(4ad32a92eb2f31c1cefb1cf86f558dff3e8328bb) ) |
| 3418 | | |
| 3419 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3420 | | ROM_LOAD( "mmm10", 0x0000, 0x020000, CRC(a8526a02) SHA1(6f5e38c63d8c44df7e227e4014b89d05cfb8d3c0) ) |
| 3421 | | ROM_LOAD( "mmm10v", 0x0000, 0x020000, CRC(da39e2f8) SHA1(8e289d2fcfb5455e3ec14f98e9f918e074964a8c) ) |
| 3422 | | ROM_LOAD( "mmm15f", 0x0000, 0x020000, CRC(60f13207) SHA1(6cdd8a23e4b53f820a3b72dc728315b91193a786) ) |
| 3423 | | ROM_LOAD( "mmm15r", 0x0000, 0x020000, CRC(442c4386) SHA1(c610e1d8da1a55b6ccb618dce00db55ee8cfe039) ) |
| 3424 | | ROM_LOAD( "mmm221f", 0x0000, 0x020000, CRC(60f13207) SHA1(6cdd8a23e4b53f820a3b72dc728315b91193a786) ) |
| 3425 | | ROM_LOAD( "mmm510", 0x0000, 0x020000, CRC(ad61d45d) SHA1(4b66d5a2a33ffa62e6fb763ef4f2bfda2832a10e) ) |
| 3426 | | ROM_LOAD( "mmm55", 0x0000, 0x020000, CRC(f5506f09) SHA1(e4664a09f1a09f23363c07812cce93e9ac1acea4) ) |
| 3427 | | ROM_LOAD( "mmm5p815.bin", 0x0000, 0x020000, CRC(34d8eeb5) SHA1(d9202de6b2a291a055763e669c08e4b2b02c1e88) ) |
| 3428 | | ROM_LOAD( "mmm86f", 0x0000, 0x020000, CRC(a8526a02) SHA1(6f5e38c63d8c44df7e227e4014b89d05cfb8d3c0) ) |
| 3429 | | ROM_LOAD( "money510", 0x0000, 0x020000, CRC(ad61d45d) SHA1(4b66d5a2a33ffa62e6fb763ef4f2bfda2832a10e) ) |
| 3430 | | ROM_LOAD( "sa6-480", 0x0000, 0x020000, CRC(d10e676a) SHA1(a84252fdd78a982f16dc95caedf935ad6e6b109d) ) |
| 3431 | | ROM_LOAD( "sa6-481", 0x0000, 0x020000, CRC(814f99d6) SHA1(9d12439da761955c7e968e99bcb6ddf5ed770211) ) |
| 3432 | | ROM_LOAD( "sa6-590", 0x0000, 0x020000, CRC(8ff74ac1) SHA1(fec7b4d6b923ebcde406bb2b943cc6b162eda90c) ) |
| 3433 | | ROM_LOAD( "sa6-591", 0x0000, 0x020000, CRC(dfb6b47d) SHA1(ced1072695c873872cc663a1e567bfe9e01f7a9e) ) |
| 3434 | | ROM_LOAD( "sa7-300", 0x0000, 0x020000, CRC(acb52668) SHA1(5513860fcf8be181159d77678c1fc710357c91a2) ) |
| 3435 | | ROM_LOAD( "sa7-301", 0x0000, 0x020000, CRC(fcf4d8d4) SHA1(384ed15b73bdd019bef56301774e18a688632f46) ) |
| 3436 | | ROM_LOAD( "sa8-079", 0x0000, 0x020000, CRC(6b0f11c3) SHA1(290aa27939c204a79b3f708d2c13d98a3a099a85) ) |
| 3437 | | ROM_LOAD( "sa8-086", 0x0000, 0x020000, CRC(a8526a02) SHA1(6f5e38c63d8c44df7e227e4014b89d05cfb8d3c0) ) |
| 3438 | | ROM_LOAD( "sa8-087", 0x0000, 0x020000, CRC(f81394be) SHA1(d34d3a90f768cf3051e33939b8a5f9ff4a4029fc) ) |
| 3439 | | ROM_LOAD( "sa8-126", 0x0000, 0x020000, CRC(80e7bd56) SHA1(ee6fb3c9abf709e79d62ede086a1c7884a55faaa) ) |
| 3440 | | ROM_LOAD( "sa8-127", 0x0000, 0x020000, CRC(d0a643ea) SHA1(e0e96811dd4de29b2ecef09d95881fd967e74a89) ) |
| 3441 | | ROM_LOAD( "sa8-128", 0x0000, 0x020000, CRC(5109340d) SHA1(67e46edc3c98d514ef72ca5eb3e7cb5ec52c9703) ) |
| 3442 | | ROM_LOAD( "sa8-129", 0x0000, 0x020000, CRC(0148cab1) SHA1(b6d9161bb41a3e15023caee1ad7c2ee75f8759dc) ) |
| 3443 | | ROM_LOAD( "sa8-218", 0x0000, 0x020000, CRC(146dbd3a) SHA1(89c00f69877fad4bf943812d167f436f9a9d797a) ) |
| 3444 | | ROM_LOAD( "sa8-219", 0x0000, 0x020000, CRC(442c4386) SHA1(c610e1d8da1a55b6ccb618dce00db55ee8cfe039) ) |
| 3445 | | ROM_LOAD( "sa8-220", 0x0000, 0x020000, CRC(30b0ccbb) SHA1(c9ea32c6ff95e3d5f21650b824402457df7269a5) ) |
| 3446 | | ROM_LOAD( "sa8-221", 0x0000, 0x020000, CRC(60f13207) SHA1(6cdd8a23e4b53f820a3b72dc728315b91193a786) ) |
| 3447 | | ROM_LOAD( "sa9-015", 0x0000, 0x020000, CRC(a20db239) SHA1(437967107c18d647539eeabe17157dfcc9ab64a7) ) |
| 3448 | | ROM_LOAD( "sa9-016", 0x0000, 0x020000, CRC(b1ca896f) SHA1(782ca31e42e8b0c2f2b1b792ec21c859ed3cf7d2) ) |
| 3449 | | // ROM_LOAD( "mon55", 0x0000, 0x020000, CRC(f5506f09) SHA1(e4664a09f1a09f23363c07812cce93e9ac1acea4) ) // was in the monopoly set! |
| 3450 | | |
| 3451 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3452 | | ROM_LOAD( "mmm.p1", 0x000000, 0x080000, CRC(687ccf90) SHA1(cd3fd5994b7809aa267eff419a54fddb38675947) ) |
| 3453 | | ROM_LOAD( "mmm.p2", 0x080000, 0x080000, CRC(da5a7d93) SHA1(107659124fabc2d8d7f91d8fe6d0e7d9d00bf2cb) ) |
| 3454 | | ROM_END_M1A_MCU |
| 3455 | | |
| 3456 | | ROM_START( m1monod ) |
| 3457 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3458 | | ROM_LOAD( "monopoly.bin", 0x0000, 0x010000, CRC(b7a2911b) SHA1(74507dd3a947d1b4d7bd0b58adb53d4f6e7ce200) ) |
| 3459 | | |
| 3460 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3461 | | ROM_LOAD( "monopolysnddutch.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) |
| 3462 | | ROM_END_M1A_MCU |
| 3463 | | |
| 3464 | | ROM_START( m1mono ) |
| 3465 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3466 | | ROM_LOAD( "maygaymonopoly delx 5p-10p 6.bin", 0x0000, 0x010000, CRC(ed3c5997) SHA1(5a1e82894bd71073e08136a9071528833b529f5e) ) |
| 3467 | | |
| 3468 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3469 | | ROM_LOAD( "mon deluxe old 6 5_10.bin", 0x0000, 0x010000, CRC(f6ff2c55) SHA1(dec0be9c5584285b47943dd7d8751acd5e244daf) ) |
| 3470 | | ROM_LOAD( "mon20p10", 0x0000, 0x010000, CRC(25b617b9) SHA1(adffbae086c83c1d9342e0fdded0ec8651f4efdd) ) |
| 3471 | | ROM_LOAD( "mon5p5cbin", 0x0000, 0x010000, CRC(5589d97d) SHA1(d8776200d5c85fc1946ab4a4d0f7b7fb721a08f0) ) |
| 3472 | | ROM_LOAD( "mono10", 0x0000, 0x010000, CRC(25b617b9) SHA1(adffbae086c83c1d9342e0fdded0ec8651f4efdd) ) |
| 3473 | | ROM_LOAD( "mono10p", 0x0000, 0x010000, CRC(e7eead08) SHA1(94a512ff43487c4294afa3f280759ae86489ccbf) ) |
| 3474 | | ROM_LOAD( "mono8", 0x0000, 0x010000, CRC(e19cf85b) SHA1(24bfa0086bda37f9ca9b5cf4cdc7d7873c305e76) ) |
| 3475 | | ROM_LOAD( "monopoly 5p.bin", 0x0000, 0x010000, CRC(75125a1d) SHA1(20a16835b39d3eaa38c88ed885aef04bdb08bb65) ) |
| 3476 | | ROM_LOAD( "monopoly6jp.bin", 0x0000, 0x010000, CRC(4a5bc1a5) SHA1(09d576ef92ac03a1e5e5d852851414830ee7ebe9) ) |
| 3477 | | ROM_LOAD( "monopoly_5p10p_ndp_6pound-sa5-015.bin", 0x0000, 0x010000, CRC(03e359b7) SHA1(e469adaf5d0ed6e44c17a5881bbb42b391d680ee) ) |
| 3478 | | ROM_LOAD( "monopolygame.bin", 0x0000, 0x010000, CRC(07f82db9) SHA1(a46a4a62d7d4ca9fcf9674301f9960e04b879b20) ) |
| 3479 | | ROM_LOAD( "sa3-005", 0x0000, 0x010000, CRC(6aeecc7e) SHA1(2d2d077c26e01f35a7b76533a4d27a7266e1a1cb) ) |
| 3480 | | ROM_LOAD( "sa4-314", 0x0000, 0x010000, CRC(708a92ea) SHA1(0f5b9123e4356447215a6d76764c6a124a5206e2) ) |
| 3481 | | ROM_LOAD( "sa4-315", 0x0000, 0x010000, CRC(98620f0c) SHA1(a92f3ccf36dde20dc5ba8e655212f8a7d8888ce4) ) |
| 3482 | | ROM_LOAD( "sa4-316", 0x0000, 0x010000, CRC(b0c9b2d2) SHA1(4d6efe7453a398cd8f8a7290a4ea13ee1027425c) ) |
| 3483 | | ROM_LOAD( "sa4-317", 0x0000, 0x010000, CRC(58212f34) SHA1(04ee3037861ca97d874fa24954ce3c76fca7e815) ) |
| 3484 | | ROM_LOAD( "sa5-035", 0x0000, 0x010000, CRC(a4e07340) SHA1(c566e5ddb780755a8e16454eec8aecfa8d4130a6) ) |
| 3485 | | ROM_LOAD( "sa5-036", 0x0000, 0x010000, CRC(1058ad93) SHA1(2a53a5af56e148526ddc47deb49bf3d5aa3063b5) ) |
| 3486 | | ROM_LOAD( "sa6-005", 0x0000, 0x010000, CRC(6b3655bb) SHA1(cd600a6a1730765bf271cc195343712fb2ba3ad7) ) |
| 3487 | | ROM_LOAD( "sa6-007", 0x0000, 0x010000, CRC(ac7c3a2f) SHA1(50d734a2b58d78bfe3fce6455caca0524c464d7e) ) |
| 3488 | | ROM_LOAD( "sa6-008", 0x0000, 0x010000, CRC(0a546803) SHA1(6122bf392f37c420cf194ff3b21d5b1e615c437f) ) |
| 3489 | | ROM_LOAD( "sa6-009", 0x0000, 0x010000, CRC(07f82db9) SHA1(a46a4a62d7d4ca9fcf9674301f9960e04b879b20) ) |
| 3490 | | ROM_LOAD( "sa6-010", 0x0000, 0x010000, CRC(876ed0d1) SHA1(6af96a7e0ff2757836741054f19cfe3469bc0bb5) ) |
| 3491 | | |
| 3492 | | // BWB sets? |
| 3493 | | ROM_LOAD( "mono5p", 0x0000, 0x010000, CRC(805d33e8) SHA1(4d946ee37f8d25f0f7bb3497a538974e1bae14b1) ) |
| 3494 | | ROM_LOAD( "mox3&1", 0x0000, 0x010000, CRC(8a790928) SHA1(91594136eb133b6112beb036a973756d0b54b648) ) |
| 3495 | | ROM_LOAD( "sa4-205.bin", 0x0000, 0x010000, CRC(7461f169) SHA1(5d54d259d252fddd0c222790cdcd098267a8f9a7) ) |
| 3496 | | ROM_LOAD( "sa4-206.bin", 0x0000, 0x010000, CRC(c0d92fba) SHA1(c6ef33c26bbdd522107622235f4d429d4043fe9e) ) |
| 3497 | | ROM_LOAD( "sa4-207.bin", 0x0000, 0x010000, CRC(de05924e) SHA1(fa5ff4383161989481765c8cbf73322d180104ed) ) |
| 3498 | | ROM_LOAD( "sa4-208.bin", 0x0000, 0x010000, CRC(782dc062) SHA1(bd43e37b02db247f0c5c41c273dc67a8b80ca7d9) ) |
| 3499 | | ROM_LOAD( "sa4-211.bin", 0x0000, 0x010000, CRC(faac3556) SHA1(13b7dd369994669eb971807620c0434ce425f918) ) |
| 3500 | | ROM_LOAD( "sa4-212.bin", 0x0000, 0x010000, CRC(4e14eb85) SHA1(eb26b5593e250d0b508b346821ee7591d800dacf) ) |
| 3501 | | ROM_LOAD( "sa4-601", 0x0000, 0x010000, CRC(1b5ad34d) SHA1(4f32fa4c8a667b19b09e5b4e4a1dee2e2f8b4bf0) ) |
| 3502 | | ROM_LOAD( "sa4-602", 0x0000, 0x010000, CRC(afe20d9e) SHA1(5f1648443c46138d1256f8da92179b2c58ddfd4b) ) |
| 3503 | | ROM_LOAD( "sa4-603", 0x0000, 0x010000, CRC(98fe65f2) SHA1(4944291118d5ed7a642d15441bf7e67ab489ffda) ) |
| 3504 | | ROM_LOAD( "sa4-604", 0x0000, 0x010000, CRC(94e63d4b) SHA1(81c549ebc8b28c005fdfc430d49e548403d72ce0) ) |
| 3505 | | //ROM_LOAD( "sa5-015.asv", 0x0000, 0x0000db, CRC(76eb74b3) SHA1(d04ee03bbaa1e53ef4c07ea703ea0607bf2b9314) ) |
| 3506 | | ROM_LOAD( "sa5-016", 0x0000, 0x010000, CRC(b75b8764) SHA1(91513702719d6a3049f264c5e547b8a69058b82c) ) |
| 3507 | | ROM_LOAD( "sa5-184", 0x0000, 0x010000, CRC(51a8fde3) SHA1(c73441f79b877aaed57791629de9f9b02ff544da) ) |
| 3508 | | ROM_LOAD( "sa5-185", 0x0000, 0x010000, CRC(b9406005) SHA1(f1b025140ba7579b1eeb497a64c348df5a341d5d) ) |
| 3509 | | |
| 3510 | | |
| 3511 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) // the sound roms for the SWP video version were in here too... |
| 3512 | | ROM_LOAD( "monopolysnd.bin", 0x0000, 0x020000, CRC(f93ef281) SHA1(b2c2bf361c44499a13731d494af66d2aa45ccebd) ) |
| 3513 | | ROM_END_M1A_MCU |
| 3514 | | |
| 3515 | | |
| 3516 | | ROM_START( m1moncls ) |
| 3517 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3518 | | ROM_LOAD( "classicmonopoly(maygay)programromsa3-316.bin", 0x0000, 0x010000, CRC(98f9d6b0) SHA1(f30fa1fb88bfd4098b189cf03a7e0b9dcc5bfdef) ) |
| 3519 | | |
| 3520 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3521 | | ROM_LOAD( "sa3-318.bin", 0x0000, 0x010000, CRC(01e8224c) SHA1(dfad509c00d6311eb1e8bbbfe1ca5fd6aeb9da43) ) |
| 3522 | | ROM_LOAD( "sa3-319.bin", 0x0000, 0x010000, CRC(e900bfaa) SHA1(ce6f1021234979d0c27d5668b470fd31594ca222) ) |
| 3523 | | ROM_LOAD( "sa4-120", 0x0000, 0x010000, CRC(c594d56d) SHA1(4a48f3d80c575025de7624528647891c179c1b0d) ) |
| 3524 | | ROM_LOAD( "sa4-121", 0x0000, 0x010000, CRC(2d7c488b) SHA1(ee63973447cb21fa2872ed74612f431add2b7a46) ) |
| 3525 | | |
| 3526 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3527 | | ROM_LOAD( "classicmonopoly(maygay)soundromdig1-027.bin", 0x0000, 0x040000, CRC(d5243b51) SHA1(c7e3a61071c566e8ea9c8842839b70242ca67308) ) |
| 3528 | | ROM_END_M1A_MCU |
| 3529 | | |
| 3530 | | |
| 3531 | | ROM_START( m1monclb ) |
| 3532 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3533 | | ROM_LOAD( "mon.bin", 0x0000, 0x020000, CRC(9941e3ee) SHA1(2abae2333e35e55510eb73da03c8b385960a5d26) ) |
| 3534 | | |
| 3535 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3536 | | ROM_LOAD( "mono250", 0x0000, 0x020000, CRC(c7b07773) SHA1(056c97adf93edaadd6174304136273122e76577c) ) |
| 3537 | | ROM_LOAD( "sc7-002", 0x0000, 0x020000, CRC(418de7f0) SHA1(a80c13a96d101cf8e94a342e1cece3cf4f0c72e4) ) |
| 3538 | | ROM_LOAD( "sc7-003", 0x0000, 0x020000, CRC(11cc194c) SHA1(36df2ac0b809bb6f8657c8d6edf9e8312dc9bb5e) ) |
| 3539 | | ROM_LOAD( "sc7-415", 0x0000, 0x020000, CRC(9b62636e) SHA1(5bd54b7c8709c4bac8b5afe8d40eeffa633cef71) ) |
| 3540 | | ROM_LOAD( "sc7-416", 0x0000, 0x020000, CRC(88a55838) SHA1(3cf3eae6aaab082114a18b2ec0f90eb26a9429f1) ) |
| 3541 | | ROM_LOAD( "sc7-521", 0x0000, 0x020000, CRC(c9001d52) SHA1(2b9181e66ebc25bc00abbff6369f0238590da0a7) ) |
| 3542 | | ROM_LOAD( "sc7-547", 0x0000, 0x020000, CRC(3b074e23) SHA1(aff0a2450aba1848f77a319dd655e452e5e44717) ) |
| 3543 | | ROM_LOAD( "sc7-548", 0x0000, 0x020000, CRC(7aa7ef48) SHA1(45660b8e82d499487db1d88b3d2031dfa1fd6fb2) ) |
| 3544 | | ROM_LOAD( "sc8-038", 0x0000, 0x020000, CRC(7f227fe0) SHA1(636ffcae599c9cc8e1f9894c67e4e2f846a7c980) ) |
| 3545 | | ROM_LOAD( "sc8-092", 0x0000, 0x020000, CRC(37edc96a) SHA1(3d6f8f5bc2340890798bb29f6fc98f6e284c7aad) ) |
| 3546 | | ROM_LOAD( "sc8-308", 0x0000, 0x020000, CRC(3f438e55) SHA1(ea07d462088cfb48e6c9a91a43313812d44b045c) ) |
| 3547 | | ROM_LOAD( "sc8-309", 0x0000, 0x020000, CRC(6f0270e9) SHA1(87c2f653a7297801410120de94618c71cb997efa) ) |
| 3548 | | ROM_LOAD( "monclub", 0x0000, 0x020000, CRC(0604d7a4) SHA1(fa475fcfc91f9962280329855730fb00c8f421c3) ) |
| 3549 | | |
| 3550 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3551 | | // ROM_LOAD( "sound.u2", 0x0000, 0x080000, CRC(f7303657) SHA1(a66c1110b38d36ebbd0ec3a2d3a08d9164b9d4a0) ) |
| 3552 | | // ROM_LOAD( "sound.u3", 0x0000, 0x080000, CRC(3881a59a) SHA1(e7f13152ff4c8e502bd97ea8ab90416126de73f3) ) |
| 3553 | | ROM_LOAD( "monsnd1.bin", 0x0000, 0x080000, CRC(f7303657) SHA1(a66c1110b38d36ebbd0ec3a2d3a08d9164b9d4a0) ) |
| 3554 | | ROM_LOAD( "monsnd2.bin", 0x0000, 0x080000, CRC(3881a59a) SHA1(e7f13152ff4c8e502bd97ea8ab90416126de73f3) ) |
| 3555 | | ROM_END_M1A_MCU |
| 3556 | | |
| 3557 | | |
| 3558 | | ROM_START( m1monstr ) |
| 3559 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3560 | | ROM_LOAD( "sa7-549", 0x0000, 0x020000, CRC(8eaab93c) SHA1(a14a4b68994594df1e20695b056102db52dd33d1) ) |
| 3561 | | |
| 3562 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3563 | | ROM_LOAD( "sa7-550", 0x0000, 0x020000, CRC(f72fa0c7) SHA1(8eecd458d58a4ccc58a42bc149737c9c335fbfec) ) |
| 3564 | | ROM_LOAD( "sa7-553", 0x0000, 0x020000, CRC(703a437a) SHA1(e2b5b6ba1c5b73d84f403b0f2c40e5e7bbcc435a) ) |
| 3565 | | ROM_LOAD( "sa7-554", 0x0000, 0x020000, CRC(e4f0f3f8) SHA1(152728dec092e20e102239d396cfa9525c7d92cf) ) |
| 3566 | | ROM_END_M1A_MCU |
| 3567 | | |
| 3568 | | |
| 3569 | | ROM_START( m1nhp ) |
| 3570 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3571 | | ROM_LOAD( "noel.bin", 0x0000, 0x010000, CRC(b747e835) SHA1(98faaff432182adaf8ae7249187ac0e81bfe10d8) ) |
| 3572 | | |
| 3573 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3574 | | ROM_LOAD( "noel10", 0x0000, 0x010000, CRC(84ad7b31) SHA1(e350a1806c05215e0a60f8dc724345b6b1a0be12) ) |
| 3575 | | ROM_LOAD( "noels-8s.p1", 0x0000, 0x010000, CRC(1e2d92d3) SHA1(467b49234f4498a5ab2fc01bcf9d4982234e36cb) ) |
| 3576 | | ROM_LOAD( "sa5-216", 0x0000, 0x010000, CRC(46e9e772) SHA1(098c23b8676b53dce6087c7812eb45a31e1cad0d) ) |
| 3577 | | ROM_LOAD( "sa5-217", 0x0000, 0x010000, CRC(ae017a94) SHA1(66358ddcc01a508c724e8323236fa6d4466776ba) ) |
| 3578 | | ROM_LOAD( "sa5-218", 0x0000, 0x010000, CRC(d8b49c71) SHA1(fa19b503f036490321786ee229502f2506aaaf3f) ) |
| 3579 | | ROM_LOAD( "sa5-219", 0x0000, 0x010000, CRC(305c0197) SHA1(db47abc5036df1ea85a9ef1516976762be82ca9e) ) |
| 3580 | | ROM_LOAD( "sa5-243", 0x0000, 0x010000, CRC(5faf75d3) SHA1(bc6f2bf5d5da15d330298d4094ec088f4ba8ae32) ) |
| 3581 | | ROM_LOAD( "sa5-366", 0x0000, 0x010000, CRC(1e2d92d3) SHA1(467b49234f4498a5ab2fc01bcf9d4982234e36cb) ) |
| 3582 | | ROM_LOAD( "sa5-367", 0x0000, 0x010000, CRC(f6c50f35) SHA1(4c7b6f85429212946d6ccab27e77214b52f458f5) ) |
| 3583 | | ROM_LOAD( "sa5-368", 0x0000, 0x010000, CRC(7b64a929) SHA1(4de9951a76a8fa7e858efe40fa202e5d6eebdce3) ) |
| 3584 | | ROM_LOAD( "sa5-369", 0x0000, 0x010000, CRC(938c34cf) SHA1(ecff6c8b20fba39301d1d137767ffcdcbbc7f2e1) ) |
| 3585 | | ROM_LOAD( "sa5-371", 0x0000, 0x010000, CRC(f7ce27b5) SHA1(859176f0e5d6b2c839293b9542df9abf5790e2d7) ) |
| 3586 | | ROM_LOAD( "sa6-628", 0x0000, 0x010000, CRC(afbc389c) SHA1(d19b7b82e54dd7e846a8f1255d6d8de298f71b31) ) |
| 3587 | | ROM_LOAD( "sa6-629", 0x0000, 0x010000, CRC(4754a57a) SHA1(759b9b527f5bade7abf8079fb61c77690af94e92) ) |
| 3588 | | |
| 3589 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3590 | | ROM_LOAD( "noelshouseparty.p1", 0x000000, 0x080000, CRC(aa8e62e4) SHA1(719cb6d5c2b3ffca3952c01e143f6096207b2520) ) |
| 3591 | | ROM_LOAD( "noelshouseparty.p2", 0x080000, 0x080000, CRC(e8a06839) SHA1(7452f48355c64e0424879d53d87fa523953eec0a) ) |
| 3592 | | ROM_END_M1A_MCU |
| 3593 | | |
| 3594 | | |
| 3595 | | ROM_START( m1nudbnk ) |
| 3596 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3597 | | ROM_LOAD( "naban510", 0x0000, 0x020000, CRC(70c25167) SHA1(8aeeaecbc9fdf44bef6d4bf32ab3c36050c6d812) ) |
| 3598 | | |
| 3599 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3600 | | ROM_LOAD( "nban510", 0x0000, 0x020000, CRC(70c25167) SHA1(8aeeaecbc9fdf44bef6d4bf32ab3c36050c6d812) ) |
| 3601 | | ROM_LOAD( "nban55", 0x0000, 0x020000, CRC(a2d7b81c) SHA1(4ecd0f56ff6e043d1cff3c9a2baf0ebec2bf20d2) ) |
| 3602 | | ROM_LOAD( "sa6-436", 0x0000, 0x020000, CRC(1566d056) SHA1(4ea5927e1f5fb5d58072e1618d6988eab2fd6158) ) |
| 3603 | | ROM_LOAD( "sa6-437", 0x0000, 0x020000, CRC(45272eea) SHA1(903eaa4ee405b66a1b81b770935fcd24e25b8b85) ) |
| 3604 | | ROM_LOAD( "sa6-525", 0x0000, 0x010000, CRC(ccce8ada) SHA1(bed46cfd6f63685a5aaf013ce58b9c67b5e0bc26) ) |
| 3605 | | ROM_LOAD( "sa6-526", 0x0000, 0x010000, CRC(78765409) SHA1(d496406db10119963245bab06ef603231db151e8) ) |
| 3606 | | ROM_LOAD( "sa6-529", 0x0000, 0x010000, CRC(aba06cb3) SHA1(8944b48038fda54aecbab4e5420d425828d316d0) ) |
| 3607 | | ROM_LOAD( "sa6-530", 0x0000, 0x010000, CRC(2b3691db) SHA1(ecd730efc1c7308d4305dfebb446be37bbd1fd67) ) |
| 3608 | | ROM_LOAD( "sa6-531", 0x0000, 0x010000, CRC(e46334a0) SHA1(8bba3a9dc90465c8e5f4430c822457fb5aeba45e) ) |
| 3609 | | ROM_LOAD( "sa6-532", 0x0000, 0x010000, CRC(50dbea73) SHA1(ff93858f53b6025b4396f2d7aa4e14dea3445129) ) |
| 3610 | | ROM_LOAD( "sa6-533", 0x0000, 0x020000, CRC(db4115b0) SHA1(19e92c0e3b1e63e8eef2b92b8baba84c6531e99a) ) |
| 3611 | | ROM_LOAD( "sa6-534", 0x0000, 0x020000, CRC(4f8ba532) SHA1(6e24c304b2ef3c7a0207f4a471e540aff3595313) ) |
| 3612 | | ROM_LOAD( "sa7-470", 0x0000, 0x020000, CRC(bc0e16e5) SHA1(6223c4f5cd2c1dc8469dacc75874b31d178468fb) ) |
| 3613 | | ROM_LOAD( "sa7-471", 0x0000, 0x020000, CRC(ec4fe859) SHA1(425cccdf88ade50cab3f9ab8b463cb139de4cb5b) ) |
| 3614 | | ROM_LOAD( "sa8-172", 0x0000, 0x020000, CRC(306783a9) SHA1(ab9675ba48e4d72f313c115970c3fd6789415662) ) |
| 3615 | | ROM_LOAD( "sa8-173", 0x0000, 0x020000, CRC(60267d15) SHA1(312290db2c35c8cdc2ba3495d72614fb736834e2) ) |
| 3616 | | ROM_LOAD( "sa8-174", 0x0000, 0x010000, CRC(0aba9710) SHA1(53801823d65cb796112e24d1f2d98a85f4ea3adf) ) |
| 3617 | | ROM_LOAD( "sa8-175", 0x0000, 0x010000, CRC(e2520af6) SHA1(27a171b480586ac41262e16e365cadb29e8f9017) ) |
| 3618 | | ROM_LOAD( "sa9-011", 0x0000, 0x020000, CRC(e170f4ed) SHA1(525a12187918c9a8bc8040c8dfde9007264da708) ) |
| 3619 | | ROM_LOAD( "sa9-012", 0x0000, 0x020000, CRC(f2b7cfbb) SHA1(0d0be0438679f3955b6f1f96d536279028f71b60) ) |
| 3620 | | ROM_LOAD( "sa9-013", 0x0000, 0x020000, CRC(92de377e) SHA1(3ebf9a81fb709df84221d9a9f7dcc2eb9bfb188f) ) |
| 3621 | | ROM_LOAD( "sa9-014", 0x0000, 0x020000, CRC(061487fc) SHA1(db80449154d1add4af6e78416d25fc4dd60916c0) ) |
| 3622 | | ROM_LOAD( "15nbro", 0x0000, 0x020000, CRC(fff4b810) SHA1(0dc941d54853eb9c3e26210e1f4032d7a6de3dc6) ) |
| 3623 | | |
| 3624 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3625 | | ROM_LOAD( "nbanu2", 0x000000, 0x080000, CRC(4d5ef011) SHA1(f19ae0b958f08ccd9a40e91719e096bad1ae1d0e) ) |
| 3626 | | ROM_LOAD( "nbanu3", 0x080000, 0x080000, CRC(c2ea4a53) SHA1(74b6144f22903565ac3526c235a75bd85fe49256) ) |
| 3627 | | ROM_END_M1A_MCU |
| 3628 | | |
| 3629 | | |
| 3630 | | ROM_START( m1nudunl ) |
| 3631 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3632 | | ROM_LOAD( "sa6-650", 0x0000, 0x020000, CRC(bfb700d8) SHA1(8d09812287ff207f87887215f265954debbe9f2b) ) |
| 3633 | | |
| 3634 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3635 | | ROM_LOAD( "sa6-651", 0x0000, 0x020000, CRC(eff6fe64) SHA1(448170ed3d36e5b9fbfc99c710f2b2d948291d44) ) |
| 3636 | | ROM_LOAD( "sa6-652", 0x0000, 0x020000, CRC(ce0d8e53) SHA1(31ff918d3baa34e318f4e3895e9ce2182d8841ce) ) |
| 3637 | | ROM_LOAD( "sa6-653", 0x0000, 0x020000, CRC(9e4c70ef) SHA1(90ba28a4de87d025ec869af4a44e4f638eaddd88) ) |
| 3638 | | ROM_LOAD( "sa7-007", 0x0000, 0x020000, CRC(f50d2357) SHA1(355223dae2180f79c41fbd756cf4f7fd7582cfc3) ) |
| 3639 | | ROM_LOAD( "sa7-008", 0x0000, 0x020000, CRC(b4ad823c) SHA1(0b890a808338843fabb5b449fd792c3eaa82e837) ) |
| 3640 | | ROM_END_M1A_MCU |
| 3641 | | |
| 3642 | | |
| 3643 | | ROM_START( m1omega ) |
| 3644 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3645 | | ROM_LOAD( "sa4-089.bin", 0x0000, 0x010000, CRC(ada5f2ae) SHA1(190813e17460acd1f43606da08ac50e0e0fe2108) ) |
| 3646 | | |
| 3647 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3648 | | ROM_LOAD( "sa4-090.bin", 0x0000, 0x010000, CRC(2d330fc6) SHA1(a74a83a3824e6593fed8ebfd341151f56c1f47fa) ) |
| 3649 | | ROM_END_M1A_MCU |
| 3650 | | |
| 3651 | | |
| 3652 | | ROM_START( m1onbus ) |
| 3653 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3654 | | ROM_LOAD( "onbuses10p10.bin", 0x0000, 0x020000, CRC(27765bd8) SHA1(890d4fc934b0e1d66a52896f176b086453909332) ) |
| 3655 | | |
| 3656 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3657 | | ROM_LOAD( "otbgame", 0x0000, 0x020000, CRC(48e1bdea) SHA1(bca684ae6def40ff5ba8cfda8ee90dcf6cda6e13) ) |
| 3658 | | ROM_LOAD( "sa7-579", 0x0000, 0x020000, CRC(ed23e05c) SHA1(b798b71319f05ebae977696e3b38a9bdff24fca8) ) |
| 3659 | | ROM_LOAD( "sa7-580", 0x0000, 0x020000, CRC(7a6068f4) SHA1(346f3568a3d7208f0413710d60d05c27575c1276) ) |
| 3660 | | ROM_LOAD( "sa7-674", 0x0000, 0x020000, CRC(ad6c9bc6) SHA1(ade618002c6dfa9de48331c394487964134fe810) ) |
| 3661 | | ROM_LOAD( "sa7-675", 0x0000, 0x020000, CRC(fd2d657a) SHA1(02e43821aca7682adab1121fb538435f834551d5) ) |
| 3662 | | ROM_LOAD( "sa7-728", 0x0000, 0x020000, CRC(09411c81) SHA1(8e6b0b093c251df3a2ccca2c0d376090c9e67a8a) ) |
| 3663 | | ROM_LOAD( "sa7_728", 0x0000, 0x010000, CRC(b942cf3a) SHA1(bb1ddcc3d03237fb34caa7891a556afd7cf1823d) ) |
| 3664 | | ROM_LOAD( "sa9-003", 0x0000, 0x020000, CRC(93874b8b) SHA1(2afc397ec907e212313e55d4e2a53e0e3039ce1d) ) |
| 3665 | | ROM_LOAD( "sa9-004", 0x0000, 0x020000, CRC(074dfb09) SHA1(d8cae78f3e74ceef49c11992bb7f62bcf6236898) ) |
| 3666 | | ROM_LOAD( "sa9-005", 0x0000, 0x020000, CRC(c132a9be) SHA1(fe5fd99e4e8a5d88b6d0ce1d9093e8143163d261) ) |
| 3667 | | ROM_LOAD( "sa9-006", 0x0000, 0x020000, CRC(d2f592e8) SHA1(37d9b42b54c6d1bca20f3316ff1df7c439aef235) ) |
| 3668 | | ROM_LOAD( "sa9_006", 0x0000, 0x010000, CRC(ce8f403f) SHA1(ec71a0abe659c88c31c66b8f189c34978ee35fa1) ) |
| 3669 | | ROM_LOAD( "sk991069", 0x0000, 0x020000, CRC(ecc6df02) SHA1(b86399b6cdb802caaf865bb8715b8a772398e733) ) |
| 3670 | | ROM_LOAD( "sk991070", 0x0000, 0x020000, CRC(c1416ca8) SHA1(c5333b107de8be5bff5c5b403dbdf82fe86a6c6c) ) |
| 3671 | | |
| 3672 | | ROM_LOAD( "15otbfo", 0x0000, 0x020000, CRC(3d23c94b) SHA1(42a823e8b3e3e1e004a835a7c018369e30c4a4a6) ) |
| 3673 | | ROM_LOAD( "15otbro", 0x0000, 0x020000, CRC(6f962b7e) SHA1(98b56de3186d2de4fea7500bcd4dfd12f3367ce7) ) |
| 3674 | | |
| 3675 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3676 | | ROM_LOAD( "otbsnd1.bin", 0x000000, 0x080000, CRC(c1868f4a) SHA1(606c5dbbea6f681485922ea498846a8b2d94eb4f) ) |
| 3677 | | ROM_LOAD( "otbsnd2.bin", 0x080000, 0x080000, CRC(aa60f721) SHA1(030a5a39ed9212c63a025dbdd9e79a86c77f4921) ) |
| 3678 | | ROM_END_M1A_MCU |
| 3679 | | |
| 3680 | | |
| 3681 | | ROM_START( m1ott ) |
| 3682 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3683 | | ROM_LOAD( "sa7-733", 0x0000, 0x020000, CRC(0c9a68dd) SHA1(1be9a9a91d5a00c07693777a92c312605f4cd5aa) ) |
| 3684 | | |
| 3685 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3686 | | ROM_LOAD( "sa7-734", 0x0000, 0x020000, CRC(9850d85f) SHA1(a155a13a4f240f455a990769140d8b2eabcb88ed) ) |
| 3687 | | ROM_END_M1A_MCU |
| 3688 | | |
| 3689 | | |
| 3690 | | ROM_START( m1piggy ) |
| 3691 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3692 | | ROM_LOAD( "sa3-277.bin", 0x0000, 0x010000, CRC(699d9bba) SHA1(400c419d62bc204c66b71f8dcda71b6b77bbc274) ) |
| 3693 | | |
| 3694 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3695 | | ROM_LOAD( "sa3-278.bin", 0x0000, 0x010000, CRC(cfb5c996) SHA1(7798ce05f24e064786dd4866f16f4fdf79ca026e) ) |
| 3696 | | ROM_LOAD( "sa3-279.bin", 0x0000, 0x010000, CRC(ed6a592d) SHA1(de667c0da3f66ac84f8edf52a57de55e6f4a3409) ) |
| 3697 | | ROM_LOAD( "sa3-280.bin", 0x0000, 0x010000, CRC(290c9d41) SHA1(151cfea6b56954ae1f9e53aba68c6ec9d309411e) ) |
| 3698 | | ROM_END_M1A_MCU |
| 3699 | | |
| 3700 | | |
| 3701 | | ROM_START( m1ppd ) |
| 3702 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3703 | | ROM_LOAD( "pinkpanther.bin", 0x0000, 0x010000, CRC(09040f9d) SHA1(25c545e599711bf5ff2361c51e6629b69673da33) ) |
| 3704 | | |
| 3705 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3706 | | ROM_LOAD( "ppsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) |
| 3707 | | ROM_END_M1A_MCU |
| 3708 | | |
| 3709 | | |
| 3710 | | ROM_START( m1pp ) |
| 3711 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3712 | | ROM_LOAD( "pink2010", 0x0000, 0x010000, CRC(a098952f) SHA1(d62351d16aa6f34b20774dd6f38ffdada09b49be) ) |
| 3713 | | |
| 3714 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3715 | | ROM_LOAD( "pink58c", 0x0000, 0x010000, CRC(fb0ee333) SHA1(3af5362486de70971f606dd914f8e658015dcf82) ) |
| 3716 | | ROM_LOAD( "pink5p5bin", 0x0000, 0x010000, CRC(97f6cda4) SHA1(338362a2dc0538feea08c98c27af2aec1ec46c08) ) |
| 3717 | | ROM_LOAD( "pinkp.bin", 0x0000, 0x010000, CRC(659d8067) SHA1(86cdeab73dd610dc9a0c69b95e74cf2d9bb36830) ) |
| 3718 | | ROM_LOAD( "pinkp206", 0x0000, 0x010000, CRC(baf9dbe2) SHA1(5293294abd0713aff969012d818dd6e8b637b74a) ) |
| 3719 | | ROM_LOAD( "pinkp8s", 0x0000, 0x010000, CRC(aaf4c565) SHA1(e2d04852e3700b3d19e5245aec2ce57725c728cb) ) |
| 3720 | | ROM_LOAD( "pinkpanther8key20p.bin", 0x0000, 0x010000, CRC(6888e768) SHA1(8b1f076ad6905367956097f7ac2ca3d49a3ed97f) ) |
| 3721 | | ROM_LOAD( "ppanthersa3-026 nd.bin", 0x0000, 0x010000, CRC(189bc301) SHA1(2b9a190e3b5e008b291d0f4b14fa5874c6f867c4) ) |
| 3722 | | ROM_LOAD( "sa3-122.bin", 0x0000, 0x010000, CRC(3bc43552) SHA1(a8c6f314de3148b1b75fb89816e26ac07ee2ef93) ) |
| 3723 | | ROM_LOAD( "sa3-123.bin", 0x0000, 0x010000, CRC(d32ca8b4) SHA1(ebf64436e10f9eb40b938f55845b82e70753fef4) ) |
| 3724 | | ROM_LOAD( "sa4-060.bin", 0x0000, 0x010000, CRC(bae6af78) SHA1(2ac64db6cbbf41314787db0c6a14666d0a16aa63) ) |
| 3725 | | |
| 3726 | | ROM_LOAD( "sa4-137.bin", 0x0000, 0x010000, CRC(64a22d91) SHA1(e1d08950da85bf5e1146633d53ab8149d639c3e1) ) |
| 3727 | | ROM_LOAD( "sa4-139", 0x0000, 0x010000, CRC(e7a170dc) SHA1(120b136b54401755a8ef169ec9f2a510a9b01899) ) |
| 3728 | | ROM_LOAD( "sa4-140", 0x0000, 0x010000, CRC(8701fb2d) SHA1(003f24baa72d56eae9027af557592ccf8c150fa2) ) |
| 3729 | | ROM_LOAD( "sa4-612", 0x0000, 0x010000, CRC(d7d4e529) SHA1(f41bf31b68421010d6ab507da250e8eefdda2376) ) |
| 3730 | | ROM_LOAD( "sa4-613", 0x0000, 0x010000, CRC(3f3c78cf) SHA1(bf2c84bf81c0bd9d32a2c3ca3eef132efed6baea) ) |
| 3731 | | ROM_LOAD( "sa4-614", 0x0000, 0x010000, CRC(632e1f05) SHA1(1fbae16a0addc8baf10f6332860bb98a56b0e94a) ) |
| 3732 | | ROM_LOAD( "sa4-615", 0x0000, 0x010000, CRC(8bc682e3) SHA1(39f2eb7e4e9c36f64b0efe2b347f93638d9b6e09) ) |
| 3733 | | // BWB Panther |
| 3734 | | ROM_LOAD( "ppix6___.281", 0x0000, 0x010000, CRC(386c7d02) SHA1(67a52332a76d82909455174cce5067469654ccd0) ) |
| 3735 | | |
| 3736 | | |
| 3737 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3738 | | ROM_LOAD( "digi16.bin", 0x0000, 0x040000, CRC(ee8bc3ea) SHA1(b58fad236055db30a75bb12946e8ad76638865a0) ) |
| 3739 | | ROM_END_M1A_MCU |
| 3740 | | |
| 3741 | | |
| 3742 | | ROM_START( m1ppc ) |
| 3743 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3744 | | ROM_LOAD( "clubpp.bin", 0x0000, 0x010000, CRC(8df9165a) SHA1(cdd63e4824273eb242d6c579cc88c6b95cb319fa) ) |
| 3745 | | |
| 3746 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3747 | | ROM_LOAD( "sc6-396", 0x0000, 0x010000, CRC(4fa5db01) SHA1(ed253ebfa3dc5ff4ac3d547fc5068e358263367e) ) |
| 3748 | | ROM_LOAD( "sc6-397", 0x0000, 0x010000, CRC(a74d46e7) SHA1(b0438c45685ae8a6c46b4b99a1710d8428e009ff) ) |
| 3749 | | |
| 3750 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3751 | | ROM_LOAD( "clbppsd1.bin", 0x000000, 0x080000, CRC(bb3fe409) SHA1(9dafc470a0bc2d8a2b0e13c44fc81d7e3c905001) ) |
| 3752 | | ROM_LOAD( "clbppsd2.bin", 0x080000, 0x080000, CRC(abbe0f93) SHA1(1195c00a0ac917806316652c4ec5c0717d02876f) ) |
| 3753 | | ROM_END_M1A_MCU |
| 3754 | | |
| 3755 | | |
| 3756 | | ROM_START( m1przclu ) |
| 3757 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3758 | | ROM_LOAD( "sa4-307.bin", 0x0000, 0x010000, CRC(c2b6567e) SHA1(08eee2400bee603dc4fbbe578f1d25481787024b) ) |
| 3759 | | |
| 3760 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3761 | | ROM_LOAD( "sa4-408", 0x0000, 0x010000, CRC(01ff19da) SHA1(5673aef67b017704fbeb4fe66def843db182728b) ) |
| 3762 | | ROM_LOAD( "sa4-409", 0x0000, 0x010000, CRC(e917843c) SHA1(9160588e2fa6e842a51b18b9b0d0c3579c5c637c) ) |
| 3763 | | ROM_END_M1A_MCU |
| 3764 | | |
| 3765 | | |
| 3766 | | ROM_START( m1przee ) |
| 3767 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3768 | | ROM_LOAD( "prize eastenders 6.bin", 0x0000, 0x010000, CRC(3cc35697) SHA1(adaaafd6ae59497630660ec179212f0dd8dd3741) ) |
| 3769 | | |
| 3770 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3771 | | ROM_LOAD( "prizeeastend.bin", 0x0000, 0x010000, CRC(3cc35697) SHA1(adaaafd6ae59497630660ec179212f0dd8dd3741) ) |
| 3772 | | ROM_LOAD( "sa4-186", 0x0000, 0x010000, CRC(6e48b9e6) SHA1(bec5ad1ca06175c4217bbe3f6caae0061c7bfe99) ) |
| 3773 | | ROM_LOAD( "sa4-556", 0x0000, 0x010000, CRC(0f6aeadd) SHA1(ed613d064c9991eed913f9579ea18a9ac70c2cf7) ) |
| 3774 | | ROM_LOAD( "sa5-058", 0x0000, 0x010000, CRC(3cc35697) SHA1(adaaafd6ae59497630660ec179212f0dd8dd3741) ) |
| 3775 | | ROM_LOAD( "sa5-059", 0x0000, 0x010000, CRC(d42bcb71) SHA1(483078ada4dcc9b05d47c1ad6011bffc3a090c47) ) |
| 3776 | | |
| 3777 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3778 | | ROM_LOAD( "dig1-033 snd u2.bin", 0x000000, 0x080000, CRC(3eaa138c) SHA1(ad7d6e3ffc8fe19ea8cb9188998c75c90a77e09e) ) |
| 3779 | | ROM_LOAD( "dig1-033 snd u3.bin", 0x080000, 0x080000, CRC(89fde428) SHA1(f0942a2f1d3890ad18b01e8433333e5412c57644) ) |
| 3780 | | ROM_END_M1A_MCU |
| 3781 | | |
| 3782 | | ROM_START( m1reeldm ) |
| 3783 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3784 | | ROM_LOAD( "sa4-475.bin", 0x0000, 0x010000, CRC(ec0b7209) SHA1(e5e14ef87b9ef8035817af6c933809a972fa28f3) ) |
| 3785 | | |
| 3786 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3787 | | ROM_LOAD( "sa4-480.bin", 0x0000, 0x010000, CRC(3afd3a9a) SHA1(f96c9831cffeacff390ffacb85d4c80cb5a90d99) ) |
| 3788 | | ROM_LOAD( "sa4-498", 0x0000, 0x010000, CRC(55554107) SHA1(c0c0f4e7fe721d4bf86458090c03d712d5e86e16) ) |
| 3789 | | ROM_LOAD( "sa4-499", 0x0000, 0x010000, CRC(515d2a7a) SHA1(1e6e8364536fbb373a1c6ae818203eaa7f6494b1) ) |
| 3790 | | ROM_LOAD( "sa4-504", 0x0000, 0x010000, CRC(897517ab) SHA1(3d8ce2d96d37accf4fb7a2215882894185b53f30) ) |
| 3791 | | ROM_LOAD( "sa4-547", 0x0000, 0x010000, CRC(f89c3d41) SHA1(5ccf9958ff15aa2bc1584ec644cec157c7cf3379) ) |
| 3792 | | ROM_LOAD( "sa5-357", 0x0000, 0x010000, CRC(118615a8) SHA1(14966b061c90f1ec33972f6e00951a41638f65aa) ) |
| 3793 | | ROM_LOAD( "sa5-358", 0x0000, 0x010000, CRC(b7ae4784) SHA1(b1bcafc77d83fe9714ba1dfc81cc2ba95f923d2e) ) |
| 3794 | | ROM_LOAD( "sa5-359", 0x0000, 0x010000, CRC(458ee595) SHA1(8258986b2b8b969ec2b71e14f05b43cc4c394e0b) ) |
| 3795 | | ROM_LOAD( "sa5-360", 0x0000, 0x010000, CRC(f8d1f2e2) SHA1(399b6076e9e1b9f4f9abce48e6a3110b336524fa) ) |
| 3796 | | ROM_LOAD( "sa5-361", 0x0000, 0x010000, CRC(6c977f3e) SHA1(cb1da0bce76d60ffe1257585cd3225a4e19754f7) ) |
| 3797 | | ROM_LOAD( "sa6-286", 0x0000, 0x010000, CRC(af6e10f4) SHA1(2e2d4002347f6ace260aa753824bb438043cfd4c) ) |
| 3798 | | ROM_LOAD( "sa6-287", 0x0000, 0x010000, CRC(47868d12) SHA1(43f15f73187ac3de2dac0c317c4ce63b27de0509) ) |
| 3799 | | ROM_LOAD( "sa6-289", 0x0000, 0x010000, CRC(e9d5db67) SHA1(0e0535108e951f77e36d1d929c8e8ba4e3bc71b2) ) |
| 3800 | | ROM_LOAD( "sa6-537", 0x0000, 0x010000, CRC(53694375) SHA1(b35a70fdd4c9cbb81747f4c499d21097bed72a52) ) |
| 3801 | | ROM_LOAD( "sa6-538", 0x0000, 0x010000, CRC(f5411159) SHA1(4926d3755c7347e109c0f33bd29db7677eed81a5) ) |
| 3802 | | ROM_END_M1A_MCU |
| 3803 | | |
| 3804 | | ROM_START( m1retpp ) |
| 3805 | | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) |
| 3806 | | ROM_LOAD( "pinkpstd.bin", 0x0000, 0x010000, CRC(92bb56d8) SHA1(e033578c693f0faf1e91b76392106f0e6850d0dc) ) |
| 3807 | | |
| 3808 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3809 | | ROM_LOAD( "sa3-519.bin", 0x0000, 0x010000, CRC(b8e04479) SHA1(3be940b433174623d177ffd892d8bc59170422b8) ) |
| 3810 | | ROM_LOAD( "sa3-520.bin", 0x0000, 0x010000, CRC(679b6b66) SHA1(a21e82221da54ba48a43c68d5c2c2f07ee9c2f34) ) |
| 3811 | | ROM_LOAD( "sa4-044.bin", 0x0000, 0x010000, CRC(9ea30e61) SHA1(1812582ac4f6069354e0f1b5a8f5bd1981cd6e8f) ) |
| 3812 | | ROM_LOAD( "sa4-230", 0x0000, 0x010000, CRC(42cd661a) SHA1(b5f5e3e9898155e8696eb97a7cf5e1855e190be1) ) |
| 3813 | | |
| 3814 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3815 | | ROM_LOAD( "rotppsnd.bin", 0x0000, 0x002000, CRC(a8c8ff9a) SHA1(8069cf08f3a8481ebc589ad0c25887ea316facd5) ) // looks like a bad dump of rom below |
| 3816 | | ROM_LOAD( "roppsnd.bin", 0x0000, 0x040000, CRC(9f3484b3) SHA1(9d454644c967b22cf6583335807a0ed8495492cb) ) |
| 3817 | | ROM_END_M1A_MCU |
| 3818 | | |
| 3819 | | |
| 3820 | | ROM_START( m1search ) |
| 3821 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3822 | | ROM_LOAD( "search.bin", 0x0000, 0x010000, CRC(e39e12e6) SHA1(e44a72a5fdb825be362a17a0db599a7579238423) ) |
| 3823 | | |
| 3824 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3825 | | ROM_LOAD( "sl2p_3", 0x0000, 0x010000, CRC(14c5f609) SHA1(26f41ee6697ac22cb91e092303d1916bd2441514) ) |
| 3826 | | ROM_LOAD( "sl5p6ac", 0x0000, 0x010000, CRC(f92143fd) SHA1(c0e1645eb4dc247fc4ba1da3a915288ba3ba9798) ) |
| 3827 | | ROM_END_M1A_MCU |
| 3828 | | |
| 3829 | | ROM_START( m1sixspn ) |
| 3830 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3831 | | ROM_LOAD( "sixspinner.bin", 0x0000, 0x010000, CRC(7cd08769) SHA1(2e3fa49b745173f1e9db7d6415e14acf6319dbf0) ) |
| 3832 | | ROM_END_M1A_MCU |
| 3833 | | |
| 3834 | | ROM_START( m1spid ) |
| 3835 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3836 | | ROM_LOAD( "sa6-013", 0x0000, 0x010000, CRC(e006350e) SHA1(26fb5839c6db0c8493450914157c986f41638184) ) |
| 3837 | | |
| 3838 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3839 | | ROM_LOAD( "sa6-014", 0x0000, 0x010000, CRC(ec1e6db7) SHA1(4c4e1f58d13703d1a16646b72328eb8eb96bc632) ) |
| 3840 | | ROM_END_M1A_MCU |
| 3841 | | |
| 3842 | | ROM_START( m1spid2 ) |
| 3843 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3844 | | ROM_LOAD( "sa6-024", 0x0000, 0x010000, CRC(15d44853) SHA1(e6c16dafde9f48c7c6956a6888d9877c63a17fa3) ) |
| 3845 | | ROM_END_M1A_MCU |
| 3846 | | |
| 3847 | | ROM_START( m1sptlgt ) |
| 3848 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3849 | | ROM_LOAD( "sa2-412.bin",0x0000, 0x10000, CRC(17531aad) SHA1(decec517b89be9019913be59c5fC2aa2ee6e3f8f)) |
| 3850 | | |
| 3851 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3852 | | ROM_LOAD( "sa2-397", 0x0000, 0x010000, CRC(e5092767) SHA1(0205b6147e31ab0ff326c9b63d0bbc2fe5b57d20) ) |
| 3853 | | ROM_LOAD( "spt02__2.2.bin", 0x0000, 0x010000, CRC(2a04698c) SHA1(e2bbf91b699349f9a76bb2da7d4b47dc1d259a22) ) |
| 3854 | | ROM_LOAD( "spt2p", 0x0000, 0x010000, CRC(eb4fa923) SHA1(60d865fb81be33d4537dd5a24a44274a57ab582a) ) |
| 3855 | | |
| 3856 | | ROM_LOAD( "spotbwb.bin", 0x0000, 0x010000, CRC(288a4462) SHA1(8ade1b87d586591a9543a0400f140dd38ae2206a) ) |
| 3857 | | ROM_LOAD( "spt05___.1_1", 0x0000, 0x010000, CRC(0e77cdc4) SHA1(7edfc1498768461883e943cf7b50869791a5e0d2) ) |
| 3858 | | ROM_END_M1A_MCU |
| 3859 | | |
| 3860 | | ROM_START( m1stair ) |
| 3861 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3862 | | ROM_LOAD( "sth5.4", 0x0000, 0x010000, CRC(879c8dcb) SHA1(358d9bb567da4b7913434d29dcd8a81c51c5fe2e) ) |
| 3863 | | |
| 3864 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3865 | | ROM_LOAD( "sth5.8c", 0x0000, 0x010000, CRC(7ce6b760) SHA1(c828689481d7e187c504dd072bd6714222888d33) ) |
| 3866 | | ROM_LOAD( "sth8c.bin", 0x0000, 0x010000, CRC(7ce6b760) SHA1(c828689481d7e187c504dd072bd6714222888d33) ) |
| 3867 | | ROM_END_M1A_MCU |
| 3868 | | |
| 3869 | | ROM_START( m1sudnim ) |
| 3870 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3871 | | ROM_LOAD( "sa3-177", 0x0000, 0x010000, CRC(25296856) SHA1(7e9a61c555709d443afb613b8cf646676e3a3e4a) ) |
| 3872 | | |
| 3873 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3874 | | ROM_LOAD( "sa3-178", 0x0000, 0x010000, CRC(83013a7a) SHA1(f54997e611cda9fd1ee4754e1c41b4eb38d1bd7f) ) |
| 3875 | | ROM_LOAD( "si2p", 0x0000, 0x010000, CRC(0ce156f1) SHA1(8f657a6226e81dd4ef26c4d58ac65c2f9d0951f0) ) |
| 3876 | | ROM_LOAD( "si5p", 0x0000, 0x010000, CRC(f1893852) SHA1(a942c3918179e03b01a04f3295dd6e0483061c8d) ) |
| 3877 | | ROM_END_M1A_MCU |
| 3878 | | |
| 3879 | | ROM_START( m1sprnov ) |
| 3880 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3881 | | ROM_LOAD( "supernovaprg.bin", 0x0000, 0x010000, CRC(6d533247) SHA1(475ecdcc10c9da558eb4d7c5e288d4724f65a5ce) ) |
| 3882 | | |
| 3883 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3884 | | ROM_LOAD( "supernovasnd.bin", 0x0000, 0x020000, CRC(f91e2c05) SHA1(e189c14214f4637d6a803893d79a41ad0fc8ebba) ) |
| 3885 | | ROM_END_M1A_MCU |
| 3886 | | |
| 3887 | | ROM_START( m1suppot ) |
| 3888 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3889 | | ROM_LOAD( "sa6-186", 0x0000, 0x010000, CRC(dfd15d88) SHA1(f493dab30f2c83f32de7cb209d6ba4e4412589ba) ) |
| 3890 | | |
| 3891 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3892 | | ROM_LOAD( "sa6-387", 0x0000, 0x010000, CRC(3fd18c6f) SHA1(9b2a1620bedb6e06009a36f7cfd491c024b36b7a) ) |
| 3893 | | ROM_LOAD( "sa6-388", 0x0000, 0x010000, CRC(99f9de43) SHA1(db0309cce34333d8cc8750c264d613a0ca316cc4) ) |
| 3894 | | ROM_LOAD( "sa7-206", 0x0000, 0x020000, CRC(f91b0dbd) SHA1(47865a675ddeaae3c8ec9ec5f0d81294320a0cf8) ) |
| 3895 | | ROM_LOAD( "sa7-207", 0x0000, 0x020000, CRC(a95af301) SHA1(e428fac9f10a10eba72839b83d4c4966cb4fb792) ) |
| 3896 | | ROM_LOAD( "sa7-444", 0x0000, 0x010000, CRC(6f3d11f5) SHA1(c0309436da11cd40ca012d18c2e519b9881ba698) ) |
| 3897 | | ROM_LOAD( "sa7-445", 0x0000, 0x010000, CRC(87d58c13) SHA1(ae80a217bc5cd566ceca675948f68976e22538aa) ) |
| 3898 | | ROM_LOAD( "sa7-484", 0x0000, 0x010000, CRC(11e7c53d) SHA1(1ab6734991b3b4dfe5191c343e68cd37b68aad93) ) |
| 3899 | | ROM_LOAD( "sa7-485", 0x0000, 0x010000, CRC(f90f58db) SHA1(669ad193b826fe299db79391a1f12cca8c2be633) ) |
| 3900 | | ROM_LOAD( "sa7-637", 0x0000, 0x010000, CRC(8f5992bd) SHA1(e70e090cf05d032660675652ca7d49e2d7ea64ce) ) |
| 3901 | | ROM_LOAD( "sa7-659", 0x0000, 0x010000, CRC(50565cc1) SHA1(c8a3c7daccb027583af6434c863a348aecf4a185) ) |
| 3902 | | ROM_LOAD( "sa8-077", 0x0000, 0x010000, CRC(127eb82c) SHA1(8d707851dada7ad346a43d9f02f002e535748913) ) |
| 3903 | | ROM_LOAD( "sa8-080", 0x0000, 0x010000, CRC(39cc4532) SHA1(ccb653e0d7003c56d892e6344ef0f0d861b3fb3b) ) |
| 3904 | | ROM_LOAD( "sa8-081", 0x0000, 0x010000, CRC(d124d8d4) SHA1(382f617a2bf258d5dec1fbefd3bd1590b1af3f4f) ) |
| 3905 | | ROM_LOAD( "sa8-276", 0x0000, 0x010000, CRC(16d22156) SHA1(b2e8fa3409bbd011052f4c28a54da02b00e0e319) ) |
| 3906 | | ROM_LOAD( "sa8-277", 0x0000, 0x010000, CRC(fe3abcb0) SHA1(852e1f96750ce6b8fd709c0625090bbb4965c1c5) ) |
| 3907 | | ROM_LOAD( "sa9-019", 0x0000, 0x020000, CRC(bdd89816) SHA1(cd1c730c99e526bc3a8ac177a9076aa5c072008d) ) |
| 3908 | | ROM_LOAD( "sa9-020", 0x0000, 0x020000, CRC(e6716af0) SHA1(881a608ba3c948d208db8ac0e55e6d972fc948a1) ) |
| 3909 | | ROM_LOAD( "sa9-021", 0x0000, 0x020000, CRC(9f56a6d8) SHA1(4831dec2bcaf1c1889a554dff1d36f77d3b52417) ) |
| 3910 | | ROM_LOAD( "sa9-022", 0x0000, 0x020000, CRC(8c919d8e) SHA1(7aa7e9ca69bbff93a4a6678e76239c58e392bde6) ) |
| 3911 | | ROM_LOAD( "spot5.8", 0x0000, 0x010000, CRC(35fdbd92) SHA1(3079a469be9f492af547dc239c6f5e98574b9156) ) |
| 3912 | | ROM_LOAD( "spot510", 0x0000, 0x010000, CRC(65273ae9) SHA1(9379784d65294c5df2f251db4bff84411ea6b1f9) ) |
| 3913 | | ROM_LOAD( "spot58", 0x0000, 0x010000, CRC(34be587e) SHA1(fa8578dec31bb25b89949f7425f5850210c89488) ) |
| 3914 | | ROM_LOAD( "spot5p8c.bin", 0x0000, 0x010000, CRC(ee41f99d) SHA1(52998c9fe6bc1839201c3269ce595df5d0b9468d) ) |
| 3915 | | ROM_LOAD( "spots10", 0x0000, 0x010000, CRC(50565cc1) SHA1(c8a3c7daccb027583af6434c863a348aecf4a185) ) |
| 3916 | | ROM_LOAD( "superpots", 0x0000, 0x010000, CRC(fa9625ca) SHA1(1f38f25db2937cb4270193f127772133367d644f) ) |
| 3917 | | ROM_LOAD( "superpots8pnd.bin", 0x0000, 0x010000, CRC(6b69835b) SHA1(7648c63d2a5ea05a4d3d7600e7310c116b1b58d1) ) |
| 3918 | | |
| 3919 | | ROM_LOAD( "15spsfo", 0x0000, 0x020000, CRC(e09b2b09) SHA1(1d6183dcea7e99a8018d1ef1651488f65fe61858) ) |
| 3920 | | |
| 3921 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3922 | | ROM_LOAD( "superpots.p1", 0x000000, 0x080000, CRC(a17067d7) SHA1(5fc774251ca13e9d97559b68e560a456c0c364a8) ) |
| 3923 | | ROM_LOAD( "superpots.p2", 0x080000, 0x080000, CRC(4fa7759e) SHA1(7ba5099738ff3180eb9407b0772181c6cb6a81b8) ) |
| 3924 | | ROM_END_M1A_MCU |
| 3925 | | |
| 3926 | | ROM_START( m1taknot ) |
| 3927 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3928 | | ROM_LOAD( "takenote.bin", 0x008000, 0x008000, CRC(1ae63140) SHA1(809d04f43293cafc53d2a2ac697253e14b3b9608) ) // smaller than everything else? |
| 3929 | | ROM_END_M1A_MCU |
| 3930 | | |
| 3931 | | ROM_START( m1tstunt ) |
| 3932 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3933 | | ROM_LOAD( "ftu-but", 0x0000, 0x010000, CRC(ae9d315c) SHA1(bff9f49df6791f33d10b289526e0a00fe1dc9049) ) |
| 3934 | | ROM_END_M1A_MCU |
| 3935 | | |
| 3936 | | |
| 3937 | | ROM_START( m1thatlf ) |
| 3938 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3939 | | ROM_LOAD( "sa3-327.bin", 0x0000, 0x010000, CRC(634fc46e) SHA1(84e166a182384b3b6f29653a0542af74c268d766) ) |
| 3940 | | |
| 3941 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3942 | | ROM_LOAD( "sa4-075.bin", 0x0000, 0x010000, CRC(b5922c08) SHA1(c71cd3629436576c381b4f1b45011c34a49c66b7) ) |
| 3943 | | ROM_LOAD( "sa4-076.bin", 0x0000, 0x010000, CRC(012af2db) SHA1(d6f1a24fe6674a423d190e9e04390cb01768bf4a) ) |
| 3944 | | ROM_LOAD( "thatslifegame", 0x0000, 0x010000, CRC(8dafbe30) SHA1(9a7e8a66b73ddf6564a34363342a8b7290e0dc4f) ) |
| 3945 | | ROM_LOAD( "thtslf5p", 0x0000, 0x010000, CRC(31507a65) SHA1(607b16cf3fde90f97e22247158f09d859a43c1ae) ) |
| 3946 | | |
| 3947 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3948 | | ROM_LOAD( "thatslifesound", 0x0000, 0x040000, CRC(5ac3a1f6) SHA1(5be73deb23d58fdc27dd41d210702b627e7ed324) ) |
| 3949 | | ROM_END_M1A_MCU |
| 3950 | | |
| 3951 | | |
| 3952 | | ROM_START( m1topten ) |
| 3953 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3954 | | ROM_LOAD( "sa6-584", 0x0000, 0x010000, CRC(b2dea28a) SHA1(4d82e90a130ebcc2e6dca2b81a19d490f8d128bb) ) |
| 3955 | | |
| 3956 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3957 | | ROM_LOAD( "sa6-585", 0x0000, 0x010000, CRC(5a363f6c) SHA1(6760209e0a92e36b4f2ecd02129496313b4bcbc3) ) |
| 3958 | | ROM_END_M1A_MCU |
| 3959 | | |
| 3960 | | |
| 3961 | | ROM_START( m1tp ) |
| 3962 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 3963 | | ROM_LOAD( "sa6-297", 0x0000, 0x010000, CRC(b7a20f4d) SHA1(4b619f1ff26226304d86f69cfbf9d8e264af93b7) ) |
| 3964 | | |
| 3965 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 3966 | | ROM_LOAD( "sa6-298", 0x0000, 0x010000, CRC(118a5d61) SHA1(41202c92710c5a9b2cbaea56e69a75366b6e3537) ) |
| 3967 | | ROM_LOAD( "sa7-503", 0x0000, 0x010000, CRC(56c8ee8e) SHA1(c1c0b9df26fecdca066cab2b4d7dadd9df8dbc2f) ) |
| 3968 | | ROM_LOAD( "sa7-505", 0x0000, 0x010000, CRC(3e7a3908) SHA1(a7a074db9e1c7101ec264d18450099e7b4718c26) ) |
| 3969 | | ROM_LOAD( "sa7-506", 0x0000, 0x010000, CRC(b9a7f407) SHA1(d57d75b1397efbc7dd76ef451247a1ae54287ea0) ) |
| 3970 | | ROM_LOAD( "sa7-507", 0x0000, 0x010000, CRC(514f69e1) SHA1(70c49c89a4a7c983aabae4f68e6d7a2f02b56f04) ) |
| 3971 | | ROM_LOAD( "sa7-747", 0x0000, 0x010000, CRC(d63ed4e3) SHA1(10fde5f826c3d3f9aa38f579590fe0f18001cb17) ) |
| 3972 | | ROM_LOAD( "sa7-748", 0x0000, 0x010000, CRC(701686cf) SHA1(68b2a48d895cda209091a1d6532342d183cc9f7d) ) |
| 3973 | | ROM_LOAD( "sa8-046", 0x0000, 0x010000, CRC(bd9d2a7f) SHA1(ec44f3867f36e9e2df786dd7a4e6a9babdbddabb) ) |
| 3974 | | ROM_LOAD( "sa8-047", 0x0000, 0x010000, CRC(5575b799) SHA1(1dd3240fb9d2a899a0a7baeb2c13fc03c1d2b77f) ) |
| 3975 | | ROM_LOAD( "sa8-100", 0x0000, 0x010000, CRC(caee1715) SHA1(a7d6758333778d77d48eaa1bf7a1cf36431ca60a) ) |
| 3976 | | ROM_LOAD( "sa8-101", 0x0000, 0x010000, CRC(22068af3) SHA1(35f918207e38bfe3aa6ddcc544d7977689be88a7) ) |
| 3977 | | ROM_LOAD( "sa8-212", 0x0000, 0x010000, CRC(130c355c) SHA1(f7a1bc3e37f331cb5fecd45c759a19284bd292f8) ) |
| 3978 | | ROM_LOAD( "sa8-213", 0x0000, 0x010000, CRC(fbe4a8ba) SHA1(ba762079d5839397a95d9be43ef2f982228a9867) ) |
| 3979 | | ROM_LOAD( "sa8-214", 0x0000, 0x010000, CRC(afa24e79) SHA1(e7a1e39c1060f590ee57dc7cdbb7a28a2399e573) ) |
| 3980 | | ROM_LOAD( "sa8-215", 0x0000, 0x010000, CRC(474ad39f) SHA1(6f7f38baebaa8c30d851eb57a63cc6902e72b36f) ) |
| 3981 | | ROM_LOAD( "triv15f", 0x0000, 0x010000, CRC(474ad39f) SHA1(6f7f38baebaa8c30d851eb57a63cc6902e72b36f) ) |
| 3982 | | ROM_LOAD( "triv15r", 0x0000, 0x010000, CRC(fbe4a8ba) SHA1(ba762079d5839397a95d9be43ef2f982228a9867) ) |
| 3983 | | ROM_LOAD( "triv5.10", 0x0000, 0x010000, CRC(9e838f82) SHA1(a51eb0c6d09fb68fea517caa73394f816c822693) ) |
| 3984 | | ROM_LOAD( "triv510", 0x0000, 0x010000, CRC(f98413b2) SHA1(472ec2c68239d408194ca5a8760cb1336a9a9170) ) |
| 3985 | | ROM_LOAD( "triv55", 0x0000, 0x010000, CRC(7e0affb2) SHA1(7611f288c766af8b6513b0788b87080b194e80a2) ) |
| 3986 | | ROM_LOAD( "triv58", 0x0000, 0x010000, CRC(a914852b) SHA1(1eaf9eab53369c4a764b77edb5133989157f9805) ) |
| 3987 | | ROM_LOAD( "triv5p8c.bin", 0x0000, 0x010000, CRC(ba452893) SHA1(2846af229ca43240ead9c2a8433ca2b4c5ffe1bc) ) |
| 3988 | | ROM_LOAD( "trivp10", 0x0000, 0x010000, CRC(b9bf4ed4) SHA1(80e423d9e893fe1cbdac23903f5d90c9ba7d0fca) ) |
| 3989 | | ROM_LOAD( "trivpgame.bin", 0x0000, 0x010000, CRC(be207368) SHA1(d7dddde544b28b0be7b5a02289e50ae50efb78c5) ) |
| 3990 | | ROM_LOAD( "trivpgame10", 0x0000, 0x010000, CRC(d692a4ee) SHA1(3d3081d02456c994be4fc3f7f4d2e8cc40985c8d) ) |
| 3991 | | ROM_LOAD( "trivtest", 0x0000, 0x010000, CRC(c73821df) SHA1(ec32dcfe87905f0f676b65561213afb591ac21a6) ) |
| 3992 | | |
| 3993 | | ROM_LOAD( "15trivfo", 0x0000, 0x020000, CRC(3057c428) SHA1(5632bdf5c47abb4334cd3e4190a4c886a32d01bd) ) |
| 3994 | | |
| 3995 | | |
| 3996 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 3997 | | ROM_LOAD( "trivpusuit.p1", 0x000000, 0x080000, CRC(3c4b4e2c) SHA1(db570035a3b9b7587501f342c80ec52cb1a79b49) ) |
| 3998 | | ROM_LOAD( "trivpusuit.p2", 0x080000, 0x080000, CRC(5a9808c1) SHA1(29c011ee2dc3e8bc87cb4c5ded61dfa3fdb9d7f7) ) |
| 3999 | | ROM_END_M1A_MCU |
| 4000 | | |
| 4001 | | |
| 4002 | | ROM_START( m1tpclb ) |
| 4003 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4004 | | ROM_LOAD( "clubtp.bin", 0x0000, 0x020000, CRC(22556fe0) SHA1(6504ac7dbc6332972662c9abce0e4286f392c788) ) |
| 4005 | | |
| 4006 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4007 | | ROM_LOAD( "sc991080", 0x0000, 0x020000, CRC(22556fe0) SHA1(6504ac7dbc6332972662c9abce0e4286f392c788) ) |
| 4008 | | ROM_LOAD( "sc991081", 0x0000, 0x020000, CRC(2441b39d) SHA1(857eafabbae8d2cb7f01b9fe215f8c16aed32174) ) |
| 4009 | | ROM_LOAD( "trivclub", 0x0000, 0x020000, CRC(d9732839) SHA1(1c4393dbbfc399842ff4d35d3c95cad991eb8caf) ) |
| 4010 | | |
| 4011 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4012 | | ROM_LOAD( "clubtpsnd.p1", 0x000000, 0x080000, CRC(252fbb57) SHA1(aad7c833fbcbdcc2ff001df9f97e8ba3adf95cc1) ) |
| 4013 | | ROM_LOAD( "clubtpsnd.p2", 0x080000, 0x080000, CRC(6c391632) SHA1(0cf02463b52b6b25fbeae2e6bd278a1364ae594d) ) |
| 4014 | | ROM_END_M1A_MCU |
| 4015 | | |
| 4016 | | |
| 4017 | | ROM_START( m1ultchl ) |
| 4018 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4019 | | ROM_LOAD( "sa5-135", 0x0000, 0x010000, CRC(ddca5e99) SHA1(e3092bd9f79fa70e851a3285061e2f77a7731e35) ) |
| 4020 | | |
| 4021 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4022 | | ROM_LOAD( "sa5-136", 0x0000, 0x010000, CRC(6972804a) SHA1(e313bbdb621f433c8c9314557bb2770afebe0800) ) |
| 4023 | | ROM_LOAD( "sa5-137", 0x0000, 0x010000, CRC(1dfc630f) SHA1(5f700e5960f323453cb2ee794da346f2bb591ff1) ) |
| 4024 | | ROM_LOAD( "sa5-138", 0x0000, 0x010000, CRC(bbd43123) SHA1(7a3bb67d5bee254cdb010273382e694838bad0bb) ) |
| 4025 | | ROM_END_M1A_MCU |
| 4026 | | |
| 4027 | | |
| 4028 | | ROM_START( m1undsie ) |
| 4029 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4030 | | ROM_LOAD( "sa7-594", 0x0000, 0x020000, CRC(197cfd7d) SHA1(fa306cb96aa909d2c8b68284036b521ddc2a8921) ) |
| 4031 | | |
| 4032 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4033 | | ROM_LOAD( "sa7-595", 0x0000, 0x020000, CRC(493d03c1) SHA1(e161ca825d2f514c0e5185fd6d383c4fd6284a88) ) |
| 4034 | | ROM_LOAD( "sa7-596", 0x0000, 0x020000, CRC(9d842d4d) SHA1(eb4285902c887bcee0506a6f7806aa09fffd2a5e) ) |
| 4035 | | ROM_LOAD( "sa7-597", 0x0000, 0x020000, CRC(cdc5d3f1) SHA1(2a65b2567bc0fd4a443256817eea402a0887e668) ) |
| 4036 | | ROM_END_M1A_MCU |
| 4037 | | |
| 4038 | | |
| 4039 | | ROM_START( m1vegas ) |
| 4040 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4041 | | ROM_LOAD( "veg_gam.cl", 0x0000, 0x020000, CRC(f1019a72) SHA1(2358d30bc6fa27b6daf2b6c63f031b46e28e3cf5) ) |
| 4042 | | |
| 4043 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4044 | | ROM_LOAD( "sc991183", 0x0000, 0x020000, CRC(2ffe8e6e) SHA1(e3082f268293abe9a815240f2e8842acd3687653) ) |
| 4045 | | ROM_LOAD( "sc991184", 0x0000, 0x020000, CRC(c3eed4ea) SHA1(4ad365a523179fac1b4e325e299663686534470d) ) |
| 4046 | | |
| 4047 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4048 | | ROM_LOAD( "v_gam_sn.1", 0x000000, 0x080000, CRC(66520213) SHA1(fd855732e51225da4f459c4797e01f77f4836935) ) |
| 4049 | | ROM_LOAD( "v_gam_sn.2", 0x080000, 0x080000, CRC(3d19abe9) SHA1(cf8ab030fcca5a37c2c936566a2b7c77db1740f6) ) |
| 4050 | | ROM_END_M1A_MCU |
| 4051 | | |
| 4052 | | |
| 4053 | | ROM_START( m1wagon ) |
| 4054 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4055 | | ROM_LOAD( "sa7-394", 0x0000, 0x020000, CRC(ac63dbd8) SHA1(b66592ef15c3e9eda208085040e41d14614da509) ) |
| 4056 | | |
| 4057 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4058 | | ROM_LOAD( "sa7-395", 0x0000, 0x020000, CRC(fc222564) SHA1(cf9c551b3c5844a33555c66f695f785fa163041d) ) |
| 4059 | | ROM_LOAD( "sa7-421", 0x0000, 0x020000, CRC(613fcdfb) SHA1(71cbc2ed3e677865b10672df496a22cd28ff5d5c) ) |
| 4060 | | ROM_LOAD( "sa7-422", 0x0000, 0x020000, CRC(72f8f6ad) SHA1(16d54afe4799d85cfcd686e355ea5a4cccebb54a) ) |
| 4061 | | ROM_END_M1A_MCU |
| 4062 | | |
| 4063 | | ROM_START( m1wotw ) |
| 4064 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4065 | | ROM_LOAD( "sa8-244", 0x0000, 0x020000, CRC(2bf62a60) SHA1(74f0cb4e33b7787b603e1e09066417f0d6700a68) ) |
| 4066 | | |
| 4067 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4068 | | ROM_LOAD( "sa8-245", 0x0000, 0x020000, CRC(7bb7d4dc) SHA1(516ebe329396d5c565a34994dece1ea232b1e177) ) |
| 4069 | | ROM_LOAD( "15wotwro", 0x0000, 0x020000, CRC(12fd4bbf) SHA1(0936c9299871d3d06050bb25f16a8bfd1757ce48) ) |
| 4070 | | |
| 4071 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4072 | | ROM_LOAD( "wotwsnd1", 0x000000, 0x080000, CRC(2a53544d) SHA1(46de438cfe5ca56886f10f293c59935036e08c72) ) |
| 4073 | | ROM_LOAD( "wotwsnd2", 0x080000, 0x080000, CRC(f5ffba54) SHA1(4b767236ee02a58f5430c77487b8f2e6ad2eccea) ) |
| 4074 | | ROM_END_M1A_MCU |
| 4075 | | |
| 4076 | | ROM_START( m1wldzne ) |
| 4077 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4078 | | ROM_LOAD( "sa4-522", 0x0000, 0x010000, CRC(814ab843) SHA1(e2b076fd69abbd0186d4748f59be22db1e017a23) ) |
| 4079 | | |
| 4080 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4081 | | ROM_LOAD( "sa4-527", 0x0000, 0x010000, CRC(eec99c71) SHA1(a142ea4929c3b9483aa87b076dfb192c520c16a8) ) |
| 4082 | | ROM_LOAD( "sa4-528", 0x0000, 0x010000, CRC(48e1ce5d) SHA1(90c5993fb5c519d7d5848b0a385c7bf3f41c8d6d) ) |
| 4083 | | ROM_LOAD( "sa4-546", 0x0000, 0x010000, CRC(b34c511d) SHA1(8c429f298ab383da6fbb082705f9580063475ff8) ) |
| 4084 | | ROM_LOAD( "sa4-623", 0x0000, 0x010000, CRC(ffe7a4d6) SHA1(fa40e830f714e5a5c54ee44cb7a52c99091d3296) ) |
| 4085 | | ROM_LOAD( "sa4-624", 0x0000, 0x010000, CRC(f3fffc6f) SHA1(b7697cb9751351bb368dd5a933b9d4a2687de054) ) |
| 4086 | | ROM_LOAD( "sa5-003", 0x0000, 0x010000, CRC(3e2ac4ff) SHA1(3b4cdc2170b4aeddb2efe1a334919d5d080e4119) ) |
| 4087 | | ROM_LOAD( "sa5-004", 0x0000, 0x010000, CRC(32329c46) SHA1(b58fabb94bc761a7a3538e55f3817a4123508159) ) |
| 4088 | | ROM_LOAD( "sa5-107", 0x0000, 0x010000, CRC(9324b657) SHA1(7b460db08b904be94e82f1054b48826ef56e13dd) ) |
| 4089 | | ROM_LOAD( "sa5-108", 0x0000, 0x010000, CRC(350ce47b) SHA1(6678552edd5a47c71abfd018cf8e594b869ae15f) ) |
| 4090 | | ROM_LOAD( "sa5-375", 0x0000, 0x010000, CRC(7c2da5db) SHA1(4a82fcbcf9586bca7a0a954e1b3ed79f5fe0a521) ) |
| 4091 | | ROM_LOAD( "sa5-376", 0x0000, 0x010000, CRC(c8957b08) SHA1(edf8f56c5c949af4ef7f2de79802c12fad9aef2e) ) |
| 4092 | | ROM_LOAD( "sa5-377", 0x0000, 0x010000, CRC(0143196d) SHA1(1f9d4bd1472e6b62c75c77d50cdbbdcdf7be4216) ) |
| 4093 | | ROM_LOAD( "sa5-378", 0x0000, 0x010000, CRC(a76b4b41) SHA1(df4597ab4bd5b7f36182db0f8143a063142e0d19) ) |
| 4094 | | ROM_LOAD( "sa5-379", 0x0000, 0x010000, CRC(03a508d8) SHA1(aa6e5c31ce0b331949865f0dc8cec10b777fb8b9) ) |
| 4095 | | ROM_LOAD( "sa5-380", 0x0000, 0x010000, CRC(c7c3ccb4) SHA1(64d4eb7961857a64cf7363004878a8048d02ea82) ) |
| 4096 | | ROM_LOAD( "sa6-417", 0x0000, 0x010000, CRC(68526fbc) SHA1(3f755dafe5c218602547b73c35965c313761e6f1) ) |
| 4097 | | ROM_LOAD( "sa6-418", 0x0000, 0x010000, CRC(ce7a3d90) SHA1(1dd7dd6993e33feba17c288a7f932f51a4b998eb) ) |
| 4098 | | ROM_LOAD( "wildzone(maygay)program2-1.bin", 0x0000, 0x010000, CRC(35f26690) SHA1(308eac37013cfd84970f04857fc8282efb58e210) ) |
| 4099 | | ROM_LOAD( "wzone10", 0x0000, 0x010000, CRC(001e604b) SHA1(f57015c10c9b7c955397a66251e489770a9620d0) ) |
| 4100 | | |
| 4101 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4102 | | ROM_LOAD( "wildzone(maygay)sound-p1.bin", 0x000000, 0x080000, CRC(9d512949) SHA1(65411c906f51f7d6d53ac897bedeab8fdd89d0a9) ) |
| 4103 | | ROM_LOAD( "wildzone(maygay)sound-p2.bin", 0x080000, 0x080000, CRC(78390d2c) SHA1(89c9d0f6deb74fee258bc614f61f0a82b3ef3959) ) |
| 4104 | | ROM_END_M1A_MCU |
| 4105 | | |
| 4106 | | ROM_START( m1winenc ) |
| 4107 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4108 | | ROM_LOAD( "sa6-371", 0x0000, 0x010000, CRC(ecba5b6b) SHA1(7b50d1a6d4ec287bb5159b6018282107d5594227) ) |
| 4109 | | |
| 4110 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4111 | | ROM_LOAD( "sa6-372", 0x0000, 0x010000, CRC(580285b8) SHA1(f0589184a60c73078c3cef9f89ca279fc67f9813) ) |
| 4112 | | ROM_LOAD( "sa7-573", 0x0000, 0x010000, CRC(a597cd98) SHA1(3d28306004b1937e7d04380fe3f9afc5ec321b7b) ) |
| 4113 | | ROM_LOAD( "sa7-574", 0x0000, 0x010000, CRC(a98f9521) SHA1(6fa2ba09dcadfb2164dbea376abc88d0187d02c8) ) |
| 4114 | | |
| 4115 | | // these were from a set marked as 'John Francombe (Maygay)' which some have said is Epoch hardware, |
| 4116 | | // however what we have here clearly isn't Epoch. Apparently the John Francombe game actually had |
| 4117 | | // 'Winners Enclosure' on the cabinet, along with a Dot Matrix Display. The 'encdot' rom here |
| 4118 | | // appears to be for a Dot Matrix Display, rather than being a main program rom, although I can't |
| 4119 | | // recognize the CPU. I'm tempted to say that these simply belong with this Winners Enclosure set |
| 4120 | | // and it was never on Epoch hardware at all. |
| 4121 | | ROM_REGION( 0x080000, "altroms", ROMREGION_ERASE00 ) |
| 4122 | | ROM_LOAD( "encdot.bin", 0x0000, 0x010000, CRC(3b707399) SHA1(9bc9522625e97c7d60cc104a96f7312b1d88ec01) ) |
| 4123 | | ROM_LOAD( "encsnd.u2", 0x0000, 0x080000, CRC(5568117a) SHA1(198aaead5a624902f31248e050231380b37167d4) ) |
| 4124 | | ROM_LOAD( "encsnd.u3", 0x0000, 0x080000, CRC(d78bee50) SHA1(dc4663efc795f7c518ebb9f17124f09d263d0585) ) |
| 4125 | | |
| 4126 | | ROM_END_M1A_MCU |
| 4127 | | |
| 4128 | | |
| 4129 | | |
| 4130 | | |
| 4131 | | ROM_START( m1bghou ) |
| 4132 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4133 | | ROM_LOAD( "bg39.bin", 0x0000, 0x020000, CRC(17889402) SHA1(3779e6f5ac7c2916e5e1af3a21af23a3b8923ef1) ) |
| 4134 | | |
| 4135 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4136 | | ROM_LOAD( "b_gool.4_3", 0x0000, 0x020000, CRC(eaa7d997) SHA1(061e4b8f4231018ef16200521ebb871b92df1f89) ) |
| 4137 | | ROM_LOAD( "b_goul.1_6", 0x0000, 0x020000, CRC(530c64ae) SHA1(caea76573e92f33c3c652e62f3a7b79db45feb07) ) |
| 4138 | | ROM_LOAD( "b_goul.3_0", 0x0000, 0x020000, CRC(d9cb0100) SHA1(bafea1d65066bdce5df46c6a12f4985a6ab0a187) ) |
| 4139 | | ROM_LOAD( "b_goul8.bin", 0x0000, 0x020000, CRC(ae58e0be) SHA1(9c6b54ab9a34a64492ce7c3e30aab27c7932ca11) ) |
| 4140 | | ROM_LOAD( "b_goul_f.3_4", 0x0000, 0x020000, CRC(58170ff4) SHA1(3623d01c56eb600f81041fd4d844fafd3389ed22) ) |
| 4141 | | ROM_LOAD( "b_gouli.2_1", 0x0000, 0x020000, CRC(234203f0) SHA1(5d477f70516dd3001587390ac8897328f4df339f) ) |
| 4142 | | ROM_LOAD( "bgool_ro.p1", 0x0000, 0x020000, CRC(959751c0) SHA1(7af9ec7f56675ed6ac013a5e0fa79df1ff50271f) ) |
| 4143 | | |
| 4144 | | |
| 4145 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4146 | | ROM_LOAD( "bgsnd1.bin", 0x000000, 0x080000, CRC(c0b13b6d) SHA1(d923cc71f9693a9321f984f51bd8f148cec1ac78) ) |
| 4147 | | ROM_LOAD( "bgsnd2.bin", 0x080000, 0x080000, CRC(1e19908b) SHA1(5d88e86798121d3355952daa3218925a00ef32fa) ) |
| 4148 | | ROM_END_M1A_MCU |
| 4149 | | |
| 4150 | | |
| 4151 | | ROM_START( m1crzco ) |
| 4152 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4153 | | ROM_LOAD( "crazycobra.bin", 0x0000, 0x020000, CRC(31615cf8) SHA1(03ecef486350aa8ba0fbd0fbe0eb2c64b86c6848) ) |
| 4154 | | |
| 4155 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4156 | | ROM_LOAD( "cobra15.fo", 0x0000, 0x020000, CRC(2e2c08d6) SHA1(80faf478e5587742f20bd25a5f1828ec640ac4b6) ) |
| 4157 | | ROM_LOAD( "cobra15.foh", 0x0000, 0x020000, CRC(6852a8c7) SHA1(426d908f6aaaae6233af17d1c3bae95d70c73351) ) |
| 4158 | | ROM_LOAD( "cobra8.fo", 0x0000, 0x020000, CRC(61698fa6) SHA1(bf369173dfbbf365d6c584636b57ee5aa8f599ae) ) |
| 4159 | | ROM_LOAD( "cobra8.foh", 0x0000, 0x020000, CRC(2fa223d4) SHA1(1db0be23634d754513dc152eb708d50323f87af5) ) |
| 4160 | | ROM_LOAD( "cr_cobra.1_1", 0x0000, 0x020000, CRC(b0a0f91c) SHA1(965f7bb1fafbf326def22cb82ef1b0315795d973) ) |
| 4161 | | |
| 4162 | | |
| 4163 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4164 | | ROM_LOAD( "crazycobrasnd.p1", 0x000000, 0x080000, CRC(c5ce740c) SHA1(c8e59ec36aaa0b35fe31e4f178e5c23093488151) ) |
| 4165 | | ROM_LOAD( "crazycobrasnd.p2", 0x080000, 0x080000, CRC(c49e6889) SHA1(e678a0c0f7ca067281248b48935f80756d161b39) ) |
| 4166 | | ROM_END_M1A_MCU |
| 4167 | | |
| 4168 | | |
| 4169 | | ROM_START( m1simps ) |
| 4170 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4171 | | ROM_LOAD( "sa4-412", 0x0000, 0x010000, CRC(6f025e05) SHA1(182111f3b030589fe1829c3c24fcee9937d206dd) ) |
| 4172 | | |
| 4173 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4174 | | ROM_LOAD( "sa4-413", 0x0000, 0x010000, CRC(87eac3e3) SHA1(d0b4cde28921870945e7d14642cd6f4abc699345) ) |
| 4175 | | ROM_LOAD( "sa4-431", 0x0000, 0x010000, CRC(6ff34645) SHA1(13b224453164c6aaaf19fa19cdef296af17ec076) ) |
| 4176 | | ROM_LOAD( "sa4-432", 0x0000, 0x010000, CRC(db4b9896) SHA1(2b7f361f928176075e02db5dd0d4edfc6ecf5757) ) |
| 4177 | | ROM_LOAD( "sa4-434", 0x0000, 0x010000, CRC(51d25358) SHA1(dbbb63a76b7c02a0c78ac7c06559a0b6e913496b) ) |
| 4178 | | ROM_LOAD( "sa4-448", 0x0000, 0x010000, CRC(e9afaa51) SHA1(fbce125e9874167b42a56f0ad38ecb21897f76b0) ) |
| 4179 | | ROM_LOAD( "sa4-460", 0x0000, 0x010000, CRC(17c1ad7a) SHA1(97ed56dbd2a926b92fbde12587984737c558c0f6) ) |
| 4180 | | ROM_LOAD( "si_x6__d.2_1", 0x0000, 0x010000, CRC(5dca0be1) SHA1(ade490360e70fb0c5184a72520735d31579893bd) ) |
| 4181 | | |
| 4182 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4183 | | ROM_LOAD( "si______.1_2", 0x000000, 0x080000, CRC(a1ac090e) SHA1(71133ac994dafa0993a600cbebb0cdfde5c09279) ) |
| 4184 | | ROM_LOAD( "si______.1_3", 0x080000, 0x080000, CRC(72cf719d) SHA1(707942c1b1beba3b3758cbf999b59e7a03bd137f) ) |
| 4185 | | ROM_END_M1A_MCU |
| 4186 | | |
| 4187 | | |
| 4188 | | |
| 4189 | | |
| 4190 | | |
| 4191 | | ROM_START( m1hiloc ) |
| 4192 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4193 | | ROM_LOAD( "hilo1-5n.p1", 0x0000, 0x020000, CRC(7a5010e5) SHA1(3a0bb854771b0b1e136932c6f78fac98114fda41) ) |
| 4194 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4195 | | ROM_LOAD( "hilo1-5p.p1", 0x0000, 0x020000, CRC(826da69a) SHA1(8a0460d7ca20c34b3c63ceadfd79d7bbde40c566) ) |
| 4196 | | ROM_END |
| 4197 | | |
| 4198 | | ROM_START( m1jtjob ) |
| 4199 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4200 | | ROM_LOAD( "just2-0n.p1", 0x0000, 0x020000, CRC(d63d1710) SHA1(feccdd6dc242d32f04a080ab6a637cd6ec330c0d) ) |
| 4201 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4202 | | ROM_LOAD( "j_t_job.1_8", 0x0000, 0x010000, CRC(338c0ec0) SHA1(b57b760f542e69dfa43d805e5beca40975a4f901) ) /* might be underdumped */ |
| 4203 | | ROM_LOAD( "j_t_job.1_9", 0x0000, 0x020000, CRC(4f6da2b2) SHA1(43b4c314d5ee934d8dc8972c3c0585096d78793f) ) |
| 4204 | | ROM_LOAD( "just2-0p.p1", 0x0000, 0x020000, CRC(8d809ba4) SHA1(a6fd142edb0a98c847cb376efe40756d19bccb02) ) |
| 4205 | | ROM_LOAD( "just2-1n.p1", 0x0000, 0x020000, CRC(7af617ab) SHA1(3288eb180bb0b6c742a70d6044ea7a8c92fd2835) ) |
| 4206 | | ROM_LOAD( "just2-1p.p1", 0x0000, 0x020000, CRC(e4543b42) SHA1(d3d378ae70088e55d8a0409a81cc7cd8c01c7856) ) |
| 4207 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4208 | | ROM_LOAD( "jobsnd1.u2", 0x000000, 0x080000, CRC(69b3c5d6) SHA1(4fcf16686e0fc322a8c03e697d0292270ceccc5a) ) |
| 4209 | | ROM_LOAD( "jobsnd2.u3", 0x080000, 0x080000, CRC(2e7d049e) SHA1(ee58c795e7da3735827dd6af0b44c03166cd99dc) ) |
| 4210 | | ROM_END |
| 4211 | | |
| 4212 | | ROM_START( m1kingsw ) |
| 4213 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4214 | | ROM_LOAD( "kots.p1", 0x0000, 0x020000, CRC(7eff2b6b) SHA1(b9cade903c9d5723f4fc932033b5fbf77f6803d1) ) |
| 4215 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4216 | | ROM_LOAD( "kos51-0n.p1", 0x0000, 0x020000, CRC(7132e13c) SHA1(113fb748a293ba30acb8845ba4a50a8016c0c0b6) ) |
| 4217 | | ROM_LOAD( "kots1-6p.p1", 0x0000, 0x020000, CRC(c1499640) SHA1(bed3d3bfa4d24ebd388d6f428b0d37dd9aeb5c18) ) |
| 4218 | | ROM_LOAD( "ko_swing.p1", 0x0000, 0x020000, CRC(f4704f01) SHA1(9e0ff678649472bb516f46e6060c45c83f85fc2c) ) |
| 4219 | | ROM_END |
| 4220 | | |
| 4221 | | ROM_START( m1lca ) |
| 4222 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4223 | | ROM_LOAD( "lca11-4n.p1", 0x0000, 0x020000, CRC(65d5efab) SHA1(5b2b6849bfc47360d47e93ca2605d4e18d18a760) ) |
| 4224 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4225 | | ROM_LOAD( "lca11-4p.p1", 0x0000, 0x020000, CRC(c60bcf0f) SHA1(ea9a79b0a76e8102c1c483987d22411a78cc5525) ) |
| 4226 | | ROM_LOAD( "lght1-4n.p1", 0x0000, 0x020000, CRC(31bfdc29) SHA1(3e3efed25e07772ca4903aeca1cee94cf527c382) ) |
| 4227 | | ROM_LOAD( "lght1-4p.p1", 0x0000, 0x020000, CRC(f5d8ab2a) SHA1(6d948764bca2f00c7f41f4dbf9faf74da1e45b0b) ) |
| 4228 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4229 | | ROM_LOAD( "lcasnd1.bin", 0x000000, 0x080000, CRC(56cc170c) SHA1(c491897b748921201489b38703a3b208e7fdd2f3) ) |
| 4230 | | ROM_LOAD( "lcasnd2.bin", 0x080000, 0x080000, CRC(73062bef) SHA1(a02f91306c46205ca518d90fdde27508e9d14f63) ) |
| 4231 | | ROM_END |
| 4232 | | |
| 4233 | | ROM_START( m1mb ) |
| 4234 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4235 | | ROM_LOAD( "monk0-9n.p1", 0x0000, 0x020000, CRC(6d51040c) SHA1(a97ecd2324622abe5298919d4bda298f6f736572) ) |
| 4236 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4237 | | ROM_LOAD( "monkey.07", 0x0000, 0x020000, CRC(fb92ac29) SHA1(f066a4b5968fdac040dc65b6a7727a91ae41233b) ) |
| 4238 | | ROM_LOAD( "monkey business v0-4.bin", 0x0000, 0x020000, CRC(ead89920) SHA1(de7da735429956e8fdb0593937d3cf3dd2e4e7d8) ) |
| 4239 | | ROM_LOAD( "monkeybusiness.bin", 0x0000, 0x020000, CRC(6d06e255) SHA1(132e2d21768ac317edff7fa349ac9ce8112c317a) ) |
| 4240 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4241 | | ROM_LOAD( "mb_snd_1.bin", 0x000000, 0x080000, CRC(05594e7c) SHA1(7caf32e4827b574a68cac6ad5cfae73ef228ae09) ) |
| 4242 | | ROM_LOAD( "mb_snd_2.bin", 0x080000, 0x080000, CRC(bd477c2c) SHA1(cbca3d637ce221fe2763e598afc93aabcf464c35) ) |
| 4243 | | ROM_END |
| 4244 | | |
| 4245 | | ROM_START( m1mbclb ) |
| 4246 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4247 | | ROM_LOAD( "mbcb1-1n.p1", 0x0000, 0x020000, CRC(32621c7f) SHA1(0cf1bf264712f8c042315d935c33f4ade3446542) ) |
| 4248 | | ROM_END |
| 4249 | | |
| 4250 | | ROM_START( m1sycc ) |
| 4251 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4252 | | ROM_LOAD( "stak1-6n.p1", 0x0000, 0x020000, CRC(cdeb76c2) SHA1(5b29c5e8e3ae9640e25caadab10ac9bad3be71dc) ) |
| 4253 | | |
| 4254 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4255 | | ROM_LOAD( "stak1-6p.p1", 0x0000, 0x020000, CRC(0aaedd71) SHA1(3c7610b327b506ba12bbb0a8804b7d374be5fab7) ) |
| 4256 | | ROM_LOAD( "st_y_cl.1_1", 0x0000, 0x020000, CRC(213d38a4) SHA1(a5af799a48c3a7eee61d84c2c25c380eb30628dc) ) |
| 4257 | | ROM_END |
| 4258 | | |
| 4259 | | ROM_START( m1thrill ) |
| 4260 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4261 | | ROM_LOAD( "thrillsandspills.bin", 0x0000, 0x020000, CRC(415d9c87) SHA1(3af0580c65a2242516c83d4208fc5b4ae0d8cf21) ) |
| 4262 | | |
| 4263 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4264 | | ROM_LOAD( "spil0-8n.p1", 0x0000, 0x020000, CRC(76297570) SHA1(b0aaa98cbc2e7331d96d27408214936133bf5726) ) |
| 4265 | | ROM_LOAD( "spil0-4n.p1", 0x0000, 0x020000, CRC(9d3a4936) SHA1(88073f46ebd9622643078561be00fcd98093eee2) ) |
| 4266 | | ROM_LOAD( "thrill0.7", 0x0000, 0x020000, CRC(f52a0367) SHA1(9cf3beb088a7b52a19bed5b85bd1394cd24ced10) ) |
| 4267 | | |
| 4268 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4269 | | ROM_LOAD( "thrillsandspillssnd.p1", 0x000000, 0x080000, CRC(591653ba) SHA1(60eea91d57b82eec427a4e10746f272d42d99891) ) |
| 4270 | | ROM_LOAD( "thrillsandspillssnd.p2", 0x080000, 0x080000, CRC(0b715a55) SHA1(988034855ed337bdb3b360aae282f22b67de0c64) ) |
| 4271 | | ROM_END |
| 4272 | | |
| 4273 | | ROM_START( m1trtr ) |
| 4274 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4275 | | ROM_LOAD( "tric0-7p.p1", 0x0000, 0x020000, CRC(86a58a4d) SHA1(9930f0b1848359fffc31f2280a30bb7643263241) ) |
| 4276 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4277 | | ROM_LOAD( "tric0-9n.p1", 0x0000, 0x020000, CRC(f002b852) SHA1(ad056a7ada28e40a17e977d871197afb1ecac678) ) |
| 4278 | | ROM_END |
| 4279 | | |
| 4280 | | ROM_START( m1trtrcl ) |
| 4281 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4282 | | ROM_LOAD( "trick or treat club v0-2.bin", 0x0000, 0x020000, CRC(af72431c) SHA1(a6060445527372606bcfab9eb9f0a40882d00520) ) |
| 4283 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4284 | | ROM_LOAD( "ttcb0-2n.p0", 0x0000, 0x020000, CRC(af72431c) SHA1(a6060445527372606bcfab9eb9f0a40882d00520) ) |
| 4285 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4286 | | ROM_LOAD( "trick or treat sound 0.bin", 0x000000, 0x080000, CRC(4900e4d3) SHA1(ce3342d076caadb793572411be8394e02a37cd11) ) |
| 4287 | | ROM_LOAD( "trick or treat sound 1.bin", 0x080000, 0x080000, CRC(42ae9bc3) SHA1(c82f3d8ac6004b827913e1940b0d06ed7c1584d0) ) |
| 4288 | | ROM_END |
| 4289 | | |
| 4290 | | ROM_START( m1vegcrw ) |
| 4291 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4292 | | ROM_LOAD( "vege0-2n.p1", 0x0000, 0x020000, CRC(71cc53b2) SHA1(1d0775aed64f1b622a958f99dd23d8fb86dad0de) ) |
| 4293 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4294 | | ROM_LOAD( "vegesnd1.u2", 0x000000, 0x080000, CRC(9ce69785) SHA1(126e76ed1a8b7dc71df5c21c77d7daecbdeb2796) ) |
| 4295 | | ROM_LOAD( "vegesnd2.u3", 0x080000, 0x080000, CRC(341d43a6) SHA1(d10875e6b2c98afcc2244588d00602f0c26fb295) ) |
| 4296 | | ROM_END |
| 4297 | | |
| 4298 | | |
| 4299 | | ROM_START( m1calyps ) |
| 4300 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4301 | | ROM_LOAD( "calypso.5", 0x0000, 0x020000, CRC(3e66644d) SHA1(1292ff92ae8c3aeb1f37cdfab27725feb8092969) ) |
| 4302 | | |
| 4303 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4304 | | ROM_LOAD( "calypso.bin", 0x0000, 0x020000, CRC(f97cb079) SHA1(1bb0741bd34e6937c5c4711331f43bc0aaaab852) ) |
| 4305 | | ROM_LOAD( "sa001008", 0x0000, 0x020000, CRC(f97cb079) SHA1(1bb0741bd34e6937c5c4711331f43bc0aaaab852) ) |
| 4306 | | ROM_LOAD( "sa001009", 0x0000, 0x020000, CRC(ff686c04) SHA1(dd935a6acc88e8d9738176c22200c36505b48f18) ) |
| 4307 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4308 | | ROM_LOAD( "calypsosnd.p1", 0x0000, 0x080000, CRC(b29d170b) SHA1(1922a135ce2841716cd5fd16bbdb89a9fbb23b22) ) |
| 4309 | | ROM_LOAD( "calypsosnd.p2", 0x0000, 0x080000, CRC(69cea85d) SHA1(8b114bd0a4ed9bee0c62652fe77ee41164b6e420) ) |
| 4310 | | ROM_END |
| 4311 | | |
| 4312 | | |
| 4313 | | |
| 4314 | | ROM_START( m1cashln ) |
| 4315 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4316 | | ROM_LOAD( "cl10p1", 0x0000, 0x020000, CRC(b993ff3d) SHA1(67359e2076bb84001744d13a78c960fc587ecb39) ) |
| 4317 | | ROM_END |
| 4318 | | |
| 4319 | | |
| 4320 | | |
| 4321 | | ROM_START( m1races ) |
| 4322 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4323 | | ROM_LOAD( "sa7-085", 0x0000, 0x020000, CRC(6b70dd13) SHA1(6059fc560061dc1a5342e94f1932552a4e4ddfa1) ) |
| 4324 | | |
| 4325 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4326 | | ROM_LOAD( "sa7-086", 0x0000, 0x020000, CRC(78b7e645) SHA1(715ae98c8cde095735094cd2c908e464d90f4a46) ) |
| 4327 | | ROM_LOAD( "sa7-532", 0x0000, 0x020000, CRC(7361bdb5) SHA1(38826149029d64173694c21da4322e3814299f29) ) |
| 4328 | | ROM_LOAD( "sa7-533", 0x0000, 0x020000, CRC(23204309) SHA1(04e7ee3b59e73b570eac7bd82ceff0af55cb26c4) ) |
| 4329 | | ROM_END |
| 4330 | | |
| 4331 | | |
| 4332 | | |
| 4333 | | ROM_START( m1digdel ) |
| 4334 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4335 | | ROM_LOAD( "digg3-2p.p1", 0x0000, 0x020000, CRC(63d7037d) SHA1(3e29c3df2f4ff77bb4ac7f52a71c4fa2d4a8c66a) ) |
| 4336 | | |
| 4337 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4338 | | ROM_LOAD( "diggersdelight.p1", 0x0000, 0x020000, CRC(9beab502) SHA1(59773f49206497070ebffff99c3375177f352aff) ) |
| 4339 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4340 | | ROM_LOAD( "diggdelightsound3.bin", 0x0000, 0x080000, CRC(ff56068a) SHA1(cfd4cea5fc4f9278a01d0953ece92d3e6c59a8a4) ) |
| 4341 | | ROM_LOAD( "diggdelightsnd4.bin", 0x0000, 0x080000, CRC(1d7ea3c5) SHA1(902bc00be62b3106337cb7fe4d3e9a4d5a5533f4) ) |
| 4342 | | ROM_END |
| 4343 | | |
| 4344 | | |
| 4345 | | |
| 4346 | | |
| 4347 | | ROM_START( m1startr ) |
| 4348 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4349 | | ROM_LOAD( "mdmstartrekkingprogram3_1.rom", 0x0000, 0x010000, CRC(a911ebc7) SHA1(7e74df1ca0fd5e0d04ece5ca307f4b1ab817c044) ) |
| 4350 | | |
| 4351 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4352 | | ROM_LOAD( "st58dt", 0x0000, 0x010000, CRC(29b73d2d) SHA1(f4bfcce7b8f158e8ec964936c365a2c6f27f7945) ) |
| 4353 | | ROM_LOAD( "st58st", 0x0000, 0x010000, CRC(b4b4c3f3) SHA1(7179d970c0e903ae3b4ba925fba29b9777bf969d) ) |
| 4354 | | ROM_LOAD( "startrekking-20p_8_5.bin", 0x0000, 0x010000, CRC(6455ae3b) SHA1(9521b69cdd4a0d6ed306ad713fd9a3924eae1e8d) ) |
| 4355 | | ROM_LOAD( "tk05d3_1.bin", 0x0000, 0x010000, CRC(b53552ca) SHA1(7b3fd9c5e858a0e1462c755ebfbc089879001c7c) ) |
| 4356 | | ROM_LOAD( "tk05d5_0.bin", 0x0000, 0x010000, CRC(629a4c8c) SHA1(766933e4c6d352273c72e40ac0f2af73896d513d) ) |
| 4357 | | ROM_LOAD( "tk05s3_1.bin", 0x0000, 0x010000, CRC(871db7ce) SHA1(4aac90a6ecab6d2c6b5d8b7af69059ef260c9c0c) ) |
| 4358 | | ROM_LOAD( "tk05s5_0.bin", 0x0000, 0x010000, CRC(6a600631) SHA1(1c85cd63db5225ca55ef0f26fc65008cb4af340b) ) |
| 4359 | | ROM_LOAD( "tk10d3_2.bin", 0x0000, 0x010000, CRC(5cebc22d) SHA1(6e6dd4c98ceb0c3cf541c6f8d00e3928f43dc763) ) |
| 4360 | | ROM_LOAD( "tk10d5_0.bin", 0x0000, 0x010000, CRC(349855d0) SHA1(e83d764169e85b1f24b3cb7a0d9b1ce3228148c3) ) |
| 4361 | | ROM_LOAD( "tk10s3_2.bin", 0x0000, 0x010000, CRC(7955d544) SHA1(1151e2b5dd3bd60846d28fa0fb49fe6bee06b765) ) |
| 4362 | | ROM_LOAD( "tk10s5_0.bin", 0x0000, 0x010000, CRC(6e871dcb) SHA1(cb74b94537f7cdbba6e254042f2b59409eb3b00c) ) |
| 4363 | | ROM_LOAD( "tk20d3_1.bin", 0x0000, 0x010000, CRC(a911ebc7) SHA1(7e74df1ca0fd5e0d04ece5ca307f4b1ab817c044) ) |
| 4364 | | ROM_LOAD( "tk20d5_0.bin", 0x0000, 0x010000, CRC(ca3d3faa) SHA1(f19465212d3bc094a61d04c6c1c20e524a36dcf8) ) |
| 4365 | | ROM_LOAD( "tk20s3_1.bin", 0x0000, 0x010000, CRC(0193af35) SHA1(40094dd44da8d1d0d38ac95d4e951e6c88516eee) ) |
| 4366 | | ROM_LOAD( "tk20s5_0.bin", 0x0000, 0x010000, CRC(b0532d71) SHA1(d3e111a4bc5638788bb67faebdd046224895cbb1) ) |
| 4367 | | ROM_LOAD( "tk3.1c", 0x0000, 0x010000, CRC(affb3ea4) SHA1(64a670b074cd2f151e820428e0f7f485ec710efd) ) |
| 4368 | | ROM_LOAD( "tk5-5_0x.bin", 0x0000, 0x010000, CRC(1d32480d) SHA1(670c9d371755c500c29a31a350b3447bd2788c62) ) |
| 4369 | | ROM_LOAD( "tk5_0x.bin", 0x0000, 0x010000, CRC(20a796f2) SHA1(1d46dbf3693294733595cd601e5be6f16ff685d3) ) |
| 4370 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4371 | | ROM_LOAD( "mdmstartrekkingsound.rom", 0x0000, 0x040000, CRC(4b673184) SHA1(dd90719ebc8644b4aa50091dc9ddd79f5d0f3395) ) |
| 4372 | | ROM_END |
| 4373 | | |
| 4374 | | |
| 4375 | | ROM_START( m1ttcash ) |
| 4376 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4377 | | ROM_LOAD( "ttc2-01.bin", 0x0000, 0x010000, CRC(fa3a1d75) SHA1(055aac3bd82892e30efb6f0a359f53045f8d226e) ) |
| 4378 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4379 | | ROM_LOAD( "ttcsnd.bin", 0x0000, 0x080000, CRC(a191218e) SHA1(d89c33538d1f1804b2f5acac713e760d089fbac0) ) |
| 4380 | | ROM_END |
| 4381 | | |
| 4382 | | ROM_START( m1topstr ) |
| 4383 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4384 | | ROM_LOAD( "sa1-184", 0x0000, 0x010000, CRC(93518981) SHA1(51e5f4e665c7b3cf7d62036e4267216c36726d3f) ) |
| 4385 | | ROM_END |
| 4386 | | |
| 4387 | | |
| 4388 | | ROM_START( m1sirich ) |
| 4389 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4390 | | ROM_LOAD( "sa3-265.bin", 0x0000, 0x010000, CRC(1b674002) SHA1(9f8d839371290ceb8bdc936d82f1e6180783d169) ) |
| 4391 | | ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 ) |
| 4392 | | ROM_LOAD( "sa3-269.bin", 0x0000, 0x010000, CRC(d490b5fa) SHA1(fc86cad55387f3cc4e0803f1669d670998247dc5) ) |
| 4393 | | ROM_LOAD( "sa4-104.bin", 0x0000, 0x010000, CRC(298e0d6e) SHA1(969825784c9e793bf88cf355a70bbc1907126a2f) ) |
| 4394 | | ROM_LOAD( "sa4-105.bin", 0x0000, 0x010000, CRC(c1669088) SHA1(96ede015a26d75f2b85d615df0ffbce4a5f9f8d4) ) |
| 4395 | | ROM_END |
| 4396 | | |
| 4397 | | ROM_START( m1gskill ) |
| 4398 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4399 | | ROM_LOAD( "greekskill.bin", 0x0000, 0x010000, CRC(ac5b7f65) SHA1(9fd73c53173b3291684de3d1067a115e5f78a336) ) |
| 4400 | | ROM_END |
| 4401 | | |
| 4402 | | ROM_START( m1luxor ) |
| 4403 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4404 | | ROM_LOAD( "luxor_pound8f.4_0", 0x0000, 0x020000, CRC(3a0fdf4a) SHA1(4a3797ea5440df8a0d40ea187d0b41a77407e9ef) ) |
| 4405 | | ROM_END |
| 4406 | | |
| 4407 | | ROM_START( m1luxor33 ) |
| 4408 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4409 | | ROM_LOAD( "luxor_pound5f.3v3", 0x0000, 0x020000, CRC(75a95629) SHA1(1366f1bf1f88feee14af306d15fe74c2c9d1dff8) ) |
| 4410 | | ROM_END |
| 4411 | | |
| 4412 | | ROM_START( m1luxor32 ) |
| 4413 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4414 | | ROM_LOAD( "lux_pound5", 0x0000, 0x020000, CRC(a5d78869) SHA1(0b76345374554d467c78751083a6b3ce2499f795) )//3_2 |
| 4415 | | ROM_END |
| 4416 | | |
| 4417 | | ROM_START( m1luxor21 ) |
| 4418 | | ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00 ) |
| 4419 | | ROM_LOAD( "lux_pound15", 0x0000, 0x020000, CRC(94e8d1c2) SHA1(7a50477cf2d4bb404d2e33dd545c51e62bf4031d) )//2_1 |
| 4420 | | ROM_END |
| 4421 | | |
| 4422 | | |
| 4423 | | // I'm not 100% convinced this is a real game, or a collection of random roms |
| 4424 | | ROM_START( m1atunk ) |
| 4425 | | ROM_REGION( 0x200000, "maincpu", 0 ) |
| 4426 | | ROM_LOAD( "rndm7802.u1", 0x0000, 0x010000, CRC(d88ec13b) SHA1(3f32a2c77c1bdab016f582fa40099a6ffb6427f5) ) |
| 4427 | | ROM_LOAD( "rndm7802.u2", 0x0000, 0x010000, CRC(0439b0f9) SHA1(fb3941d80ad64b3f442d11697c30f9c63131b5c4) ) |
| 4428 | | ROM_LOAD( "rrun4.1t", 0x0000, 0x010000, CRC(4c95f6c1) SHA1(112c4b39fa9654824e47c1da360c1ce3e1ee750a) ) |
| 4429 | | ROM_LOAD( "rrun4.2t", 0x0000, 0x010000, CRC(c423978e) SHA1(6a8b88c931ed95946226244d8bd88323412d0e1c) ) |
| 4430 | | |
| 4431 | | ROM_REGION( 0x200000, "other1", 0 ) |
| 4432 | | // these look like something else? check! |
| 4433 | | ROM_LOAD( "dnj1.6", 0x0000, 0x010000, CRC(29d1ce09) SHA1(ed90ce869c71d06a2f6d1cc7becbeff53d00b3c2) ) // has a cotswald copyright?? |
| 4434 | | ROM_LOAD( "jjok", 0x0000, 0x010000, CRC(9821978b) SHA1(e327c59c2f47774986a5e22cbd119a7f75aeddb1) ) // Jolly Joker? (German?) |
| 4435 | | ROM_LOAD( "stest01.bin", 0x0000, 0x010000, CRC(0e2a4906) SHA1(6d3c5ed2fd8f78b63289dc96d7153740937a9584) ) // Test ROM? |
| 4436 | | |
| 4437 | | ROM_REGION( 0x200000, "other2", 0 ) |
| 4438 | | // these look like 68k pairs instead? check! |
| 4439 | | ROM_LOAD( "grm17011.bin", 0x0000, 0x010000, CRC(b1aa6eca) SHA1(31c5995eb19be4772413e3dc3f690f609c123673) ) |
| 4440 | | ROM_LOAD( "grm17012.bin", 0x0000, 0x010000, CRC(a26a6345) SHA1(70ededa58b92d32e0968bb326d6579146c3bd6cb) ) |
| 4441 | | ROM_LOAD( "grmc2001.u1", 0x0000, 0x010000, CRC(6301ebdb) SHA1(b6290fccbfa31ddf7f972dfb493a94b8b844fc17) ) |
| 4442 | | ROM_LOAD( "grmc2001.u2", 0x0000, 0x010000, CRC(6332520f) SHA1(f6b2cc29ee947f5421593922cb4b7619d832e156) ) |
| 4443 | | ROM_LOAD( "grm_p1.bin", 0x0000, 0x010000, CRC(43375584) SHA1(4d9342ea5ef3fe882f51f37771bbf033363fca6c) ) |
| 4444 | | ROM_LOAD( "grm_p2.bin", 0x0000, 0x010000, CRC(e8809b05) SHA1(9002642cbecaed61746cd25de02fe6efbc5c2ca2) ) |
| 4445 | | ROM_LOAD( "grm_pl_1.bin", 0x0000, 0x010000, CRC(b1aa6eca) SHA1(31c5995eb19be4772413e3dc3f690f609c123673) ) |
| 4446 | | ROM_LOAD( "grm_pl_2.bin", 0x0000, 0x010000, CRC(a26a6345) SHA1(70ededa58b92d32e0968bb326d6579146c3bd6cb) ) |
| 4447 | | |
| 4448 | | ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 ) |
| 4449 | | ROM_END |
| 4450 | | |
| 4451 | 894 | WRITE8_MEMBER(maygay1b_state::m1ab_no_oki_w) |
| 4452 | 895 | { |
| 4453 | 896 | popmessage("write to OKI, but no OKI rom"); |
| r19477 | r19478 | |
| 4491 | 934 | } |
| 4492 | 935 | } |
| 4493 | 936 | |
| 4494 | | #define GAME_FLAGS GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL |
| 4495 | 937 | |
| 4496 | | GAME( 1993, m1albsq ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 4497 | | GAME( 1993, m1albsqp ,m1albsq ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4498 | | GAME( 1993, m1albsq3 ,m1albsq ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v3.0 (M1A/B)",GAME_FLAGS ) |
| 4499 | | GAME( 1993, m1albsq2 ,m1albsq ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v2.2 (M1A/B)",GAME_FLAGS ) |
| 4500 | | GAME( 1993, m1albsq1 ,m1albsq ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4501 | | GAME( 1993, m1albsq1p ,m1albsq ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Albert Square (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4502 | | |
| 4503 | | GAME( 199?, m1alley ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Alley Cat (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4504 | | |
| 4505 | | GAME( 1997, m1apollo ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4506 | | GAME( 1997, m1apollop ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4507 | | GAME( 1997, m1apolloh ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Newer) (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4508 | | GAME( 1997, m1apolloa ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4509 | | GAME( 1997, m1apolloap ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4510 | | GAME( 1997, m1apolloao ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) vA.1 (Older, 15GBP) (M1A/B)",GAME_FLAGS ) |
| 4511 | | GAME( 1997, m1apollo9 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v9.1 (M1A/B)",GAME_FLAGS ) |
| 4512 | | GAME( 1997, m1apollo9p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v9.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4513 | | GAME( 1997, m1apollo4 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4514 | | GAME( 1997, m1apollo4p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4515 | | GAME( 1997, m1apollo11 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (M1A/B)",GAME_FLAGS ) |
| 4516 | | GAME( 1997, m1apollo11b ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (BwB Rebuild) (M1A/B)",GAME_FLAGS ) |
| 4517 | | GAME( 1997, m1apollo11p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v11? (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4518 | | GAME( 1997, m1apollo8 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 4519 | | GAME( 1997, m1apollo8p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4520 | | GAME( 1997, m1apollo7 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v7.1 (M1A/B)",GAME_FLAGS ) |
| 4521 | | GAME( 1997, m1apollo7p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v7.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4522 | | GAME( 1997, m1apollo5 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4523 | | GAME( 1997, m1apollo5p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4524 | | GAME( 1997, m1apollo4o ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v4.1 (Older, Token)(M1A/B)",GAME_FLAGS ) |
| 4525 | | GAME( 1997, m1apollo3 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4526 | | GAME( 1997, m1apollo3p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4527 | | GAME( 1997, m1apollo2 ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4528 | | GAME( 1997, m1apollo2p ,m1apollo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Apollo 9 (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4529 | | |
| 4530 | | GAME( 199?, m1bankbs ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.9 (M1A/B)",GAME_FLAGS ) |
| 4531 | | GAME( 199?, m1bankbsp ,m1bankbs ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.9 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4532 | | GAME( 199?, m1bankbso ,m1bankbs ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Buster Club (Maygay) v2.8 (M1A/B)",GAME_FLAGS ) |
| 4533 | | GAME( 1995, m1bankrl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4534 | | GAME( 1995, m1bankrlp ,m1bankrl ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4535 | | GAME( 1995, m1bankrl2p ,m1bankrl ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bank Roll (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4536 | | GAME( 1990, m1bargn ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bar-gain (Maygay) v7.1 (M1A/B)",GAME_FLAGS ) |
| 4537 | | GAME( 1990, m1bargnp ,m1bargn ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bar-gain (Maygay) v7.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4538 | | GAME( 1990, m1bargnc ,m1bargn ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Bar-gain (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4539 | | GAME( 1990, m1bargncp ,m1bargn ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Bar-gain (Maygay) v5.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 4540 | | GAME( 2000, m1bigdel ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Big Deal (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4541 | | GAME( 199?, m1blkhol ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Black Hole (Dutch) (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4542 | | GAME( 1992, m1bluemx ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Blue Max (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4543 | | GAME( 1992, m1bluemxp ,m1bluemx ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Blue Max (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4544 | | GAME( 1996, m1bondi ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4545 | | GAME( 1996, m1bondip ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4546 | | GAME( 1996, m1bondi4 ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 4547 | | GAME( 1996, m1bondi4p ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4548 | | GAME( 1996, m1bondi3 ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4549 | | GAME( 1996, m1bondi2 ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4550 | | GAME( 1996, m1bondi2p ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4551 | | GAME( 1996, m1bondi2po ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4552 | | GAME( 1996, m1bondi1 ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4553 | | GAME( 1996, m1bondi1p ,m1bondi ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bondi Beach (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4554 | | GAME( 1996, m1bounty ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4555 | | GAME( 199?, m1bountc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (M1A/B)",GAME_FLAGS ) |
| 4556 | | GAME( 199?, m1bountcp ,m1bountc ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4557 | | GAME( 1997, m1cik ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (M1A/B)",GAME_FLAGS ) |
| 4558 | | GAME( 1997, m1cikp ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4559 | | GAME( 1997, m1cikh ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v11? (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4560 | | GAME( 1997, m1cik51 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4561 | | GAME( 1997, m1cik51p ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4562 | | GAME( 1997, m1cik51o ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4563 | | GAME( 1997, m1cik41 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 4564 | | GAME( 1997, m1cik41p ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4565 | | GAME( 1997, m1cik31 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4566 | | GAME( 1997, m1cik31p ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4567 | | GAME( 1997, m1cik21 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4568 | | GAME( 1997, m1cik21p ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4569 | | GAME( 1997, m1cik12 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4570 | | GAME( 1997, m1cik11 ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4571 | | GAME( 1997, m1cik11p ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4572 | | GAME( 1997, m1cik11n ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (alternate) (M1A/B)",GAME_FLAGS ) |
| 4573 | | GAME( 1997, m1cik11np ,m1cik ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Is King (Maygay) v1.1 (alternate,Protocol) (M1A/B)",GAME_FLAGS ) |
| 4574 | | GAME( 1990, m1casclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4575 | | GAME( 1990, m1casclbp ,m1casclb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4576 | | GAME( 1990, m1casclb1 ,m1casclb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4577 | | GAME( 1990, m1casgcl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Gambler Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4578 | | GAME( 1990, m1casgclp ,m1casgcl ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Gambler Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4579 | | GAME( 1990, m1casroy ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4580 | | GAME( 1990, m1casroyp ,m1casroy ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4581 | | GAME( 1990, m1casroy1 ,m1casroy ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Royale Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4582 | | GAME( 1996, m1chain ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Chain Reaction (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4583 | | GAME( 199?, m1clbfvr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Club Fever (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4584 | | GAME( 199?, m1clbfvrp ,m1clbfvr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Club Fever (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4585 | | GAME( 1995, m1cluedo ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v6.1 (M1A/B)",GAME_FLAGS ) |
| 4586 | | GAME( 1995, m1cluedop ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v6.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4587 | | GAME( 1995, m1cluedo5 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4588 | | GAME( 1995, m1cluedo5p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4589 | | GAME( 1995, m1cluedoi ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v7.2 (Isle of Man) (M1A/B)",GAME_FLAGS ) |
| 4590 | | GAME( 1995, m1cluedoip ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v7.2 (Isle of Man) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4591 | | GAME( 1995, m1cluedon ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4592 | | GAME( 1995, m1cluedonp ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4593 | | GAME( 1995, m1cluedob2 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4594 | | GAME( 1995, m1cluedob2p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4595 | | GAME( 1995, m1cluedob2h ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v2.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4596 | | GAME( 1995, m1cluedob1 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4597 | | GAME( 1995, m1cluedob1p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4598 | | GAME( 1995, m1cluedob1h ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB", "Cluedo (Maygay/BwB) v1.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4599 | | GAME( 1993, m1cluedo4 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 4600 | | GAME( 1993, m1cluedo4p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4601 | | GAME( 1993, m1cluedo3 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4602 | | GAME( 1993, m1cluedo3p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4603 | | GAME( 1993, m1cluedo3h ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v3.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4604 | | GAME( 1993, m1cluedo1 ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4605 | | GAME( 1993, m1cluedo1p ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4606 | | GAME( 1993, m1cluedo1h ,m1cluedo ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo (Maygay) v1.1 (Hack?) (M1A/B)",GAME_FLAGS ) |
| 4607 | | |
| 4608 | | GAME( 1993, m1cluecb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4609 | | GAME( 1993, m1cluecbp ,m1cluecb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4610 | | GAME( 1993, m1cluecb2 ,m1cluecb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4611 | | GAME( 1993, m1cluecb2p ,m1cluecb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4612 | | GAME( 1993, m1cluecb1 ,m1cluecb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4613 | | GAME( 1993, m1cluecb1p ,m1cluecb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Club (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4614 | | GAME( 1993, m1cluesh ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4615 | | GAME( 1993, m1clueshp ,m1cluesh ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4616 | | GAME( 1993, m1cluesho ,m1cluesh ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Older) (M1A/B)",GAME_FLAGS ) |
| 4617 | | GAME( 1993, m1clueshop ,m1cluesh ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Cluedo Showcase (Maygay) v1.2 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4618 | | GAME( 1996, m1cluess ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (M1A/B)",GAME_FLAGS ) |
| 4619 | | GAME( 1996, m1cluessh ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (Newer) (Hack) (M1A/B)",GAME_FLAGS ) |
| 4620 | | GAME( 1996, m1cluessp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4621 | | GAME( 1996, m1cluessa ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4622 | | GAME( 1996, m1cluessap ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4623 | | GAME( 1996, m1cluessb ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4624 | | GAME( 1996, m1cluessbp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4625 | | GAME( 1996, m1cluessc ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v6.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4626 | | GAME( 1996, m1cluesscp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v6.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4627 | | GAME( 1996, m1cluessd ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4628 | | GAME( 1996, m1cluessdp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4629 | | GAME( 1996, m1cluesse ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4630 | | GAME( 1996, m1cluessep ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4631 | | GAME( 1996, m1cluessf ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4632 | | GAME( 1996, m1cluessfp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4633 | | GAME( 1996, m1cluessg ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v7.1 (15GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 4634 | | GAME( 1996, m1cluessi ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (10GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 4635 | | GAME( 1996, m1cluessj ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.3 (5GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 4636 | | GAME( 1996, m1cluessk ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.2 (Older) (M1A/B)",GAME_FLAGS ) |
| 4637 | | GAME( 1996, m1cluessl ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4638 | | GAME( 1996, m1cluesslp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4639 | | GAME( 1996, m1cluessm ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4640 | | GAME( 1996, m1cluessmp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4641 | | GAME( 1996, m1cluessn ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v1.1 (10GBP Jackpot) (Older) (M1A/B)",GAME_FLAGS ) |
| 4642 | | GAME( 1996, m1cluesso ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 4643 | | GAME( 1996, m1cluessop ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v2.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4644 | | GAME( 1996, m1cluessq ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 4645 | | GAME( 1996, m1cluessqp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v5.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4646 | | GAME( 1996, m1cluessr ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 4647 | | GAME( 1996, m1cluessrp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v3.1 (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4648 | | GAME( 1996, m1cluesss ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1? (Older, alternate) (M1A/B)",GAME_FLAGS ) |
| 4649 | | GAME( 1996, m1cluesssp ,m1cluess ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cluedo Super Sleuth (Maygay) v4.1? (Older, alternate) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4650 | | |
| 4651 | | GAME( 199?, m1coderd ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Code Red Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4652 | | GAME( 199?, m1coderdp ,m1coderd ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Code Red Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4653 | | |
| 4654 | | GAME( 1996, m1coro ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4655 | | GAME( 1996, m1corop ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4656 | | GAME( 1995, m1coro32g ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer, G?) (M1A/B)",GAME_FLAGS ) |
| 4657 | | GAME( 1995, m1coro32gh ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer, G?) (Hack) (M1A/B)",GAME_FLAGS ) |
| 4658 | | GAME( 1995, m1coro12g ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay/BwB?", "Coronation Street (Maygay) v1.2 (Newer, G?) (M1A/B)",GAME_FLAGS ) |
| 4659 | | GAME( 1995, m1coro12gp ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer, G?) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4660 | | GAME( 1995, m1coro12a ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer, G?) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4661 | | GAME( 1995, m1coro10h1 ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 1) (M1A/B)",GAME_FLAGS ) |
| 4662 | | GAME( 1995, m1coro10h2 ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 2) (M1A/B)",GAME_FLAGS ) |
| 4663 | | GAME( 1995, m1coro10h3 ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.0 (Hack 3) (M1A/B)",GAME_FLAGS ) |
| 4664 | | GAME( 1993, m1coro81 ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 4665 | | GAME( 1993, m1coro81p ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4666 | | GAME( 1993, m1coro32n ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4667 | | GAME( 1993, m1coro32np ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4668 | | GAME( 1993, m1coro22n ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4669 | | GAME( 1993, m1coro21n ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4670 | | GAME( 1993, m1coro21np ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4671 | | GAME( 1993, m1coro12n ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4672 | | GAME( 1993, m1coro12np ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.2 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4673 | | GAME( 1993, m1coro11n ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.1 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4674 | | GAME( 1993, m1coro11np ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v1.1 (Newer) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4675 | | GAME( 1993, m1coro31 ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4676 | | GAME( 1993, m1coro31p ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4677 | | GAME( 1993, m1coro30h ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v3.0 (Hack) (M1A/B)",GAME_FLAGS ) |
| 4678 | | GAME( 1993, m1coro21v ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Multivend) (M1A/B)",GAME_FLAGS ) |
| 4679 | | GAME( 1993, m1coro21vp ,m1coro ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street (Maygay) v2.1 (Multivend) (Protocol)(M1A/B)",GAME_FLAGS ) |
| 4680 | | |
| 4681 | | GAME( 1995, m1cororr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (M1A/B)",GAME_FLAGS ) |
| 4682 | | GAME( 1995, m1cororrp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4683 | | GAME( 1995, m1cororra ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 1) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4684 | | GAME( 1995, m1cororrb ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (M1A/B)",GAME_FLAGS ) |
| 4685 | | GAME( 1995, m1cororrbh ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Hack) (M1A/B)",GAME_FLAGS ) |
| 4686 | | GAME( 1995, m1cororrb1 ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4687 | | GAME( 1995, m1cororrbp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 2) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4688 | | GAME( 1995, m1cororrc ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (M1A/B)",GAME_FLAGS ) |
| 4689 | | GAME( 1995, m1cororrc1 ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (Alternate 1) (M1A/B)",GAME_FLAGS ) |
| 4690 | | GAME( 1995, m1cororrc2 ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 3) (Alternate 2) (M1A/B)",GAME_FLAGS ) |
| 4691 | | GAME( 1995, m1cororrd ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 4) (M1A/B)",GAME_FLAGS ) |
| 4692 | | GAME( 1995, m1cororrdp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 4) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4693 | | GAME( 1995, m1cororre ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 5) (M1A/B)",GAME_FLAGS ) |
| 4694 | | GAME( 1995, m1cororrf ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 6) (BW) (M1A/B)",GAME_FLAGS ) |
| 4695 | | GAME( 1995, m1cororrfp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 6) (BW) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4696 | | GAME( 1995, m1cororrg ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 7) (M1A/B)",GAME_FLAGS ) |
| 4697 | | GAME( 1995, m1cororrgp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 7) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4698 | | GAME( 1995, m1cororrh ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 8) (M1A/B)",GAME_FLAGS ) |
| 4699 | | GAME( 1995, m1cororri ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 9) (M1A/B)",GAME_FLAGS ) |
| 4700 | | GAME( 1995, m1cororrip ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 9) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4701 | | GAME( 1995, m1cororrj ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 10) (M1A/B)",GAME_FLAGS ) |
| 4702 | | GAME( 1995, m1cororrjp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 10) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4703 | | GAME( 1995, m1cororrk ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 11) (M1A/B)",GAME_FLAGS ) |
| 4704 | | GAME( 1995, m1cororrl ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 12) (M1A/B)",GAME_FLAGS ) |
| 4705 | | GAME( 1995, m1cororrlp ,m1cororr ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street - Rovers Return (Maygay) (set 12) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4706 | | |
| 4707 | | GAME( 1994, m1corocb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4708 | | GAME( 1994, m1corocbp ,m1corocb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4709 | | GAME( 1994, m1corocb1 ,m1corocb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4710 | | GAME( 1994, m1corocb1p ,m1corocb ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Club (Maygay) v1.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 4711 | | |
| 4712 | | GAME( 1993, m1corosh ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Showcase (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4713 | | GAME( 1993, m1coroshp ,m1corosh ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Coronation Street Showcase (Maygay) v1.1 (Protocol)(M1A/B)",GAME_FLAGS ) |
| 4714 | | |
| 4715 | | GAME( 199?, m1criss ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Criss Cross Club (Maygay) (Dutch) (M1A/B)",GAME_FLAGS ) |
| 4716 | | GAME( 1992, m1dxmono ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4717 | | GAME( 1992, m1dxmonop ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4718 | | GAME( 1992, m1dxmono12n ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Newer) (M1A/B)",GAME_FLAGS ) |
| 4719 | | GAME( 1992, m1dxmono31b ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (BwB set) (M1A/B)",GAME_FLAGS ) |
| 4720 | | GAME( 1992, m1dxmono31p ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4721 | | GAME( 1992, m1dxmono31h ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Hack) (M1A/B)",GAME_FLAGS ) |
| 4722 | | GAME( 1992, m1dxmono31h2,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.1 (Alternate Hack) (M1A/B)",GAME_FLAGS ) |
| 4723 | | GAME( 1992, m1dxmono51 ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4724 | | GAME( 1992, m1dxmono12 ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (M1A/B)",GAME_FLAGS ) |
| 4725 | | GAME( 1992, m1dxmono12p ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4726 | | GAME( 1992, m1dxmono12a ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.2 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4727 | | GAME( 1992, m1dxmono21p ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v2.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4728 | | GAME( 1992, m1dxmono11p ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4729 | | GAME( 1992, m1dxmono11 ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4730 | | GAME( 1992, m1dxmono51o ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (M1A/B) (alt?)",GAME_FLAGS ) |
| 4731 | | GAME( 1992, m1dxmono51p ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v5.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4732 | | GAME( 1992, m1dxmono30h ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v3.0 (Hack) (M1A/B)",GAME_FLAGS ) |
| 4733 | | GAME( 1992, m1dxmono11o ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4734 | | GAME( 1992, m1dxmono11m ,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Code M) (M1A/B)",GAME_FLAGS ) |
| 4735 | | GAME( 1992, m1dxmono11mb,m1dxmono ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Deluxe Monopoly (Maygay) v1.1 (Code M, Alternate) (M1A/B)",GAME_FLAGS ) |
| 4736 | | |
| 4737 | | GAME( 199?, m1dmnhrt ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Diamond Hearts (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4738 | | GAME( 199?, m1dm4ev ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4739 | | GAME( 199?, m1dm4evp ,m1dm4ev ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v5.1 (Protocol) n(M1A/B)",GAME_FLAGS ) |
| 4740 | | GAME( 199?, m1dm4ev11 ,m1dm4ev ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Diamonds Are Forever Club (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4741 | | |
| 4742 | | GAME( 1996, m1dkong ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (M1A/B)",GAME_FLAGS ) |
| 4743 | | GAME( 1996, m1dkongp ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4744 | | GAME( 1996, m1dkonga ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.2 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4745 | | GAME( 1996, m1dkong91n ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (M1A/B)",GAME_FLAGS ) |
| 4746 | | GAME( 1996, m1dkong91np ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4747 | | GAME( 1996, m1dkong91na ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4748 | | GAME( 1996, m1dkong81n ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (M1A/B)",GAME_FLAGS ) |
| 4749 | | GAME( 1996, m1dkong81na ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4750 | | GAME( 1996, m1dkong81np ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4751 | | GAME( 1996, m1dkong21n ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4752 | | GAME( 1996, m1dkong91 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4753 | | GAME( 1996, m1dkong91p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4754 | | GAME( 1996, m1dkong91a ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Alternate) (M1A/B)",GAME_FLAGS ) |
| 4755 | | GAME( 1996, m1dkong91h1 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Hack 1) (M1A/B)",GAME_FLAGS ) |
| 4756 | | GAME( 1996, m1dkong91h2 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v9.1 (Older) (Hack 2) (M1A/B)",GAME_FLAGS ) |
| 4757 | | GAME( 1996, m1dkong81 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4758 | | GAME( 1996, m1dkong81p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v8.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4759 | | GAME( 1996, m1dkong51 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v5.1 (M1A/B)",GAME_FLAGS ) |
| 4760 | | GAME( 1996, m1dkong51p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v5.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4761 | | GAME( 1996, m1dkong41 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v4.1 (M1A/B)",GAME_FLAGS ) |
| 4762 | | GAME( 1996, m1dkong41p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v4.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4763 | | GAME( 1996, m1dkong31 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v3.1 (M1A/B)",GAME_FLAGS ) |
| 4764 | | GAME( 1996, m1dkong31p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v3.1 (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4765 | | GAME( 1996, m1dkong21 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (Older) (M1A/B)",GAME_FLAGS ) |
| 4766 | | GAME( 1996, m1dkong21p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v2.1 (Older) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4767 | | GAME( 1996, m1dkong11 ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v1.1 (M1A/B)",GAME_FLAGS ) |
| 4768 | | GAME( 1996, m1dkong11p ,m1dkong ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Donkey Kong (Maygay) v1.1 (M1A/B) (Protocol?)",GAME_FLAGS ) |
| 4769 | | |
| 4770 | | GAME( 199?, m1ee ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Bwb) (M1A/B)",GAME_FLAGS ) |
| 4771 | | GAME( 199?, m1eea ,m1ee ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay - Bwb) (M1A/B)",GAME_FLAGS ) |
| 4772 | | GAME( 199?, m1eeb ,m1ee ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4773 | | GAME( 199?, m1eeqv ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay - Whitbread) (M1A/B)",GAME_FLAGS ) |
| 4774 | | GAME( 199?, m1eeqva ,m1eeqv ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Eastenders - Queen Vic (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4775 | | GAME( 199?, m1expclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Explorer Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4776 | | GAME( 199?, m1fantfb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Fantasy Football (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4777 | | GAME( 199?, m1fight ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Fight Night (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4778 | | GAME( 199?, m1fivest ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Five Star (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4779 | | GAME( 199?, m1frexpl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Fruit Explosion (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4780 | | GAME( 199?, m1glad ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4781 | | GAME( 199?, m1glada ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators Arcade (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4782 | | GAME( 199?, m1gladsh ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Gladiators Showcase (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4783 | | GAME( 199?, m1goldsv ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Gold & Silver (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4784 | | GAME( 199?, m1gold10 ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Golden 10 (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4785 | | GAME( 199?, m1goldng ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Golden Nugget Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4786 | | GAME( 199?, m1gresc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Great Escape, The (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4787 | | GAME( 199?, m1guvnor ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "The Guvnor (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4788 | | GAME( 199?, m1htclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Hi Tension Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4789 | | GAME( 199?, m1hotpot ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Hot Pots (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4790 | | GAME( 199?, m1infern ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Inferno (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4791 | | GAME( 199?, m1imclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Millionaire Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4792 | | GAME( 199?, m1inwin ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Instant Win (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4793 | | GAME( 199?, m1itsko ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "It's A Knockout (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4794 | | GAME( 199?, m1itjob ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Italian Job (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4795 | | GAME( 199?, m1jpmult ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Jackpot Multiplier (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4796 | | GAME( 199?, m1jbond ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "James Bond (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4797 | | GAME( 199?, m1jdwins ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Jim Davison's Winning Streak (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4798 | | GAME( 1993, m1liveam ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (Alternate 1) (M1A/B)",GAME_FLAGS ) |
| 4799 | | GAME( 1993, m1liveamp ,m1liveam ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (Protocol) (M1A/B)",GAME_FLAGS ) |
| 4800 | | GAME( 1993, m1liveama ,m1liveam ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Living In America (Maygay) (Alternate 2)(M1A/B)",GAME_FLAGS ) |
| 4801 | | GAME( 199?, m1lotmil ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Lottery Millionaire Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4802 | | GAME( 199?, m1luckno ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Lucky Numbers (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4803 | | GAME( 199?, m1magic ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Magic Squares (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4804 | | GAME( 199?, m1manhat ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Manhattan Skylines (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4805 | | GAME( 199?, m1bignit ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Mike Reid's Big Night Out (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4806 | | GAME( 199?, m1mongam ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Money Game Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4807 | | GAME( 199?, m1monmon ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Money Money Money (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4808 | | GAME( 199?, m1monod ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) [Dutch] (M1A/B)",GAME_FLAGS ) |
| 4809 | | GAME( 199?, m1mono ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4810 | | GAME( 199?, m1moncls ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Classic (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4811 | | GAME( 199?, m1monclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Monopoly Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4812 | | GAME( 199?, m1monstr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Monster Cash (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4813 | | GAME( 199?, m1nhp ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Noel's House Party (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4814 | | GAME( 199?, m1nudbnk ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Nudge Banker (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4815 | | GAME( 199?, m1nudunl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Nudges Unlimited (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4816 | | GAME( 199?, m1omega ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Omega (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4817 | | GAME( 199?, m1onbus ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "On The Buses (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4818 | | GAME( 199?, m1ott ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Over The Top (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4819 | | GAME( 199?, m1piggy ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Piggy Bank (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4820 | | GAME( 199?, m1ppd ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) [Dutch] (M1A/B)",GAME_FLAGS ) |
| 4821 | | GAME( 199?, m1pp ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4822 | | GAME( 199?, m1ppc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Pink Panther Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4823 | | GAME( 199?, m1przclu ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Cluedo (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4824 | | GAME( 199?, m1przee ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Prize Eastenders (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4825 | | GAME( 199?, m1reeldm ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Reel Diamonds (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4826 | | GAME( 199?, m1retpp ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4827 | | GAME( 199?, m1search ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Search Light (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4828 | | GAME( 199?, m1sixspn ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Six Spinner (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4829 | | GAME( 199?, m1spid ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Spiderman (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4830 | | GAME( 199?, m1spid2 ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Spiderman 2 (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4831 | | GAME( 199?, m1sptlgt ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Spotlight (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4832 | | GAME( 199?, m1stair ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Stairway To Heaven (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4833 | | GAME( 199?, m1sudnim ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Sudden Impact (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4834 | | GAME( 199?, m1sprnov ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Nova (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4835 | | GAME( 199?, m1suppot ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Super Pots (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4836 | | GAME( 199?, m1taknot ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Take Note (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4837 | | GAME( 199?, m1tstunt ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Test Unit (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4838 | | GAME( 199?, m1thatlf ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "That's Life (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4839 | | GAME( 199?, m1topten ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Top Tenner (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4840 | | GAME( 199?, m1tp ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4841 | | GAME( 199?, m1tpclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Trivial Pursuit Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4842 | | GAME( 199?, m1ultchl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Ultimate Challenge (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4843 | | GAME( 199?, m1undsie ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Under Siege (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4844 | | GAME( 199?, m1vegas ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Vegas Gambler Club (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4845 | | GAME( 199?, m1wagon ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Wagon Trail (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4846 | | GAME( 199?, m1wotw ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "War Of The Worlds (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4847 | | GAME( 199?, m1wldzne ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Wild Zone (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4848 | | GAME( 199?, m1winenc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Winners Enclosure (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4849 | | GAME( 199?, m1simps ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "The Simpsons (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4850 | | |
| 4851 | | GAME( 199?, m1bghou ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Big Ghoulies (Gemini) (M1A/B)",GAME_FLAGS ) |
| 4852 | | GAME( 199?, m1crzco ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Crazy Cobra (Gemini) (M1A/B)",GAME_FLAGS ) |
| 4853 | | GAME( 1994, m1luxor ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) v4.0 (M1A/B)",GAME_FLAGS ) |
| 4854 | | GAME( 1994, m1luxor33 ,m1luxor ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) v3.3 (M1A/B)",GAME_FLAGS ) |
| 4855 | | GAME( 1994, m1luxor32 ,m1luxor ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) v3.2 (M1A/B)",GAME_FLAGS ) |
| 4856 | | GAME( 1994, m1luxor21 ,m1luxor ,m1,m1, maygay1b_state,m1, ROT0, "Gemini", "Luxor Casino (Gemini) v2.1 (M1A/B)",GAME_FLAGS ) |
| 4857 | | |
| 4858 | | // guessing these are M1A/B based on data/code starting at 0x2800 |
| 4859 | | GAME( 199?, m1hiloc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Hi Lo Casino (Global) (M1A/B)",GAME_FLAGS ) |
| 4860 | | GAME( 199?, m1jtjob ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Just The Job (Global) (M1A/B)",GAME_FLAGS ) |
| 4861 | | GAME( 199?, m1kingsw ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "King Of The Swingers (Global) (M1A/B)",GAME_FLAGS ) |
| 4862 | | GAME( 199?, m1lca ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Lights Camera Action (Global) (M1A/B)",GAME_FLAGS ) |
| 4863 | | GAME( 199?, m1mb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business (Global) (M1A/B)",GAME_FLAGS ) |
| 4864 | | GAME( 199?, m1mbclb ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Monkey Business Club (Global) (M1A/B)",GAME_FLAGS ) |
| 4865 | | GAME( 199?, m1sycc ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Stake Yer Claim Club (Global) (M1A/B)",GAME_FLAGS ) |
| 4866 | | GAME( 199?, m1thrill ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Thrills 'n' Spills (Global) (M1A/B)",GAME_FLAGS ) |
| 4867 | | GAME( 199?, m1trtr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Trick Or Treat (Global) (M1A/B)",GAME_FLAGS ) |
| 4868 | | GAME( 199?, m1trtrcl ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Trick Or Treat Club (Global) (M1A/B)",GAME_FLAGS ) |
| 4869 | | GAME( 199?, m1vegcrw ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Vegetable Crew (Global) (M1A/B)",GAME_FLAGS ) |
| 4870 | | |
| 4871 | | GAME( 199?, m1calyps ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Calypso (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4872 | | GAME( 199?, m1cashln ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Cash Lines (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4873 | | GAME( 199?, m1races ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "A Day At The Races (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4874 | | GAME( 199?, m1digdel ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Global", "Diggers Delight (Global) (M1A/B)",GAME_FLAGS ) |
| 4875 | | GAME( 199?, m1startr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Mdm", "Star Trekking (Mdm) (M1A/B)",GAME_FLAGS ) |
| 4876 | | GAME( 199?, m1ttcash ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Empire", "Tick Tock Cash (Empire) (M1A/B)",GAME_FLAGS ) |
| 4877 | | GAME( 199?, m1topstr ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Top Strike (Maygay - Bwb) (M1A/B)",GAME_FLAGS ) |
| 4878 | | GAME( 199?, m1sirich ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Maygay", "Strike It Rich (Maygay) (M1A/B)",GAME_FLAGS ) |
| 4879 | | GAME( 199?, m1gskill ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Hitech Amusement", "Greek Skill (Hitech Amusement)",GAME_FLAGS ) // no idea if this is m1ab but the code starts at 2800 |
| 4880 | | |
| 4881 | | GAME( 19??, m1atunk ,0 ,m1,m1, maygay1b_state,m1, ROT0, "Avantime?", "Random Runner (Avantime?)",GAME_FLAGS ) |
trunk/src/mame/drivers/bfm_sc5sw.c
| r0 | r19478 | |
| 1 | /* |
| 2 | |
| 3 | Scorpion 5 |
| 4 | |
| 5 | Skeleton Set List - For note keeping. |
| 6 | |
| 7 | This system is not emulated. |
| 8 | |
| 9 | Many sound roms are missing! |
| 10 | |
| 11 | */ |
| 12 | |
| 13 | #include "emu.h" |
| 14 | #include "includes/bfm_sc5.h" |
| 15 | |
| 16 | MACHINE_CONFIG_EXTERN( bfm_sc5 ); |
| 17 | INPUT_PORTS_EXTERN( bfm_sc5 ); |
| 18 | |
| 19 | ROM_START( sc5plays ) |
| 20 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 21 | ROM_LOAD16_BYTE( "95424604.lo", 0x00001, 0x080000, CRC(5246dbec) SHA1(427134776ec8301c2eaea0c998234dd439952749) ) |
| 22 | ROM_LOAD16_BYTE( "95424605.hi", 0x00000, 0x080000, CRC(e975cc4e) SHA1(7dc7700eefded96076cf79d6a16cbcb24c06aa9d) ) |
| 23 | sc_plays_others |
| 24 | ROM_END |
| 25 | |
| 26 | ROM_START( sc5playsa ) |
| 27 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 28 | ROM_LOAD16_BYTE( "95425604.lo", 0x00001, 0x080000, CRC(0b0d5566) SHA1(a8c8ba0f05bd9b17fe7ea97ff25e407b559bfe6e) ) |
| 29 | ROM_LOAD16_BYTE( "95425605.hi", 0x00000, 0x080000, CRC(62e1c485) SHA1(7c006b69c1748ef16e6ba4fdf8684fca58d5f1ff) ) |
| 30 | sc_plays_others |
| 31 | ROM_END |
| 32 | |
| 33 | |
| 34 | |
| 35 | ROM_START( sc5adga ) |
| 36 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 37 | ROM_LOAD16_BYTE( "95426374.lo", 0x00001, 0x080000, CRC(e5a83baa) SHA1(893f711cc4c336d590b573a5d2be3eca71f504bb) ) |
| 38 | ROM_LOAD16_BYTE( "95426375.hi", 0x00000, 0x080000, CRC(584703e9) SHA1(81da9b9b69779e1d69a2e771065113f6e3d1228f) ) |
| 39 | sc_adga_others |
| 40 | ROM_END |
| 41 | |
| 42 | ROM_START( sc5adgaa ) |
| 43 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 44 | ROM_LOAD16_BYTE( "95427374.lo", 0x00001, 0x080000, CRC(77d2ba04) SHA1(f192edc5f0c7c487737d5a2b26b481ed37e287c7) ) |
| 45 | ROM_LOAD16_BYTE( "95427375.hi", 0x00000, 0x080000, CRC(35e3bc9f) SHA1(e1b5f9d8f32f10f03ea208e40a759fff663e7af8) ) |
| 46 | sc_adga_others |
| 47 | ROM_END |
| 48 | |
| 49 | ROM_START( sc5adgab ) |
| 50 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 51 | ROM_LOAD16_BYTE( "p3214p13.hi", 0x00000, 0x080000, CRC(07a89d93) SHA1(ce636454372274955edf61e837b11525916cb059) ) |
| 52 | ROM_LOAD16_BYTE( "p3214p13.lo", 0x00001, 0x080000, CRC(6d132a98) SHA1(d3b4d7d336ab186c2962dc2da9cfc593c9dc182d) ) |
| 53 | sc_adga_others |
| 54 | ROM_END |
| 55 | |
| 56 | ROM_START( sc5adgac ) |
| 57 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 58 | ROM_LOAD16_BYTE( "p3214s13.hi", 0x00000, 0x080000, CRC(0b9888e7) SHA1(92f6e42782a000163089c60e20f98930a2de0601) ) |
| 59 | ROM_LOAD16_BYTE( "p3214s13.lo", 0x00001, 0x080000, CRC(ab2a0599) SHA1(e0be6369c0ee4d8542f3a29ad4fc9cfe1ad73c62) ) |
| 60 | sc_adga_others |
| 61 | ROM_END |
| 62 | |
| 63 | ROM_START( sc5adgad ) |
| 64 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 65 | ROM_LOAD16_BYTE( "95426172.lo", 0x000001, 0x080000, CRC(a26ef1ae) SHA1(e8f75294d0ff6368381ba80d8c24c10fa1e95473) ) |
| 66 | ROM_LOAD16_BYTE( "95426173.hi", 0x000000, 0x080000, CRC(1150936f) SHA1(b54b1d86b71c5e573879db527d9815a2139e6b97) ) |
| 67 | sc_adga_others |
| 68 | ROM_END |
| 69 | |
| 70 | ROM_START( sc5adgae ) |
| 71 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 72 | ROM_LOAD16_BYTE( "95427172.lo", 0x000001, 0x080000, CRC(8e3ba90b) SHA1(b5d7989690b641886f89ad1160a523fd5b7d82d1) ) |
| 73 | ROM_LOAD16_BYTE( "95427173.hi", 0x000000, 0x080000, CRC(81a191c2) SHA1(7564af28c63ee612c8a87182370e882d040ca0a9) ) |
| 74 | sc_adga_others |
| 75 | ROM_END |
| 76 | |
| 77 | |
| 78 | ROM_START( sc5adgtc ) |
| 79 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 80 | ROM_LOAD16_BYTE( "p3214p11.hi", 0x00000, 0x080000, CRC(dff99bd2) SHA1(4108684ccdb77d723e53a8adb258eb422502b624) ) |
| 81 | ROM_LOAD16_BYTE( "p3214p11.lo", 0x00001, 0x080000, CRC(7bd8446b) SHA1(d0d66edf560fc518b48a3ae93aa51233837479a5) ) |
| 82 | sc_adgtc_others |
| 83 | ROM_END |
| 84 | |
| 85 | ROM_START( sc5adgtca ) |
| 86 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 87 | ROM_LOAD16_BYTE( "p3214s11.hi", 0x00000, 0x080000, CRC(4869c664) SHA1(4338e941d6756b4f2f4b86a47789ebf956c10333) ) |
| 88 | ROM_LOAD16_BYTE( "p3214s11.lo", 0x00001, 0x080000, CRC(937fe069) SHA1(393671b649608e2f43534636bda42199b2c19f32) ) |
| 89 | sc_adgtc_others |
| 90 | ROM_END |
| 91 | |
| 92 | |
| 93 | |
| 94 | ROM_START( sc5bjob ) |
| 95 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 96 | ROM_LOAD16_BYTE( "g95426588.lo", 0x00001, 0x080000, CRC(b56aa911) SHA1(a2d4e93fe7b5d2340c907769adb52cba176f89d1) ) |
| 97 | ROM_LOAD16_BYTE( "g95426589.hi", 0x00000, 0x080000, CRC(ec36a251) SHA1(c636dcfcb7cd0e306bd04ce69b21d8a8072261fe) ) |
| 98 | sc_bjob_others |
| 99 | ROM_END |
| 100 | |
| 101 | ROM_START( sc5bjoba ) |
| 102 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 103 | ROM_LOAD16_BYTE( "g95426620.lo", 0x00001, 0x080000, CRC(ad2605bb) SHA1(e3798ed3bb54415064ab6da7936c5fb9e9a34a23) ) |
| 104 | ROM_LOAD16_BYTE( "g95426621.hi", 0x00000, 0x080000, CRC(8679fcee) SHA1(4903bdca94598ba1c5b65d3ae18d5f0f90b30165) ) |
| 105 | sc_bjob_others |
| 106 | ROM_END |
| 107 | |
| 108 | ROM_START( sc5bjobb ) |
| 109 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 110 | ROM_LOAD16_BYTE( "g95426672.lo", 0x00001, 0x080000, CRC(4d19718f) SHA1(b03b246f23058de1a24ae805389b9901d3d070b0) ) |
| 111 | ROM_LOAD16_BYTE( "g95426673.hi", 0x00000, 0x080000, CRC(d50073e9) SHA1(3e7c5b2ee0d65e596329dc15d638463feed21702) ) |
| 112 | sc_bjob_others |
| 113 | ROM_END |
| 114 | |
| 115 | ROM_START( sc5bjobc ) |
| 116 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 117 | ROM_LOAD16_BYTE( "g95426716.lo", 0x00001, 0x080000, CRC(2acdf369) SHA1(7ee4689b8992a4b65d1a71c16bf69eee5af7f6a7) ) |
| 118 | ROM_LOAD16_BYTE( "g95426717.hi", 0x00000, 0x080000, CRC(2014d898) SHA1(265a112c83b9216928c6febd55da68b5fc89b84e) ) |
| 119 | sc_bjob_others |
| 120 | ROM_END |
| 121 | |
| 122 | ROM_START( sc5bjobd ) |
| 123 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 124 | ROM_LOAD16_BYTE( "g95426892.lo", 0x00001, 0x080000, CRC(f9496abd) SHA1(65f6e5dac4793f8723ff0d38663a74c544be33a3) ) |
| 125 | ROM_LOAD16_BYTE( "g95426893.hi", 0x00000, 0x080000, CRC(1ae5adac) SHA1(ed5b406e198e99feb6249df664b27bbbe098a7aa) ) |
| 126 | sc_bjob_others |
| 127 | ROM_END |
| 128 | |
| 129 | ROM_START( sc5bjobe ) |
| 130 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 131 | ROM_LOAD16_BYTE( "g95427588.lo", 0x00001, 0x080000, CRC(c73c53f6) SHA1(6f7e7befa27b9521817cd275c40f2110331f7bd1) ) |
| 132 | ROM_LOAD16_BYTE( "g95427589.hi", 0x00000, 0x080000, CRC(753bab78) SHA1(b534aaceca3c5a64780071c05cdba6319ed3abc2) ) |
| 133 | sc_bjob_others |
| 134 | ROM_END |
| 135 | |
| 136 | ROM_START( sc5bjobf ) |
| 137 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 138 | ROM_LOAD16_BYTE( "g95427620.lo", 0x00001, 0x080000, CRC(5ea85161) SHA1(bf18d73213e72e532da92a93f143e544f3ae8d0c) ) |
| 139 | ROM_LOAD16_BYTE( "g95427621.hi", 0x00000, 0x080000, CRC(15cb3c62) SHA1(3f0a44c0136ba978a994974cffcf8772cf04c461) ) |
| 140 | sc_bjob_others |
| 141 | ROM_END |
| 142 | |
| 143 | ROM_START( sc5bjobg ) |
| 144 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 145 | ROM_LOAD16_BYTE( "g95427672.lo", 0x00001, 0x080000, CRC(e631253c) SHA1(1222ee7b2e29f2ff52f3f1a2cf3579424400047b) ) |
| 146 | ROM_LOAD16_BYTE( "g95427673.hi", 0x00000, 0x080000, CRC(dd773396) SHA1(92de59a940f7d5b831e3057d159d7e66fb486ba2) ) |
| 147 | sc_bjob_others |
| 148 | ROM_END |
| 149 | |
| 150 | ROM_START( sc5bjobh ) |
| 151 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 152 | ROM_LOAD16_BYTE( "g95427716.lo", 0x00001, 0x080000, CRC(4d461005) SHA1(5283a50b55cd38711f5b48b8c9ed68f9396a5bad) ) |
| 153 | ROM_LOAD16_BYTE( "g95427717.hi", 0x00000, 0x080000, CRC(a8633e1c) SHA1(000d59182c959f44e73d24e1209cc77f2b246eee) ) |
| 154 | sc_bjob_others |
| 155 | ROM_END |
| 156 | |
| 157 | ROM_START( sc5bjobi ) |
| 158 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 159 | ROM_LOAD16_BYTE( "g95427892.lo", 0x00001, 0x080000, CRC(48633820) SHA1(f3d6e9ddda131e5d47116ae41ac1b4b87bbad239) ) |
| 160 | ROM_LOAD16_BYTE( "g95427893.hi", 0x00000, 0x080000, CRC(624dd2ef) SHA1(93818c088859a4b1190daf60907b91da8d836f0b) ) |
| 161 | sc_bjob_others |
| 162 | ROM_END |
| 163 | |
| 164 | |
| 165 | |
| 166 | ROM_START( sc5bkngx ) |
| 167 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 168 | ROM_LOAD16_BYTE( "95416328.lo", 0x00001, 0x080000, CRC(5390798a) SHA1(4577812d04ea6ea462d6ba37ba008981e88e5af4) ) |
| 169 | ROM_LOAD16_BYTE( "95416329.hi", 0x00000, 0x080000, CRC(98f21c81) SHA1(822c64d045dbfbf59fdde38a8ad21be0508f4f87) ) |
| 170 | sc_bkngx_others |
| 171 | ROM_END |
| 172 | |
| 173 | ROM_START( sc5bkngxa ) |
| 174 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 175 | ROM_LOAD16_BYTE( "95417328.lo", 0x00001, 0x080000, CRC(817e8314) SHA1(7eb4464c29317e2d505f2b505352f184573adb81) ) |
| 176 | ROM_LOAD16_BYTE( "95417329.hi", 0x00000, 0x080000, CRC(cbb63a7d) SHA1(272d8cc2b7fa499c54bb0561124bcfd7e5a78c23) ) |
| 177 | sc_bkngx_others |
| 178 | ROM_END |
| 179 | |
| 180 | ROM_START( sc5bucc ) |
| 181 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 182 | ROM_LOAD16_BYTE( "p3216p71.hi", 0x00000, 0x080000, CRC(f1ee1a57) SHA1(afc4f9f3840afebe6ec14f5ec6eabe147a080dc1) ) |
| 183 | ROM_LOAD16_BYTE( "p3216p71.lo", 0x00001, 0x080000, CRC(ddc9a6b6) SHA1(4bc541990313e06e11509a7c1afe8ffc2f7a6838) ) |
| 184 | sc_bucc_others |
| 185 | ROM_END |
| 186 | |
| 187 | ROM_START( sc5bucca ) |
| 188 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 189 | ROM_LOAD16_BYTE( "p3216p72.hi", 0x00000, 0x080000, CRC(9de364fd) SHA1(01c2e3764f339dac2a4b3021969ec71b988ded3b) ) |
| 190 | ROM_LOAD16_BYTE( "p3216p72.lo", 0x00001, 0x080000, CRC(63ab9a8f) SHA1(d74e2389eff4201fce985f280412a4e0c2c83514) ) |
| 191 | sc_bucc_others |
| 192 | ROM_END |
| 193 | |
| 194 | ROM_START( sc5buccb ) |
| 195 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 196 | ROM_LOAD16_BYTE( "p3216p73.hi", 0x00000, 0x080000, CRC(dec91d24) SHA1(9e0123ee969aeca4a8f13312cd58d5816ef2e2a5) ) |
| 197 | ROM_LOAD16_BYTE( "p3216p73.lo", 0x00001, 0x080000, CRC(9f67e4fa) SHA1(b2caac73fbe6e313070fa73c355320f1198d67f1) ) |
| 198 | sc_bucc_others |
| 199 | ROM_END |
| 200 | |
| 201 | ROM_START( sc5buccc ) |
| 202 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 203 | ROM_LOAD16_BYTE( "p3216s71.hi", 0x00000, 0x080000, CRC(e8763ac4) SHA1(aeb3c242ebd35b8b84a1beb0f998d550c258acfe) ) |
| 204 | ROM_LOAD16_BYTE( "p3216s71.lo", 0x00001, 0x080000, CRC(5c72ac7b) SHA1(b6b391fabcc0e68cb967a3c543215e595da10061) ) |
| 205 | sc_bucc_others |
| 206 | ROM_END |
| 207 | |
| 208 | ROM_START( sc5buccd ) |
| 209 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 210 | ROM_LOAD16_BYTE( "p3216s72.hi", 0x00000, 0x080000, CRC(f68d9ac7) SHA1(00a3075d5c85dd530b9370c4c3495e065c66461f) ) |
| 211 | ROM_LOAD16_BYTE( "p3216s72.lo", 0x00001, 0x080000, CRC(0edd2afb) SHA1(3ef1536beed26395b49cd7dcc6902b6b29154cc3) ) |
| 212 | sc_bucc_others |
| 213 | ROM_END |
| 214 | |
| 215 | ROM_START( sc5bucce ) |
| 216 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 217 | ROM_LOAD16_BYTE( "p3216s73.hi", 0x00000, 0x080000, CRC(79fb2b1e) SHA1(76a46b039212f15869b271fa455b2a1e0fa03318) ) |
| 218 | ROM_LOAD16_BYTE( "p3216s73.lo", 0x00001, 0x080000, CRC(b502b6de) SHA1(db7eb916f310c7ee96cf3f3209c885b1d3a55805) ) |
| 219 | sc_bucc_others |
| 220 | ROM_END |
| 221 | |
| 222 | |
| 223 | |
| 224 | ROM_START( sc5bpfpb ) |
| 225 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 226 | ROM_LOAD16_BYTE( "p3205p71.hi", 0x00000, 0x080000, CRC(3105b47f) SHA1(379949c5fe6f678966aa28d6ba193b758c119a19) ) |
| 227 | ROM_LOAD16_BYTE( "p3205p71.lo", 0x00001, 0x080000, CRC(9ee5e2cd) SHA1(57dc76b76b501e22e1ee9eec6a4161884910eecc) ) |
| 228 | sc_bpfpb_others |
| 229 | ROM_END |
| 230 | |
| 231 | |
| 232 | ROM_START( sc5bpfpba ) |
| 233 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 234 | ROM_LOAD16_BYTE( "p3205s71.hi", 0x00000, 0x080000, CRC(707602d4) SHA1(ff857a84aa5a1779b1ac957da457878f8f0efabd) ) |
| 235 | ROM_LOAD16_BYTE( "p3205s71.lo", 0x00001, 0x080000, CRC(a255a583) SHA1(04d3efe7894180d89c90db1f1fbd5f0d1e1b2764) ) |
| 236 | sc_bpfpb_others |
| 237 | ROM_END |
| 238 | |
| 239 | |
| 240 | |
| 241 | ROM_START( sc5btiab ) |
| 242 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 243 | ROM_LOAD16_BYTE( "p1914p11.hi", 0x00000, 0x080000, CRC(be0e6e7d) SHA1(3ce2c1c116991912e875a5ee86060a87739cc61c) ) |
| 244 | ROM_LOAD16_BYTE( "p1914p11.lo", 0x00001, 0x080000, CRC(72ad4175) SHA1(01c7c504098159360c9ed1d6da75c9478d687e53) ) |
| 245 | sc_btiab_others |
| 246 | ROM_END |
| 247 | |
| 248 | |
| 249 | |
| 250 | ROM_START( sc5btrip ) |
| 251 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 252 | ROM_LOAD16_BYTE( "p1744p11.hi", 0x00000, 0x080000, CRC(c4634163) SHA1(6d7ed6afcabbe38f3315140b7aa985c0acab1af5) ) |
| 253 | ROM_LOAD16_BYTE( "p1744p11.lo", 0x00001, 0x080000, CRC(aaeef50f) SHA1(eccdbe5951314105ec5a06724582fc021e0dbd2c) ) |
| 254 | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 255 | ROM_END |
| 256 | |
| 257 | ROM_START( sc5btripa ) |
| 258 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 259 | ROM_LOAD16_BYTE( "p1744s11.hi", 0x00000, 0x080000, CRC(89649f68) SHA1(3e785dce35cab75d1e8eaa98b11db7af2bb08b0a) ) |
| 260 | ROM_LOAD16_BYTE( "p1744s11.lo", 0x00001, 0x080000, CRC(08bf00ea) SHA1(9eec569703d71db15d553b9f7a72931fa738f91a) ) |
| 261 | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 262 | ROM_END |
| 263 | |
| 264 | ROM_START( sc5btripb ) |
| 265 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 266 | ROM_LOAD16_BYTE( "p1743p11.hi", 0x000000, 0x080000, CRC(9b0d4fb4) SHA1(686fce6a81a1dcf466319044241550bfa7c1cc31) ) |
| 267 | ROM_LOAD16_BYTE( "p1743p11.lo", 0x000001, 0x080000, CRC(4d8b0cb1) SHA1(9b1ede3f36cad8018c5197b97f2f40adf508ded2) ) |
| 268 | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 269 | ROM_END |
| 270 | |
| 271 | ROM_START( sc5btripc ) |
| 272 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 273 | ROM_LOAD16_BYTE( "p1743s11.hi", 0x000000, 0x080000, CRC(70a49565) SHA1(0ca5a9772dd593bb96f0df709eb673238254bfa9) ) |
| 274 | ROM_LOAD16_BYTE( "p1743s11.lo", 0x000001, 0x080000, CRC(365b034d) SHA1(52f2fa3b02e248fc910a54df679c3275eb0aea81) ) |
| 275 | PR1743_CASINO_BULLSEYE_SOUNDS11 |
| 276 | ROM_END |
| 277 | |
| 278 | |
| 279 | ROM_START( sc5bunny ) |
| 280 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 281 | ROM_LOAD16_BYTE( "95416270.lo", 0x00001, 0x080000, CRC(c8935320) SHA1(904d34e1fd6245367d7c7d3f5286f5c60e949030) ) |
| 282 | ROM_LOAD16_BYTE( "95416271.hi", 0x00000, 0x080000, CRC(61953e6a) SHA1(44da22a54a198b89e050ec88d4d0c669d09bc79e) ) |
| 283 | sc_bunny_others |
| 284 | ROM_END |
| 285 | |
| 286 | ROM_START( sc5bunnya ) |
| 287 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 288 | ROM_LOAD16_BYTE( "95417270.lo", 0x00001, 0x080000, CRC(253cdfbe) SHA1(52f4adcbbbc3f0e8844181cdab32d6f4022927d5) ) |
| 289 | ROM_LOAD16_BYTE( "95417271.hi", 0x00000, 0x080000, CRC(3701bf9d) SHA1(fc5f1e57a4df659913aef29a37ae52599a58c1bd) ) |
| 290 | sc_bunny_others |
| 291 | ROM_END |
| 292 | |
| 293 | |
| 294 | |
| 295 | ROM_START( sc5cbrun ) |
| 296 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 297 | ROM_LOAD16_BYTE( "g95426670.lo", 0x00001, 0x080000, CRC(6ea51f05) SHA1(bf2a408134edd32942813a4915fe2223a3d78186) ) |
| 298 | ROM_LOAD16_BYTE( "g95426671.hi", 0x00000, 0x080000, CRC(ab83a503) SHA1(f2a5d1083de79d8152c417ba218ad97c36744909) ) |
| 299 | sc_cbrun_others |
| 300 | ROM_END |
| 301 | |
| 302 | ROM_START( sc5cbruna ) |
| 303 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 304 | ROM_LOAD16_BYTE( "g95427670.lo", 0x00001, 0x080000, CRC(e617766a) SHA1(99e2587677b51264fbb9edfbb3f9ded27b95dbac) ) |
| 305 | ROM_LOAD16_BYTE( "g95427671.hi", 0x00000, 0x080000, CRC(1e20b280) SHA1(feae190c21f2a5839c3bed0205c3bdf488f42c5c) ) |
| 306 | sc_cbrun_others |
| 307 | ROM_END |
| 308 | |
| 309 | |
| 310 | |
| 311 | ROM_START( sc5cfact ) |
| 312 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 313 | ROM_LOAD16_BYTE( "95412960.lo", 0x00001, 0x080000, CRC(0d29f038) SHA1(6a75b56b3af0acae99ed214dd0edbcbed5172b6f) ) |
| 314 | ROM_LOAD16_BYTE( "95412961.hi", 0x00000, 0x080000, CRC(c83a672d) SHA1(0cc84da5d162312b194b130e1386cbc231d65043) ) |
| 315 | sc_cfact_others |
| 316 | ROM_END |
| 317 | |
| 318 | ROM_START( sc5cfacta ) |
| 319 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 320 | ROM_LOAD16_BYTE( "cfactor.hi", 0x00000, 0x080000, CRC(c9ce2ef5) SHA1(46cb6dc3c1a670bf1cc66c9750046735bef6e654) ) |
| 321 | ROM_LOAD16_BYTE( "cfactor.l0", 0x00001, 0x080000, CRC(1ce109d9) SHA1(9fb5f847a0732c7b356b45792224e81322c84472) ) |
| 322 | sc_cfact_others |
| 323 | ROM_END |
| 324 | |
| 325 | |
| 326 | |
| 327 | ROM_START( sc5ctit ) |
| 328 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 329 | ROM_LOAD16_BYTE( "p3204p71.hi", 0x00000, 0x080000, CRC(66d0bd00) SHA1(5a613eda7baceaad1b948f494ed205b17f1f1efa) ) |
| 330 | ROM_LOAD16_BYTE( "p3204p71.lo", 0x00001, 0x080000, CRC(8ec228c6) SHA1(f0ea566eeba816b3ef4188843c5f0b00b4aec84d) ) |
| 331 | sc_ctit_others |
| 332 | ROM_END |
| 333 | |
| 334 | ROM_START( sc5ctita ) |
| 335 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 336 | ROM_LOAD16_BYTE( "p3204s71.hi", 0x00000, 0x080000, CRC(e86b8113) SHA1(c5e7a50e3acfb444edf7b7ac5334013291b8b2c8) ) |
| 337 | ROM_LOAD16_BYTE( "p3204s71.lo", 0x00001, 0x080000, CRC(75cc8864) SHA1(0bea4b4ccc29c239154ea20363845eb46186e1cb) ) |
| 338 | sc_ctit_others |
| 339 | ROM_END |
| 340 | |
| 341 | |
| 342 | |
| 343 | |
| 344 | ROM_START( sc5craid ) |
| 345 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 346 | ROM_LOAD16_BYTE( "95420786.lo", 0x00001, 0x080000, CRC(b2ad952c) SHA1(34d4fe88f59a737b1931cf26f438f80c001fe338) ) |
| 347 | ROM_LOAD16_BYTE( "95420787.hi", 0x00000, 0x080000, CRC(00be96b1) SHA1(dab040328e53a793941975d8247c287a8be275a2) ) |
| 348 | sc_craid_others |
| 349 | ROM_END |
| 350 | |
| 351 | |
| 352 | ROM_START( sc5craida ) |
| 353 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 354 | ROM_LOAD16_BYTE( "95421786.lo", 0x00001, 0x080000, CRC(084a10a9) SHA1(b7cb2e9bebfb2a5d9757f553e9e08d9cf36eb45f) ) |
| 355 | ROM_LOAD16_BYTE( "95421787.hi", 0x00000, 0x080000, CRC(83217eba) SHA1(23d2741128e27c206180a7524688a3af3267710e) ) |
| 356 | sc_craid_others |
| 357 | ROM_END |
| 358 | |
| 359 | |
| 360 | |
| 361 | |
| 362 | ROM_START( sc5cvega ) |
| 363 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 364 | ROM_LOAD16_BYTE( "95412826.lo", 0x00001, 0x080000, CRC(7bc826bf) SHA1(0985a2f07dd1318cb6c16f5e557cabc685d4c220) ) |
| 365 | ROM_LOAD16_BYTE( "95412827.hi", 0x00000, 0x080000, CRC(76827bbe) SHA1(1aa77f9a5a5043b5f8255444d0bc210aafa256c8) ) |
| 366 | sc_cvega_others |
| 367 | ROM_END |
| 368 | |
| 369 | ROM_START( sc5cvegaa ) |
| 370 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 371 | ROM_LOAD16_BYTE( "95413826.lo", 0x00001, 0x080000, CRC(889a9336) SHA1(92401dfdb00f1db8803ebdf421ac32f3a20c2b1b) ) |
| 372 | ROM_LOAD16_BYTE( "95413827.hi", 0x00000, 0x080000, CRC(b67145ea) SHA1(5f7123d7091cfae108bae433c630f65de3d69369) ) |
| 373 | sc_cvega_others |
| 374 | ROM_END |
| 375 | |
| 376 | |
| 377 | |
| 378 | |
| 379 | ROM_START( sc5chopc ) |
| 380 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 381 | ROM_LOAD16_BYTE( "95416272.lo", 0x00001, 0x080000, CRC(849c04ac) SHA1(c0a48ba08f1dd78fc683b74eb5b33dd976461b7a) ) |
| 382 | ROM_LOAD16_BYTE( "95416273.hi", 0x00000, 0x080000, CRC(1a8fab5c) SHA1(b551c2808c55e3e30a26ec81b1c522db7b6c2c53) ) |
| 383 | sc_chopc_others |
| 384 | ROM_END |
| 385 | |
| 386 | ROM_START( sc5chopca ) |
| 387 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 388 | ROM_LOAD16_BYTE( "95417272.lo", 0x00001, 0x080000, CRC(d6a21098) SHA1(6d6026e5a9691694115f96a69f2443925f95818d) ) |
| 389 | ROM_LOAD16_BYTE( "95417273.hi", 0x00000, 0x080000, CRC(34d07425) SHA1(6a82aae33eb7cad44269dca66c7ad81fb90a232f) ) |
| 390 | sc_chopc_others |
| 391 | ROM_END |
| 392 | |
| 393 | |
| 394 | |
| 395 | ROM_START( sc5cbar7 ) |
| 396 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 397 | ROM_LOAD16_BYTE( "95424480.lo", 0x00001, 0x080000, CRC(97e2621f) SHA1(b46712278963997e896c2ddf40a189c5f14b2c4e) ) |
| 398 | ROM_LOAD16_BYTE( "95424481.hi", 0x00000, 0x080000, CRC(3b728280) SHA1(5a1cd00f924d679a26be1384b71c841782c0297b) ) |
| 399 | sc_cbar7_others |
| 400 | ROM_END |
| 401 | |
| 402 | ROM_START( sc5cbar7a ) |
| 403 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 404 | ROM_LOAD16_BYTE( "95425480.lo", 0x00001, 0x080000, CRC(13cf6f77) SHA1(54b76934971605f87d904b2b57c7e62f9e83e7b5) ) |
| 405 | ROM_LOAD16_BYTE( "95425481.hi", 0x00000, 0x080000, CRC(86911488) SHA1(64ac43ff032c574bc2c882573c4f7b14972cec48) ) |
| 406 | sc_cbar7_others |
| 407 | ROM_END |
| 408 | |
| 409 | |
| 410 | |
| 411 | ROM_START( sc5clu70 ) |
| 412 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 413 | ROM_LOAD16_BYTE( "95424606.lo", 0x00001, 0x080000, CRC(5116899c) SHA1(d063e9e317d94d63fef93bd5b84ef28fd308ef56) ) |
| 414 | ROM_LOAD16_BYTE( "95424607.hi", 0x00000, 0x080000, CRC(90ff0e9f) SHA1(b319989cfd55eacb53cae0e667e18f8b923cf42d) ) |
| 415 | sc_clu70_others |
| 416 | ROM_END |
| 417 | |
| 418 | ROM_START( sc5clu70a ) |
| 419 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 420 | ROM_LOAD16_BYTE( "95425606.lo", 0x00001, 0x080000, CRC(f57ff256) SHA1(60b3d61526b180cd130ffc442359c1a565049a12) ) |
| 421 | ROM_LOAD16_BYTE( "95425607.hi", 0x00000, 0x080000, CRC(244f3da1) SHA1(02abcf21f054cb1996f5a5856e523aa0bc9a4489) ) |
| 422 | sc_clu70_others |
| 423 | ROM_END |
| 424 | |
| 425 | |
| 426 | |
| 427 | ROM_START( sc5clcas ) |
| 428 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 429 | ROM_LOAD16_BYTE( "95420214.lo", 0x00001, 0x080000, CRC(96e79a96) SHA1(3c5c7cb5f566fb5be2e4198a127396eb507786dc) ) |
| 430 | ROM_LOAD16_BYTE( "95420215.hi", 0x00000, 0x080000, CRC(f884d509) SHA1(e93ae6fd3daa77cacc8896599a17c185dbe4ef05) ) |
| 431 | sc_clcas_others |
| 432 | ROM_END |
| 433 | |
| 434 | ROM_START( sc5clcasa ) |
| 435 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 436 | ROM_LOAD16_BYTE( "95421214.lo", 0x00001, 0x080000, CRC(b98c0d2b) SHA1(19dab8240a6f5e76eefdd01c0f0133b1e2982212) ) |
| 437 | ROM_LOAD16_BYTE( "95421215.hi", 0x00000, 0x080000, CRC(8b7ecfd2) SHA1(4b322f11a08cbb1de95a5bcb3095516821c45228) ) |
| 438 | sc_clcas_others |
| 439 | ROM_END |
| 440 | |
| 441 | |
| 442 | |
| 443 | ROM_START( sc5clnot ) |
| 444 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 445 | ROM_LOAD16_BYTE( "p3320p71.hi", 0x00000, 0x080000, CRC(e7577b95) SHA1(ae489c5b8a71bb12a03a5bec12402e8f8e307b80) ) |
| 446 | ROM_LOAD16_BYTE( "p3320p71.lo", 0x00001, 0x080000, CRC(3c4ba88b) SHA1(0a4dc6437767b00d103fa6fe6a92c05f7e85cb51) ) |
| 447 | sc_clnot_others |
| 448 | ROM_END |
| 449 | |
| 450 | ROM_START( sc5clnota ) |
| 451 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 452 | ROM_LOAD16_BYTE( "p3320p72.hi", 0x00000, 0x080000, CRC(a834e1c1) SHA1(5acf39a842beffeb7b0af58679f9076370880e58) ) |
| 453 | ROM_LOAD16_BYTE( "p3320p72.lo", 0x00001, 0x080000, CRC(77e9e22a) SHA1(29a76b6a4d8598d98e07df115551b130a59c1b4a) ) |
| 454 | sc_clnot_others |
| 455 | ROM_END |
| 456 | |
| 457 | ROM_START( sc5clnotb ) |
| 458 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 459 | ROM_LOAD16_BYTE( "p3320p73.hi", 0x00000, 0x080000, CRC(0ac70145) SHA1(a5ede1d3550f2cf38a5bce20e6136e16909efcfb) ) |
| 460 | ROM_LOAD16_BYTE( "p3320p73.lo", 0x00001, 0x080000, CRC(255d9cc3) SHA1(de3d06db28e0d27fc09add57cc1bc1bdd09dfdbc) ) |
| 461 | sc_clnot_others |
| 462 | ROM_END |
| 463 | |
| 464 | ROM_START( sc5clnotc ) |
| 465 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 466 | ROM_LOAD16_BYTE( "p3320p74.hi", 0x00000, 0x080000, CRC(8d568fc6) SHA1(6ad6af35e6eab275e1540ef1c622c509e91593ca) ) |
| 467 | ROM_LOAD16_BYTE( "p3320p74.lo", 0x00001, 0x080000, CRC(dcb272df) SHA1(461241d3b58e8b6bb13918b911d952809815a2b8) ) |
| 468 | sc_clnot_others |
| 469 | ROM_END |
| 470 | |
| 471 | ROM_START( sc5clnotd ) |
| 472 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 473 | ROM_LOAD16_BYTE( "p3320s71.hi", 0x00000, 0x080000, CRC(05550ef4) SHA1(70f465b70a22c09a3ddf1709070cc8132d809dea) ) |
| 474 | ROM_LOAD16_BYTE( "p3320s71.lo", 0x00001, 0x080000, CRC(41e0158b) SHA1(f8e23402bddc64c22e4307921ca36dc6e21f58e9) ) |
| 475 | sc_clnot_others |
| 476 | ROM_END |
| 477 | |
| 478 | ROM_START( sc5clnote ) |
| 479 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 480 | ROM_LOAD16_BYTE( "p3320s72.hi", 0x00000, 0x080000, CRC(d30d4f7b) SHA1(ed71344de1c17d9ae26d235fe7269ece6e7afd7d) ) |
| 481 | ROM_LOAD16_BYTE( "p3320s72.lo", 0x00001, 0x080000, CRC(f6464393) SHA1(ce5d5ffae4627188c1e8334d9ef9171db054d366) ) |
| 482 | sc_clnot_others |
| 483 | ROM_END |
| 484 | |
| 485 | ROM_START( sc5clnotf ) |
| 486 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 487 | ROM_LOAD16_BYTE( "p3320s73.hi", 0x00000, 0x080000, CRC(292cf9d2) SHA1(9cdcd35b99d86021c801e9c3cf165c41d6b95e0c) ) |
| 488 | ROM_LOAD16_BYTE( "p3320s73.lo", 0x00001, 0x080000, CRC(048da036) SHA1(aa4fea9b6afcd92e1145343784c8854e8dfbd5c5) ) |
| 489 | sc_clnot_others |
| 490 | ROM_END |
| 491 | |
| 492 | ROM_START( sc5clnotg ) |
| 493 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 494 | ROM_LOAD16_BYTE( "p3320s74.hi", 0x00000, 0x080000, CRC(1ffb7940) SHA1(f6ca07bcfb11109c3a1444c49f4ad80bd7f29455) ) |
| 495 | ROM_LOAD16_BYTE( "p3320s74.lo", 0x00001, 0x080000, CRC(7bddd63f) SHA1(b82d75d9a8c1b144a5ab876d067f5d9df7ca5afc) ) |
| 496 | sc_clnot_others |
| 497 | ROM_END |
| 498 | |
| 499 | |
| 500 | |
| 501 | |
| 502 | |
| 503 | ROM_START( sc5clus ) |
| 504 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 505 | ROM_LOAD16_BYTE( "95420232.lo", 0x00001, 0x080000, CRC(0495a57e) SHA1(fc6861f7b1f5014e996e38735c7d65e5e3a4d4f9) ) |
| 506 | ROM_LOAD16_BYTE( "95420233.hi", 0x00000, 0x080000, CRC(a3268eb5) SHA1(ac430b90a0d40bbc2e421310ca686650f23e946b) ) |
| 507 | sc_clus_others |
| 508 | ROM_END |
| 509 | |
| 510 | ROM_START( sc5clusa ) |
| 511 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 512 | ROM_LOAD16_BYTE( "95420420.lo", 0x00001, 0x080000, CRC(f8966c71) SHA1(0303a3ff037c82bc2d60be32e5dc190fe2900809) ) |
| 513 | ROM_LOAD16_BYTE( "95420421.hi", 0x00000, 0x080000, CRC(40309b0a) SHA1(afc67a77aed2046b53dfacf1d1ef9bb064012eee) ) |
| 514 | sc_clus_others |
| 515 | ROM_END |
| 516 | |
| 517 | ROM_START( sc5clusb ) |
| 518 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 519 | ROM_LOAD16_BYTE( "95420572.lo", 0x00001, 0x080000, CRC(45b4b964) SHA1(ed9d277b06110fe5e804c679b55b884e7c8f00ed) ) |
| 520 | ROM_LOAD16_BYTE( "95420573.hi", 0x00000, 0x080000, CRC(3b80b863) SHA1(0609d9f0a3576bb4ffa0f8f106c094aa892227d5) ) |
| 521 | sc_clus_others |
| 522 | ROM_END |
| 523 | |
| 524 | ROM_START( sc5clusc ) |
| 525 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 526 | ROM_LOAD16_BYTE( "95420798.lo", 0x00001, 0x080000, CRC(f49872ab) SHA1(c9fa88f342a1099a973eb6f9c1568c9df330efe0) ) |
| 527 | ROM_LOAD16_BYTE( "95420799.hi", 0x00000, 0x080000, CRC(38986101) SHA1(39cd09e8448c10f3f2a25f4e451454fc24260c16) ) |
| 528 | sc_clus_others |
| 529 | ROM_END |
| 530 | |
| 531 | ROM_START( sc5clusd ) |
| 532 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 533 | ROM_LOAD16_BYTE( "95421232.lo", 0x00001, 0x080000, CRC(1398a93b) SHA1(3bd8c28a3ca42c3f51aa81a6147d5b03d786180e) ) |
| 534 | ROM_LOAD16_BYTE( "95421233.hi", 0x00000, 0x080000, CRC(f697f34c) SHA1(edb9278188451ffe5a199b6385778e77b705c513) ) |
| 535 | sc_clus_others |
| 536 | ROM_END |
| 537 | |
| 538 | ROM_START( sc5cluse ) |
| 539 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 540 | ROM_LOAD16_BYTE( "95421420.lo", 0x00001, 0x080000, CRC(9ab5593b) SHA1(80a4002332406274d541900bf99e8b583fc19425) ) |
| 541 | ROM_LOAD16_BYTE( "95421421.hi", 0x00000, 0x080000, CRC(3c680a89) SHA1(1f4da3fe6b2210596c1cb876042977039527233e) ) |
| 542 | sc_clus_others |
| 543 | ROM_END |
| 544 | |
| 545 | ROM_START( sc5clusf ) |
| 546 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 547 | ROM_LOAD16_BYTE( "95421572.lo", 0x00001, 0x080000, CRC(ecb35ea6) SHA1(127077129925cb8f986bb735c361f7562900adbe) ) |
| 548 | ROM_LOAD16_BYTE( "95421573.hi", 0x00000, 0x080000, CRC(66c3c372) SHA1(1269772935b53a2455317bdf46aff31d41457d82) ) |
| 549 | sc_clus_others |
| 550 | ROM_END |
| 551 | |
| 552 | ROM_START( sc5clusg ) |
| 553 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 554 | ROM_LOAD16_BYTE( "95421798.lo", 0x00001, 0x080000, CRC(618dd281) SHA1(9dd4ada2eea9ceccb4981f69434b510accd5f1b0) ) |
| 555 | ROM_LOAD16_BYTE( "95421799.hi", 0x00000, 0x080000, CRC(be57bd8f) SHA1(1cda9a9d4300664afe94193710ef6fdfc9c6e59f) ) |
| 556 | sc_clus_others |
| 557 | ROM_END |
| 558 | |
| 559 | ROM_START( sc5clush ) |
| 560 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 561 | ROM_LOAD16_BYTE( "95424488.lo", 0x00001, 0x080000, CRC(1262616d) SHA1(4de9f9015036dff77df13ee098de2ef8014bd5da) ) |
| 562 | ROM_LOAD16_BYTE( "95424489.hi", 0x00000, 0x080000, CRC(3a89646c) SHA1(1b84c2f48e746fc90e5a7ae290e9271e55d6ff65) ) |
| 563 | sc_clus_others |
| 564 | ROM_END |
| 565 | |
| 566 | ROM_START( sc5clusi ) |
| 567 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 568 | ROM_LOAD16_BYTE( "95424530.lo", 0x00001, 0x080000, CRC(ec75bc8a) SHA1(cd4416a8a391d9cbf5f99701dbef0efb112c6f99) ) |
| 569 | ROM_LOAD16_BYTE( "95424531.hi", 0x00000, 0x080000, CRC(6a71f145) SHA1(cda03395827a0c5ef9b4e8b4b7569f1827828135) ) |
| 570 | sc_clus_others |
| 571 | ROM_END |
| 572 | |
| 573 | ROM_START( sc5clusj ) |
| 574 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 575 | ROM_LOAD16_BYTE( "95425488.lo", 0x00001, 0x080000, CRC(16e68f76) SHA1(14f0ce9d4cf2e1c6e4122512ad0d8f63d6127f59) ) |
| 576 | ROM_LOAD16_BYTE( "95425489.hi", 0x00000, 0x080000, CRC(6d83d072) SHA1(a662bada38a22703567a4cdf0597f2878ef9935f) ) |
| 577 | sc_clus_others |
| 578 | ROM_END |
| 579 | |
| 580 | ROM_START( sc5clusk ) |
| 581 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 582 | ROM_LOAD16_BYTE( "95425530.lo", 0x00001, 0x080000, CRC(bd66367e) SHA1(33d9e3392229e9d7c0a5a44e6b1135f6135c2a97) ) |
| 583 | ROM_LOAD16_BYTE( "95425531.hi", 0x00000, 0x080000, CRC(a11b6d6f) SHA1(20ab31e399a6b537d014b69963e01e945e1fea35) ) |
| 584 | sc_clus_others |
| 585 | ROM_END |
| 586 | |
| 587 | |
| 588 | |
| 589 | |
| 590 | |
| 591 | |
| 592 | ROM_START( sc5colmo ) |
| 593 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 594 | ROM_LOAD16_BYTE( "p3317p71.hi", 0x00000, 0x080000, CRC(6b3964f1) SHA1(4f464ca86a59e30a7f05fe1d6ed8f30f8260d186) ) |
| 595 | ROM_LOAD16_BYTE( "p3317p71.lo", 0x00001, 0x080000, CRC(af2a8342) SHA1(4865f3ff996b67bebf38c93aad3f7b32afcb2d7e) ) |
| 596 | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 597 | ROM_END |
| 598 | |
| 599 | ROM_START( sc5colmoa ) |
| 600 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 601 | ROM_LOAD16_BYTE( "p3317p73.hi", 0x00000, 0x080000, CRC(fad957ba) SHA1(56446892d5ef88488e4ee223bee489ce822a78ce) ) |
| 602 | ROM_LOAD16_BYTE( "p3317p73.lo", 0x00001, 0x080000, CRC(28ebb95e) SHA1(0dcde4f0fb1ffdc3f5efeadbf119fb89097da9fb) ) |
| 603 | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 604 | ROM_END |
| 605 | |
| 606 | ROM_START( sc5colmob ) |
| 607 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 608 | ROM_LOAD16_BYTE( "p3317s71.hi", 0x00000, 0x080000, CRC(2883db1b) SHA1(a3cd5cc0f6e17425e4de4a81d18c710ec873da86) ) |
| 609 | ROM_LOAD16_BYTE( "p3317s71.lo", 0x00001, 0x080000, CRC(074f7cc2) SHA1(159071cce2a2c834e0e1b9bdd448b16b46577637) ) |
| 610 | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 611 | ROM_END |
| 612 | |
| 613 | ROM_START( sc5colmoc ) |
| 614 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 615 | ROM_LOAD16_BYTE( "p3317s73.hi", 0x00000, 0x080000, CRC(3a9fdba2) SHA1(6bd035186e28bff42d2fc285b07c5c9ec683db7b) ) |
| 616 | ROM_LOAD16_BYTE( "p3317s73.lo", 0x00001, 0x080000, CRC(6ee18188) SHA1(73b01c51d12ba5d971b9a0da94e781a08788a6fa) ) |
| 617 | PR3317_COLOUR_OF_MONEY_SOUNDS11 |
| 618 | ROM_END |
| 619 | |
| 620 | |
| 621 | |
| 622 | |
| 623 | ROM_START( sc5newcm ) |
| 624 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 625 | ROM_LOAD16_BYTE( "95426926.lo", 0x00001, 0x080000, CRC(905a15ce) SHA1(987782cd163f1a8869970912ad412e5440dacdf3) ) |
| 626 | ROM_LOAD16_BYTE( "95426927.hi", 0x00000, 0x080000, CRC(70fa9626) SHA1(e9a58b489665e8b540adaa220995d5237de1c820) ) |
| 627 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 628 | ROM_END |
| 629 | |
| 630 | ROM_START( sc5newcma ) |
| 631 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 632 | ROM_LOAD16_BYTE( "95427926.lo", 0x00001, 0x080000, CRC(5897abbc) SHA1(7714218e76a1d2ebdda65c1403c4fc3f5a5263f6) ) |
| 633 | ROM_LOAD16_BYTE( "95427927.hi", 0x00000, 0x080000, CRC(4c44681c) SHA1(ed808ab3d06157da9dbe65b1e27925b3a3b53f91) ) |
| 634 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 635 | ROM_END |
| 636 | |
| 637 | ROM_START( sc5newcmb ) |
| 638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 639 | ROM_LOAD16_BYTE( "95426818.lo", 0x00001, 0x080000, CRC(898b5c17) SHA1(5e090bec5d9dc303e3d6d80a4b27c095c285eb29) ) |
| 640 | ROM_LOAD16_BYTE( "95426819.hi", 0x00000, 0x080000, CRC(d6eeeddd) SHA1(70d11f51b257d7d565bad65a9f0b0e7bde716bf7) ) |
| 641 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 642 | ROM_END |
| 643 | |
| 644 | ROM_START( sc5newcmc ) |
| 645 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 646 | ROM_LOAD16_BYTE( "95427818.lo", 0x00001, 0x080000, CRC(f696797d) SHA1(fd1ae9bf1e248cadf547d18601a7df54f6384b91) ) |
| 647 | ROM_LOAD16_BYTE( "95427819.hi", 0x00000, 0x080000, CRC(ee6fadce) SHA1(47d14fcc8040f72c97e1cade26f1a62cf1ead511) ) |
| 648 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 649 | ROM_END |
| 650 | |
| 651 | |
| 652 | ROM_START( sc5newcmd ) |
| 653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 654 | ROM_LOAD16_BYTE( "95426900.lo", 0x000001, 0x080000, CRC(2f052b2b) SHA1(15185114058e11b7f2885faaea159f0ab1f27c74) ) |
| 655 | ROM_LOAD16_BYTE( "95426901.hi", 0x000000, 0x080000, CRC(b14d1fdc) SHA1(732a293da9e27cd038b8d0afcb74cc6606f2e6a2) ) |
| 656 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 657 | ROM_END |
| 658 | |
| 659 | ROM_START( sc5newcme ) |
| 660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 661 | ROM_LOAD16_BYTE( "95427900.lo", 0x000001, 0x080000, CRC(3da089ea) SHA1(8e712077ce8f961ef35a899d5c8f27df8851500f) ) |
| 662 | ROM_LOAD16_BYTE( "95427901.hi", 0x000000, 0x080000, CRC(0444ffb6) SHA1(5748678b0500e34cc7fb965c3e6941f61eaea680) ) |
| 663 | PR3502_C_OF_M_TEN_SOUNDS11 |
| 664 | ROM_END |
| 665 | |
| 666 | ROM_START( sc5crcpt ) |
| 667 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 668 | ROM_LOAD16_BYTE( "95426832.lo", 0x00001, 0x080000, CRC(42263084) SHA1(aa6fad35eced4b97c20edbc6fce3661e6407ac4d) ) |
| 669 | ROM_LOAD16_BYTE( "95426833.hi", 0x00000, 0x080000, CRC(fa9e267e) SHA1(29dcc0ff79adbb5012159ee93c1940d268f44cd2) ) |
| 670 | sc_crcpt_others |
| 671 | ROM_END |
| 672 | |
| 673 | ROM_START( sc5crcpta ) |
| 674 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 675 | ROM_LOAD16_BYTE( "95427832.lo", 0x00001, 0x080000, CRC(6b18f66d) SHA1(dfffe8dd763980d811f6c843226762c17525837c) ) |
| 676 | ROM_LOAD16_BYTE( "95427833.hi", 0x00000, 0x080000, CRC(b6a1f0d0) SHA1(051a3a5bb8baae1a18d2dc8b95202cb70398806b) ) |
| 677 | sc_crcpt_others |
| 678 | ROM_END |
| 679 | |
| 680 | ROM_START( sc5crcptb ) |
| 681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 682 | ROM_LOAD16_BYTE( "95429163.hi", 0x000000, 0x080000, CRC(1e601744) SHA1(c3a7ed0b7c58818d9d447d80a1931b3782e93cd9) ) |
| 683 | ROM_LOAD16_BYTE( "95429162.lo", 0x000001, 0x080000, CRC(66827519) SHA1(bb7b1dfd656d02d6fd5bb1a9feaa9e9f1f6b9608) ) |
| 684 | sc_crcpt_others |
| 685 | ROM_END |
| 686 | |
| 687 | |
| 688 | ROM_START( sc5crotr ) |
| 689 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 690 | ROM_LOAD16_BYTE( "p3506p71.hi", 0x00000, 0x080000, CRC(18f6b748) SHA1(ec174b5aecdda995d1812232403188c822ba327d) ) |
| 691 | ROM_LOAD16_BYTE( "p3506p71.lo", 0x00001, 0x080000, CRC(f3f99f46) SHA1(7dafa1b56ed331891c1488ae57ce2bdf8d94474d) ) |
| 692 | sc_crotr_others |
| 693 | ROM_END |
| 694 | |
| 695 | ROM_START( sc5crotra ) |
| 696 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 697 | ROM_LOAD16_BYTE( "p3506s71.hi", 0x00000, 0x080000, CRC(de6b2bc2) SHA1(9f78c06443d57222da677d102657a8117aa8ed88) ) |
| 698 | ROM_LOAD16_BYTE( "p3506s71.lo", 0x00001, 0x080000, CRC(51e69ad7) SHA1(89577f066cb39bbf667920c61fc0c6d5e734ac38) ) |
| 699 | sc_crotr_others |
| 700 | ROM_END |
| 701 | |
| 702 | |
| 703 | |
| 704 | |
| 705 | ROM_START( sc5crsgc ) |
| 706 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 707 | ROM_LOAD16_BYTE( "95426598.lo", 0x00001, 0x080000, CRC(fe619021) SHA1(41996277f5cc77544a65217cdb4f60ca1bb6850f) ) |
| 708 | ROM_LOAD16_BYTE( "95426599.hi", 0x00000, 0x080000, CRC(72829ae6) SHA1(37481bc1cab53f873e01a0416043f0e1838f1e84) ) |
| 709 | sc_crsgc_others |
| 710 | ROM_END |
| 711 | |
| 712 | ROM_START( sc5crsgca ) |
| 713 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 714 | ROM_LOAD16_BYTE( "95427598.lo", 0x00001, 0x080000, CRC(6d24c35c) SHA1(6840debf594b27a8a8c05a604f82bb871c128a4a) ) |
| 715 | ROM_LOAD16_BYTE( "95427599.hi", 0x00000, 0x080000, CRC(c355c84c) SHA1(858a88b8ab93ce033acdf24ab2b831fa734b311b) ) |
| 716 | sc_crsgc_others |
| 717 | ROM_END |
| 718 | |
| 719 | |
| 720 | ROM_START( sc5crsgcb ) |
| 721 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 722 | ROM_LOAD16_BYTE( "95426606.lo", 0x00001, 0x080000, CRC(8a547a39) SHA1(d697ace6bdfd277baef9608a44c96b4f3c574e37) ) |
| 723 | ROM_LOAD16_BYTE( "95426607.hi", 0x00000, 0x080000, CRC(d05e09f5) SHA1(2d54fccf561ee6a141a53952f048b4eca355f4db) ) |
| 724 | sc_crsgc_others |
| 725 | ROM_END |
| 726 | |
| 727 | ROM_START( sc5crsgcc ) |
| 728 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 729 | ROM_LOAD16_BYTE( "95427606.lo", 0x00001, 0x080000, CRC(6d734a40) SHA1(c0ac02f515d29e6fb081f20c6871a579209e9532) ) |
| 730 | ROM_LOAD16_BYTE( "95427607.hi", 0x00000, 0x080000, CRC(0187e6d5) SHA1(f0fdd3154cd78b783f27a37dc0f810849a31f75d) ) |
| 731 | sc_crsgc_others |
| 732 | ROM_END |
| 733 | |
| 734 | |
| 735 | |
| 736 | |
| 737 | ROM_START( sc5crsgr ) |
| 738 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 739 | ROM_LOAD16_BYTE( "95426584.lo", 0x00001, 0x080000, CRC(6e8a71de) SHA1(0494b00a605910b5e1f79102f629f4952896a2ff) ) |
| 740 | ROM_LOAD16_BYTE( "95426585.hi", 0x00000, 0x080000, CRC(1c65926f) SHA1(d5620e9af764cb6bdd8e90077bfac2f70f7d4971) ) |
| 741 | sc_crsgr_others |
| 742 | ROM_END |
| 743 | |
| 744 | ROM_START( sc5crsgra ) |
| 745 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 746 | ROM_LOAD16_BYTE( "95426608.lo", 0x00001, 0x080000, CRC(33288757) SHA1(0df682d95354e1825409effbd4b3474c7891b9d9) ) |
| 747 | ROM_LOAD16_BYTE( "95426609.hi", 0x00000, 0x080000, CRC(1b59bf7f) SHA1(10e3db4573f47a677ceff6aa6b051593647cc136) ) |
| 748 | sc_crsgr_others |
| 749 | ROM_END |
| 750 | |
| 751 | ROM_START( sc5crsgrb ) |
| 752 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 753 | ROM_LOAD16_BYTE( "95427584.lo", 0x00001, 0x080000, CRC(0b00d71d) SHA1(efc169bf5aae880d99cb32067abb011e3ce52ae4) ) |
| 754 | ROM_LOAD16_BYTE( "95427585.hi", 0x00000, 0x080000, CRC(90d71fce) SHA1(df10ad1176fd69344fe79c12b3ac60e15c18c858) ) |
| 755 | sc_crsgr_others |
| 756 | ROM_END |
| 757 | |
| 758 | ROM_START( sc5crsgrc ) |
| 759 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 760 | ROM_LOAD16_BYTE( "95427608.lo", 0x00001, 0x080000, CRC(24dff702) SHA1(48249a94eff659defd1ff21187e76fac5b0c6983) ) |
| 761 | ROM_LOAD16_BYTE( "95427609.hi", 0x00000, 0x080000, CRC(c481cac6) SHA1(98e88aa602b5cde63d40ffd5368717a8f65bd5ba) ) |
| 762 | sc_crsgr_others |
| 763 | ROM_END |
| 764 | |
| 765 | |
| 766 | ROM_START( sc5crsgrd ) |
| 767 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 768 | ROM_LOAD16_BYTE( "95428056.lo", 0x000001, 0x080000, CRC(5175efe1) SHA1(4e95cc713ba993c964ca454df01e2f485c7516c0) ) |
| 769 | ROM_LOAD16_BYTE( "95428057.hi", 0x000000, 0x080000, CRC(41b17f31) SHA1(29f8ecc4768276dae8484969f4dba6a1d977197a) ) |
| 770 | sc_crsgr_others |
| 771 | ROM_END |
| 772 | |
| 773 | ROM_START( sc5crsgre ) |
| 774 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 775 | ROM_LOAD16_BYTE( "95429056.lo", 0x000001, 0x080000, CRC(661c4c31) SHA1(70f2d74a9d8497cfbd1826a02da00ff687807e4a) ) |
| 776 | ROM_LOAD16_BYTE( "95429057.hi", 0x000000, 0x080000, CRC(6f6c1393) SHA1(84da756e97f24c889240e4339bd234eee7cdad1a) ) |
| 777 | sc_crsgr_others |
| 778 | ROM_END |
| 779 | |
| 780 | ROM_START( sc5crsgrf ) |
| 781 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 782 | ROM_LOAD16_BYTE( "95428000.lo", 0x000001, 0x080000, CRC(1fa35185) SHA1(1a552c9ef8ce3b78e54c8065b3a43cf0e25c1538) ) |
| 783 | ROM_LOAD16_BYTE( "95428001.hi", 0x000000, 0x080000, CRC(cecb5911) SHA1(e427cbd234415f54f6bae7d4b66f56ebfa662b90) ) |
| 784 | sc_crsgr_others |
| 785 | ROM_END |
| 786 | |
| 787 | ROM_START( sc5crsgrg ) |
| 788 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 789 | ROM_LOAD16_BYTE( "95429000.lo", 0x000001, 0x080000, CRC(f575ed2a) SHA1(5e56c06801f8b1892bf79892e97f2485a5dbd3e2) ) |
| 790 | ROM_LOAD16_BYTE( "95429001.hi", 0x000000, 0x080000, CRC(0305bb80) SHA1(f5f02b8d3b1e35610bb3e65f22d96e1e654501a8) ) |
| 791 | sc_crsgr_others |
| 792 | ROM_END |
| 793 | |
| 794 | |
| 795 | |
| 796 | ROM_START( sc5corst ) |
| 797 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 798 | ROM_LOAD16_BYTE( "95426842.lo", 0x00001, 0x080000, CRC(4c027808) SHA1(f386534a9e2470814d29544718c0764a05c54bd9) ) |
| 799 | ROM_LOAD16_BYTE( "95426843.hi", 0x00000, 0x080000, CRC(0299593c) SHA1(4043d959be75c3a670a39a5b23faf0c4ee3259c6) ) |
| 800 | sc_corst_others |
| 801 | ROM_END |
| 802 | |
| 803 | ROM_START( sc5corsta ) |
| 804 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 805 | ROM_LOAD16_BYTE( "95427842.lo", 0x00001, 0x080000, CRC(0b519c35) SHA1(97228d8f92a25bc12b67b8f04797e9b40efe3c35) ) |
| 806 | ROM_LOAD16_BYTE( "95427843.hi", 0x00000, 0x080000, CRC(1d8d6aab) SHA1(1aa49c097a4aa492c6dc7d205123e1470b9d0ab5) ) |
| 807 | sc_corst_others |
| 808 | ROM_END |
| 809 | |
| 810 | ROM_START( sc5corstb ) |
| 811 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 812 | ROM_LOAD16_BYTE( "95426916.lo", 0x000001, 0x080000, CRC(abf626a6) SHA1(f59a07fb71dc088439ed2a3920cc348442385e20) ) |
| 813 | ROM_LOAD16_BYTE( "95426917.hi", 0x000000, 0x080000, CRC(609ca0ae) SHA1(d277af9e713321b3c53d0d530b0a418c9d477a38) ) |
| 814 | sc_corst_others |
| 815 | ROM_END |
| 816 | |
| 817 | ROM_START( sc5corstc ) |
| 818 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 819 | ROM_LOAD16_BYTE( "95427916.lo", 0x000001, 0x080000, CRC(0d90bffd) SHA1(fb09bce8fa51d6a69ccc76bdd9cc5366d5010378) ) |
| 820 | ROM_LOAD16_BYTE( "95427917.hi", 0x000000, 0x080000, CRC(d6d4f821) SHA1(4333248f634ee2d2a11cec42e35b281ee239115f) ) |
| 821 | sc_corst_others |
| 822 | ROM_END |
| 823 | |
| 824 | |
| 825 | |
| 826 | ROM_START( sc5cfnc ) |
| 827 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 828 | ROM_LOAD16_BYTE( "95426718.lo", 0x00001, 0x080000, CRC(5cb56926) SHA1(bb8091cf480955fa8bc77f199b133f13d85fe8da) ) |
| 829 | ROM_LOAD16_BYTE( "95426719.hi", 0x00000, 0x080000, CRC(7d8d81a5) SHA1(8181e42af97d3b35b55020a3c109ae48d20fde55) ) |
| 830 | sc_cfnc_others |
| 831 | ROM_END |
| 832 | |
| 833 | ROM_START( sc5cfnca ) |
| 834 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 835 | ROM_LOAD16_BYTE( "95427718.lo", 0x00001, 0x080000, CRC(5295be6f) SHA1(08fd1c090ac2d59e54b28098e12e705535520777) ) |
| 836 | ROM_LOAD16_BYTE( "95427719.hi", 0x00000, 0x080000, CRC(6e1e6fef) SHA1(647b4ccb490b25b66bf2ddb015f703c2188c3fd6) ) |
| 837 | sc_cfnc_others |
| 838 | ROM_END |
| 839 | |
| 840 | |
| 841 | |
| 842 | |
| 843 | ROM_START( sc5cfcp ) |
| 844 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 845 | ROM_LOAD16_BYTE( "95426830.lo", 0x00001, 0x080000, CRC(c7eb6583) SHA1(3e230e30176fc249c3e3b4ded317ec3d487b0cea) ) |
| 846 | ROM_LOAD16_BYTE( "95426831.hi", 0x00000, 0x080000, CRC(83441be3) SHA1(01cefec8d62000bc59bd89d3ad3bdf2a4ef1a678) ) |
| 847 | sc_cfcp_others |
| 848 | ROM_END |
| 849 | |
| 850 | ROM_START( sc5cfcpa ) |
| 851 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 852 | ROM_LOAD16_BYTE( "95426870.lo", 0x00001, 0x080000, CRC(c6de776d) SHA1(555fa846dbe34d9c6a151e0511358069039e8332) ) |
| 853 | ROM_LOAD16_BYTE( "95426871.hi", 0x00000, 0x080000, CRC(0e02ad7b) SHA1(51f52469d66826e489c5b5c45f604ea5b4ede1a3) ) |
| 854 | sc_cfcp_others |
| 855 | ROM_END |
| 856 | |
| 857 | ROM_START( sc5cfcpb ) |
| 858 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 859 | ROM_LOAD16_BYTE( "95426922.lo", 0x00001, 0x080000, CRC(7ea0e9b1) SHA1(68bac0c7b0db0115130fd4710755bb2fe0404a86) ) |
| 860 | ROM_LOAD16_BYTE( "95426923.hi", 0x00000, 0x080000, CRC(2aefeb5d) SHA1(0a1f48f7a87d1af42d7bc39100d0590368b94a3e) ) |
| 861 | sc_cfcp_others |
| 862 | ROM_END |
| 863 | |
| 864 | ROM_START( sc5cfcpc ) |
| 865 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 866 | ROM_LOAD16_BYTE( "95427830.lo", 0x00001, 0x080000, CRC(734d7a37) SHA1(af857ec31e337a890947e9ec3da96467440aeeb0) ) |
| 867 | ROM_LOAD16_BYTE( "95427831.hi", 0x00000, 0x080000, CRC(e22a638e) SHA1(b5199410602e078ca51d009e42b2ad7cdaa7e006) ) |
| 868 | sc_cfcp_others |
| 869 | ROM_END |
| 870 | |
| 871 | ROM_START( sc5cfcpd ) |
| 872 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 873 | ROM_LOAD16_BYTE( "95427870.lo", 0x00001, 0x080000, CRC(8f2314a5) SHA1(819f51c6f4712ca9ae74be16972b1abdd890b6b2) ) |
| 874 | ROM_LOAD16_BYTE( "95427871.hi", 0x00000, 0x080000, CRC(6813dd1a) SHA1(003d06287cf94364f2967e2513dbca7238fe8838) ) |
| 875 | sc_cfcp_others |
| 876 | ROM_END |
| 877 | |
| 878 | ROM_START( sc5cfcpe ) |
| 879 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 880 | ROM_LOAD16_BYTE( "95427922.lo", 0x00001, 0x080000, CRC(19a993dd) SHA1(909880cb610e567b7f5c51d479a23561b84835aa) ) |
| 881 | ROM_LOAD16_BYTE( "95427923.hi", 0x00000, 0x080000, CRC(5e679b12) SHA1(385bb9fbadc0e4708b0d08859a18caaa542c609b) ) |
| 882 | sc_cfcp_others |
| 883 | ROM_END |
| 884 | |
| 885 | |
| 886 | ROM_START( sc5cfcpf ) |
| 887 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 888 | ROM_LOAD16_BYTE( "95428006.lo", 0x000001, 0x080000, CRC(93b7d350) SHA1(d3935dd9b46df275dffe86b7f9acdeb0b69f6126) ) |
| 889 | ROM_LOAD16_BYTE( "95428007.hi", 0x000000, 0x080000, CRC(ad3ab4da) SHA1(2403a40ed424255fbce1733a42b6947ad493d666) ) |
| 890 | sc_cfcp_others |
| 891 | ROM_END |
| 892 | |
| 893 | ROM_START( sc5cfcpg ) |
| 894 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 895 | ROM_LOAD16_BYTE( "95428087.hi", 0x000000, 0x080000, CRC(b56d5f1c) SHA1(a01bc4885dc5ae17f784cb98e96573f05771c680) ) |
| 896 | ROM_LOAD16_BYTE( "95428086.lo", 0x000001, 0x080000, CRC(5d0f4caf) SHA1(b63d4185391328772beef5371ee2c2a265a283e2) ) |
| 897 | sc_cfcp_others |
| 898 | ROM_END |
| 899 | |
| 900 | |
| 901 | ROM_START( sc5cfcph ) |
| 902 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 903 | ROM_LOAD16_BYTE( "95428181.hi", 0x000000, 0x080000, CRC(ad11ecf4) SHA1(f54c5857f80f030969e497071c0167606961fe4f) ) |
| 904 | ROM_LOAD16_BYTE( "95428180.lo", 0x000001, 0x080000, CRC(c9a7340c) SHA1(2e4fbf9ac4a0db5a3e2ceb15354e8cfa24d0fc03) ) |
| 905 | sc_cfcp_others |
| 906 | ROM_END |
| 907 | |
| 908 | ROM_START( sc5cfcpi ) |
| 909 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 910 | ROM_LOAD16_BYTE( "95428282.lo", 0x000001, 0x080000, CRC(a5cbfa82) SHA1(11b335ad46591d4008bb73c6678d92d16dfadb36) ) |
| 911 | ROM_LOAD16_BYTE( "95428283.hi", 0x000000, 0x080000, CRC(8d79bc59) SHA1(4ebb7e40abf388b4409009d12e783db31d9518c6) ) |
| 912 | sc_cfcp_others |
| 913 | ROM_END |
| 914 | |
| 915 | ROM_START( sc5cfcpj ) |
| 916 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 917 | ROM_LOAD16_BYTE( "95429007.hi", 0x000000, 0x080000, CRC(07acf52b) SHA1(e24faad3c5a4c3c87357879e6a28afce25b36c3f) ) |
| 918 | ROM_LOAD16_BYTE( "95429006.lo", 0x000001, 0x080000, CRC(ec49c0b7) SHA1(ec5814a09549af6700f6f6a2a1cdc0f2a6cfd1be) ) |
| 919 | sc_cfcp_others |
| 920 | ROM_END |
| 921 | |
| 922 | ROM_START( sc5cfcpk ) |
| 923 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 924 | ROM_LOAD16_BYTE( "95429087.hi", 0x000000, 0x080000, CRC(5542c18b) SHA1(48933e22ca2d514ff86cfa5ef460acc133ccf741) ) |
| 925 | ROM_LOAD16_BYTE( "95429086.lo", 0x000001, 0x080000, CRC(d9a078c8) SHA1(875dda3cde00acfb47a6cbf159180f62ab0ec2d6) ) |
| 926 | sc_cfcp_others |
| 927 | ROM_END |
| 928 | |
| 929 | ROM_START( sc5cfcpl ) |
| 930 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 931 | ROM_LOAD16_BYTE( "95429181.hi", 0x000000, 0x080000, CRC(74c33a6d) SHA1(276c17eb06a7e149b2e5763cd63f85fdd64a92b1) ) |
| 932 | ROM_LOAD16_BYTE( "95429180.lo", 0x000001, 0x080000, CRC(7e504b8d) SHA1(6fd7a7cd03beccd0dfa9f6f7f38848fec4f58383) ) |
| 933 | sc_cfcp_others |
| 934 | ROM_END |
| 935 | |
| 936 | ROM_START( sc5cfcpm ) |
| 937 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 938 | ROM_LOAD16_BYTE( "95429282.lo", 0x000001, 0x080000, CRC(690a7ba9) SHA1(4da15c1afe2a4c0ed91b9b411181e3df61dfd99f) ) |
| 939 | ROM_LOAD16_BYTE( "95429283.hi", 0x000000, 0x080000, CRC(21a7ec78) SHA1(094ab489539f71f1946d038264be41cd132f9fe3) ) |
| 940 | sc_cfcp_others |
| 941 | ROM_END |
| 942 | |
| 943 | |
| 944 | ROM_START( sc5cfcpn ) |
| 945 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 946 | ROM_LOAD16_BYTE( "95426954.lo", 0x000001, 0x080000, CRC(0d41934d) SHA1(3d8385c47050ca68b5080f6153e00b0722aba0c2) ) |
| 947 | ROM_LOAD16_BYTE( "95426955.hi", 0x000000, 0x080000, CRC(375f3a16) SHA1(de4a453a82765d8a1b7b7676b689e2d4f6d31c2c) ) |
| 948 | sc_cfcp_others |
| 949 | ROM_END |
| 950 | |
| 951 | ROM_START( sc5cfcpo ) |
| 952 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 953 | ROM_LOAD16_BYTE( "95426968.lo", 0x000001, 0x080000, CRC(5fe039b2) SHA1(eff946033b755d1862f37a8d36e073718b8eaa8c) ) |
| 954 | ROM_LOAD16_BYTE( "95426969.hi", 0x000000, 0x080000, CRC(9a669469) SHA1(6e419343cb412543c07d230842b1cb444d25a4ad) ) |
| 955 | sc_cfcp_others |
| 956 | ROM_END |
| 957 | |
| 958 | ROM_START( sc5cfcpp ) |
| 959 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 960 | ROM_LOAD16_BYTE( "95426994.lo", 0x000001, 0x080000, CRC(ba1ebe40) SHA1(ea63fef8fff593c1e86b45059caf85d3e10d3ebd) ) |
| 961 | ROM_LOAD16_BYTE( "95426995.hi", 0x000000, 0x080000, CRC(381561d8) SHA1(cab8af6ff5f2a4326a24c08e447dd46e1e723925) ) |
| 962 | sc_cfcp_others |
| 963 | ROM_END |
| 964 | |
| 965 | ROM_START( sc5cfcpq ) |
| 966 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 967 | ROM_LOAD16_BYTE( "95427954.lo", 0x000001, 0x080000, CRC(ee690ed4) SHA1(62924e2badfc3e07ae727da999c1f5cfc77c9ef9) ) |
| 968 | ROM_LOAD16_BYTE( "95427955.hi", 0x000000, 0x080000, CRC(4b9863f9) SHA1(8d7d1f13f20b26619251bcc25aab38fa6d508993) ) |
| 969 | sc_cfcp_others |
| 970 | ROM_END |
| 971 | |
| 972 | ROM_START( sc5cfcpr ) |
| 973 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 974 | ROM_LOAD16_BYTE( "95427968.lo", 0x000001, 0x080000, CRC(5908c6b5) SHA1(85b4a64e3e595d49e708a2cf96c3b36153446fc7) ) |
| 975 | ROM_LOAD16_BYTE( "95427969.hi", 0x000000, 0x080000, CRC(2912bfa9) SHA1(e2b829bbe77f7ae3cf1a709c35664a1dcf8a0d9b) ) |
| 976 | sc_cfcp_others |
| 977 | ROM_END |
| 978 | |
| 979 | ROM_START( sc5cfcps ) |
| 980 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 981 | ROM_LOAD16_BYTE( "95427994.lo", 0x000001, 0x080000, CRC(046f091b) SHA1(60dcee5cefe0d2a1c06092881c4fb021800339c3) ) |
| 982 | ROM_LOAD16_BYTE( "95427995.hi", 0x000000, 0x080000, CRC(1492150d) SHA1(e00026bfa326b073d027e97eecfd39995a5b5674) ) |
| 983 | sc_cfcp_others |
| 984 | ROM_END |
| 985 | |
| 986 | ROM_START( sc5cfcpt ) |
| 987 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 988 | ROM_LOAD16_BYTE( "95428088.lo", 0x000001, 0x080000, CRC(d221f620) SHA1(720dc59673389e7780b4bafab441445e5eed68db) ) |
| 989 | ROM_LOAD16_BYTE( "95428089.hi", 0x000000, 0x080000, CRC(094646ad) SHA1(9d97cf3dbf98fb2ea3dd3993a745586b551a83bb) ) |
| 990 | sc_cfcp_others |
| 991 | ROM_END |
| 992 | |
| 993 | ROM_START( sc5cfcpu ) |
| 994 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 995 | ROM_LOAD16_BYTE( "95428136.lo", 0x000001, 0x080000, CRC(95d49c83) SHA1(b0a4d4e09b959e9729ac72e514468cbe3e80597f) ) |
| 996 | ROM_LOAD16_BYTE( "95428137.hi", 0x000000, 0x080000, CRC(72a7ce8a) SHA1(b3252d371725fd3a933e6f42d80fd8b4687de028) ) |
| 997 | sc_cfcp_others |
| 998 | ROM_END |
| 999 | |
| 1000 | ROM_START( sc5cfcpv ) |
| 1001 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1002 | ROM_LOAD16_BYTE( "95429088.lo", 0x000001, 0x080000, CRC(efcd0921) SHA1(00500f39a170747a468f21fa0d08a68d89d7b705) ) |
| 1003 | ROM_LOAD16_BYTE( "95429089.hi", 0x000000, 0x080000, CRC(d78055ba) SHA1(2a51b136e4eabd90ef972a77e213a2c7af847202) ) |
| 1004 | sc_cfcp_others |
| 1005 | ROM_END |
| 1006 | |
| 1007 | ROM_START( sc5cfcpw ) |
| 1008 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1009 | ROM_LOAD16_BYTE( "95429136.lo", 0x000001, 0x080000, CRC(e4b3712e) SHA1(316fc8076b39e333661af7bb75db6c8fb940d88d) ) |
| 1010 | ROM_LOAD16_BYTE( "95429137.hi", 0x000000, 0x080000, CRC(a8e66586) SHA1(840e48e675c3d78280791f6410438f5039fedc69) ) |
| 1011 | sc_cfcp_others |
| 1012 | ROM_END |
| 1013 | |
| 1014 | |
| 1015 | |
| 1016 | ROM_START( sc5cfpt ) |
| 1017 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1018 | ROM_LOAD16_BYTE( "95410134.lo", 0x00001, 0x080000, CRC(e133fa6d) SHA1(bc626558bbe460613eae7787f23ede75d1433acc) ) |
| 1019 | ROM_LOAD16_BYTE( "95410135.hi", 0x00000, 0x080000, CRC(5ccdd3e0) SHA1(b0ff1d824153746fb4d4494430d511d5e9c09822) ) |
| 1020 | sc_cfpt_others |
| 1021 | ROM_END |
| 1022 | |
| 1023 | ROM_START( sc5cfpta ) |
| 1024 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1025 | ROM_LOAD16_BYTE( "95412426.lo", 0x00001, 0x080000, CRC(a6a229da) SHA1(910e6ab809d323cb7b32bdaba008fba2199a5237) ) |
| 1026 | ROM_LOAD16_BYTE( "95412427.hi", 0x00000, 0x080000, CRC(121fda59) SHA1(2e43fd580de33316f152e5df515ab08bd8b59f1f) ) |
| 1027 | sc_cfpt_others |
| 1028 | ROM_END |
| 1029 | |
| 1030 | ROM_START( sc5cfptb ) |
| 1031 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1032 | ROM_LOAD16_BYTE( "95413426.lo", 0x00001, 0x080000, CRC(2592f2d2) SHA1(bd08bbd4c8df85004c65391611808f41cb271bfc) ) |
| 1033 | ROM_LOAD16_BYTE( "95413427.hi", 0x00000, 0x080000, CRC(a696c5f3) SHA1(12659ced7c10ed3997807b74e86975a9edf39787) ) |
| 1034 | sc_cfpt_others |
| 1035 | ROM_END |
| 1036 | |
| 1037 | |
| 1038 | ROM_START( sc5cfptc ) |
| 1039 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1040 | ROM_LOAD16_BYTE( "95408564.lo", 0x00001, 0x080000, CRC(a10083eb) SHA1(c6da0a1b55e07303efa5b72864a5be9a3456539d) ) |
| 1041 | ROM_LOAD16_BYTE( "95408565.hi", 0x00000, 0x080000, CRC(f4ce13a0) SHA1(014778d2da3ef2fea222a930e3f70b5e3c092975) ) |
| 1042 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1043 | ROM_END |
| 1044 | |
| 1045 | |
| 1046 | ROM_START( sc5cfptd ) |
| 1047 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1048 | ROM_LOAD16_BYTE( "95408566.lo", 0x00001, 0x080000, CRC(ae80c8dc) SHA1(f300f7f706b48dc6fefeda66bdd51ed8e22705e0) ) |
| 1049 | ROM_LOAD16_BYTE( "95408567.hi", 0x00000, 0x080000, CRC(f11a6e3e) SHA1(98374f710c3dd979515dc6280845a72a31a330d5) ) |
| 1050 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1051 | ROM_END |
| 1052 | |
| 1053 | ROM_START( sc5cfpte ) |
| 1054 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1055 | ROM_LOAD16_BYTE( "95409564.lo", 0x00001, 0x080000, CRC(abcd12e3) SHA1(4e8652d0bbfaaf4e829708993a23c3736f0b8892) ) |
| 1056 | ROM_LOAD16_BYTE( "95409565.hi", 0x00000, 0x080000, CRC(46c03cdd) SHA1(72d63095eaea3d7239f7603ff3382eecc2a625d0) ) |
| 1057 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1058 | ROM_END |
| 1059 | |
| 1060 | |
| 1061 | ROM_START( sc5cfptf ) |
| 1062 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1063 | ROM_LOAD16_BYTE( "95409566.lo", 0x00001, 0x080000, CRC(f3c6493b) SHA1(0bc97c4329930164433cb22690b6bb35b6e27c4a) ) |
| 1064 | ROM_LOAD16_BYTE( "95409567.hi", 0x00000, 0x080000, CRC(618cbc2b) SHA1(5ca7a7b0cd42f7be16be12e83ab82457a42ca1e6) ) |
| 1065 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1066 | ROM_END |
| 1067 | |
| 1068 | |
| 1069 | ROM_START( sc5cfptg ) |
| 1070 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1071 | ROM_LOAD16_BYTE( "p1371p11.hi", 0x00000, 0x080000, CRC(8c438718) SHA1(a266fe867bddcc11216f2d3f31b222d1d5af6237) ) |
| 1072 | ROM_LOAD16_BYTE( "p1371p11.lo", 0x00001, 0x080000, CRC(9cfe5ba9) SHA1(d2bedca469bbbbfdd2fd1584b397a26d660fea7c) ) |
| 1073 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1074 | ROM_END |
| 1075 | |
| 1076 | ROM_START( sc5cfpth ) |
| 1077 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1078 | ROM_LOAD16_BYTE( "p1371s11.hi", 0x00000, 0x080000, CRC(24335da7) SHA1(a2f05a13a28d2910a3150abaebf980ba5f9c1130) ) |
| 1079 | ROM_LOAD16_BYTE( "p1371s11.lo", 0x00001, 0x080000, CRC(4116abb7) SHA1(897d1043178b6d0c88d9c306fc27db2f3978c76f) ) |
| 1080 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1081 | ROM_END |
| 1082 | |
| 1083 | ROM_START( sc5cfpti ) |
| 1084 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1085 | ROM_LOAD16_BYTE( "95411134.lo", 0x00001, 0x080000, CRC(eb9cf02e) SHA1(68a1caf92f8b2d1b73d3eb07920b98ffb93a0451) ) |
| 1086 | ROM_LOAD16_BYTE( "95411135.hi", 0x00000, 0x080000, CRC(ae33cdbd) SHA1(691907e7867027d0e60558c2615ee8a51d0463a1) ) |
| 1087 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1088 | ROM_END |
| 1089 | |
| 1090 | ROM_START( sc5cfptj ) |
| 1091 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1092 | ROM_LOAD16_BYTE( "95408568.lo", 0x00001, 0x080000, CRC(c091adad) SHA1(5bd2e7004af74f27192f3f425ecac47d424d41a9) ) |
| 1093 | ROM_LOAD16_BYTE( "95408569.hi", 0x00000, 0x080000, CRC(f35e76eb) SHA1(7bc9dfc1b812c5222378c40180c4644c4aa3f058) ) |
| 1094 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1095 | ROM_END |
| 1096 | |
| 1097 | ROM_START( sc5cfptk ) |
| 1098 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1099 | ROM_LOAD16_BYTE( "95409568.lo", 0x00001, 0x080000, CRC(005222e0) SHA1(e6b87dd98f6706e3dc61db267be7eeded07ec3fe) ) |
| 1100 | ROM_LOAD16_BYTE( "95409569.hi", 0x00000, 0x080000, CRC(26202661) SHA1(8379ef9b769d9e6a0922a093c6327510b5c10256) ) |
| 1101 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1102 | ROM_END |
| 1103 | |
| 1104 | |
| 1105 | ROM_START( sc5cfptl ) |
| 1106 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1107 | ROM_LOAD16_BYTE( "p1371p91.hi", 0x00000, 0x080000, CRC(8b39df7a) SHA1(b6423e36f0dda2dd1ff11189aaa4f9a567e05af8) ) |
| 1108 | ROM_LOAD16_BYTE( "p1371p91.lo", 0x00001, 0x080000, CRC(2c357088) SHA1(5266734637e7aa9924bb5395fcf48994d407f015) ) |
| 1109 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1110 | ROM_END |
| 1111 | |
| 1112 | ROM_START( sc5cfptm ) |
| 1113 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1114 | ROM_LOAD16_BYTE( "p1371s91.hi", 0x00000, 0x080000, CRC(22f54a59) SHA1(75cb71c453911cc5d1b5a88625d9fffa43a57f3e) ) |
| 1115 | ROM_LOAD16_BYTE( "p1371s91.lo", 0x00001, 0x080000, CRC(55dc637c) SHA1(8340491640d8748787d2401f3f33542c8f20c7dc) ) |
| 1116 | ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) |
| 1117 | ROM_END |
| 1118 | |
| 1119 | ROM_START( sc5cfptn ) |
| 1120 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1121 | ROM_LOAD16_BYTE( "95410186.lo", 0x00001, 0x080000, CRC(73483953) SHA1(ec2823d2059c65367e647ac1106dd70d18e5bc89) ) |
| 1122 | ROM_LOAD16_BYTE( "95410187.hi", 0x00000, 0x080000, CRC(ba91c41c) SHA1(ed556ea559724cdae0bcd0298fd2021a2b49e15a) ) |
| 1123 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1124 | ROM_END |
| 1125 | |
| 1126 | ROM_START( sc5cfpto ) |
| 1127 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1128 | ROM_LOAD16_BYTE( "95411186.lo", 0x00001, 0x080000, CRC(7e933b3c) SHA1(90410c291902b72d95f3376657e918cd1d60d8a8) ) |
| 1129 | ROM_LOAD16_BYTE( "95411187.hi", 0x00000, 0x080000, CRC(cdc68736) SHA1(92bfe250d2b0f3030ce8541dbed73a37ac3dc8b9) ) |
| 1130 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1131 | ROM_END |
| 1132 | |
| 1133 | ROM_START( sc5cfptp ) |
| 1134 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1135 | ROM_LOAD16_BYTE( "p1430p42.hi", 0x00000, 0x080000, CRC(97e3926b) SHA1(c385e2ed2eb0e043a3c84f25b1b64c934bb380e1) ) |
| 1136 | ROM_LOAD16_BYTE( "p1430p42.lo", 0x00001, 0x080000, CRC(9b33feaf) SHA1(31a53520e5b65b39ac1a54ba2eba13f5ce75ee50) ) |
| 1137 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1138 | ROM_END |
| 1139 | |
| 1140 | ROM_START( sc5cfptq ) |
| 1141 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1142 | ROM_LOAD16_BYTE( "p1430p52.hi", 0x00000, 0x080000, CRC(832d2241) SHA1(98c6e5e485d474b88a7e8a313b4cc469ec14b5e9) ) |
| 1143 | ROM_LOAD16_BYTE( "p1430p52.lo", 0x00001, 0x080000, CRC(d9fb0e30) SHA1(fe337db428bf68abb770a5e06d8ac73cc4e7794e) ) |
| 1144 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1145 | ROM_END |
| 1146 | |
| 1147 | ROM_START( sc5cfptr ) |
| 1148 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1149 | ROM_LOAD16_BYTE( "p1430s42.hi", 0x00000, 0x080000, CRC(a5f0acf8) SHA1(01877be0da6018d067cc683a4a2dd14c4c6f7ba3) ) |
| 1150 | ROM_LOAD16_BYTE( "p1430s42.lo", 0x00001, 0x080000, CRC(64522503) SHA1(16203ff08a0de9db92522b05669c0c92057a27c4) ) |
| 1151 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1152 | ROM_END |
| 1153 | |
| 1154 | ROM_START( sc5cfpts ) |
| 1155 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF) |
| 1156 | ROM_LOAD16_BYTE( "p1430s52.hi", 0x00000, 0x080000, CRC(9f7bd7f8) SHA1(b81c62398213ccefcaaca5c1d6c579c30ff67884) ) |
| 1157 | ROM_LOAD16_BYTE( "p1430s52.lo", 0x00001, 0x080000, CRC(623fea2b) SHA1(fe38a4a9a91fa986bf4d36c7a28c8bb2c73659b7) ) |
| 1158 | PR1430_CRAZY_F_SIT_D_SOUNDS11 |
| 1159 | ROM_END |
| 1160 | |
| 1161 | |
| 1162 | ROM_START( sc5cknig ) |
| 1163 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1164 | ROM_LOAD16_BYTE( "95426792.lo", 0x00001, 0x080000, CRC(bce4a51b) SHA1(5344198130b8d45a5d24aa2d167d6ee483f3da9c) ) |
| 1165 | ROM_LOAD16_BYTE( "95426793.hi", 0x00000, 0x080000, CRC(a995cbfa) SHA1(1b4b9fa170aebcb2284fce7eedf7a7769285dcef) ) |
| 1166 | sc_cknig_others |
| 1167 | ROM_END |
| 1168 | |
| 1169 | ROM_START( sc5ckniga ) |
| 1170 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1171 | ROM_LOAD16_BYTE( "95427792.lo", 0x00001, 0x080000, CRC(42971ac1) SHA1(ec0c682c208766d14b9d9e9f788fc83c5f0f0109) ) |
| 1172 | ROM_LOAD16_BYTE( "95427793.hi", 0x00000, 0x080000, CRC(e8d1d3fc) SHA1(cd922021f1086a5ac8410428686fb667d24537d5) ) |
| 1173 | sc_cknig_others |
| 1174 | ROM_END |
| 1175 | |
| 1176 | ROM_START( sc5cknigb ) |
| 1177 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1178 | ROM_LOAD16_BYTE( "95426890.lo", 0x000001, 0x080000, CRC(fb04b5f7) SHA1(18cd9b608fd110eefdac51bb80b0ee29a1b99c65) ) |
| 1179 | ROM_LOAD16_BYTE( "95426891.hi", 0x000000, 0x080000, CRC(d0b1ffe6) SHA1(52dc4cd5b39d926f0f9f9837b1dfa38a7341c35b) ) |
| 1180 | sc_cknig_others |
| 1181 | ROM_END |
| 1182 | |
| 1183 | ROM_START( sc5cknigc ) |
| 1184 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1185 | ROM_LOAD16_BYTE( "95427890.lo", 0x000001, 0x080000, CRC(6f2256e9) SHA1(6f18b787dd4c7ed2b274c30287417f0e338ebbb9) ) |
| 1186 | ROM_LOAD16_BYTE( "95427891.hi", 0x000000, 0x080000, CRC(e7107322) SHA1(b382e4416140100f3625325bcb6860d7f92bd5ad) ) |
| 1187 | sc_cknig_others |
| 1188 | ROM_END |
| 1189 | |
| 1190 | |
| 1191 | |
| 1192 | ROM_START( sc5cpays ) |
| 1193 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1194 | ROM_LOAD16_BYTE( "95412924.lo", 0x00001, 0x080000, CRC(7d2dbbd9) SHA1(330d54bb786ef9b9e12a64897b156ca38fba5e76) ) |
| 1195 | ROM_LOAD16_BYTE( "95412925.hi", 0x00000, 0x080000, CRC(66231b51) SHA1(7a20bd591a782c785d5d7fee3b7ed9bccc90fa1c) ) |
| 1196 | sc_cpays_others |
| 1197 | ROM_END |
| 1198 | |
| 1199 | ROM_START( sc5cpaysa ) |
| 1200 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1201 | ROM_LOAD16_BYTE( "95413924.lo", 0x00001, 0x080000, CRC(9ed3fa11) SHA1(bb4b3b42bd19a7ec4d88aa21868933a55e558c5d) ) |
| 1202 | ROM_LOAD16_BYTE( "95413925.hi", 0x00000, 0x080000, CRC(771b42fa) SHA1(2d8a481e6d04c6796a127bbe76bbda6b06b68467) ) |
| 1203 | sc_cpays_others |
| 1204 | ROM_END |
| 1205 | |
| 1206 | |
| 1207 | |
| 1208 | |
| 1209 | ROM_START( sc5dndbo ) |
| 1210 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1211 | ROM_LOAD16_BYTE( "95426644.lo", 0x00001, 0x080000, CRC(91fa1679) SHA1(e53b7dfb031106441ff21e8782e32f14dde1ee88) ) |
| 1212 | ROM_LOAD16_BYTE( "95426645.hi", 0x00000, 0x080000, CRC(257d158a) SHA1(4452939c5e988b5406e1b90d952c3d34de45970e) ) |
| 1213 | sc_dndbo_others |
| 1214 | ROM_END |
| 1215 | |
| 1216 | ROM_START( sc5dndboa ) |
| 1217 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1218 | ROM_LOAD16_BYTE( "95426682.lo", 0x00001, 0x080000, CRC(3c856cfa) SHA1(a4e0ccef01a5fd8fcb03ac783a949d5af6a1ffe6) ) |
| 1219 | ROM_LOAD16_BYTE( "95426683.hi", 0x00000, 0x080000, CRC(db7182bd) SHA1(5280b59251276c67519aa297c380874106bf12f1) ) |
| 1220 | sc_dndbo_others |
| 1221 | ROM_END |
| 1222 | |
| 1223 | ROM_START( sc5dndbob ) |
| 1224 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1225 | ROM_LOAD16_BYTE( "95426826.lo", 0x00001, 0x080000, CRC(4e8e8bdd) SHA1(8f67e9ff36c77ec2f3abcdb411583d0d2473f4b8) ) |
| 1226 | ROM_LOAD16_BYTE( "95426827.hi", 0x00000, 0x080000, CRC(9b971a80) SHA1(226c5e743f7de51a103447fe8278a002b75518d5) ) |
| 1227 | sc_dndbo_others |
| 1228 | ROM_END |
| 1229 | |
| 1230 | ROM_START( sc5dndboc ) |
| 1231 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1232 | ROM_LOAD16_BYTE( "95426852.lo", 0x00001, 0x080000, CRC(185fc345) SHA1(475296683007b0608e2572b156a59f3a24aa15ad) ) |
| 1233 | ROM_LOAD16_BYTE( "95426853.hi", 0x00000, 0x080000, CRC(0f7a81ad) SHA1(46fa2d40e3bf43307e70573bcc22c1d77cb7887b) ) |
| 1234 | sc_dndbo_others |
| 1235 | ROM_END |
| 1236 | |
| 1237 | ROM_START( sc5dndbod ) |
| 1238 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1239 | ROM_LOAD16_BYTE( "95426914.lo", 0x00001, 0x080000, CRC(d2dd5940) SHA1(7ed46231a5ff9e2e3a8d427a55967f98195c345d) ) |
| 1240 | ROM_LOAD16_BYTE( "95426915.hi", 0x00000, 0x080000, CRC(00acb2ed) SHA1(30448843ab65e0eb16322652ddbcf576f2d88e13) ) |
| 1241 | sc_dndbo_others |
| 1242 | ROM_END |
| 1243 | |
| 1244 | ROM_START( sc5dndboe ) |
| 1245 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1246 | ROM_LOAD16_BYTE( "95427644.lo", 0x00001, 0x080000, CRC(69ffa92c) SHA1(2d9f0545e279d4c480e4a8747a5638268d33b567) ) |
| 1247 | ROM_LOAD16_BYTE( "95427645.hi", 0x00000, 0x080000, CRC(408a15b8) SHA1(837067032b352bc396fa2801e89a7c34387c2b6e) ) |
| 1248 | sc_dndbo_others |
| 1249 | ROM_END |
| 1250 | |
| 1251 | ROM_START( sc5dndbof ) |
| 1252 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1253 | ROM_LOAD16_BYTE( "95427682.lo", 0x00001, 0x080000, CRC(9ef8c027) SHA1(905c75f133a8970b39a9538af937d813775036b9) ) |
| 1254 | ROM_LOAD16_BYTE( "95427683.hi", 0x00000, 0x080000, CRC(893dbff9) SHA1(e0426062859d3e8431b94a74b533fbf02f4ed09d) ) |
| 1255 | sc_dndbo_others |
| 1256 | ROM_END |
| 1257 | |
| 1258 | ROM_START( sc5dndbog ) |
| 1259 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1260 | ROM_LOAD16_BYTE( "95427826.lo", 0x00001, 0x080000, CRC(3a9fdf64) SHA1(dd2852d394c1ac74f9035346bf02e0ddf594e06d) ) |
| 1261 | ROM_LOAD16_BYTE( "95427827.hi", 0x00000, 0x080000, CRC(d0ab32aa) SHA1(d861867702be09a0523a47bb18e2e44e9b302948) ) |
| 1262 | sc_dndbo_others |
| 1263 | ROM_END |
| 1264 | |
| 1265 | ROM_START( sc5dndboh ) |
| 1266 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1267 | ROM_LOAD16_BYTE( "95427852.lo", 0x00001, 0x080000, CRC(1d7def08) SHA1(ca500d62a3d1fda81d8597bcffcf04721a229751) ) |
| 1268 | ROM_LOAD16_BYTE( "95427853.hi", 0x00000, 0x080000, CRC(b926d9c4) SHA1(b3ae0ff4fd5a18b98bbabf1d938700b8510baa00) ) |
| 1269 | sc_dndbo_others |
| 1270 | ROM_END |
| 1271 | |
| 1272 | ROM_START( sc5dndboi ) |
| 1273 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1274 | ROM_LOAD16_BYTE( "95427914.lo", 0x00001, 0x080000, CRC(c7a3b44e) SHA1(7b0b2992b8098b69c2fa6315e6c2d9e895b3959b) ) |
| 1275 | ROM_LOAD16_BYTE( "95427915.hi", 0x00000, 0x080000, CRC(a6590c68) SHA1(aaeb8a9422fc38f044a46489c61f5a306910b4eb) ) |
| 1276 | sc_dndbo_others |
| 1277 | ROM_END |
| 1278 | |
| 1279 | |
| 1280 | ROM_START( sc5dndboj ) |
| 1281 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1282 | ROM_LOAD16_BYTE( "95427885.hi", 0x000000, 0x080000, CRC(7dddf694) SHA1(340397f00941f26a85a088f1869fcb69b94c9dc9) ) |
| 1283 | ROM_LOAD16_BYTE( "95427884.lo", 0x000001, 0x080000, CRC(5a8e9f08) SHA1(acae82b8b00f284d37d7da345ff7afa2b4f6d5ee) ) |
| 1284 | sc_dndbo_others |
| 1285 | ROM_END |
| 1286 | |
| 1287 | ROM_START( sc5dndbok ) |
| 1288 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1289 | ROM_LOAD16_BYTE( "95426884.lo", 0x000001, 0x080000, CRC(72d9af1b) SHA1(2d18ea30cd8de366789a7c02b9a7454a9d8a0504) ) |
| 1290 | ROM_LOAD16_BYTE( "95426885.hi", 0x000000, 0x080000, CRC(58a2b23d) SHA1(39dd8db3f4d9379bd55b4e519226fc5b5b5cbd56) ) |
| 1291 | sc_dndbo_others |
| 1292 | ROM_END |
| 1293 | |
| 1294 | |
| 1295 | |
| 1296 | ROM_START( sc5dndbl ) |
| 1297 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1298 | ROM_LOAD16_BYTE( "95422086.lo", 0x00001, 0x080000, CRC(5deb6c03) SHA1(2ac729194d1e6b0fb71f5f248bf4918140f4ab2a) ) |
| 1299 | ROM_LOAD16_BYTE( "95422087.hi", 0x00000, 0x080000, CRC(e194968f) SHA1(ca2a17f826671025c6cdd7b1361107b7ffe3ea07) ) |
| 1300 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1301 | ROM_END |
| 1302 | |
| 1303 | ROM_START( sc5dndbla ) |
| 1304 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1305 | ROM_LOAD16_BYTE( "95422148.lo", 0x00001, 0x080000, CRC(825d9ed9) SHA1(b123fd2190d10888286a5e58b3a796890b673bd6) ) |
| 1306 | ROM_LOAD16_BYTE( "95422149.hi", 0x00000, 0x080000, CRC(b9dff341) SHA1(a27f5e7d1a2f78898c74eae1f87cb6c6b242791e) ) |
| 1307 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1308 | ROM_END |
| 1309 | |
| 1310 | ROM_START( sc5dndblb ) |
| 1311 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1312 | ROM_LOAD16_BYTE( "95422206.lo", 0x00001, 0x080000, CRC(b50bc3df) SHA1(29e5edddbc8f67fd5d13eef44b6dd03f714110f0) ) |
| 1313 | ROM_LOAD16_BYTE( "95422207.hi", 0x00000, 0x080000, CRC(98a749aa) SHA1(0e3eecc9f257994dba4907e735b9371e81a25e8f) ) |
| 1314 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1315 | ROM_END |
| 1316 | |
| 1317 | ROM_START( sc5dndblc ) |
| 1318 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1319 | ROM_LOAD16_BYTE( "95422210.lo", 0x00001, 0x080000, CRC(ef3c7726) SHA1(7f9d2e548800c295731b8c15c5cc8119017069ba) ) |
| 1320 | ROM_LOAD16_BYTE( "95422211.hi", 0x00000, 0x080000, CRC(07545d4c) SHA1(d3dd3ff04c1d2f485dacd13b4214f2462254a6d5) ) |
| 1321 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1322 | ROM_END |
| 1323 | |
| 1324 | ROM_START( sc5dndbld ) |
| 1325 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1326 | ROM_LOAD16_BYTE( "95422246.lo", 0x00001, 0x080000, CRC(ab3326ea) SHA1(d511f252f1acf76fc59d3f343c4d1db54bb8de8a) ) |
| 1327 | ROM_LOAD16_BYTE( "95422247.hi", 0x00000, 0x080000, CRC(b9c05994) SHA1(e6ca9c7f8e6df6aa2277a329ab211134dae684aa) ) |
| 1328 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1329 | ROM_END |
| 1330 | |
| 1331 | ROM_START( sc5dndble ) |
| 1332 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1333 | ROM_LOAD16_BYTE( "95422248.lo", 0x00001, 0x080000, CRC(45192ed6) SHA1(21980888e1deb5e4d8cf140b957d10e18cd7315a) ) |
| 1334 | ROM_LOAD16_BYTE( "95422249.hi", 0x00000, 0x080000, CRC(5b671826) SHA1(202f1b63e64c71fd7a1ef8c3159ed7a778d7d6f5) ) |
| 1335 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1336 | ROM_END |
| 1337 | |
| 1338 | ROM_START( sc5dndblf ) |
| 1339 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1340 | ROM_LOAD16_BYTE( "95422324.lo", 0x00001, 0x080000, CRC(681980ea) SHA1(11520621d11bc6642fa1ef6a81f36e4c2c5c2349) ) |
| 1341 | ROM_LOAD16_BYTE( "95422325.hi", 0x00000, 0x080000, CRC(9337c3c8) SHA1(55313e2658ebd3fe314d5d2fe7fc846b54cb6b6d) ) |
| 1342 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1343 | ROM_END |
| 1344 | |
| 1345 | ROM_START( sc5dndblg ) |
| 1346 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1347 | ROM_LOAD16_BYTE( "95422326.lo", 0x00001, 0x080000, CRC(5f886988) SHA1(6b97194b2da2ba32b36652b0cf6f033ca364e297) ) |
| 1348 | ROM_LOAD16_BYTE( "95422327.hi", 0x00000, 0x080000, CRC(71fdb9df) SHA1(c39ac2a70572bc4a337c1b578430e881cf5c0dc6) ) |
| 1349 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1350 | ROM_END |
| 1351 | |
| 1352 | ROM_START( sc5dndblh ) |
| 1353 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1354 | ROM_LOAD16_BYTE( "95423086.lo", 0x00001, 0x080000, CRC(330ad71d) SHA1(e80e38e0a7dc00271f589a35fa1666027ce7f764) ) |
| 1355 | ROM_LOAD16_BYTE( "95423087.hi", 0x00000, 0x080000, CRC(2c028fb9) SHA1(5ba125d474f6d916967ad90bddfc8ebabcdb18aa) ) |
| 1356 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1357 | ROM_END |
| 1358 | |
| 1359 | ROM_START( sc5dndbli ) |
| 1360 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1361 | ROM_LOAD16_BYTE( "95423148.lo", 0x00001, 0x080000, CRC(b2c47c77) SHA1(f788eaf4aaf8509de48d661341d5d46bee5ee1d9) ) |
| 1362 | ROM_LOAD16_BYTE( "95423149.hi", 0x00000, 0x080000, CRC(55164612) SHA1(06d666a611a89ee0e79072a54959508a5cd55981) ) |
| 1363 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1364 | ROM_END |
| 1365 | |
| 1366 | ROM_START( sc5dndblj ) |
| 1367 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1368 | ROM_LOAD16_BYTE( "95423206.lo", 0x00001, 0x080000, CRC(e734b65f) SHA1(04f38218aeb61305df1dd26574a24efb1cf04a33) ) |
| 1369 | ROM_LOAD16_BYTE( "95423207.hi", 0x00000, 0x080000, CRC(c0384d57) SHA1(c1841c1b06e47edeb760538a89b6302e67f6473d) ) |
| 1370 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1371 | ROM_END |
| 1372 | |
| 1373 | ROM_START( sc5dndblk ) |
| 1374 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1375 | ROM_LOAD16_BYTE( "95423210.lo", 0x00001, 0x080000, CRC(6db7b68f) SHA1(db23b755758bee7706ee1504743ef6fa84e542d0) ) |
| 1376 | ROM_LOAD16_BYTE( "95423211.hi", 0x00000, 0x080000, CRC(fc572112) SHA1(27b3bd337ce82b8029b0e2ab9bbcc45c1d2f5244) ) |
| 1377 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1378 | ROM_END |
| 1379 | |
| 1380 | ROM_START( sc5dndbll ) |
| 1381 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1382 | ROM_LOAD16_BYTE( "95423246.lo", 0x00001, 0x080000, CRC(36bdbe7a) SHA1(f8de104bafa301dc653b3aa01bbee08f57f42d33) ) |
| 1383 | ROM_LOAD16_BYTE( "95423247.hi", 0x00000, 0x080000, CRC(7432ef89) SHA1(1c71c4fc96afd6bf1b644cce9312a77370f1e201) ) |
| 1384 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1385 | ROM_END |
| 1386 | |
| 1387 | ROM_START( sc5dndblm ) |
| 1388 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1389 | ROM_LOAD16_BYTE( "95423248.lo", 0x00001, 0x080000, CRC(e3fe8ce9) SHA1(503ac6f37a24e36ce268f77e13cb7ef3719abca2) ) |
| 1390 | ROM_LOAD16_BYTE( "95423249.hi", 0x00000, 0x080000, CRC(cfc95a9e) SHA1(a9f235f3688ccd978c28c6425a4aeff68e433a75) ) |
| 1391 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1392 | ROM_END |
| 1393 | |
| 1394 | ROM_START( sc5dndbln ) |
| 1395 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1396 | ROM_LOAD16_BYTE( "95423324.lo", 0x00001, 0x080000, CRC(0d2469ff) SHA1(b219ee90cefb52ab495ec976f8554e834e2c8088) ) |
| 1397 | ROM_LOAD16_BYTE( "95423325.hi", 0x00000, 0x080000, CRC(4eabcf0c) SHA1(295b4771f64493466cd75098f71f0e118460e2f3) ) |
| 1398 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1399 | ROM_END |
| 1400 | |
| 1401 | ROM_START( sc5dndblo ) |
| 1402 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1403 | ROM_LOAD16_BYTE( "95423326.lo", 0x00001, 0x080000, CRC(8bfe21a2) SHA1(1fc13b53cda62531322a12f210daa0e510391ba3) ) |
| 1404 | ROM_LOAD16_BYTE( "95423327.hi", 0x00000, 0x080000, CRC(883e7518) SHA1(8a437306751932f04a72cd532c567616e4d10315) ) |
| 1405 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1406 | ROM_END |
| 1407 | |
| 1408 | ROM_START( sc5dndblp ) |
| 1409 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1410 | ROM_LOAD16_BYTE( "95422116.lo", 0x000001, 0x080000, CRC(eee78c83) SHA1(551ef57d8e7fc9b97c61f9292914b52ae423e33a) ) |
| 1411 | ROM_LOAD16_BYTE( "95422117.hi", 0x000000, 0x080000, CRC(6e186e0c) SHA1(b71ab5cea59e32e7593fcb446048ca598b8c6c12) ) |
| 1412 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1413 | ROM_END |
| 1414 | |
| 1415 | ROM_START( sc5dndblq ) |
| 1416 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1417 | ROM_LOAD16_BYTE( "95422292.lo", 0x000001, 0x080000, CRC(b3822bf2) SHA1(0bf80a83fffc81a34113aed0ea72a148d66c7d89) ) |
| 1418 | ROM_LOAD16_BYTE( "95422293.hi", 0x000000, 0x080000, CRC(eea6ab55) SHA1(9f286528a71c92796a280b19bc1d407adefa03a1) ) |
| 1419 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1420 | ROM_END |
| 1421 | |
| 1422 | ROM_START( sc5dndblr ) |
| 1423 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1424 | ROM_LOAD16_BYTE( "95423116.lo", 0x000001, 0x080000, CRC(0cb5f1c9) SHA1(8b9da3b6859a81d6ac53b4a59927f449f7d5d0d3) ) |
| 1425 | ROM_LOAD16_BYTE( "95423117.hi", 0x000000, 0x080000, CRC(70738e29) SHA1(5d5861921406d83cf35ef2292b9ad58b688f3288) ) |
| 1426 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1427 | ROM_END |
| 1428 | |
| 1429 | ROM_START( sc5dndbls ) |
| 1430 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1431 | ROM_LOAD16_BYTE( "95423292.lo", 0x000001, 0x080000, CRC(a55f298f) SHA1(09d2475afe2c1451fbe17308856a1b437864f1a3) ) |
| 1432 | ROM_LOAD16_BYTE( "95423293.hi", 0x000000, 0x080000, CRC(f7f2c903) SHA1(fba16b3bfd7cfcd320b443af499c5dc16e2b8af9) ) |
| 1433 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 1434 | ROM_END |
| 1435 | |
| 1436 | |
| 1437 | |
| 1438 | |
| 1439 | ROM_START( sc5dndbq ) |
| 1440 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1441 | ROM_LOAD16_BYTE( "95424268.lo", 0x00001, 0x080000, CRC(d51cf30a) SHA1(8fcaf84bea865801052a09894465bd7e9ea0f235) ) |
| 1442 | ROM_LOAD16_BYTE( "95424269.hi", 0x00000, 0x080000, CRC(285a80ad) SHA1(36da0dbd0fd1c4a50ac7c8b5d91011f6ed039168) ) |
| 1443 | sc_dndbq_others |
| 1444 | ROM_END |
| 1445 | |
| 1446 | ROM_START( sc5dndbqa ) |
| 1447 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1448 | ROM_LOAD16_BYTE( "95424366.lo", 0x00001, 0x080000, CRC(a529920f) SHA1(02f7e6158288eabb7d37ed19cca873db8b7d6c1a) ) |
| 1449 | ROM_LOAD16_BYTE( "95424367.hi", 0x00000, 0x080000, CRC(01fc85be) SHA1(bf98096c7e0ddd4e9b3683896166b591372aeb24) ) |
| 1450 | sc_dndbq_others |
| 1451 | ROM_END |
| 1452 | |
| 1453 | ROM_START( sc5dndbqb ) |
| 1454 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1455 | ROM_LOAD16_BYTE( "95424404.lo", 0x00001, 0x080000, CRC(e086dbd4) SHA1(cbc70e4fe552fbeacf8994c2a32185f4884a234b) ) |
| 1456 | ROM_LOAD16_BYTE( "95424405.hi", 0x00000, 0x080000, CRC(3b886af7) SHA1(e5379ac5999d2be0399e182f9afce68bd60ee857) ) |
| 1457 | sc_dndbq_others |
| 1458 | ROM_END |
| 1459 | |
| 1460 | ROM_START( sc5dndbqc ) |
| 1461 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1462 | ROM_LOAD16_BYTE( "95425268.lo", 0x00001, 0x080000, CRC(382fc268) SHA1(e884e557043322ca5a5c2b6ec31272a031e37ae4) ) |
| 1463 | ROM_LOAD16_BYTE( "95425269.hi", 0x00000, 0x080000, CRC(57183b0e) SHA1(e8260b9a2f9b625547ef4b3a594b7a7ccc687138) ) |
| 1464 | sc_dndbq_others |
| 1465 | ROM_END |
| 1466 | |
| 1467 | ROM_START( sc5dndbqd ) |
| 1468 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1469 | ROM_LOAD16_BYTE( "95425366.lo", 0x00001, 0x080000, CRC(9286e0c1) SHA1(6cc384725083d72a29cc59aa98849e9455ace35c) ) |
| 1470 | ROM_LOAD16_BYTE( "95425367.hi", 0x00000, 0x080000, CRC(a3a9e3fb) SHA1(1fa5273bec77a605fd95916316a7a066e6b8d378) ) |
| 1471 | sc_dndbq_others |
| 1472 | ROM_END |
| 1473 | |
| 1474 | ROM_START( sc5dndbqe ) |
| 1475 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1476 | ROM_LOAD16_BYTE( "95425404.lo", 0x00001, 0x080000, CRC(6891391c) SHA1(9c2da4c54ca7bfd2a7652705e5c96096dfbeed48) ) |
| 1477 | ROM_LOAD16_BYTE( "95425405.hi", 0x00000, 0x080000, CRC(4c9566bc) SHA1(76eaa4556dc7bc69ea64f0d4ef7456241134c8af) ) |
| 1478 | sc_dndbq_others |
| 1479 | ROM_END |
| 1480 | |
| 1481 | ROM_START( sc5dndcr ) |
| 1482 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1483 | ROM_LOAD16_BYTE( "95426820.lo", 0x00001, 0x080000, CRC(30427067) SHA1(84eb1f430a43c7938ef1c8921a962a6ddc6e8baf) ) |
| 1484 | ROM_LOAD16_BYTE( "95426821.hi", 0x00000, 0x080000, CRC(28a3813f) SHA1(6df280c5606c96ce559084afa9f7155064b7249e) ) |
| 1485 | sc_dndcr_others |
| 1486 | ROM_END |
| 1487 | |
| 1488 | ROM_START( sc5dndcra ) |
| 1489 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1490 | ROM_LOAD16_BYTE( "95426912.lo", 0x00001, 0x080000, CRC(2c47dda7) SHA1(74005f1b80bb33bf087f183928573045f90c3b8c) ) |
| 1491 | ROM_LOAD16_BYTE( "95426913.hi", 0x00000, 0x080000, CRC(22b2d228) SHA1(6966339a4e1e8fb704608833d191d2db2a073c9e) ) |
| 1492 | sc_dndcr_others |
| 1493 | ROM_END |
| 1494 | |
| 1495 | ROM_START( sc5dndcrb ) |
| 1496 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1497 | ROM_LOAD16_BYTE( "95427820.lo", 0x00001, 0x080000, CRC(1878c967) SHA1(b156db8c67aaccd2b35c0d27116e01e2ec745c37) ) |
| 1498 | ROM_LOAD16_BYTE( "95427821.hi", 0x00000, 0x080000, CRC(1b71bd56) SHA1(cdfa355f7abbf60a0b4473538d90a7f3c58638d8) ) |
| 1499 | sc_dndcr_others |
| 1500 | ROM_END |
| 1501 | |
| 1502 | ROM_START( sc5dndcrc ) |
| 1503 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1504 | ROM_LOAD16_BYTE( "95427912.lo", 0x00001, 0x080000, CRC(473ff969) SHA1(3e953156ed3062aeeb9de8f9bae45c7db7209a10) ) |
| 1505 | ROM_LOAD16_BYTE( "95427913.hi", 0x00000, 0x080000, CRC(771dd070) SHA1(838256baa0121691d15e3de333fffc9d33ea87e7) ) |
| 1506 | sc_dndcr_others |
| 1507 | ROM_END |
| 1508 | |
| 1509 | ROM_START( sc5dndcrd ) |
| 1510 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1511 | ROM_LOAD16_BYTE( "95428054.lo", 0x000001, 0x080000, CRC(43194084) SHA1(72e823e9fd906b53f67ddb7961445ed07ef57661) ) |
| 1512 | ROM_LOAD16_BYTE( "95428055.hi", 0x000000, 0x080000, CRC(46714042) SHA1(9e9231b194d54e024a74784eac88f754efb2e5da) ) |
| 1513 | sc_dndcr_others |
| 1514 | ROM_END |
| 1515 | |
| 1516 | ROM_START( sc5dndcre ) |
| 1517 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1518 | ROM_LOAD16_BYTE( "95429054.lo", 0x000001, 0x080000, CRC(0529e2c5) SHA1(908d4e0451f53255f34f897bd713b5a1a05b1c23) ) |
| 1519 | ROM_LOAD16_BYTE( "95429055.hi", 0x000000, 0x080000, CRC(58f9e8e7) SHA1(60960a581a5e9ff9d03466e5cfb8c6f49bd39157) ) |
| 1520 | sc_dndcr_others |
| 1521 | ROM_END |
| 1522 | |
| 1523 | |
| 1524 | |
| 1525 | ROM_START( sc5dndde ) |
| 1526 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1527 | ROM_LOAD16_BYTE( "95426902.lo", 0x00001, 0x080000, CRC(cde3fda5) SHA1(667b2704f3d91590c24592f37a07604f8bb5e77a) ) |
| 1528 | ROM_LOAD16_BYTE( "95426903.hi", 0x00000, 0x080000, CRC(ea6372ce) SHA1(f26e31bbe280d32d2ba127b404d9488924b90bd3) ) |
| 1529 | sc_dndde_others |
| 1530 | ROM_END |
| 1531 | |
| 1532 | ROM_START( sc5dnddea ) |
| 1533 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1534 | ROM_LOAD16_BYTE( "95427902.lo", 0x00001, 0x080000, CRC(c4041b95) SHA1(dd23bf09425b6c2cdf6422dfce3db22797f62c73) ) |
| 1535 | ROM_LOAD16_BYTE( "95427903.hi", 0x00000, 0x080000, CRC(2f2ed99f) SHA1(157e088838fc551606546b1c660fb6a0f61cd846) ) |
| 1536 | sc_dndde_others |
| 1537 | ROM_END |
| 1538 | |
| 1539 | |
| 1540 | ROM_START( sc5dnddeb ) |
| 1541 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1542 | ROM_LOAD16_BYTE( "95428252.lo", 0x000001, 0x080000, CRC(eec3a5eb) SHA1(bb59cb03185782dc5ce575f12d31c2e8498ecf5b) ) |
| 1543 | ROM_LOAD16_BYTE( "95428253.hi", 0x000000, 0x080000, CRC(5b25ff21) SHA1(ea890dd6e0841eb0f10c37b04aabff17b3958732) ) |
| 1544 | sc_dndde_others |
| 1545 | ROM_END |
| 1546 | |
| 1547 | ROM_START( sc5dnddec ) |
| 1548 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1549 | ROM_LOAD16_BYTE( "95429252.lo", 0x000001, 0x080000, CRC(0a1ac7ce) SHA1(fe3c64abb8f9fa6e2468db034ebc612685655248) ) |
| 1550 | ROM_LOAD16_BYTE( "95429253.hi", 0x000000, 0x080000, CRC(774aca53) SHA1(3b73478916e326a1bf2848a2eb41d7d56fa648e6) ) |
| 1551 | sc_dndde_others |
| 1552 | ROM_END |
| 1553 | |
| 1554 | ROM_START( sc5dndded ) |
| 1555 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1556 | ROM_LOAD16_BYTE( "95426964.lo", 0x000001, 0x080000, CRC(0e4cef89) SHA1(4675bdaab1d118d5b855087f1afe4596d9a99087) ) |
| 1557 | ROM_LOAD16_BYTE( "95426965.hi", 0x000000, 0x080000, CRC(2552e046) SHA1(475261b3a6bb53c1d9504b5d2d3481dc58afa700) ) |
| 1558 | sc_dndde_others |
| 1559 | ROM_END |
| 1560 | |
| 1561 | ROM_START( sc5dnddee ) |
| 1562 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1563 | ROM_LOAD16_BYTE( "95427964.lo", 0x000001, 0x080000, CRC(3eaf81ed) SHA1(d56f4bdcf690ce72428605a8cc0a2e3726b257b3) ) |
| 1564 | ROM_LOAD16_BYTE( "95427965.hi", 0x000000, 0x080000, CRC(0f67dd35) SHA1(43b5f391e6033a538552ad156e5311eb26473768) ) |
| 1565 | sc_dndde_others |
| 1566 | ROM_END |
| 1567 | |
| 1568 | ROM_START( sc5dnddef ) |
| 1569 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1570 | ROM_LOAD16_BYTE( "95428116.lo", 0x000001, 0x080000, CRC(b0fe1714) SHA1(82a6d65564fd81c09ba7425f01036b93e19f73ec) ) |
| 1571 | ROM_LOAD16_BYTE( "95428117.hi", 0x000000, 0x080000, CRC(08987ade) SHA1(3401625d50d2dc2e8d572fc07d70e1ec38d89dbf) ) |
| 1572 | sc_dndde_others |
| 1573 | ROM_END |
| 1574 | |
| 1575 | ROM_START( sc5dnddeg ) |
| 1576 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1577 | ROM_LOAD16_BYTE( "95429116.lo", 0x000001, 0x080000, CRC(c6356d32) SHA1(e9597fff078307fe12983655f7953ba1151afd83) ) |
| 1578 | ROM_LOAD16_BYTE( "95429117.hi", 0x000000, 0x080000, CRC(e91ef06b) SHA1(3eb32c410e375a077d23d0b61d544f23ab0d44a5) ) |
| 1579 | sc_dndde_others |
| 1580 | ROM_END |
| 1581 | |
| 1582 | |
| 1583 | ROM_START( sc5dnddi ) |
| 1584 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1585 | ROM_LOAD16_BYTE( "95426790.lo", 0x00001, 0x080000, CRC(da4e4dc9) SHA1(c86349015f8778e2666db187d784340253d66df3) ) |
| 1586 | ROM_LOAD16_BYTE( "95426791.hi", 0x00000, 0x080000, CRC(86063fdc) SHA1(c94b13be13bb947fca82c4e042c2d0a37e3c5679) ) |
| 1587 | sc_dnddi_others |
| 1588 | ROM_END |
| 1589 | |
| 1590 | ROM_START( sc5dnddia ) |
| 1591 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1592 | ROM_LOAD16_BYTE( "95426824.lo", 0x00001, 0x080000, CRC(5c80b3a0) SHA1(3ad8506c4f52ebff92da0f9d623ebd8712918e8c) ) |
| 1593 | ROM_LOAD16_BYTE( "95426825.hi", 0x00000, 0x080000, CRC(cad14f6b) SHA1(8bf99cd5a894eb80fb5e14d6648d4ed1c743a97e) ) |
| 1594 | sc_dnddi_others |
| 1595 | ROM_END |
| 1596 | |
| 1597 | |
| 1598 | ROM_START( sc5dnddib ) |
| 1599 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1600 | ROM_LOAD16_BYTE( "95427790.lo", 0x00001, 0x080000, CRC(5cf6f903) SHA1(96d2b527ccab605c0300dd9d8d5146680cbdb795) ) |
| 1601 | ROM_LOAD16_BYTE( "95427791.hi", 0x00000, 0x080000, CRC(b1ecf625) SHA1(910106d49e5432cafaa0a33069c059ef8237ce9e) ) |
| 1602 | sc_dnddi_others |
| 1603 | ROM_END |
| 1604 | |
| 1605 | |
| 1606 | ROM_START( sc5dnddic ) |
| 1607 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1608 | ROM_LOAD16_BYTE( "95427824.lo", 0x00001, 0x080000, CRC(321b526b) SHA1(10204de33e26fbb5c48650676d673a69b79dfda3) ) |
| 1609 | ROM_LOAD16_BYTE( "95427825.hi", 0x00000, 0x080000, CRC(0ff60803) SHA1(af10556777aabdab55538afa30b5fb25c0c6c12f) ) |
| 1610 | sc_dnddi_others |
| 1611 | ROM_END |
| 1612 | |
| 1613 | |
| 1614 | |
| 1615 | |
| 1616 | ROM_START( sc5dnddt ) |
| 1617 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1618 | ROM_LOAD16_BYTE( "95426578.lo", 0x00001, 0x080000, CRC(a74ca97c) SHA1(11e75209528c43d83ffa901c90b00273ebe9da1e) ) |
| 1619 | ROM_LOAD16_BYTE( "95426579.hi", 0x00000, 0x080000, CRC(bc60373a) SHA1(c03021b4de928761c448ad3ac1fdf0455d1b9369) ) |
| 1620 | sc_dnddt_others |
| 1621 | ROM_END |
| 1622 | |
| 1623 | ROM_START( sc5dnddta ) |
| 1624 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1625 | ROM_LOAD16_BYTE( "95426696.lo", 0x00001, 0x080000, CRC(6213b9c0) SHA1(0084c42f7f8bcf2482eac63fa5e012c42ae8854f) ) |
| 1626 | ROM_LOAD16_BYTE( "95426697.hi", 0x00000, 0x080000, CRC(fe4bbb8c) SHA1(275b6c9c19f0b9977c48b8ce58177dded1fddf79) ) |
| 1627 | sc_dnddt_others |
| 1628 | ROM_END |
| 1629 | |
| 1630 | ROM_START( sc5dnddtb ) |
| 1631 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1632 | ROM_LOAD16_BYTE( "95427578.lo", 0x00001, 0x080000, CRC(3074c629) SHA1(7c1f73690247324cff5229b3a55d6b56f60fc82a) ) |
| 1633 | ROM_LOAD16_BYTE( "95427579.hi", 0x00000, 0x080000, CRC(c0176341) SHA1(e49ce2b5739fe9a48273a58eaff5d02a47de5867) ) |
| 1634 | sc_dnddt_others |
| 1635 | ROM_END |
| 1636 | |
| 1637 | ROM_START( sc5dnddtc ) |
| 1638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1639 | ROM_LOAD16_BYTE( "95427696.lo", 0x00001, 0x080000, CRC(08365313) SHA1(0177b939949272f807af6fff022e3557732c787e) ) |
| 1640 | ROM_LOAD16_BYTE( "95427697.hi", 0x00000, 0x080000, CRC(f14302c1) SHA1(78a7f88eb0fd08f8a837d671341db2e6a55691e1) ) |
| 1641 | sc_dnddt_others |
| 1642 | ROM_END |
| 1643 | |
| 1644 | ROM_START( sc5dnddtd ) |
| 1645 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1646 | ROM_LOAD16_BYTE( "p3313p71.hi", 0x00000, 0x080000, CRC(f4154827) SHA1(fbdfb6f36556082ec8cfc3beaefb22688bf0b49a) ) |
| 1647 | ROM_LOAD16_BYTE( "p3313p71.lo", 0x00001, 0x080000, CRC(9b633600) SHA1(2de506e0d393487e7bc076c29a3eb213c1fa0444) ) |
| 1648 | sc_dnddt_others |
| 1649 | ROM_END |
| 1650 | |
| 1651 | ROM_START( sc5dnddte ) |
| 1652 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1653 | ROM_LOAD16_BYTE( "p3313s71.hi", 0x00000, 0x080000, CRC(45ab938e) SHA1(00c04b1b18154f5234e3d5f171935b8118cff301) ) |
| 1654 | ROM_LOAD16_BYTE( "p3313s71.lo", 0x00001, 0x080000, CRC(1f8c90b0) SHA1(dd989f34aefcdb381b099977b54f38cd98efd5f4) ) |
| 1655 | sc_dnddt_others |
| 1656 | ROM_END |
| 1657 | |
| 1658 | ROM_START( sc5dnddtf ) |
| 1659 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1660 | ROM_LOAD16_BYTE( "p3313s72.hi", 0x00000, 0x080000, CRC(ca3f781e) SHA1(9e0e0ba1f8f378df96ea6d8aacbb3a278115175c) ) |
| 1661 | ROM_LOAD16_BYTE( "p3313s72.lo", 0x00001, 0x080000, CRC(aebdf2ac) SHA1(780737be28e18dbcaf93e1d3c0593c4ff77f0f95) ) |
| 1662 | sc_dnddt_others |
| 1663 | ROM_END |
| 1664 | |
| 1665 | |
| 1666 | |
| 1667 | |
| 1668 | ROM_START( sc5dnddo ) |
| 1669 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1670 | ROM_LOAD16_BYTE( "p3316p71.hi", 0x00000, 0x080000, CRC(1a9a9a58) SHA1(c447fa98c547ce4759fe6ff5fb85035c39c7ab39) ) |
| 1671 | ROM_LOAD16_BYTE( "p3316p71.lo", 0x00001, 0x080000, CRC(978ca869) SHA1(3ebcdf3ada31a7d0e493a93bd433293ac7405e2e) ) |
| 1672 | sc_dnddo_others |
| 1673 | ROM_END |
| 1674 | |
| 1675 | ROM_START( sc5dnddoa ) |
| 1676 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1677 | ROM_LOAD16_BYTE( "p3316p72.hi", 0x00000, 0x080000, CRC(a9869e6d) SHA1(cfa6e0af311c2ea7b4b594803b2439f46692a5d5) ) |
| 1678 | ROM_LOAD16_BYTE( "p3316p72.lo", 0x00001, 0x080000, CRC(842a8e3d) SHA1(ddd6b4c1abc7bd031650bfe2d79bb164066b3138) ) |
| 1679 | sc_dnddo_others |
| 1680 | ROM_END |
| 1681 | |
| 1682 | ROM_START( sc5dnddob ) |
| 1683 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1684 | ROM_LOAD16_BYTE( "p3316s71.hi", 0x00000, 0x080000, CRC(5ccdd8c2) SHA1(292948be4e4532509702c6de9b3e00f2c87d6e8c) ) |
| 1685 | ROM_LOAD16_BYTE( "p3316s71.lo", 0x00001, 0x080000, CRC(b00f32c6) SHA1(c8719088f863c27a5f642ccda612d00a651a20c4) ) |
| 1686 | sc_dnddo_others |
| 1687 | ROM_END |
| 1688 | |
| 1689 | ROM_START( sc5dnddoc ) |
| 1690 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1691 | ROM_LOAD16_BYTE( "p3316s72.hi", 0x00000, 0x080000, CRC(60b2b117) SHA1(1003dca8caa0926c7e53f61d3e248f2d4bbc6af5) ) |
| 1692 | ROM_LOAD16_BYTE( "p3316s72.lo", 0x00001, 0x080000, CRC(702a6a1d) SHA1(30d0c0b8e8d86b2e6d290056f9d48b6485e20b32) ) |
| 1693 | sc_dnddo_others |
| 1694 | ROM_END |
| 1695 | |
| 1696 | |
| 1697 | |
| 1698 | |
| 1699 | ROM_START( sc5dndfl ) |
| 1700 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1701 | ROM_LOAD16_BYTE( "95426676.lo", 0x00001, 0x080000, CRC(8dbcd884) SHA1(d024691be186d846fcf9635d4ac77efd9b63a4b6) ) |
| 1702 | ROM_LOAD16_BYTE( "95426677.hi", 0x00000, 0x080000, CRC(244747b2) SHA1(429c70a19e8f56f9aa9d3bacdf75566c58d77fe7) ) |
| 1703 | sc_dndfl_others |
| 1704 | ROM_END |
| 1705 | |
| 1706 | ROM_START( sc5dndfla ) |
| 1707 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1708 | ROM_LOAD16_BYTE( "95427676.lo", 0x00001, 0x080000, CRC(8cf59b89) SHA1(7ad62468875832ae71cf9126e1eb4964879620f3) ) |
| 1709 | ROM_LOAD16_BYTE( "95427677.hi", 0x00000, 0x080000, CRC(4d11c889) SHA1(e66db9f2f5c2574b1a1529e626bfe4310a68bcc6) ) |
| 1710 | sc_dndfl_others |
| 1711 | ROM_END |
| 1712 | |
| 1713 | ROM_START( sc5dndflb ) |
| 1714 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1715 | ROM_LOAD16_BYTE( "p3309p71.hi", 0x00000, 0x080000, CRC(d5d25ff9) SHA1(bc3cbb0bb4a5dee36f7bfef40f6ee4c4db63dcda) ) |
| 1716 | ROM_LOAD16_BYTE( "p3309p71.lo", 0x00001, 0x080000, CRC(c532a4b5) SHA1(484710e74214d80ff62c43cd0dbf973a0bb37a72) ) |
| 1717 | sc_dndfl_others |
| 1718 | ROM_END |
| 1719 | |
| 1720 | ROM_START( sc5dndflc ) |
| 1721 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1722 | ROM_LOAD16_BYTE( "p3309p72.hi", 0x00000, 0x080000, CRC(ea4eda24) SHA1(a1280073d75e09f38d71db5f71f26528423cf40e) ) |
| 1723 | ROM_LOAD16_BYTE( "p3309p72.lo", 0x00001, 0x080000, CRC(6576a5c9) SHA1(c9bda0422f5b3a148072b8d7df3afb145b42126e) ) |
| 1724 | sc_dndfl_others |
| 1725 | ROM_END |
| 1726 | |
| 1727 | ROM_START( sc5dndfld ) |
| 1728 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1729 | ROM_LOAD16_BYTE( "p3309s71.hi", 0x00000, 0x080000, CRC(e104cdd5) SHA1(29259bddda6350cdadbeec937aac80391ef5d7cd) ) |
| 1730 | ROM_LOAD16_BYTE( "p3309s71.lo", 0x00001, 0x080000, CRC(4da37d67) SHA1(747a8b9815a9222056aadec587249f0d4712d795) ) |
| 1731 | sc_dndfl_others |
| 1732 | ROM_END |
| 1733 | |
| 1734 | ROM_START( sc5dndfle ) |
| 1735 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1736 | ROM_LOAD16_BYTE( "p3309s72.hi", 0x00000, 0x080000, CRC(a0ebabb4) SHA1(671b5df68cb8ff9d92b6abdd157819d23602e2a1) ) |
| 1737 | ROM_LOAD16_BYTE( "p3309s72.lo", 0x00001, 0x080000, CRC(0a02b017) SHA1(426a58c94224810af69724ed285a371d6a71a4a5) ) |
| 1738 | sc_dndfl_others |
| 1739 | ROM_END |
| 1740 | |
| 1741 | |
| 1742 | |
| 1743 | |
| 1744 | ROM_START( sc5dndgo ) |
| 1745 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1746 | ROM_LOAD16_BYTE( "95426800.lo", 0x00001, 0x080000, CRC(39367127) SHA1(6160fea037569fff180fa0ed1c754086b31f06ad) ) |
| 1747 | ROM_LOAD16_BYTE( "95426801.hi", 0x00000, 0x080000, CRC(c1df2a9b) SHA1(231bd993c0fe3b2a5725b37339e3ba6d911a5e00) ) |
| 1748 | sc_dndgo_others |
| 1749 | ROM_END |
| 1750 | |
| 1751 | ROM_START( sc5dndgoa ) |
| 1752 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1753 | ROM_LOAD16_BYTE( "95427800.lo", 0x00001, 0x080000, CRC(d808fc3f) SHA1(40788064e83f73a3492241d8d0eb7a326b84bf13) ) |
| 1754 | ROM_LOAD16_BYTE( "95427801.hi", 0x00000, 0x080000, CRC(95172f9c) SHA1(ab863a84999b338608599663cb0c5a24e4ecdb0f) ) |
| 1755 | sc_dndgo_others |
| 1756 | ROM_END |
| 1757 | |
| 1758 | |
| 1759 | |
| 1760 | |
| 1761 | ROM_START( sc5dndgl ) |
| 1762 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1763 | ROM_LOAD16_BYTE( "95426562.lo", 0x00001, 0x080000, CRC(49336039) SHA1(5f95556647c5958bdcdcb8128c3ed1a6b375cbfb) ) |
| 1764 | ROM_LOAD16_BYTE( "95426563.hi", 0x00000, 0x080000, CRC(c0dc0b3f) SHA1(745772d3462f627695fcb353d90316a63edb9429) ) |
| 1765 | sc_dndgl_others |
| 1766 | ROM_END |
| 1767 | |
| 1768 | ROM_START( sc5dndgla ) |
| 1769 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1770 | ROM_LOAD16_BYTE( "95426626.lo", 0x00001, 0x080000, CRC(9e2407c3) SHA1(73e9bff320cdc87bd1347a898db1cd06c24e51ad) ) |
| 1771 | ROM_LOAD16_BYTE( "95426627.hi", 0x00000, 0x080000, CRC(a048f32e) SHA1(ea9b705b515b5948574ebdebd84888b1cdf85eab) ) |
| 1772 | sc_dndgl_others |
| 1773 | ROM_END |
| 1774 | |
| 1775 | ROM_START( sc5dndglb ) |
| 1776 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1777 | ROM_LOAD16_BYTE( "95426690.lo", 0x00001, 0x080000, CRC(d097ddbc) SHA1(bb08d825ebe85c6dab7944ced0557d8d496bda3b) ) |
| 1778 | ROM_LOAD16_BYTE( "95426691.hi", 0x00000, 0x080000, CRC(64aa23cc) SHA1(00b0bf467b7c3e5f5d580b12776b2169c349ff70) ) |
| 1779 | sc_dndgl_others |
| 1780 | ROM_END |
| 1781 | |
| 1782 | ROM_START( sc5dndglc ) |
| 1783 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1784 | ROM_LOAD16_BYTE( "95426860.lo", 0x00001, 0x080000, CRC(d44426d7) SHA1(f6eea5d092e684917df3fb45ddf100793a47ebfe) ) |
| 1785 | ROM_LOAD16_BYTE( "95426861.hi", 0x00000, 0x080000, CRC(0edd3b08) SHA1(a52516f448b85e7d486f0bf5faea1cb460b56224) ) |
| 1786 | sc_dndgl_others |
| 1787 | ROM_END |
| 1788 | |
| 1789 | ROM_START( sc5dndgld ) |
| 1790 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1791 | ROM_LOAD16_BYTE( "95427562.lo", 0x00001, 0x080000, CRC(2fc1bf60) SHA1(fb527d88b8a6963ba47c8365b8a3d26f4a656346) ) |
| 1792 | ROM_LOAD16_BYTE( "95427563.hi", 0x00000, 0x080000, CRC(1f3d8eca) SHA1(9a38b7aaa34fd773d1f5d9826474cc93a40a5d28) ) |
| 1793 | sc_dndgl_others |
| 1794 | ROM_END |
| 1795 | |
| 1796 | ROM_START( sc5dndgle ) |
| 1797 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1798 | ROM_LOAD16_BYTE( "95427626.lo", 0x00001, 0x080000, CRC(8a7ea029) SHA1(e330139d4c2032567702f9cfb4b692896063f931) ) |
| 1799 | ROM_LOAD16_BYTE( "95427627.hi", 0x00000, 0x080000, CRC(af702461) SHA1(2ed8740e0726dfc4568004e838b207a74c54f20d) ) |
| 1800 | sc_dndgl_others |
| 1801 | ROM_END |
| 1802 | |
| 1803 | ROM_START( sc5dndglf ) |
| 1804 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1805 | ROM_LOAD16_BYTE( "95427690.lo", 0x00001, 0x080000, CRC(39a0d719) SHA1(7a7c220e1e0af38d29da58bee6a2887eb38f4a28) ) |
| 1806 | ROM_LOAD16_BYTE( "95427691.hi", 0x00000, 0x080000, CRC(154cf89d) SHA1(4edfa3162fb246fc3bcaa5c131a868d9dc84a65b) ) |
| 1807 | sc_dndgl_others |
| 1808 | ROM_END |
| 1809 | |
| 1810 | ROM_START( sc5dndglg ) |
| 1811 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1812 | ROM_LOAD16_BYTE( "95427860.lo", 0x00001, 0x080000, CRC(90a642c5) SHA1(64afaa2ab321cf1e1b46b5c66525af100aea8f74) ) |
| 1813 | ROM_LOAD16_BYTE( "95427861.hi", 0x00000, 0x080000, CRC(fe3bb2ce) SHA1(e04589f47436a1269ae697cb153af1b2e48a7a20) ) |
| 1814 | sc_dndgl_others |
| 1815 | ROM_END |
| 1816 | |
| 1817 | ROM_START( sc5dndglh ) |
| 1818 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1819 | ROM_LOAD16_BYTE( "p3310p71.hi", 0x00000, 0x080000, CRC(93953596) SHA1(867f4fcca166e35f6b275c067a301c7aef12f6c0) ) |
| 1820 | ROM_LOAD16_BYTE( "p3310p71.lo", 0x00001, 0x080000, CRC(c6daebd9) SHA1(d1c523e885ba4d729c6b74c2d32d373a1c38a3f7) ) |
| 1821 | sc_dndgl_others |
| 1822 | ROM_END |
| 1823 | |
| 1824 | ROM_START( sc5dndgli ) |
| 1825 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1826 | ROM_LOAD16_BYTE( "p3310p72.hi", 0x00000, 0x080000, CRC(8b56e7fd) SHA1(e628db20db2b02bc2e9ce9b195a798b355e65957) ) |
| 1827 | ROM_LOAD16_BYTE( "p3310p72.lo", 0x00001, 0x080000, CRC(108ffb05) SHA1(fdcb95d6be5fbd0910b1c22f193752a1c870a6aa) ) |
| 1828 | sc_dndgl_others |
| 1829 | ROM_END |
| 1830 | |
| 1831 | ROM_START( sc5dndglj ) |
| 1832 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1833 | ROM_LOAD16_BYTE( "p3310s71.hi", 0x00000, 0x080000, CRC(b3ed6b15) SHA1(6bce0dba67a7026ca025f3808978484c8259cdb3) ) |
| 1834 | ROM_LOAD16_BYTE( "p3310s71.lo", 0x00001, 0x080000, CRC(29ac8746) SHA1(730dde7723fa42ab7526f8f768827dc8e0ff41c7) ) |
| 1835 | sc_dndgl_others |
| 1836 | ROM_END |
| 1837 | |
| 1838 | ROM_START( sc5dndglk ) |
| 1839 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1840 | ROM_LOAD16_BYTE( "p3310s72.hi", 0x00000, 0x080000, CRC(20e3f24a) SHA1(31c346a92d20f4c486cff3938d73391dda45ad0f) ) |
| 1841 | ROM_LOAD16_BYTE( "p3310s72.lo", 0x00001, 0x080000, CRC(ee262128) SHA1(15323bf6d5ef8ce0c126cf30fe0b9ae869bc2e1e) ) |
| 1842 | sc_dndgl_others |
| 1843 | ROM_END |
| 1844 | |
| 1845 | |
| 1846 | |
| 1847 | |
| 1848 | ROM_START( sc5dndld ) |
| 1849 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1850 | ROM_LOAD16_BYTE( "95426794.lo", 0x00001, 0x080000, CRC(24f1eeb3) SHA1(ed1aed751924f43b16d8cef7463167af872017f6) ) |
| 1851 | ROM_LOAD16_BYTE( "95426795.hi", 0x00000, 0x080000, CRC(79cb1434) SHA1(fd4a9543d2b873d1c87079bd3c98dd782ea9bb34) ) |
| 1852 | sc_dndld_others |
| 1853 | ROM_END |
| 1854 | |
| 1855 | ROM_START( sc5dndlda ) |
| 1856 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1857 | ROM_LOAD16_BYTE( "95427794.lo", 0x00001, 0x080000, CRC(4a07d98c) SHA1(b24bddabf866601c496b3a8e5e02f75076d27f0e) ) |
| 1858 | ROM_LOAD16_BYTE( "95427795.hi", 0x00000, 0x080000, CRC(8b90c5cd) SHA1(c9d1ffed3c2420597c1fe3b589db8485e94f3387) ) |
| 1859 | sc_dndld_others |
| 1860 | ROM_END |
| 1861 | |
| 1862 | ROM_START( sc5dndldb ) |
| 1863 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1864 | ROM_LOAD16_BYTE( "95428060.lo", 0x000001, 0x080000, CRC(3150ae30) SHA1(4458fc445cdd6457b460498e2dca9aba03f49da5) ) |
| 1865 | ROM_LOAD16_BYTE( "95428061.hi", 0x000000, 0x080000, CRC(8a209296) SHA1(42395d63495c1873cf77fd7ccd24c295e44d898c) ) |
| 1866 | sc_dndld_others |
| 1867 | ROM_END |
| 1868 | |
| 1869 | ROM_START( sc5dndldc ) |
| 1870 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1871 | ROM_LOAD16_BYTE( "95429060.lo", 0x000001, 0x080000, CRC(8b8aff5c) SHA1(f7d5e99109760d47dbc0922d7e477c33cbac3478) ) |
| 1872 | ROM_LOAD16_BYTE( "95429061.hi", 0x000000, 0x080000, CRC(d292724d) SHA1(17ac02eae5c10fe55dea5603d7e2f44405dae798) ) |
| 1873 | sc_dndld_others |
| 1874 | ROM_END |
| 1875 | |
| 1876 | |
| 1877 | ROM_START( sc5dndmb ) |
| 1878 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1879 | ROM_LOAD16_BYTE( "95426694.lo", 0x00001, 0x080000, CRC(950ca36e) SHA1(7117d648dc42bcc8d222887b12c8b868c4e9a786) ) |
| 1880 | ROM_LOAD16_BYTE( "95426695.hi", 0x00000, 0x080000, CRC(c04f8237) SHA1(8011df90e1f163feeb672b90fcf43fc0a02e1678) ) |
| 1881 | sc_dndmb_others |
| 1882 | ROM_END |
| 1883 | |
| 1884 | ROM_START( sc5dndmba ) |
| 1885 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1886 | ROM_LOAD16_BYTE( "95426796.lo", 0x00001, 0x080000, CRC(0d56b9ee) SHA1(ea23cb9e349d501e1889736640324046eb7b7200) ) |
| 1887 | ROM_LOAD16_BYTE( "95426797.hi", 0x00000, 0x080000, CRC(3d8a3753) SHA1(f7570f7dbf38fbafa1634ad494138e5ba1d39df7) ) |
| 1888 | sc_dndmb_others |
| 1889 | ROM_END |
| 1890 | |
| 1891 | ROM_START( sc5dndmbb ) |
| 1892 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1893 | ROM_LOAD16_BYTE( "95426864.lo", 0x00001, 0x080000, CRC(307c66c9) SHA1(effeca62e43df66bcb71e63140c9ca178d4e368d) ) |
| 1894 | ROM_LOAD16_BYTE( "95426865.hi", 0x00000, 0x080000, CRC(c4a063e7) SHA1(6dbceaadb05d12f7f378d40825751ff7d09f6ef0) ) |
| 1895 | sc_dndmb_others |
| 1896 | ROM_END |
| 1897 | |
| 1898 | ROM_START( sc5dndmbc ) |
| 1899 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1900 | ROM_LOAD16_BYTE( "95426876.lo", 0x00001, 0x080000, CRC(1efa04fb) SHA1(27ed4542581b4ff45530b60fafa65a68212b73cb) ) |
| 1901 | ROM_LOAD16_BYTE( "95426877.hi", 0x00000, 0x080000, CRC(c8211660) SHA1(4e32a4eb4e70ddcd45da279ed3dd9b239bf4353e) ) |
| 1902 | sc_dndmb_others |
| 1903 | ROM_END |
| 1904 | |
| 1905 | ROM_START( sc5dndmbd ) |
| 1906 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1907 | ROM_LOAD16_BYTE( "95427694.lo", 0x00001, 0x080000, CRC(3ae07652) SHA1(7cd263f0a90fa7cbef8e8b781ac90f83bc1d95ad) ) |
| 1908 | ROM_LOAD16_BYTE( "95427695.hi", 0x00000, 0x080000, CRC(0049809f) SHA1(42bee330256ed771da9703a4185a0dcbda3235ae) ) |
| 1909 | sc_dndmb_others |
| 1910 | ROM_END |
| 1911 | |
| 1912 | ROM_START( sc5dndmbe ) |
| 1913 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1914 | ROM_LOAD16_BYTE( "95427796.lo", 0x00001, 0x080000, CRC(177cf067) SHA1(21cfd7f6e86964115180ce81db929b5f6a523c4a) ) |
| 1915 | ROM_LOAD16_BYTE( "95427797.hi", 0x00000, 0x080000, CRC(e708e777) SHA1(9bbc8b8bd8287028257d59f1d6d2574881009277) ) |
| 1916 | sc_dndmb_others |
| 1917 | ROM_END |
| 1918 | |
| 1919 | ROM_START( sc5dndmbf ) |
| 1920 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1921 | ROM_LOAD16_BYTE( "95427864.lo", 0x00001, 0x080000, CRC(795d29d2) SHA1(e1d27f46a11e5a85090440e3bf3b1500003d5d06) ) |
| 1922 | ROM_LOAD16_BYTE( "95427865.hi", 0x00000, 0x080000, CRC(8b155e76) SHA1(b3bec85b913e408fe2bc62165bb360e4ec6e57b1) ) |
| 1923 | sc_dndmb_others |
| 1924 | ROM_END |
| 1925 | |
| 1926 | ROM_START( sc5dndmbg ) |
| 1927 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1928 | ROM_LOAD16_BYTE( "95427876.lo", 0x00001, 0x080000, CRC(69c44133) SHA1(50d3a6db2f0664cb48a53e71cb62524fcda4ea18) ) |
| 1929 | ROM_LOAD16_BYTE( "95427877.hi", 0x00000, 0x080000, CRC(87bb490e) SHA1(a7a1f232065cec58815cb11a281fb0988698b743) ) |
| 1930 | sc_dndmb_others |
| 1931 | ROM_END |
| 1932 | |
| 1933 | ROM_START( sc5dndmbh ) |
| 1934 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1935 | ROM_LOAD16_BYTE( "p3407p11.hi", 0x00000, 0x080000, CRC(6dfec831) SHA1(819e97aecb8777323f723a9d768ee511854f3584) ) |
| 1936 | ROM_LOAD16_BYTE( "p3407p11.lo", 0x00001, 0x080000, CRC(9a4be116) SHA1(a32b1ab39938b483129e3ec1b811eb9e1d6f4ab2) ) |
| 1937 | sc_dndmb_others |
| 1938 | ROM_END |
| 1939 | |
| 1940 | ROM_START( sc5dndmbi ) |
| 1941 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1942 | ROM_LOAD16_BYTE( "p3407p13.hi", 0x00000, 0x080000, CRC(3fa805a3) SHA1(9a002323719d4f2d13d3645611601650e3bc902f) ) |
| 1943 | ROM_LOAD16_BYTE( "p3407p13.lo", 0x00001, 0x080000, CRC(5ca2a0cf) SHA1(e065a3504c53b87c844aaefbfa6a1b3116951bd1) ) |
| 1944 | sc_dndmb_others |
| 1945 | ROM_END |
| 1946 | |
| 1947 | ROM_START( sc5dndmbj ) |
| 1948 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1949 | ROM_LOAD16_BYTE( "p3407s11.hi", 0x00000, 0x080000, CRC(e2d831ff) SHA1(8c26789960d0f77c4d0e17d4f3c64212ea3c5c72) ) |
| 1950 | ROM_LOAD16_BYTE( "p3407s11.lo", 0x00001, 0x080000, CRC(4b6fab54) SHA1(6c2014400b9d7692c8e6b345924068cd5b5b7ab8) ) |
| 1951 | sc_dndmb_others |
| 1952 | ROM_END |
| 1953 | |
| 1954 | ROM_START( sc5dndmbk ) |
| 1955 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1956 | ROM_LOAD16_BYTE( "p3407s13.hi", 0x00000, 0x080000, CRC(cbbb0081) SHA1(17553777cfba64e9af5536e24b361d68335cbf86) ) |
| 1957 | ROM_LOAD16_BYTE( "p3407s13.lo", 0x00001, 0x080000, CRC(c68c23c0) SHA1(837bae53f2884a8c09d9e923572448abc34711e1) ) |
| 1958 | sc_dndmb_others |
| 1959 | ROM_END |
| 1960 | |
| 1961 | |
| 1962 | |
| 1963 | |
| 1964 | ROM_START( sc5dndmd ) |
| 1965 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1966 | ROM_LOAD16_BYTE( "95426786.lo", 0x00001, 0x080000, CRC(fb527cd3) SHA1(1e77ea5b62126dd975a0d60c238998d3bcff7fce) ) |
| 1967 | ROM_LOAD16_BYTE( "95426787.hi", 0x00000, 0x080000, CRC(e99a0bef) SHA1(23a8dce42ac136eaf961b83c633aa219741f08d5) ) |
| 1968 | sc_dndmd_others |
| 1969 | ROM_END |
| 1970 | |
| 1971 | ROM_START( sc5dndmda ) |
| 1972 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1973 | ROM_LOAD16_BYTE( "95426836.lo", 0x00001, 0x080000, CRC(fccfe5ab) SHA1(817367349ddc9c138008beb19af3244c99893db7) ) |
| 1974 | ROM_LOAD16_BYTE( "95426837.hi", 0x00000, 0x080000, CRC(ba12681d) SHA1(2cddad5e774ac472b7f8fc646d17ccac5ceeba20) ) |
| 1975 | sc_dndmd_others |
| 1976 | ROM_END |
| 1977 | |
| 1978 | ROM_START( sc5dndmdb ) |
| 1979 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1980 | ROM_LOAD16_BYTE( "95426838.lo", 0x00001, 0x080000, CRC(d48a430a) SHA1(cfeb444cca0b374bfff4ac1f3ec8a0ef65d3ac0b) ) |
| 1981 | ROM_LOAD16_BYTE( "95426839.hi", 0x00000, 0x080000, CRC(18a780c9) SHA1(e1cda4af84f79810305f51340d67e5f31da48cf8) ) |
| 1982 | sc_dndmd_others |
| 1983 | ROM_END |
| 1984 | |
| 1985 | ROM_START( sc5dndmdc ) |
| 1986 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1987 | ROM_LOAD16_BYTE( "95426862.lo", 0x00001, 0x080000, CRC(74849196) SHA1(c34bd4b8f67ffa86abb42ffcc9a83aa1663fd9cc) ) |
| 1988 | ROM_LOAD16_BYTE( "95426863.hi", 0x00000, 0x080000, CRC(a72d2f11) SHA1(0102e59b55399153a5f5d7fc248d69e30cd50da2) ) |
| 1989 | sc_dndmd_others |
| 1990 | ROM_END |
| 1991 | |
| 1992 | ROM_START( sc5dndmdd ) |
| 1993 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 1994 | ROM_LOAD16_BYTE( "95426866.lo", 0x00001, 0x080000, CRC(f0fd9206) SHA1(0dfb454870c43f428604e9717a352fc6deda9212) ) |
| 1995 | ROM_LOAD16_BYTE( "95426867.hi", 0x00000, 0x080000, CRC(e38b6b48) SHA1(a9d815eb12b7c4651e4adb123e398030c0eb2179) ) |
| 1996 | sc_dndmd_others |
| 1997 | ROM_END |
| 1998 | |
| 1999 | ROM_START( sc5dndmde ) |
| 2000 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2001 | ROM_LOAD16_BYTE( "95427786.lo", 0x00001, 0x080000, CRC(b50adb65) SHA1(ff259c97c02994eb58b0012654f017119c0f538e) ) |
| 2002 | ROM_LOAD16_BYTE( "95427787.hi", 0x00000, 0x080000, CRC(5c9d20b0) SHA1(780b86395d2678216d7e14ef4ab6138959029203) ) |
| 2003 | sc_dndmd_others |
| 2004 | ROM_END |
| 2005 | |
| 2006 | ROM_START( sc5dndmdf ) |
| 2007 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2008 | ROM_LOAD16_BYTE( "95427836.lo", 0x00001, 0x080000, CRC(83faf417) SHA1(d8436e4a9524cc1e2e6a6b834731b67c7edef40f) ) |
| 2009 | ROM_LOAD16_BYTE( "95427837.hi", 0x00000, 0x080000, CRC(0503486d) SHA1(4c82f58de544f6bb6349368ea5422fcfcbeb9498) ) |
| 2010 | sc_dndmd_others |
| 2011 | ROM_END |
| 2012 | |
| 2013 | ROM_START( sc5dndmdg ) |
| 2014 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2015 | ROM_LOAD16_BYTE( "95427838.lo", 0x00001, 0x080000, CRC(e046eb60) SHA1(5bd7eb4b2d2cec81503e153ece20e2b582cd1bd4) ) |
| 2016 | ROM_LOAD16_BYTE( "95427839.hi", 0x00000, 0x080000, CRC(a304ce00) SHA1(74aedcd8ad06b168285ce894b149fa77c9d46b9a) ) |
| 2017 | sc_dndmd_others |
| 2018 | ROM_END |
| 2019 | |
| 2020 | ROM_START( sc5dndmdh ) |
| 2021 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2022 | ROM_LOAD16_BYTE( "95427862.lo", 0x00001, 0x080000, CRC(5704cacb) SHA1(6f8a0075fd82baaa1b0d757ab1ecc044a1f59992) ) |
| 2023 | ROM_LOAD16_BYTE( "95427863.hi", 0x00000, 0x080000, CRC(b7398001) SHA1(f863113565c7d83b5cdfff335e3a43de3655375f) ) |
| 2024 | sc_dndmd_others |
| 2025 | ROM_END |
| 2026 | |
| 2027 | ROM_START( sc5dndmdi ) |
| 2028 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2029 | ROM_LOAD16_BYTE( "95427866.lo", 0x00001, 0x080000, CRC(46f8244c) SHA1(59fc36323f772506d94dd2b2d96523dae823c69c) ) |
| 2030 | ROM_LOAD16_BYTE( "95427867.hi", 0x00000, 0x080000, CRC(ee973a37) SHA1(3da42f8f6587c408c3c9e102dbd422a86195fd72) ) |
| 2031 | sc_dndmd_others |
| 2032 | ROM_END |
| 2033 | |
| 2034 | ROM_START( sc5dndmdj ) |
| 2035 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2036 | ROM_LOAD16_BYTE( "95426946.lo", 0x000001, 0x080000, CRC(d897d6a0) SHA1(2145e9f8e0e21682a88217bedacac7ba07b7073a) ) |
| 2037 | ROM_LOAD16_BYTE( "95426947.hi", 0x000000, 0x080000, CRC(310b91bc) SHA1(61889b96ae9b14675de1934ebcfc0c444f92aaaf) ) |
| 2038 | sc_dndmd_others |
| 2039 | ROM_END |
| 2040 | |
| 2041 | ROM_START( sc5dndmdk ) |
| 2042 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2043 | ROM_LOAD16_BYTE( "95427946.lo", 0x000001, 0x080000, CRC(c6c2b235) SHA1(bbc24c8b446f3317f23d6137d6c1131455b6d00f) ) |
| 2044 | ROM_LOAD16_BYTE( "95427947.hi", 0x000000, 0x080000, CRC(4e0888d7) SHA1(7afe919dde37ea99b0b7b2129ce9045681af81ef) ) |
| 2045 | sc_dndmd_others |
| 2046 | ROM_END |
| 2047 | |
| 2048 | |
| 2049 | ROM_START( sc5dndpa ) |
| 2050 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2051 | ROM_LOAD16_BYTE( "95426600.lo", 0x00001, 0x080000, CRC(0b999f25) SHA1(371e15a9182e83ef4245398f4dcf542bf0cb1471) ) |
| 2052 | ROM_LOAD16_BYTE( "95426601.hi", 0x00000, 0x080000, CRC(8efda096) SHA1(11c8cef15b792391c62a97be35ae7f4fc7138fe6) ) |
| 2053 | sc_dndpa_others |
| 2054 | ROM_END |
| 2055 | |
| 2056 | ROM_START( sc5dndpaa ) |
| 2057 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2058 | ROM_LOAD16_BYTE( "95426654.lo", 0x00001, 0x080000, CRC(421cbdc5) SHA1(5f6ed7e4e0624bfb95c039554809b834d330b932) ) |
| 2059 | ROM_LOAD16_BYTE( "95426655.hi", 0x00000, 0x080000, CRC(5d2a2256) SHA1(33855ece3112bd87b79517b56e1b9bd3cf8cdf98) ) |
| 2060 | sc_dndpa_others |
| 2061 | ROM_END |
| 2062 | |
| 2063 | ROM_START( sc5dndpab ) |
| 2064 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2065 | ROM_LOAD16_BYTE( "95427600.lo", 0x00001, 0x080000, CRC(85d3ea06) SHA1(fecde10abf342b7f8255251276f42a2034e4cdc8) ) |
| 2066 | ROM_LOAD16_BYTE( "95427601.hi", 0x00000, 0x080000, CRC(594a7d67) SHA1(411373ff7277c84b9cdebb766a1dce6359674bb6) ) |
| 2067 | sc_dndpa_others |
| 2068 | ROM_END |
| 2069 | |
| 2070 | ROM_START( sc5dndpac ) |
| 2071 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2072 | ROM_LOAD16_BYTE( "95427654.lo", 0x00001, 0x080000, CRC(1908555b) SHA1(80cfdf571a513a2d6da5c0c89b7c048d42b82bc0) ) |
| 2073 | ROM_LOAD16_BYTE( "95427655.hi", 0x00000, 0x080000, CRC(31c5e56b) SHA1(2fab1e34e69b5d42123a4c6499d1a4b3ca6fd344) ) |
| 2074 | sc_dndpa_others |
| 2075 | ROM_END |
| 2076 | |
| 2077 | |
| 2078 | |
| 2079 | |
| 2080 | ROM_START( sc5ddptg ) |
| 2081 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2082 | ROM_LOAD16_BYTE( "95426872.lo", 0x00001, 0x080000, CRC(d09ec5c8) SHA1(5c3c6c62b5e1f3f9e6a8f9d90e89971f5d79069a) ) |
| 2083 | ROM_LOAD16_BYTE( "95426873.hi", 0x00000, 0x080000, CRC(e1f1b293) SHA1(f397bf2e97712c2f805dd1859073d8819f8b7fa7) ) |
| 2084 | sc_ddptg_others |
| 2085 | ROM_END |
| 2086 | |
| 2087 | ROM_START( sc5ddptga ) |
| 2088 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2089 | ROM_LOAD16_BYTE( "95426936.lo", 0x00001, 0x080000, CRC(99a16526) SHA1(1e95ccea0492e7fcd0475127f4c806ea31318ac1) ) |
| 2090 | ROM_LOAD16_BYTE( "95426937.hi", 0x00000, 0x080000, CRC(02a5a5c2) SHA1(3fde8ebaf6fd123a447b08912e521ab4f83823fc) ) |
| 2091 | sc_ddptg_others |
| 2092 | ROM_END |
| 2093 | |
| 2094 | ROM_START( sc5ddptgb ) |
| 2095 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2096 | ROM_LOAD16_BYTE( "95427872.lo", 0x00001, 0x080000, CRC(5de69791) SHA1(5d2acb1c8a8742b38b5a43dad4c25275b1f6bf9d) ) |
| 2097 | ROM_LOAD16_BYTE( "95427873.hi", 0x00000, 0x080000, CRC(9eef10fe) SHA1(6081f4d226565165ee3dbec5eab1e09a13fff35c) ) |
| 2098 | sc_ddptg_others |
| 2099 | ROM_END |
| 2100 | |
| 2101 | ROM_START( sc5ddptgc ) |
| 2102 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2103 | ROM_LOAD16_BYTE( "95427936.lo", 0x00001, 0x080000, CRC(3f290768) SHA1(97f9b9a38bf7409a652afb7ce7315e6a96906dc7) ) |
| 2104 | ROM_LOAD16_BYTE( "95427937.hi", 0x00000, 0x080000, CRC(0477abf3) SHA1(df52a3ae072139c698b842896ffa3b80be48990d) ) |
| 2105 | sc_ddptg_others |
| 2106 | ROM_END |
| 2107 | |
| 2108 | |
| 2109 | |
| 2110 | |
| 2111 | ROM_START( sc5ddply ) |
| 2112 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2113 | ROM_LOAD16_BYTE( "p3303p11.hi", 0x00000, 0x080000, CRC(0fda3a5b) SHA1(b7d96ac0724dad8e2676d0bf281edbc077b81d5a) ) |
| 2114 | ROM_LOAD16_BYTE( "p3303p11.lo", 0x00001, 0x080000, CRC(f9c9818f) SHA1(f7ea65e6099e94092846a36c3f7deab5553b027e) ) |
| 2115 | sc_ddply_others |
| 2116 | ROM_END |
| 2117 | |
| 2118 | ROM_START( sc5ddplya ) |
| 2119 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2120 | ROM_LOAD16_BYTE( "p3303s11.hi", 0x00000, 0x080000, CRC(1275867c) SHA1(6f612b9e397106a2fc050241305c7ca1661b9e96) ) |
| 2121 | ROM_LOAD16_BYTE( "p3303s11.lo", 0x00001, 0x080000, CRC(b0e29d4d) SHA1(feed1310eba65853faa9e634472419038b7db982) ) |
| 2122 | sc_ddply_others |
| 2123 | ROM_END |
| 2124 | |
| 2125 | |
| 2126 | |
| 2127 | |
| 2128 | |
| 2129 | |
| 2130 | ROM_START( sc5dndrr ) |
| 2131 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2132 | ROM_LOAD16_BYTE( "95426784.lo", 0x00001, 0x080000, CRC(19a3a912) SHA1(033072b3e6dd41c40cab0b7d361bea258560696c) ) |
| 2133 | ROM_LOAD16_BYTE( "95426785.hi", 0x00000, 0x080000, CRC(f962e6f8) SHA1(bd46e3f736afaf144e5a72232bd31e7d736ca58c) ) |
| 2134 | sc_dndrr_others |
| 2135 | ROM_END |
| 2136 | |
| 2137 | ROM_START( sc5dndrra ) |
| 2138 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2139 | ROM_LOAD16_BYTE( "95426880.lo", 0x00001, 0x080000, CRC(ac22b48d) SHA1(f618d479dc4cab24ef7552760ff98dc000ae163f) ) |
| 2140 | ROM_LOAD16_BYTE( "95426881.hi", 0x00000, 0x080000, CRC(ad855ae4) SHA1(bf533137ea191b7c92003661be4007afff348163) ) |
| 2141 | sc_dndrr_others |
| 2142 | ROM_END |
| 2143 | |
| 2144 | ROM_START( sc5dndrrb ) |
| 2145 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2146 | ROM_LOAD16_BYTE( "95427784.lo", 0x00001, 0x080000, CRC(ae9b171a) SHA1(96f9824043571c682c1f72261fdad2f2f55b732e) ) |
| 2147 | ROM_LOAD16_BYTE( "95427785.hi", 0x00000, 0x080000, CRC(f8ee4d22) SHA1(886f9c6416d08a7ac4a319b03ae47fa3365bb37a) ) |
| 2148 | sc_dndrr_others |
| 2149 | ROM_END |
| 2150 | |
| 2151 | ROM_START( sc5dndrrc ) |
| 2152 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2153 | ROM_LOAD16_BYTE( "95427880.lo", 0x00001, 0x080000, CRC(e3d6c3ec) SHA1(89a09a5fea57b56f7a6cda644a89c63af73c9f65) ) |
| 2154 | ROM_LOAD16_BYTE( "95427881.hi", 0x00000, 0x080000, CRC(fb419a7c) SHA1(6197f8aee36de9b2eee1b4c336817557b9d6e8f0) ) |
| 2155 | sc_dndrr_others |
| 2156 | ROM_END |
| 2157 | |
| 2158 | ROM_START( sc5dndrrd ) |
| 2159 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2160 | ROM_LOAD16_BYTE( "95428010.lo", 0x000001, 0x080000, CRC(91a1b329) SHA1(c77d05d05906effe624db591dbd68e6c6e3afbe4) ) |
| 2161 | ROM_LOAD16_BYTE( "95428011.hi", 0x000000, 0x080000, CRC(5de13a20) SHA1(1ce59e81210b36978456199ab7b43b5912ee73ca) ) |
| 2162 | sc_dndrr_others |
| 2163 | ROM_END |
| 2164 | |
| 2165 | ROM_START( sc5dndrre ) |
| 2166 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2167 | ROM_LOAD16_BYTE( "95429010.lo", 0x000001, 0x080000, CRC(dbc33277) SHA1(0b39f0120a02ac8c4e14ace6a774e964a933a00e) ) |
| 2168 | ROM_LOAD16_BYTE( "95429011.hi", 0x000000, 0x080000, CRC(eaefcc89) SHA1(d125964b6d73a80f6fd0246883efeacc40067209) ) |
| 2169 | sc_dndrr_others |
| 2170 | ROM_END |
| 2171 | |
| 2172 | |
| 2173 | |
| 2174 | ROM_START( sc5dndsi ) |
| 2175 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2176 | ROM_LOAD16_BYTE( "p3219p71.hi", 0x00000, 0x080000, CRC(998038e1) SHA1(577650c85e025bb3b56ce4a618003b77768531cd) ) |
| 2177 | ROM_LOAD16_BYTE( "p3219p71.lo", 0x00001, 0x080000, CRC(b8e397fa) SHA1(b87349fa551317e96614b421f7167243af6381d4) ) |
| 2178 | sc_dndsi_others |
| 2179 | ROM_END |
| 2180 | |
| 2181 | ROM_START( sc5dndsia ) |
| 2182 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2183 | ROM_LOAD16_BYTE( "p3219p72.hi", 0x00000, 0x080000, CRC(fb10dad2) SHA1(5ba3b60285ae6019eea526c56caf362870c6dfca) ) |
| 2184 | ROM_LOAD16_BYTE( "p3219p72.lo", 0x00001, 0x080000, CRC(47962d32) SHA1(d254b3c9ae27a7501433f84e20bb95653e9c5f9d) ) |
| 2185 | sc_dndsi_others |
| 2186 | ROM_END |
| 2187 | |
| 2188 | ROM_START( sc5dndsib ) |
| 2189 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2190 | ROM_LOAD16_BYTE( "p3219p73.hi", 0x00000, 0x080000, CRC(0a8153ae) SHA1(16464f7f2020f587ef9f1ffd393410d4b33d7290) ) |
| 2191 | ROM_LOAD16_BYTE( "p3219p73.lo", 0x00001, 0x080000, CRC(83ab4f08) SHA1(c20f3186a34bba2b67b63b5e1dea3abdf8f5c4fd) ) |
| 2192 | sc_dndsi_others |
| 2193 | ROM_END |
| 2194 | |
| 2195 | ROM_START( sc5dndsic ) |
| 2196 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2197 | ROM_LOAD16_BYTE( "p3219s71.hi", 0x00000, 0x080000, CRC(0a8bc683) SHA1(49421a15598c6bc25fcfa2f1c754fa4a2160fc22) ) |
| 2198 | ROM_LOAD16_BYTE( "p3219s71.lo", 0x00001, 0x080000, CRC(5370078c) SHA1(cdba77c38f3a9c1f21cbcb805f8efc643cf60095) ) |
| 2199 | sc_dndsi_others |
| 2200 | ROM_END |
| 2201 | |
| 2202 | ROM_START( sc5dndsid ) |
| 2203 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2204 | ROM_LOAD16_BYTE( "p3219s73.hi", 0x00000, 0x080000, CRC(ad675a6a) SHA1(8d6c94b4d804f8c6b2b4e7e395782646eba8e285) ) |
| 2205 | ROM_LOAD16_BYTE( "p3219s73.lo", 0x00001, 0x080000, CRC(5e91a6bd) SHA1(3dd3456b2c0059d129fd85bb8e38a8995f194dc2) ) |
| 2206 | sc_dndsi_others |
| 2207 | ROM_END |
| 2208 | |
| 2209 | |
| 2210 | |
| 2211 | |
| 2212 | ROM_START( sc5dndrt ) |
| 2213 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2214 | ROM_LOAD16_BYTE( "95426564.lo", 0x00001, 0x080000, CRC(80576d4c) SHA1(88196fb562269827414ac10f1fcf08921b5eea50) ) |
| 2215 | ROM_LOAD16_BYTE( "95426565.hi", 0x00000, 0x080000, CRC(f6c6a4b0) SHA1(07cd42d85ddc9760222ccce445280a5d47058cab) ) |
| 2216 | sc_dndrt_others |
| 2217 | ROM_END |
| 2218 | |
| 2219 | ROM_START( sc5dndrta ) |
| 2220 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2221 | ROM_LOAD16_BYTE( "95426628.lo", 0x00001, 0x080000, CRC(d50998d5) SHA1(08b75ee0ac3ddaeccd5a90c043d911af2e2e5d3f) ) |
| 2222 | ROM_LOAD16_BYTE( "95426629.hi", 0x00000, 0x080000, CRC(331eac9e) SHA1(9e8e269754d012597568ebdc6ff6d6205f37aa38) ) |
| 2223 | sc_dndrt_others |
| 2224 | ROM_END |
| 2225 | |
| 2226 | ROM_START( sc5dndrtb ) |
| 2227 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2228 | ROM_LOAD16_BYTE( "95426856.lo", 0x00001, 0x080000, CRC(a7a83a03) SHA1(60fcc72fef47239818e124d2e6f15337a9b59847) ) |
| 2229 | ROM_LOAD16_BYTE( "95426857.hi", 0x00000, 0x080000, CRC(75f8fe7d) SHA1(c8ec593ce18bff56bc89349f0c7a9b11ead83cbc) ) |
| 2230 | sc_dndrt_others |
| 2231 | ROM_END |
| 2232 | |
| 2233 | ROM_START( sc5dndrtc ) |
| 2234 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2235 | ROM_LOAD16_BYTE( "95427564.lo", 0x00001, 0x080000, CRC(10254396) SHA1(0b7e526c9bacb46dfb4e81f38bfffa64ba6cb44a) ) |
| 2236 | ROM_LOAD16_BYTE( "95427565.hi", 0x00000, 0x080000, CRC(bf1018c3) SHA1(fd52b008ac5a921c53938e3d080c3ebe1c81c3c3) ) |
| 2237 | sc_dndrt_others |
| 2238 | ROM_END |
| 2239 | |
| 2240 | ROM_START( sc5dndrtd ) |
| 2241 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2242 | ROM_LOAD16_BYTE( "95427628.lo", 0x00001, 0x080000, CRC(419ee27c) SHA1(2d2081e5247b2da701a1c24f4227c84f8f15f034) ) |
| 2243 | ROM_LOAD16_BYTE( "95427629.hi", 0x00000, 0x080000, CRC(a55237f6) SHA1(f59a14e5332f8fc62a97edae6319d69a8ae421cf) ) |
| 2244 | sc_dndrt_others |
| 2245 | ROM_END |
| 2246 | |
| 2247 | ROM_START( sc5dndrte ) |
| 2248 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2249 | ROM_LOAD16_BYTE( "95427856.lo", 0x00001, 0x080000, CRC(17522a17) SHA1(31d65822f36bedf6f2696b8ddddd3c7fc67a3277) ) |
| 2250 | ROM_LOAD16_BYTE( "95427857.hi", 0x00000, 0x080000, CRC(1c386bba) SHA1(7a4b89788042fd6045342abbcca5ce34a67dd652) ) |
| 2251 | sc_dndrt_others |
| 2252 | ROM_END |
| 2253 | |
| 2254 | |
| 2255 | |
| 2256 | |
| 2257 | ROM_START( sc5dndpd ) |
| 2258 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2259 | ROM_LOAD16_BYTE( "95426686.lo", 0x00001, 0x080000, CRC(d308b28a) SHA1(522fdd06185d26a328c251ba95818d318d85fe05) ) |
| 2260 | ROM_LOAD16_BYTE( "95426687.hi", 0x00000, 0x080000, CRC(daef4474) SHA1(210955eb3bf891190a29cc7ab0234fce92567e2d) ) |
| 2261 | sc_dndpd_others |
| 2262 | ROM_END |
| 2263 | |
| 2264 | ROM_START( sc5dndpda ) |
| 2265 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2266 | ROM_LOAD16_BYTE( "95426850.lo", 0x00001, 0x080000, CRC(a526c153) SHA1(2380083cf6df2b76f5a842f99205434a346ac822) ) |
| 2267 | ROM_LOAD16_BYTE( "95426851.hi", 0x00000, 0x080000, CRC(0205ab1e) SHA1(f06a28717a990f63d5ae801f298c8030681b010c) ) |
| 2268 | sc_dndpd_others |
| 2269 | ROM_END |
| 2270 | |
| 2271 | ROM_START( sc5dndpdb ) |
| 2272 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2273 | ROM_LOAD16_BYTE( "95427686.lo", 0x00001, 0x080000, CRC(799a6b4f) SHA1(58af5a23868b225928dd73cb45b61c161aad82ec) ) |
| 2274 | ROM_LOAD16_BYTE( "95427687.hi", 0x00000, 0x080000, CRC(1afee3e0) SHA1(e5d113043a16947f95b67716d9954c46fd5f2bfd) ) |
| 2275 | sc_dndpd_others |
| 2276 | ROM_END |
| 2277 | |
| 2278 | ROM_START( sc5dndpdc ) |
| 2279 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2280 | ROM_LOAD16_BYTE( "95427850.lo", 0x00001, 0x080000, CRC(024a4826) SHA1(c4124526102be162ab101de25748461f26a0936f) ) |
| 2281 | ROM_LOAD16_BYTE( "95427851.hi", 0x00000, 0x080000, CRC(b0cae8de) SHA1(1f70ea6b56407e9ac8794e524bf4375ff38a0e1c) ) |
| 2282 | sc_dndpd_others |
| 2283 | ROM_END |
| 2284 | |
| 2285 | ROM_START( sc5dndpdd ) |
| 2286 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2287 | ROM_LOAD16_BYTE( "95426944.lo", 0x000001, 0x080000, CRC(52cd1809) SHA1(90f8e74441b71da22103d8d69898ac9675822e40) ) |
| 2288 | ROM_LOAD16_BYTE( "95426945.hi", 0x000000, 0x080000, CRC(6c32e078) SHA1(4a1b362f1d3f931d2a18375032a60cff1ee5adee) ) |
| 2289 | sc_dndpd_others |
| 2290 | ROM_END |
| 2291 | |
| 2292 | ROM_START( sc5dndpde ) |
| 2293 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2294 | ROM_LOAD16_BYTE( "95427944.lo", 0x000001, 0x080000, CRC(4504a4e1) SHA1(858ec6b6a1eaeebfbfae1868befd556f248735d2) ) |
| 2295 | ROM_LOAD16_BYTE( "95427945.hi", 0x000000, 0x080000, CRC(e597188a) SHA1(f0d887d09ff597b3bead97eb0b9ceef12a48f9a6) ) |
| 2296 | sc_dndpd_others |
| 2297 | ROM_END |
| 2298 | |
| 2299 | ROM_START( sc5dndpc ) |
| 2300 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2301 | ROM_LOAD16_BYTE( "p3303p72.hi", 0x00000, 0x080000, CRC(01399a36) SHA1(a7bacb358f0f803b3cc2118bbdf112f71b1cc770) ) |
| 2302 | ROM_LOAD16_BYTE( "p3303p72.lo", 0x00001, 0x080000, CRC(310adb3c) SHA1(03faf72ee909c142b633ca226b28121dfd8cf525) ) |
| 2303 | sc_dndpc_others |
| 2304 | ROM_END |
| 2305 | |
| 2306 | |
| 2307 | ROM_START( sc5dndpca ) |
| 2308 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2309 | ROM_LOAD16_BYTE( "p3303s72.hi", 0x00000, 0x080000, CRC(8d896e95) SHA1(347c83bf914cc40fae6a89d7c27f97cf861083ae) ) |
| 2310 | ROM_LOAD16_BYTE( "p3303s72.lo", 0x00001, 0x080000, CRC(5e793210) SHA1(bfe9fbdc3ff11bbdd42741c6d2ff66265b792f90) ) |
| 2311 | sc_dndpc_others |
| 2312 | ROM_END |
| 2313 | |
| 2314 | |
| 2315 | |
| 2316 | |
| 2317 | ROM_START( sc5dndtb ) |
| 2318 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2319 | ROM_LOAD16_BYTE( "95426780.lo", 0x00001, 0x080000, CRC(beba0181) SHA1(228f5c8ef549b36c3d10c9eed19d98005ba86abe) ) |
| 2320 | ROM_LOAD16_BYTE( "95426781.hi", 0x00000, 0x080000, CRC(466771cf) SHA1(5deea15eb735095aa0a0fdb6275b7a8da036ebf6) ) |
| 2321 | sc_dndtb_others |
| 2322 | ROM_END |
| 2323 | |
| 2324 | |
| 2325 | ROM_START( sc5dndtba ) |
| 2326 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2327 | ROM_LOAD16_BYTE( "95427780.lo", 0x00001, 0x080000, CRC(5cbb0fb9) SHA1(aab95a8b64ab455723ce30aff22d88ea6825f0f9) ) |
| 2328 | ROM_LOAD16_BYTE( "95427781.hi", 0x00000, 0x080000, CRC(41e8e286) SHA1(296f9d3fbecaa6a1bd03279d8109ce544c7e0751) ) |
| 2329 | sc_dndtb_others |
| 2330 | ROM_END |
| 2331 | |
| 2332 | |
| 2333 | |
| 2334 | |
| 2335 | ROM_START( sc5devil ) |
| 2336 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2337 | ROM_LOAD16_BYTE( "95420562.lo", 0x00001, 0x080000, CRC(de71acc6) SHA1(f4d7697929db6ff629764608eed6b07f5f8601b9) ) |
| 2338 | ROM_LOAD16_BYTE( "95420563.hi", 0x00000, 0x080000, CRC(3dfd6cd8) SHA1(943df339ec339155db28c4d688b6ed835a9e1e77) ) |
| 2339 | sc_devil_others |
| 2340 | ROM_END |
| 2341 | |
| 2342 | ROM_START( sc5devila ) |
| 2343 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2344 | ROM_LOAD16_BYTE( "95420748.lo", 0x00001, 0x080000, CRC(49f591f3) SHA1(270a532f8be3766c6eae7632d813d5c58a5d5a68) ) |
| 2345 | ROM_LOAD16_BYTE( "95420749.hi", 0x00000, 0x080000, CRC(3d3a9afc) SHA1(914215eee96234b2913ad33c0ff008f2d6ce42a8) ) |
| 2346 | sc_devil_others |
| 2347 | ROM_END |
| 2348 | |
| 2349 | ROM_START( sc5devilb ) |
| 2350 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2351 | ROM_LOAD16_BYTE( "95421562.lo", 0x00001, 0x080000, CRC(12d560cf) SHA1(909fcddbfb208598ae66ed20f1e1d7bffee0914c) ) |
| 2352 | ROM_LOAD16_BYTE( "95421563.hi", 0x00000, 0x080000, CRC(07651d3f) SHA1(1709b08f7d6e14239900b887c20c801ee94a2f85) ) |
| 2353 | sc_devil_others |
| 2354 | ROM_END |
| 2355 | |
| 2356 | ROM_START( sc5devilc ) |
| 2357 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2358 | ROM_LOAD16_BYTE( "95421748.lo", 0x00001, 0x080000, CRC(fe23d2d7) SHA1(80f290edef39b9a92ac1be0f98f21e66c80eb9bf) ) |
| 2359 | ROM_LOAD16_BYTE( "95421749.hi", 0x00000, 0x080000, CRC(875c5df1) SHA1(c4664c6541a17fd1d575ed1d7839a385a943e75d) ) |
| 2360 | sc_devil_others |
| 2361 | ROM_END |
| 2362 | |
| 2363 | |
| 2364 | |
| 2365 | ROM_START( sc5dracp ) |
| 2366 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2367 | ROM_LOAD16_BYTE( "p3007p42.hi", 0x00000, 0x080000, CRC(dff8d46d) SHA1(cc5fda9909e1067d1f43ca9b1ef100652a36389a) ) |
| 2368 | ROM_LOAD16_BYTE( "p3007p42.lo", 0x00001, 0x080000, CRC(9d030171) SHA1(514c9bb3da5c084738784e6fe5993e76e2263b71) ) |
| 2369 | sc_dracp_others |
| 2370 | ROM_END |
| 2371 | |
| 2372 | ROM_START( sc5dracpa ) |
| 2373 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2374 | ROM_LOAD16_BYTE( "p3007s42.hi", 0x00000, 0x080000, CRC(ffadb510) SHA1(193fa0cf1cfcbdb752dcb6a357e726c3205460d4) ) |
| 2375 | ROM_LOAD16_BYTE( "p3007s42.lo", 0x00001, 0x080000, CRC(5496cbe2) SHA1(460d0cdc38b0785dcaecb4ba8254fec1b32a9fd7) ) |
| 2376 | sc_dracp_others |
| 2377 | ROM_END |
| 2378 | |
| 2379 | |
| 2380 | ROM_START( sc5fgbh ) |
| 2381 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2382 | ROM_LOAD16_BYTE( "95426652.lo", 0x00001, 0x080000, CRC(bd72d8ef) SHA1(c9ca907fc1f25bb12c0f0409a79fd49f350bf64c) ) |
| 2383 | ROM_LOAD16_BYTE( "95426653.hi", 0x00000, 0x080000, CRC(0e8458f6) SHA1(e716450dad5dfa616c02bc07e6842fa90704ad3f) ) |
| 2384 | sc_fgbh_others |
| 2385 | ROM_END |
| 2386 | |
| 2387 | ROM_START( sc5fgbha ) |
| 2388 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2389 | ROM_LOAD16_BYTE( "95427652.lo", 0x00001, 0x080000, CRC(ef45b1b3) SHA1(ac4448d2e1f540d654785ab59224a0848d66da74) ) |
| 2390 | ROM_LOAD16_BYTE( "95427653.hi", 0x00000, 0x080000, CRC(ac0450a1) SHA1(1e348be661ef50d39bded3386eaba627570f6c95) ) |
| 2391 | sc_fgbh_others |
| 2392 | ROM_END |
| 2393 | |
| 2394 | ROM_START( sc5fgbhb ) |
| 2395 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2396 | ROM_LOAD16_BYTE( "p3306p71.hi", 0x00000, 0x080000, CRC(b48cf490) SHA1(51b5ad358edfc7cb7a68e9ab8784460837c9b632) ) |
| 2397 | ROM_LOAD16_BYTE( "p3306p71.lo", 0x00001, 0x080000, CRC(8cfed5af) SHA1(800d31491391199317f290077b41ed46acb84d5c) ) |
| 2398 | sc_fgbh_others |
| 2399 | ROM_END |
| 2400 | |
| 2401 | ROM_START( sc5fgbhc ) |
| 2402 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2403 | ROM_LOAD16_BYTE( "p3306s71.hi", 0x00000, 0x080000, CRC(84cd120a) SHA1(c6ac1867ede452c09f40c9a06fb1de1b3938e02f) ) |
| 2404 | ROM_LOAD16_BYTE( "p3306s71.lo", 0x00001, 0x080000, CRC(308edcce) SHA1(7281f0911c83a5971e0f0f984177db2247548ceb) ) |
| 2405 | sc_fgbh_others |
| 2406 | ROM_END |
| 2407 | |
| 2408 | |
| 2409 | |
| 2410 | |
| 2411 | ROM_START( sc5fggp ) |
| 2412 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2413 | ROM_LOAD16_BYTE( "p3301p11.hi", 0x00000, 0x080000, CRC(078596d1) SHA1(ce678b49fdab810eb595a57e237d9a91f5444bb3) ) |
| 2414 | ROM_LOAD16_BYTE( "p3301p11.lo", 0x00001, 0x080000, CRC(8a82e48d) SHA1(b4859a388bb12bddabf89b7f10f61b64826d8f33) ) |
| 2415 | sc_fggp_others |
| 2416 | ROM_END |
| 2417 | |
| 2418 | ROM_START( sc5fggpa ) |
| 2419 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2420 | ROM_LOAD16_BYTE( "p3301p12.hi", 0x00000, 0x080000, CRC(984a9241) SHA1(dafa3c7356a8e2df8d5bb5e4af5bca1cd9549a16) ) |
| 2421 | ROM_LOAD16_BYTE( "p3301p12.lo", 0x00001, 0x080000, CRC(9bd6fb14) SHA1(37a74a8829fe8569b6ac76465a5c9ed1f22ed251) ) |
| 2422 | sc_fggp_others |
| 2423 | ROM_END |
| 2424 | |
| 2425 | ROM_START( sc5fggpb ) |
| 2426 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2427 | ROM_LOAD16_BYTE( "p3301p13.hi", 0x00000, 0x080000, CRC(6d569756) SHA1(aaa7083e2e99971fcac3f1bf082b50cc4cc5a6ae) ) |
| 2428 | ROM_LOAD16_BYTE( "p3301p13.lo", 0x00001, 0x080000, CRC(758f8920) SHA1(ccc03cce127ed07d0ef036d2025c37efa5b39341) ) |
| 2429 | sc_fggp_others |
| 2430 | ROM_END |
| 2431 | |
| 2432 | ROM_START( sc5fggpc ) |
| 2433 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2434 | ROM_LOAD16_BYTE( "p3301p71.hi", 0x00000, 0x080000, CRC(b86c7b2a) SHA1(39ce9553dfd964ccab4c4ddc24be98ec05ad4db0) ) |
| 2435 | ROM_LOAD16_BYTE( "p3301p71.lo", 0x00001, 0x080000, CRC(6652ccc9) SHA1(e9813e15c072faf95392e3f554bf385d8b2082f7) ) |
| 2436 | sc_fggp_others |
| 2437 | ROM_END |
| 2438 | |
| 2439 | ROM_START( sc5fggpd ) |
| 2440 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2441 | ROM_LOAD16_BYTE( "p3301s11.hi", 0x00000, 0x080000, CRC(01605580) SHA1(095490b99801ce008d2200bf66509a3dff3823ac) ) |
| 2442 | ROM_LOAD16_BYTE( "p3301s11.lo", 0x00001, 0x080000, CRC(eadd9941) SHA1(d63e618a2262fc4eaecdcc07338feaef6aa8fc4e) ) |
| 2443 | sc_fggp_others |
| 2444 | ROM_END |
| 2445 | |
| 2446 | ROM_START( sc5fggpe ) |
| 2447 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2448 | ROM_LOAD16_BYTE( "p3301s12.hi", 0x00000, 0x080000, CRC(60f36d9a) SHA1(734660b1df84c8b55eae68ef6a95bf520d70e769) ) |
| 2449 | ROM_LOAD16_BYTE( "p3301s12.lo", 0x00001, 0x080000, CRC(c1b4f4be) SHA1(c00b04d743f3ad2b4f6a88f0fe2ed818eb2d7a1c) ) |
| 2450 | sc_fggp_others |
| 2451 | ROM_END |
| 2452 | |
| 2453 | ROM_START( sc5fggpf ) |
| 2454 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2455 | ROM_LOAD16_BYTE( "p3301s13.hi", 0x00000, 0x080000, CRC(2dbc846f) SHA1(8b01d38b1638ec29f02bf110d839803dbab79e40) ) |
| 2456 | ROM_LOAD16_BYTE( "p3301s13.lo", 0x00001, 0x080000, CRC(55cf9abc) SHA1(f10d0053e0b6379a1d5d2300f4df10fa59519c33) ) |
| 2457 | sc_fggp_others |
| 2458 | ROM_END |
| 2459 | |
| 2460 | ROM_START( sc5fggpg ) |
| 2461 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2462 | ROM_LOAD16_BYTE( "p3301s71.hi", 0x00000, 0x080000, CRC(1c3c0d91) SHA1(43f25296edd272eb3ba3510f861856f2b27fca0d) ) |
| 2463 | ROM_LOAD16_BYTE( "p3301s71.lo", 0x00001, 0x080000, CRC(20828f79) SHA1(e16346a8d34f22abca67dddc0b5de8b800b848cd) ) |
| 2464 | sc_fggp_others |
| 2465 | ROM_END |
| 2466 | |
| 2467 | |
| 2468 | |
| 2469 | |
| 2470 | ROM_START( sc5fast ) |
| 2471 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2472 | ROM_LOAD16_BYTE( "95414220.odd", 0x00001, 0x080000, CRC(ec6810f9) SHA1(a4eda90bc3f91e42472257f810df4d04b00d394c) ) |
| 2473 | ROM_LOAD16_BYTE( "95414221.evn", 0x00000, 0x080000, CRC(102f5ea1) SHA1(0067d0d125d9d895defc704643e34f1252d0af60) ) |
| 2474 | sc_fast_others |
| 2475 | ROM_END |
| 2476 | |
| 2477 | |
| 2478 | |
| 2479 | |
| 2480 | ROM_START( sc5fnclb ) |
| 2481 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2482 | ROM_LOAD16_BYTE( "95418608.lo", 0x00001, 0x080000, CRC(a3ef5746) SHA1(7e3b233d022cd79672dde69d14d94de6d1e04e01) ) |
| 2483 | ROM_LOAD16_BYTE( "95418609.hi", 0x00000, 0x080000, CRC(e4c0ed80) SHA1(55064cc5d33c69a803d921fb3bcf5dd5ed1c9311) ) |
| 2484 | sc_fnclb_others |
| 2485 | ROM_END |
| 2486 | |
| 2487 | ROM_START( sc5fnclba ) |
| 2488 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2489 | ROM_LOAD16_BYTE( "95418632.lo", 0x00001, 0x080000, CRC(6d999198) SHA1(3eee67c474cba80293c685bef236f60ca294859e) ) |
| 2490 | ROM_LOAD16_BYTE( "95418633.hi", 0x00000, 0x080000, CRC(ac8e0908) SHA1(2c3f43320ac42d406aaca12abd26f7748acb929f) ) |
| 2491 | sc_fnclb_others |
| 2492 | ROM_END |
| 2493 | |
| 2494 | ROM_START( sc5fnclbb ) |
| 2495 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2496 | ROM_LOAD16_BYTE( "95419608.lo", 0x00001, 0x080000, CRC(8a44e232) SHA1(570f972d0dab69b8c7ba0a880f5d334ae1eb7386) ) |
| 2497 | ROM_LOAD16_BYTE( "95419609.hi", 0x00000, 0x080000, CRC(5afcf911) SHA1(e4846f7a3dedb5ed456b07eabe256d8515ca9ccd) ) |
| 2498 | sc_fnclb_others |
| 2499 | ROM_END |
| 2500 | |
| 2501 | ROM_START( sc5fnclbc ) |
| 2502 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2503 | ROM_LOAD16_BYTE( "95419632.lo", 0x00001, 0x080000, CRC(9fea4c77) SHA1(c5c179fa398ca53977f231cb9f69bc4ca0e54f19) ) |
| 2504 | ROM_LOAD16_BYTE( "95419633.hi", 0x00000, 0x080000, CRC(a2f69a29) SHA1(923b3ccc3dd7a6ea16484fc0230aaff3e7571cfa) ) |
| 2505 | sc_fnclb_others |
| 2506 | ROM_END |
| 2507 | |
| 2508 | ROM_START( sc5fnclbd ) |
| 2509 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2510 | ROM_LOAD16_BYTE( "p3061p32.hi", 0x00000, 0x080000, CRC(a48c1c47) SHA1(c417a0515c04889014677928e932e9ad5cf690cc) ) |
| 2511 | ROM_LOAD16_BYTE( "p3061p32.lo", 0x00001, 0x080000, CRC(822394b4) SHA1(c10a6542cf33cdb89784ae40c818902e61c6a36c) ) |
| 2512 | sc_fnclb_others |
| 2513 | ROM_END |
| 2514 | |
| 2515 | ROM_START( sc5fnclbe ) |
| 2516 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2517 | ROM_LOAD16_BYTE( "p3061s32.hi", 0x00000, 0x080000, CRC(74585398) SHA1(7140755dda8444e5da4b14bdfbf00dffaba3cc72) ) |
| 2518 | ROM_LOAD16_BYTE( "p3061s32.lo", 0x00001, 0x080000, CRC(c11d0eac) SHA1(d421d9290ca01a6a50d5c495b7ea1cf4452302e5) ) |
| 2519 | sc_fnclb_others |
| 2520 | ROM_END |
| 2521 | |
| 2522 | |
| 2523 | |
| 2524 | |
| 2525 | ROM_START( sc5fdice ) |
| 2526 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2527 | ROM_LOAD16_BYTE( "p1919p41.hi", 0x00000, 0x080000, CRC(bb7e7a30) SHA1(4597dd56822107c87511aeff05c1491eb9f47e0a) ) |
| 2528 | ROM_LOAD16_BYTE( "p1919p41.lo", 0x00001, 0x080000, CRC(2b8d35c3) SHA1(fb7c90c3b7609e83f7222efcdea221a65b41a715) ) |
| 2529 | sc_fdice_others |
| 2530 | ROM_END |
| 2531 | |
| 2532 | ROM_START( sc5fdicea ) |
| 2533 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2534 | ROM_LOAD16_BYTE( "p1919s41.hi", 0x00000, 0x080000, CRC(1b765fd4) SHA1(c607f3d6459962d4c6003538a0e888ed200efea6) ) |
| 2535 | ROM_LOAD16_BYTE( "p1919s41.lo", 0x00001, 0x080000, CRC(70dbb9b8) SHA1(ee5729806a381e6d025ccb521b96ee97adce5d05) ) |
| 2536 | sc_fdice_others |
| 2537 | ROM_END |
| 2538 | |
| 2539 | |
| 2540 | |
| 2541 | |
| 2542 | ROM_START( sc5fires ) |
| 2543 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2544 | ROM_LOAD16_BYTE( "95412418.lo", 0x00001, 0x080000, CRC(0f071b4a) SHA1(ec71255493abfb948d6188cf2cb49db8206dfe60) ) |
| 2545 | ROM_LOAD16_BYTE( "95412419.hi", 0x00000, 0x080000, CRC(8475ba03) SHA1(f9a04208e47075ec5e693c9582944952b9a7bfdf) ) |
| 2546 | sc_fires_others |
| 2547 | ROM_END |
| 2548 | |
| 2549 | ROM_START( sc5firesa ) |
| 2550 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2551 | ROM_LOAD16_BYTE( "95412420.lo", 0x00001, 0x080000, CRC(914100b4) SHA1(8d49cedfb769dbf4cd17dfa945402e26c1a3748d) ) |
| 2552 | ROM_LOAD16_BYTE( "95412421.hi", 0x00000, 0x080000, CRC(032814fe) SHA1(10ee04f42b65a5b352539f5747c1ee1c2ca4a464) ) |
| 2553 | sc_fires_others |
| 2554 | ROM_END |
| 2555 | |
| 2556 | ROM_START( sc5firesb ) |
| 2557 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2558 | ROM_LOAD16_BYTE( "95413418.lo", 0x00001, 0x080000, CRC(9f921678) SHA1(0592fd70066d042b09aeb253c2dbb9c87fb3cb99) ) |
| 2559 | ROM_LOAD16_BYTE( "95413419.hi", 0x00000, 0x080000, CRC(b3dbd057) SHA1(df81a5eb47fc30747956a3484db761d723e037d1) ) |
| 2560 | sc_fires_others |
| 2561 | ROM_END |
| 2562 | |
| 2563 | ROM_START( sc5firesc ) |
| 2564 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2565 | ROM_LOAD16_BYTE( "95413420.lo", 0x00001, 0x080000, CRC(01d40d86) SHA1(99cea49ec881613e6d321e924c705cb88a513404) ) |
| 2566 | ROM_LOAD16_BYTE( "95413421.hi", 0x00000, 0x080000, CRC(34867eaa) SHA1(677dd05792fbfa73dc4a1fdad1394ab1e4cc6c2b) ) |
| 2567 | sc_fires_others |
| 2568 | ROM_END |
| 2569 | |
| 2570 | |
| 2571 | |
| 2572 | |
| 2573 | ROM_START( sc5ftcas ) |
| 2574 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2575 | ROM_LOAD16_BYTE( "95424426.lo", 0x00001, 0x080000, CRC(7984a6f1) SHA1(a52dd24af6da84ecd16da5c690e9e9a680624cc1) ) |
| 2576 | ROM_LOAD16_BYTE( "95424427.hi", 0x00000, 0x080000, CRC(f5fbc8b3) SHA1(23ba3f5ffa17acddb3f4a5ce7750e1981c98b780) ) |
| 2577 | sc_ftcas_others |
| 2578 | ROM_END |
| 2579 | |
| 2580 | ROM_START( sc5ftcasa ) |
| 2581 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2582 | ROM_LOAD16_BYTE( "95425426.lo", 0x00001, 0x080000, CRC(b650c635) SHA1(fed9ce19c70d0eb3ba8d0a6f4890c746b68cb1d5) ) |
| 2583 | ROM_LOAD16_BYTE( "95425427.hi", 0x00000, 0x080000, CRC(2cb9dc4a) SHA1(be18cae57dce0ed199d7bbcf5a4e864349496e02) ) |
| 2584 | sc_ftcas_others |
| 2585 | ROM_END |
| 2586 | |
| 2587 | |
| 2588 | |
| 2589 | |
| 2590 | ROM_START( sc5floop ) |
| 2591 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2592 | ROM_LOAD16_BYTE( "95420190.lo", 0x00001, 0x080000, CRC(cec33026) SHA1(71f90edaa513268f3b48053e8ebdb22dc94840ac) ) |
| 2593 | ROM_LOAD16_BYTE( "95420191.hi", 0x00000, 0x080000, CRC(c940d6e0) SHA1(5b60d562f66ce4873b26ce6fe00bb11638d0b29a) ) |
| 2594 | sc_floop_others |
| 2595 | ROM_END |
| 2596 | |
| 2597 | ROM_START( sc5floopa ) |
| 2598 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2599 | ROM_LOAD16_BYTE( "95421190.lo", 0x00001, 0x080000, CRC(2f269a07) SHA1(ee30a00dbc66da8f36044f3ed3498f6fb713047c) ) |
| 2600 | ROM_LOAD16_BYTE( "95421191.hi", 0x00000, 0x080000, CRC(3d7cba6a) SHA1(5c20dc1cf6ec1701c2caa1c0dc5ee835344be34d) ) |
| 2601 | sc_floop_others |
| 2602 | ROM_END |
| 2603 | |
| 2604 | |
| 2605 | |
| 2606 | |
| 2607 | ROM_START( sc5grq ) |
| 2608 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2609 | ROM_LOAD16_BYTE( "p1404p12.hi", 0x00000, 0x080000, CRC(955a6dd0) SHA1(ae846239497562ded1949c810358bfe6114cf949) ) |
| 2610 | ROM_LOAD16_BYTE( "p1404p12.lo", 0x00001, 0x080000, CRC(cbb39e3e) SHA1(81b15e03438d1ec5f06cbfe78ad5e94e6dd172d9) ) |
| 2611 | sc_grq_others |
| 2612 | ROM_END |
| 2613 | |
| 2614 | ROM_START( sc5grqa ) |
| 2615 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2616 | ROM_LOAD16_BYTE( "p1404p13.hi", 0x00000, 0x080000, CRC(e7f5dfb6) SHA1(a37c862f55108022c2e9c20dd2ab34c16696a9a4) ) |
| 2617 | ROM_LOAD16_BYTE( "p1404p13.lo", 0x00001, 0x080000, CRC(81093039) SHA1(90b865ae1ccf34bbdd1d98b7a4001591e8745112) ) |
| 2618 | sc_grq_others |
| 2619 | ROM_END |
| 2620 | |
| 2621 | ROM_START( sc5grqb ) |
| 2622 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2623 | ROM_LOAD16_BYTE( "p1404s12.hi", 0x00000, 0x080000, CRC(464e2427) SHA1(bc98a4fa31be0217c57af68cdc7bc1dcba5ae78c) ) |
| 2624 | ROM_LOAD16_BYTE( "p1404s12.lo", 0x00001, 0x080000, CRC(47165998) SHA1(e29bb219a423ea76de85aa83c78515a26a701258) ) |
| 2625 | sc_grq_others |
| 2626 | ROM_END |
| 2627 | |
| 2628 | ROM_START( sc5grqc ) |
| 2629 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2630 | ROM_LOAD16_BYTE( "p1404s13.hi", 0x00000, 0x080000, CRC(244123f8) SHA1(36efd4a0a66324827f6414963e1c7393c50a28b7) ) |
| 2631 | ROM_LOAD16_BYTE( "p1404s13.lo", 0x00001, 0x080000, CRC(87b48e68) SHA1(5f1a90a39a725ae373c376e81c773f0b1346b230) ) |
| 2632 | sc_grq_others |
| 2633 | ROM_END |
| 2634 | |
| 2635 | |
| 2636 | |
| 2637 | |
| 2638 | ROM_START( sc5gldfv ) |
| 2639 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2640 | ROM_LOAD16_BYTE( "95408450.lo", 0x00001, 0x080000, CRC(23a30f94) SHA1(55f7ddc53f1dd3e6bee58c077c80cb1af42cc218) ) |
| 2641 | ROM_LOAD16_BYTE( "95408451.hi", 0x00000, 0x080000, CRC(814bddaa) SHA1(468586c76c6fadb5fe819caee11ea21730253238) ) |
| 2642 | sc_gldfv_others |
| 2643 | ROM_END |
| 2644 | |
| 2645 | ROM_START( sc5gldfva ) |
| 2646 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2647 | ROM_LOAD16_BYTE( "95408452.lo", 0x00001, 0x080000, CRC(a3171618) SHA1(ba5fa5eed6ccd73fa6867ff1dc08c01f9213f296) ) |
| 2648 | ROM_LOAD16_BYTE( "95408453.hi", 0x00000, 0x080000, CRC(d4624de3) SHA1(08d9d0510cabb666adf55a8cb0ab43758b9226d0) ) |
| 2649 | sc_gldfv_others |
| 2650 | ROM_END |
| 2651 | |
| 2652 | ROM_START( sc5gldfvb ) |
| 2653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2654 | ROM_LOAD16_BYTE( "95409450.lo", 0x00001, 0x080000, CRC(d793ed74) SHA1(939202d3ccd0a01e028acc47bf160160c094a352) ) |
| 2655 | ROM_LOAD16_BYTE( "95409451.hi", 0x00000, 0x080000, CRC(7f8ee045) SHA1(e40ad207cb9c21fcf328a31f9be3ebf1ee3f805c) ) |
| 2656 | sc_gldfv_others |
| 2657 | ROM_END |
| 2658 | |
| 2659 | ROM_START( sc5gldfvc ) |
| 2660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2661 | ROM_LOAD16_BYTE( "95409452.lo", 0x00001, 0x080000, CRC(5727f4f8) SHA1(500605b84c2fe3f716c8d11e26d6983af8ce356c) ) |
| 2662 | ROM_LOAD16_BYTE( "95409453.hi", 0x00000, 0x080000, CRC(2aa7700c) SHA1(a6127052dae9ede28965a1d120096e18f234d3f3) ) |
| 2663 | sc_gldfv_others |
| 2664 | ROM_END |
| 2665 | |
| 2666 | ROM_START( sc5gldfvd ) |
| 2667 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2668 | ROM_LOAD16_BYTE( "p1403p11.hi", 0x00000, 0x080000, CRC(c9b6dfe2) SHA1(0de51adba368ca911b6efdc1864bcb7e85247f67) ) |
| 2669 | ROM_LOAD16_BYTE( "p1403p11.lo", 0x00001, 0x080000, CRC(d1f31d6d) SHA1(53cf1a9ac3c6179734431aeb9862da5b8543dede) ) |
| 2670 | sc_gldfv_others |
| 2671 | ROM_END |
| 2672 | |
| 2673 | ROM_START( sc5gldfve ) |
| 2674 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2675 | ROM_LOAD16_BYTE( "p1403p12.hi", 0x00000, 0x080000, CRC(29b634d9) SHA1(418210848f28fb3374ceba58ff331c0ebabc3cc1) ) |
| 2676 | ROM_LOAD16_BYTE( "p1403p12.lo", 0x00001, 0x080000, CRC(c132ca11) SHA1(9ade9400ad8af0efbd280624c9dc41f933e96a56) ) |
| 2677 | sc_gldfv_others |
| 2678 | ROM_END |
| 2679 | |
| 2680 | ROM_START( sc5gldfvf ) |
| 2681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2682 | ROM_LOAD16_BYTE( "p1403s11.hi", 0x00000, 0x080000, CRC(bb3e472e) SHA1(bde554659ebbbea026b18a99b033896d80daa825) ) |
| 2683 | ROM_LOAD16_BYTE( "p1403s11.lo", 0x00001, 0x080000, CRC(1a6b920b) SHA1(cbd6057cf2ff69f5fe36df5095407e6d53c5ad89) ) |
| 2684 | sc_gldfv_others |
| 2685 | ROM_END |
| 2686 | |
| 2687 | ROM_START( sc5gldfvg ) |
| 2688 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2689 | ROM_LOAD16_BYTE( "p1403s12.hi", 0x00000, 0x080000, CRC(a8595220) SHA1(d3a0dc2793fc92cf2283c2b46a0032e1ea663b09) ) |
| 2690 | ROM_LOAD16_BYTE( "p1403s12.lo", 0x00001, 0x080000, CRC(68cbe6cf) SHA1(d80a015f0f5de84acd853c80214b32d83f67cee3) ) |
| 2691 | sc_gldfv_others |
| 2692 | ROM_END |
| 2693 | |
| 2694 | |
| 2695 | |
| 2696 | ROM_START( sc5gldgo ) |
| 2697 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2698 | ROM_LOAD16_BYTE( "p3410p71.hi", 0x00000, 0x080000, CRC(9a7d12fc) SHA1(8a5287d81b8a1faaa947d7f58feccafb6d0e433a) ) |
| 2699 | ROM_LOAD16_BYTE( "p3410p71.lo", 0x00001, 0x080000, CRC(567ecb06) SHA1(2cc0407de76103beb137ff59e169a9a99584fad3) ) |
| 2700 | sc_gldgo_others |
| 2701 | ROM_END |
| 2702 | |
| 2703 | ROM_START( sc5gldgoa ) |
| 2704 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2705 | ROM_LOAD16_BYTE( "p3410s71.hi", 0x00000, 0x080000, CRC(3da6027d) SHA1(d328263459de864e11bc41e3b51bb30c0b6fb9bf) ) |
| 2706 | ROM_LOAD16_BYTE( "p3410s71.lo", 0x00001, 0x080000, CRC(51bf1ea1) SHA1(18f584f1e40a54e186452e08975c4c111ab7be8d) ) |
| 2707 | sc_gldgo_others |
| 2708 | ROM_END |
| 2709 | |
| 2710 | |
| 2711 | |
| 2712 | |
| 2713 | ROM_START( sc5gldsp ) |
| 2714 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2715 | ROM_LOAD16_BYTE( "95416274.lo", 0x00001, 0x080000, CRC(e2a5590d) SHA1(5976206019bd685594d3bf79fb76bf184857faeb) ) |
| 2716 | ROM_LOAD16_BYTE( "95416275.hi", 0x00000, 0x080000, CRC(a4d95994) SHA1(93a30575469ab4b5d5543352f937176c32a9ee2e) ) |
| 2717 | sc_gldsp_others |
| 2718 | ROM_END |
| 2719 | |
| 2720 | ROM_START( sc5gldspa ) |
| 2721 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2722 | ROM_LOAD16_BYTE( "95416276.lo", 0x00001, 0x080000, CRC(8479c324) SHA1(da8ed080dc5a41caabfd867cb3f4f72d94b14f6c) ) |
| 2723 | ROM_LOAD16_BYTE( "95416277.hi", 0x00000, 0x080000, CRC(53bb63b4) SHA1(3751339ea3a5385a25dba4cb76cd726eebc97384) ) |
| 2724 | sc_gldsp_others |
| 2725 | ROM_END |
| 2726 | |
| 2727 | ROM_START( sc5gldspb ) |
| 2728 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2729 | ROM_LOAD16_BYTE( "95416478.lo", 0x00001, 0x080000, CRC(a375a742) SHA1(eceeb012bfbd187ad970e8509c99bc67748a755b) ) |
| 2730 | ROM_LOAD16_BYTE( "95416479.hi", 0x00000, 0x080000, CRC(ec268d6d) SHA1(101a95d2e50bb33f5ce50ee31377524ec9b39695) ) |
| 2731 | sc_gldsp_others |
| 2732 | ROM_END |
| 2733 | |
| 2734 | ROM_START( sc5gldspc ) |
| 2735 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2736 | ROM_LOAD16_BYTE( "95416496.lo", 0x00001, 0x080000, CRC(da9e23b8) SHA1(da4accb7dbf71dd20ae77843a944741876c6b54f) ) |
| 2737 | ROM_LOAD16_BYTE( "95416497.hi", 0x00000, 0x080000, CRC(90517dcb) SHA1(38fd51b810ccec84747a2526d5236b548a16ae39) ) |
| 2738 | sc_gldsp_others |
| 2739 | ROM_END |
| 2740 | |
| 2741 | ROM_START( sc5gldspd ) |
| 2742 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2743 | ROM_LOAD16_BYTE( "95416498.lo", 0x00001, 0x080000, CRC(4a4f972d) SHA1(8108f9e005ee18339b28ac92601446c4fb8a0ffa) ) |
| 2744 | ROM_LOAD16_BYTE( "95416499.hi", 0x00000, 0x080000, CRC(0042bda8) SHA1(a32f3f97d5045fe7321ecc50a821b0e5cfd48eff) ) |
| 2745 | sc_gldsp_others |
| 2746 | ROM_END |
| 2747 | |
| 2748 | ROM_START( sc5gldspe ) |
| 2749 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2750 | ROM_LOAD16_BYTE( "95416510.lo", 0x00001, 0x080000, CRC(a161e0c3) SHA1(92e5c9b642ac2c04110fd512dcd3879cf3b0e4d3) ) |
| 2751 | ROM_LOAD16_BYTE( "95416511.hi", 0x00000, 0x080000, CRC(fc4c4f24) SHA1(7328789b96135182f138b1aff4d8a38644506c9d) ) |
| 2752 | sc_gldsp_others |
| 2753 | ROM_END |
| 2754 | |
| 2755 | ROM_START( sc5gldspf ) |
| 2756 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2757 | ROM_LOAD16_BYTE( "95416512.lo", 0x00001, 0x080000, CRC(10d64ab1) SHA1(a6986d83b987f19481cb6703422b4f61e54f732f) ) |
| 2758 | ROM_LOAD16_BYTE( "95416513.hi", 0x00000, 0x080000, CRC(ffdc3694) SHA1(e2fc677f1a26a1e2b72900f947b1292beb69ceb7) ) |
| 2759 | sc_gldsp_others |
| 2760 | ROM_END |
| 2761 | |
| 2762 | ROM_START( sc5gldspg ) |
| 2763 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2764 | ROM_LOAD16_BYTE( "95416598.lo", 0x00001, 0x080000, CRC(155af599) SHA1(ad0d43b2e971d9a2335ec53bfee7aa38b763b7da) ) |
| 2765 | ROM_LOAD16_BYTE( "95416599.hi", 0x00000, 0x080000, CRC(96e96989) SHA1(abb86f1b1ca48b10194b4136b02ee3c7a0159152) ) |
| 2766 | sc_gldsp_others |
| 2767 | ROM_END |
| 2768 | |
| 2769 | ROM_START( sc5gldsph ) |
| 2770 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2771 | ROM_LOAD16_BYTE( "95416600.lo", 0x00001, 0x080000, CRC(0aeacd49) SHA1(fddd947e1979c450ca8c8bd55a0e31415ac163e0) ) |
| 2772 | ROM_LOAD16_BYTE( "95416601.hi", 0x00000, 0x080000, CRC(4984ba72) SHA1(4feb6eabb11001187bdcd2935a90ab361dca0bd5) ) |
| 2773 | sc_gldsp_others |
| 2774 | ROM_END |
| 2775 | |
| 2776 | ROM_START( sc5gldspi ) |
| 2777 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2778 | ROM_LOAD16_BYTE( "95417178.lo", 0x00001, 0x080000, CRC(7a2848cc) SHA1(d33d2c4d3a122d9570a687c04a2877afd65d7b44) ) |
| 2779 | ROM_LOAD16_BYTE( "95417179.hi", 0x00000, 0x080000, CRC(52d2c75d) SHA1(954127fa29b6280fec53c9b5dda243ce469752d4) ) |
| 2780 | sc_gldsp_others |
| 2781 | ROM_END |
| 2782 | |
| 2783 | ROM_START( sc5gldspj ) |
| 2784 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2785 | ROM_LOAD16_BYTE( "95417276.lo", 0x00001, 0x080000, CRC(78f656c5) SHA1(24f17545896b9715b214c82f13ce17737b4e73c7) ) |
| 2786 | ROM_LOAD16_BYTE( "95417277.hi", 0x00000, 0x080000, CRC(20c713be) SHA1(da71c4d462f3d5125a4bf27a889641d92ba33cc9) ) |
| 2787 | sc_gldsp_others |
| 2788 | ROM_END |
| 2789 | |
| 2790 | ROM_START( sc5gldspk ) |
| 2791 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2792 | ROM_LOAD16_BYTE( "95417478.lo", 0x00001, 0x080000, CRC(5ffa32a3) SHA1(ab1cbe94f06cb05ae8014cd2a137a52a54a083bc) ) |
| 2793 | ROM_LOAD16_BYTE( "95417479.hi", 0x00000, 0x080000, CRC(9f5afd67) SHA1(1b15c2846df5c919caaa860d762dd9081c8bcfd6) ) |
| 2794 | sc_gldsp_others |
| 2795 | ROM_END |
| 2796 | |
| 2797 | ROM_START( sc5gldspl ) |
| 2798 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2799 | ROM_LOAD16_BYTE( "95417496.lo", 0x00001, 0x080000, CRC(964b9ddc) SHA1(b10a3dd9025f4019b340366b8a7d75f1980ced6c) ) |
| 2800 | ROM_LOAD16_BYTE( "95417497.hi", 0x00000, 0x080000, CRC(53bb8e66) SHA1(9d2543867d12c929550535a2af38e6ede3c24a9b) ) |
| 2801 | sc_gldsp_others |
| 2802 | ROM_END |
| 2803 | |
| 2804 | ROM_START( sc5gldspm ) |
| 2805 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2806 | ROM_LOAD16_BYTE( "95417510.lo", 0x00001, 0x080000, CRC(95a522dc) SHA1(0e19745ac65c4193c11c5e38fa7e9b4ceb27d4ef) ) |
| 2807 | ROM_LOAD16_BYTE( "95417511.hi", 0x00000, 0x080000, CRC(7c83375f) SHA1(a676397b9015aedde0fe303ece1e3a681722bc2e) ) |
| 2808 | sc_gldsp_others |
| 2809 | ROM_END |
| 2810 | |
| 2811 | ROM_START( sc5gldspn ) |
| 2812 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2813 | ROM_LOAD16_BYTE( "95417512.lo", 0x00001, 0x080000, CRC(c3fc2286) SHA1(4f0fd419315cf4454201c8cb1d453b569b4a99c6) ) |
| 2814 | ROM_LOAD16_BYTE( "95417513.hi", 0x00000, 0x080000, CRC(666b2732) SHA1(1160c0c093043f06eadf177ead7dc28201b2da3d) ) |
| 2815 | sc_gldsp_others |
| 2816 | ROM_END |
| 2817 | |
| 2818 | ROM_START( sc5gldspo ) |
| 2819 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2820 | ROM_LOAD16_BYTE( "95417598.lo", 0x00001, 0x080000, CRC(595b911f) SHA1(b78daf7133004da65f36c38f9490026478d8c088) ) |
| 2821 | ROM_LOAD16_BYTE( "95417599.hi", 0x00000, 0x080000, CRC(4ab83460) SHA1(9a8400d7ca21162418bdf02a7388652ef7ef995e) ) |
| 2822 | sc_gldsp_others |
| 2823 | ROM_END |
| 2824 | |
| 2825 | ROM_START( sc5gldspp ) |
| 2826 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2827 | ROM_LOAD16_BYTE( "95417600.lo", 0x00001, 0x080000, CRC(2930a2db) SHA1(e1b1992c4a4921fc10d8d35e9a67c40611ad2775) ) |
| 2828 | ROM_LOAD16_BYTE( "95417601.hi", 0x00000, 0x080000, CRC(e3038952) SHA1(c4993167a3782fb09320b4498aefa823c4c50aff) ) |
| 2829 | sc_gldsp_others |
| 2830 | ROM_END |
| 2831 | |
| 2832 | |
| 2833 | |
| 2834 | |
| 2835 | ROM_START( sc5gmclb ) |
| 2836 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2837 | ROM_LOAD16_BYTE( "g95426512.lo", 0x00001, 0x080000, CRC(f5e9e663) SHA1(45761b2c728a97f66cf9aac8fa7203cb34333588) ) |
| 2838 | ROM_LOAD16_BYTE( "g95426513.hi", 0x00000, 0x080000, CRC(d54f139e) SHA1(0afe8d94556de6f885caffee0478acae33001790) ) |
| 2839 | sc_gmclb_others |
| 2840 | ROM_END |
| 2841 | |
| 2842 | ROM_START( sc5gmclba ) |
| 2843 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2844 | ROM_LOAD16_BYTE( "g95426624.lo", 0x00001, 0x080000, CRC(c469ac6a) SHA1(1e2e2465a86910b574621a8a86cc41ec486847aa) ) |
| 2845 | ROM_LOAD16_BYTE( "g95426625.hi", 0x00000, 0x080000, CRC(52ac982d) SHA1(d4c98a02ab9062fc59bbabe81294c105444e7b68) ) |
| 2846 | sc_gmclb_others |
| 2847 | ROM_END |
| 2848 | |
| 2849 | ROM_START( sc5gmclbb ) |
| 2850 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2851 | ROM_LOAD16_BYTE( "g95427512.lo", 0x00001, 0x080000, CRC(642be142) SHA1(0d0791ee38503a7a02c4cc55b04e9ad17a24157b) ) |
| 2852 | ROM_LOAD16_BYTE( "g95427513.hi", 0x00000, 0x080000, CRC(60f1f1b8) SHA1(19e7ea4b6f8f0600dca9727a417953252ac30fbe) ) |
| 2853 | sc_gmclb_others |
| 2854 | ROM_END |
| 2855 | |
| 2856 | ROM_START( sc5gmclbc ) |
| 2857 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2858 | ROM_LOAD16_BYTE( "g95427624.lo", 0x00001, 0x080000, CRC(689fd215) SHA1(706359430fde0cbd8c945d441dc30e3fec4e24d9) ) |
| 2859 | ROM_LOAD16_BYTE( "g95427625.hi", 0x00000, 0x080000, CRC(7df98b6c) SHA1(c7c7f9016d2d56decb6b3ec7a69a678652dcfd50) ) |
| 2860 | sc_gmclb_others |
| 2861 | ROM_END |
| 2862 | |
| 2863 | |
| 2864 | |
| 2865 | |
| 2866 | ROM_START( sc5hirol ) |
| 2867 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2868 | ROM_LOAD16_BYTE( "95416966.lo", 0x00001, 0x080000, CRC(419f71ee) SHA1(b2234a3d43861a6d1a1cb333253e856fd3391282) ) |
| 2869 | ROM_LOAD16_BYTE( "95416967.hi", 0x00000, 0x080000, CRC(ef4c8100) SHA1(7db37ba1ec21dc48fe2514d55dbc19d547f00d16) ) |
| 2870 | sc_hirol_others |
| 2871 | ROM_END |
| 2872 | |
| 2873 | ROM_START( sc5hirola ) |
| 2874 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2875 | ROM_LOAD16_BYTE( "95417966.lo", 0x00001, 0x080000, CRC(86e10937) SHA1(f018062911b5ccd3fbe1776468a25d267fe1133c) ) |
| 2876 | ROM_LOAD16_BYTE( "95417967.hi", 0x00000, 0x080000, CRC(5d340315) SHA1(010721948820e3f429b76e673e180668523b602b) ) |
| 2877 | sc_hirol_others |
| 2878 | ROM_END |
| 2879 | |
| 2880 | ROM_START( sc5hirolb ) |
| 2881 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2882 | ROM_LOAD16_BYTE( "95420608.lo", 0x00001, 0x080000, CRC(0bdced16) SHA1(7421887db6f79314b52be10bb967f8ed6917c340) ) |
| 2883 | ROM_LOAD16_BYTE( "95420609.hi", 0x00000, 0x080000, CRC(8ddfe3f9) SHA1(eba6467ea6c868b1b99f0a771d5be1d049f6f449) ) |
| 2884 | sc_hirol_others |
| 2885 | ROM_END |
| 2886 | |
| 2887 | ROM_START( sc5hirolc ) |
| 2888 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2889 | ROM_LOAD16_BYTE( "95420742.lo", 0x00001, 0x080000, CRC(0bd1af11) SHA1(2d05b19dea9aa1b73a75b8e5b09bb694cb9f647f) ) |
| 2890 | ROM_LOAD16_BYTE( "95420743.hi", 0x00000, 0x080000, CRC(84339062) SHA1(0ff89fc9b397051adcb46056cbcb33ec7d27fbc0) ) |
| 2891 | sc_hirol_others |
| 2892 | ROM_END |
| 2893 | |
| 2894 | ROM_START( sc5hirold ) |
| 2895 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2896 | ROM_LOAD16_BYTE( "95421608.lo", 0x00001, 0x080000, CRC(ea134ae9) SHA1(84b5274d62f724f7711734757ee562b7b4a07a60) ) |
| 2897 | ROM_LOAD16_BYTE( "95421609.hi", 0x00000, 0x080000, CRC(990be37d) SHA1(edd18b2456628bc77b9f1e591ee17da42e51738a) ) |
| 2898 | sc_hirol_others |
| 2899 | ROM_END |
| 2900 | |
| 2901 | ROM_START( sc5hirole ) |
| 2902 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2903 | ROM_LOAD16_BYTE( "95421742.lo", 0x00001, 0x080000, CRC(70e329a7) SHA1(a6b85055849750dd821ca3755f7c8faa1208b42c) ) |
| 2904 | ROM_LOAD16_BYTE( "95421743.hi", 0x00000, 0x080000, CRC(1b75a76a) SHA1(28da05855afc0a67966941dcb5e207fa74161e06) ) |
| 2905 | sc_hirol_others |
| 2906 | ROM_END |
| 2907 | |
| 2908 | |
| 2909 | |
| 2910 | |
| 2911 | ROM_START( sc5hulk ) |
| 2912 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2913 | ROM_LOAD16_BYTE( "95408676.lo", 0x00001, 0x080000, CRC(81ce7644) SHA1(ccf48d494ac8d2ba94b9becbd9ac53d508e7d8aa) ) |
| 2914 | ROM_LOAD16_BYTE( "95408677.hi", 0x00000, 0x080000, CRC(19d75bb8) SHA1(70d223d79ba1cc8a66650dd2df6e5c9ada283600) ) |
| 2915 | sc_hulk_others |
| 2916 | ROM_END |
| 2917 | |
| 2918 | ROM_START( sc5hulka ) |
| 2919 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2920 | ROM_LOAD16_BYTE( "95408678.lo", 0x00001, 0x080000, CRC(8ca8f9ff) SHA1(92b1c5479f53a7b0fbc390020b6702f969f55de3) ) |
| 2921 | ROM_LOAD16_BYTE( "95408679.hi", 0x00000, 0x080000, CRC(50dc05a7) SHA1(e3439285eefd8ca05a5a5610b64f18d0361144e0) ) |
| 2922 | sc_hulk_others |
| 2923 | ROM_END |
| 2924 | |
| 2925 | ROM_START( sc5hulkb ) |
| 2926 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2927 | ROM_LOAD16_BYTE( "95409676.lo", 0x00001, 0x080000, CRC(5299d009) SHA1(5836790581a3de5fd5ba3870bf91c64ee0720af4) ) |
| 2928 | ROM_LOAD16_BYTE( "95409677.hi", 0x00000, 0x080000, CRC(fef3fa32) SHA1(f4223747190ac1bf9b738a3f637213e16fa0c3ee) ) |
| 2929 | sc_hulk_others |
| 2930 | ROM_END |
| 2931 | |
| 2932 | ROM_START( sc5hulkc ) |
| 2933 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2934 | ROM_LOAD16_BYTE( "95409678.lo", 0x00001, 0x080000, CRC(88c7de44) SHA1(f59502eab3f0fff3ac12d6cf802d2a348390a036) ) |
| 2935 | ROM_LOAD16_BYTE( "95409679.hi", 0x00000, 0x080000, CRC(68127cfa) SHA1(c5d016a3716c1e0876a62b2269f5763b2d59c27c) ) |
| 2936 | sc_hulk_others |
| 2937 | ROM_END |
| 2938 | |
| 2939 | ROM_START( sc5hulkd ) |
| 2940 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2941 | ROM_LOAD16_BYTE( "95410538.lo", 0x00001, 0x080000, CRC(d18cdfd1) SHA1(99f71c1cee836fa528d2f15de666119f2a214d83) ) |
| 2942 | ROM_LOAD16_BYTE( "95410539.hi", 0x00000, 0x080000, CRC(54adfa49) SHA1(ac5f680f97d26b31cb9c1f76f08d439def521cd4) ) |
| 2943 | sc_hulk_others |
| 2944 | ROM_END |
| 2945 | |
| 2946 | ROM_START( sc5hulke ) |
| 2947 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2948 | ROM_LOAD16_BYTE( "95410540.lo", 0x00001, 0x080000, CRC(6e31db7b) SHA1(aa8f28353934128142b0d8de92b282060d7ce78f) ) |
| 2949 | ROM_LOAD16_BYTE( "95410541.hi", 0x00000, 0x080000, CRC(f2d7da51) SHA1(706bdb5fc6ecb58304892d309e6c59a2019b05b6) ) |
| 2950 | sc_hulk_others |
| 2951 | ROM_END |
| 2952 | |
| 2953 | ROM_START( sc5hulkf ) |
| 2954 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2955 | ROM_LOAD16_BYTE( "95411538.lo", 0x00001, 0x080000, CRC(00a58cf4) SHA1(322f3f7cb4dc24aca201300ebe84c439c48e5393) ) |
| 2956 | ROM_LOAD16_BYTE( "95411539.hi", 0x00000, 0x080000, CRC(d09bb505) SHA1(eb7f5c7e89a25ea44df2b04c84f193b82a8a135f) ) |
| 2957 | sc_hulk_others |
| 2958 | ROM_END |
| 2959 | |
| 2960 | ROM_START( sc5hulkg ) |
| 2961 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2962 | ROM_LOAD16_BYTE( "95411540.lo", 0x00001, 0x080000, CRC(bf18885e) SHA1(371bb5ed75e9f7d0d85cca5860ce5ee409395277) ) |
| 2963 | ROM_LOAD16_BYTE( "95411541.hi", 0x00000, 0x080000, CRC(76e1951d) SHA1(eef5ebbf647728786b92ababdadb91654a9bfd93) ) |
| 2964 | sc_hulk_others |
| 2965 | ROM_END |
| 2966 | |
| 2967 | ROM_START( sc5hulkh ) |
| 2968 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2969 | ROM_LOAD16_BYTE( "p1405p12.hi", 0x00000, 0x080000, CRC(0ed57cdf) SHA1(6075eef121334801729839b5edf5723ca183214b) ) |
| 2970 | ROM_LOAD16_BYTE( "p1405p12.lo", 0x00001, 0x080000, CRC(3fe9f6f9) SHA1(269944162a76b77249527d9384b5b86da7159b5f) ) |
| 2971 | sc_hulk_others |
| 2972 | ROM_END |
| 2973 | |
| 2974 | ROM_START( sc5hulki ) |
| 2975 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2976 | ROM_LOAD16_BYTE( "p1405s12.hi", 0x00000, 0x080000, CRC(020ef4e7) SHA1(ef2684275fcf5fd1bb7b77169965f803f19b5a73) ) |
| 2977 | ROM_LOAD16_BYTE( "p1405s12.lo", 0x00001, 0x080000, CRC(cfd0d293) SHA1(719b06fb5e10eaf3f7a852c3fff6e403ea505241) ) |
| 2978 | sc_hulk_others |
| 2979 | ROM_END |
| 2980 | |
| 2981 | |
| 2982 | |
| 2983 | |
| 2984 | ROM_START( sc5iab ) |
| 2985 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2986 | ROM_LOAD16_BYTE( "95420322.lo", 0x00001, 0x080000, CRC(921741fa) SHA1(02d8b6974fe21726873381c9ce14503a3c029411) ) |
| 2987 | ROM_LOAD16_BYTE( "95420323.hi", 0x00000, 0x080000, CRC(bc7d1388) SHA1(fedc3035cd5a43b0c878e2ca2bb320a4d23bd497) ) |
| 2988 | sc_iab_others |
| 2989 | ROM_END |
| 2990 | |
| 2991 | |
| 2992 | ROM_START( sc5iaba ) |
| 2993 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 2994 | ROM_LOAD16_BYTE( "95421322.lo", 0x00001, 0x080000, CRC(4b19cb34) SHA1(3c4127ca78cbc1b4d7bfda253b34c0a991bdca0f) ) |
| 2995 | ROM_LOAD16_BYTE( "95421323.hi", 0x00000, 0x080000, CRC(26233a47) SHA1(6ccd7f05a7c24f638423b397d74372074061a2e2) ) |
| 2996 | sc_iab_others |
| 2997 | ROM_END |
| 2998 | |
| 2999 | |
| 3000 | |
| 3001 | |
| 3002 | ROM_START( sc5ijbdo ) |
| 3003 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3004 | ROM_LOAD16_BYTE( "95424446.lo", 0x00001, 0x080000, CRC(49b4b792) SHA1(9ca4d6fb248b8c7fcc4cf1fe09cdafe5b6c0d41f) ) |
| 3005 | ROM_LOAD16_BYTE( "95424447.hi", 0x00000, 0x080000, CRC(fd82fee7) SHA1(eba4ac00f22001d2c40cd426a3f34e03c6880ab1) ) |
| 3006 | sc_ijbdo_others |
| 3007 | ROM_END |
| 3008 | |
| 3009 | ROM_START( sc5ijbdoa ) |
| 3010 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3011 | ROM_LOAD16_BYTE( "95424540.lo", 0x00001, 0x080000, CRC(d4f00854) SHA1(53c703e80264d288afc6437b8849cab746a65460) ) |
| 3012 | ROM_LOAD16_BYTE( "95424541.hi", 0x00000, 0x080000, CRC(970dde6e) SHA1(f83e84a7179f363d946798e1b233e915faa64287) ) |
| 3013 | sc_ijbdo_others |
| 3014 | ROM_END |
| 3015 | |
| 3016 | ROM_START( sc5ijbdob ) |
| 3017 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3018 | ROM_LOAD16_BYTE( "95425446.lo", 0x00001, 0x080000, CRC(61b97ff3) SHA1(56a77ca7453df982d882849ecc2cfc335be1ba58) ) |
| 3019 | ROM_LOAD16_BYTE( "95425447.hi", 0x00000, 0x080000, CRC(e4faf2fc) SHA1(ffb129ebb7211ed1116cf41ed49e1830eb5e17c9) ) |
| 3020 | sc_ijbdo_others |
| 3021 | ROM_END |
| 3022 | |
| 3023 | ROM_START( sc5ijbdoc ) |
| 3024 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3025 | ROM_LOAD16_BYTE( "95425540.lo", 0x00001, 0x080000, CRC(70dd0ea8) SHA1(feece9475d421e02feb74ad2fa6e341e0dc3fe3c) ) |
| 3026 | ROM_LOAD16_BYTE( "95425541.hi", 0x00000, 0x080000, CRC(f684cea2) SHA1(a53ed0d57fb6f7a90bcc66843b1351b15c47243e) ) |
| 3027 | sc_ijbdo_others |
| 3028 | ROM_END |
| 3029 | |
| 3030 | |
| 3031 | |
| 3032 | |
| 3033 | ROM_START( sc5kingx ) |
| 3034 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3035 | ROM_LOAD16_BYTE( "95416616.lo", 0x00001, 0x080000, CRC(dcd5b5fd) SHA1(b161f50030e71e5a57dadea3cf6980f57bbdcc27) ) |
| 3036 | ROM_LOAD16_BYTE( "95416617.hi", 0x00000, 0x080000, CRC(fbe8024c) SHA1(7dd1741381f715d5bd6b3ee2626015033baf67bb) ) |
| 3037 | sc_kingx_others |
| 3038 | ROM_END |
| 3039 | |
| 3040 | ROM_START( sc5kingxa ) |
| 3041 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3042 | ROM_LOAD16_BYTE( "95417616.lo", 0x00001, 0x080000, CRC(52cd059d) SHA1(4e15cfefcd37e02a5dd97b53fd687b5b0294d9ca) ) |
| 3043 | ROM_LOAD16_BYTE( "95417617.hi", 0x00000, 0x080000, CRC(026afaf4) SHA1(902bcd07001788140a0b1b284c5b63bcc18d729b) ) |
| 3044 | sc_kingx_others |
| 3045 | ROM_END |
| 3046 | |
| 3047 | ROM_START( sc5kingxb ) |
| 3048 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3049 | ROM_LOAD16_BYTE( "95420278.lo", 0x00001, 0x080000, CRC(b999edc6) SHA1(a3a228f93ec0fcdde6450877edb62208cc804608) ) |
| 3050 | ROM_LOAD16_BYTE( "95420279.hi", 0x00000, 0x080000, CRC(a7853b5e) SHA1(483ca0e9df84703e17d38f5b0470ab9f88418f33) ) |
| 3051 | sc_kingx_others |
| 3052 | ROM_END |
| 3053 | |
| 3054 | ROM_START( sc5kingxc ) |
| 3055 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3056 | ROM_LOAD16_BYTE( "95420280.lo", 0x00001, 0x080000, CRC(371f9cea) SHA1(24c7398daae3c3f63cba293e72dc5f17aaebf069) ) |
| 3057 | ROM_LOAD16_BYTE( "95420281.hi", 0x00000, 0x080000, CRC(41a9ecff) SHA1(5874f0488007fe0514d749b2fa30d96804825c54) ) |
| 3058 | sc_kingx_others |
| 3059 | ROM_END |
| 3060 | |
| 3061 | ROM_START( sc5kingxd ) |
| 3062 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3063 | ROM_LOAD16_BYTE( "95421278.lo", 0x00001, 0x080000, CRC(b109a07c) SHA1(529b34927afee94b38ca4bdb7baf63396f12dc1f) ) |
| 3064 | ROM_LOAD16_BYTE( "95421279.hi", 0x00000, 0x080000, CRC(566cc152) SHA1(c2d90c35597732b566de5c7fdb2cb42889836485) ) |
| 3065 | sc_kingx_others |
| 3066 | ROM_END |
| 3067 | |
| 3068 | ROM_START( sc5kingxe ) |
| 3069 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3070 | ROM_LOAD16_BYTE( "95421280.lo", 0x00001, 0x080000, CRC(573270d1) SHA1(cb4d14979144499455baf484e3d3e52a5bb9d3e2) ) |
| 3071 | ROM_LOAD16_BYTE( "95421281.hi", 0x00000, 0x080000, CRC(ec960391) SHA1(5ac06e9db72da0b1817b034d9f7855e19a0992a6) ) |
| 3072 | sc_kingx_others |
| 3073 | ROM_END |
| 3074 | |
| 3075 | |
| 3076 | |
| 3077 | |
| 3078 | |
| 3079 | |
| 3080 | ROM_START( sc5monky ) |
| 3081 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3082 | ROM_LOAD16_BYTE( "95420550.lo", 0x00001, 0x080000, CRC(763c83de) SHA1(6a6e899536ed181ec8a87013760a3688f3f90281) ) |
| 3083 | ROM_LOAD16_BYTE( "95420551.hi", 0x00000, 0x080000, CRC(c1e93f0c) SHA1(5e2d9a6440f996b1075f38850140c2d4fe64c18b) ) |
| 3084 | sc_monky_others |
| 3085 | ROM_END |
| 3086 | |
| 3087 | ROM_START( sc5monkya ) |
| 3088 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3089 | ROM_LOAD16_BYTE( "95421550.lo", 0x00001, 0x080000, CRC(7fb82da1) SHA1(c5667ec3c0c764dc2905f9588c0e5474da8405b6) ) |
| 3090 | ROM_LOAD16_BYTE( "95421551.hi", 0x00000, 0x080000, CRC(fb6159c1) SHA1(2123db922c0b37e1863fd5ab196124d701b3bfe7) ) |
| 3091 | sc_monky_others |
| 3092 | ROM_END |
| 3093 | |
| 3094 | |
| 3095 | |
| 3096 | |
| 3097 | ROM_START( sc5mobob ) |
| 3098 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3099 | ROM_LOAD16_BYTE( "95426614.lo", 0x00001, 0x080000, CRC(338cfeb2) SHA1(16fbc219fba8b4667ba217167953301b4079731f) ) |
| 3100 | ROM_LOAD16_BYTE( "95426615.hi", 0x00000, 0x080000, CRC(8b4b25f6) SHA1(bbaf7a977506f2d55a72b08f0c6fc854837552f8) ) |
| 3101 | sc_mobob_others |
| 3102 | ROM_END |
| 3103 | |
| 3104 | ROM_START( sc5moboba ) |
| 3105 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3106 | ROM_LOAD16_BYTE( "95426630.lo", 0x00001, 0x080000, CRC(2614eff3) SHA1(74c3487dfa348d2f137100379f1ceb511570b91c) ) |
| 3107 | ROM_LOAD16_BYTE( "95426631.hi", 0x00000, 0x080000, CRC(2e254ca7) SHA1(0722a7dc44d2839feff22ccff33f396fd1e5cba0) ) |
| 3108 | sc_mobob_others |
| 3109 | ROM_END |
| 3110 | |
| 3111 | ROM_START( sc5mobobb ) |
| 3112 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3113 | ROM_LOAD16_BYTE( "95426658.lo", 0x00001, 0x080000, CRC(709e313b) SHA1(9730b4efd4da2ea978e49020a43f3554824c1a23) ) |
| 3114 | ROM_LOAD16_BYTE( "95426659.hi", 0x00000, 0x080000, CRC(e0542cd2) SHA1(19730918c8ab3c5fe7a9d9fdcc4e3e491cd4046a) ) |
| 3115 | sc_mobob_others |
| 3116 | ROM_END |
| 3117 | |
| 3118 | ROM_START( sc5mobobc ) |
| 3119 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3120 | ROM_LOAD16_BYTE( "95426812.lo", 0x00001, 0x080000, CRC(f140a579) SHA1(c0255ba637c0e5a67472c6dfa1e282078bcac92d) ) |
| 3121 | ROM_LOAD16_BYTE( "95426813.hi", 0x00000, 0x080000, CRC(adfd1181) SHA1(013dc9ac8942170173099e51cb08290462033737) ) |
| 3122 | sc_mobob_others |
| 3123 | ROM_END |
| 3124 | |
| 3125 | ROM_START( sc5mobobd ) |
| 3126 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3127 | ROM_LOAD16_BYTE( "95427614.lo", 0x00001, 0x080000, CRC(b090aa6c) SHA1(5cefb3e35d3e3ecff43e342f7e31de7c7c6eabf9) ) |
| 3128 | ROM_LOAD16_BYTE( "95427615.hi", 0x00000, 0x080000, CRC(95348c58) SHA1(637fdbf6d4ebb48e754f40efa70caf0cd8367086) ) |
| 3129 | sc_mobob_others |
| 3130 | ROM_END |
| 3131 | |
| 3132 | ROM_START( sc5mobobe ) |
| 3133 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3134 | ROM_LOAD16_BYTE( "95427630.lo", 0x00001, 0x080000, CRC(bd853224) SHA1(424836ac6dcf9cac1187361156717447f9f90fdd) ) |
| 3135 | ROM_LOAD16_BYTE( "95427631.hi", 0x00000, 0x080000, CRC(25f09e39) SHA1(97a5f905715d63f595e1d5d95a805e33e6d54109) ) |
| 3136 | sc_mobob_others |
| 3137 | ROM_END |
| 3138 | |
| 3139 | ROM_START( sc5mobobf ) |
| 3140 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3141 | ROM_LOAD16_BYTE( "95427658.lo", 0x00001, 0x080000, CRC(bd0d09ea) SHA1(ebe2b1ce28ef7ba6ec0dd99a92cbe3abbcf5b0ec) ) |
| 3142 | ROM_LOAD16_BYTE( "95427659.hi", 0x00000, 0x080000, CRC(c1641c9e) SHA1(cc3f1e3a39ac88043216fd677c047201b7e1fb38) ) |
| 3143 | sc_mobob_others |
| 3144 | ROM_END |
| 3145 | |
| 3146 | ROM_START( sc5mobobg ) |
| 3147 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3148 | ROM_LOAD16_BYTE( "95427812.lo", 0x00001, 0x080000, CRC(ad3df75c) SHA1(cd9988b2c9bd19b39efd3bf2dc5def3053094835) ) |
| 3149 | ROM_LOAD16_BYTE( "95427813.hi", 0x00000, 0x080000, CRC(310e0cec) SHA1(533cfef424fa3e4f0182a308c826d7f35a314270) ) |
| 3150 | sc_mobob_others |
| 3151 | ROM_END |
| 3152 | |
| 3153 | ROM_START( sc5mobobh ) |
| 3154 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3155 | ROM_LOAD16_BYTE( "p3307p71.hi", 0x00000, 0x080000, CRC(d234205a) SHA1(65d3bb4b1a3baa4eec9c89268c27b3f346bcb18e) ) |
| 3156 | ROM_LOAD16_BYTE( "p3307p71.lo", 0x00001, 0x080000, CRC(7668f4f1) SHA1(82d78e8336fe409dd2ae3fe0637b9ba7116662a0) ) |
| 3157 | sc_mobob_others |
| 3158 | ROM_END |
| 3159 | |
| 3160 | ROM_START( sc5mobobi ) |
| 3161 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3162 | ROM_LOAD16_BYTE( "p3307s71.hi", 0x00000, 0x080000, CRC(5a6be577) SHA1(ecae25998e9374b1b65a5f23aa7d7344eb5c3c2f) ) |
| 3163 | ROM_LOAD16_BYTE( "p3307s71.lo", 0x00001, 0x080000, CRC(154694d5) SHA1(5f721cf84e78acccb41d41474796bc2ef49b363c) ) |
| 3164 | sc_mobob_others |
| 3165 | ROM_END |
| 3166 | |
| 3167 | |
| 3168 | |
| 3169 | |
| 3170 | ROM_START( sc5mogta ) |
| 3171 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3172 | ROM_LOAD16_BYTE( "p3504s72.hi", 0x00000, 0x080000, CRC(684fe38d) SHA1(4fde491734acca1bd02e75f4cf2ae467ad6e62c0) ) |
| 3173 | ROM_LOAD16_BYTE( "p3504s72.lo", 0x00001, 0x080000, CRC(2bbe91ad) SHA1(fbad244458d20dc95dc19d5fc19401adbdfd3f09) ) |
| 3174 | sc_mogta_others |
| 3175 | ROM_END |
| 3176 | |
| 3177 | ROM_START( sc5mogtaa ) |
| 3178 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3179 | ROM_LOAD16_BYTE( "p3504p71.hi", 0x00000, 0x080000, CRC(ee41fba9) SHA1(3bb177a197155628aa356a4eb632e7e80d74c954) ) |
| 3180 | ROM_LOAD16_BYTE( "p3504p71.lo", 0x00001, 0x080000, CRC(3d0681d4) SHA1(8e3b5ab249dd7d93ad6751ae31fbd5d89537e66e) ) |
| 3181 | sc_mogta_others |
| 3182 | ROM_END |
| 3183 | |
| 3184 | ROM_START( sc5mogtab ) |
| 3185 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3186 | ROM_LOAD16_BYTE( "p3504p72.hi", 0x00000, 0x080000, CRC(79828a85) SHA1(672e5b5c683746e4872d17ea61ff39e0ad591824) ) |
| 3187 | ROM_LOAD16_BYTE( "p3504p72.lo", 0x00001, 0x080000, CRC(484ef5a4) SHA1(f8822470bbbc289e93a61622eeefa12e3ddb9fac) ) |
| 3188 | sc_mogta_others |
| 3189 | ROM_END |
| 3190 | |
| 3191 | ROM_START( sc5mogtac ) |
| 3192 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3193 | ROM_LOAD16_BYTE( "p3504s71.hi", 0x00000, 0x080000, CRC(3edc6b86) SHA1(d69294423623ab5fbd5c1889742bc5aa830cb8db) ) |
| 3194 | ROM_LOAD16_BYTE( "p3504s71.lo", 0x00001, 0x080000, CRC(ec028348) SHA1(491461e59a7b5addd044ce48187e2c7e3c1e9b8d) ) |
| 3195 | sc_mogta_others |
| 3196 | ROM_END |
| 3197 | |
| 3198 | ROM_START( sc5mogtad ) |
| 3199 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3200 | ROM_LOAD16_BYTE( "p3504p73.lo", 0x000001, 0x080000, CRC(ae721104) SHA1(ed04ee90f22120dc6a0bbc9459290bde0788d215) ) |
| 3201 | ROM_LOAD16_BYTE( "p3504p73.hi", 0x000000, 0x080000, CRC(07023faf) SHA1(f925c4835786c58590c3f1a8d40bd5faf6ac08bb) ) |
| 3202 | sc_mogta_others |
| 3203 | ROM_END |
| 3204 | |
| 3205 | ROM_START( sc5mogtae ) |
| 3206 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3207 | ROM_LOAD16_BYTE( "p3504s73.lo", 0x000001, 0x080000, CRC(197fb0cc) SHA1(565e7fa259f2c6fbd4425813afd377cc296a57f5) ) |
| 3208 | ROM_LOAD16_BYTE( "p3504s73.hi", 0x000000, 0x080000, CRC(cd8eb46e) SHA1(196febe6ddd7dcd27271aed05da4c22502580900) ) |
| 3209 | sc_mogta_others |
| 3210 | ROM_END |
| 3211 | |
| 3212 | ROM_START( sc5momil ) |
| 3213 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3214 | ROM_LOAD16_BYTE( "95426544.lo", 0x00001, 0x080000, CRC(a6bbb93c) SHA1(57803fd6647ab5ff789c301e6d0079bb168eb0ca) ) |
| 3215 | ROM_LOAD16_BYTE( "95426545.hi", 0x00000, 0x080000, CRC(c900531f) SHA1(e996e262c29e002420304fba903793b05bcfae75) ) |
| 3216 | sc_momil_others |
| 3217 | ROM_END |
| 3218 | |
| 3219 | ROM_START( sc5momila ) |
| 3220 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3221 | ROM_LOAD16_BYTE( "95426712.lo", 0x00001, 0x080000, CRC(32d5015a) SHA1(a2638aaa04abb4ec6d900af4b5a6423ec0309016) ) |
| 3222 | ROM_LOAD16_BYTE( "95426713.hi", 0x00000, 0x080000, CRC(f2750c3f) SHA1(1383adb9940db84dbe9b607171599d26dba482b6) ) |
| 3223 | sc_momil_others |
| 3224 | ROM_END |
| 3225 | |
| 3226 | ROM_START( sc5momilb ) |
| 3227 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3228 | ROM_LOAD16_BYTE( "95427544.lo", 0x00001, 0x080000, CRC(9d3de68b) SHA1(813e853ebe67d0a3459de1572faf8d7d6543958a) ) |
| 3229 | ROM_LOAD16_BYTE( "95427545.hi", 0x00000, 0x080000, CRC(c8a608d8) SHA1(823fe352d7b2a50270e93f70b42faa0c634902cf) ) |
| 3230 | sc_momil_others |
| 3231 | ROM_END |
| 3232 | |
| 3233 | ROM_START( sc5momilc ) |
| 3234 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3235 | ROM_LOAD16_BYTE( "95427712.lo", 0x00001, 0x080000, CRC(ba917e8e) SHA1(ab5f10cc4819fa7a10436cf53d19dfe22490fad3) ) |
| 3236 | ROM_LOAD16_BYTE( "95427713.hi", 0x00000, 0x080000, CRC(4021322b) SHA1(27c9fe7133e594e901dd086c28e1346bb44d8208) ) |
| 3237 | sc_momil_others |
| 3238 | ROM_END |
| 3239 | |
| 3240 | ROM_START( sc5momild ) |
| 3241 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3242 | ROM_LOAD16_BYTE( "p3311p71.hi", 0x00000, 0x080000, CRC(06ed3a17) SHA1(ab7c625b03eb1c401d167a44ee6c35beef7e488d) ) |
| 3243 | ROM_LOAD16_BYTE( "p3311p71.lo", 0x00001, 0x080000, CRC(2a7ef03f) SHA1(94c8fb7369a61ed69a95cef1904e194bcfe083c3) ) |
| 3244 | sc_momil_others |
| 3245 | ROM_END |
| 3246 | |
| 3247 | ROM_START( sc5momile ) |
| 3248 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3249 | ROM_LOAD16_BYTE( "p3311s71.hi", 0x00000, 0x080000, CRC(f3a892ce) SHA1(a97c20568bb65442e97ca6761aa0cd80d81f957e) ) |
| 3250 | ROM_LOAD16_BYTE( "p3311s71.lo", 0x00001, 0x080000, CRC(e56d477a) SHA1(883d7749d2bd10e53743379eb8b2e0bac7d91098) ) |
| 3251 | sc_momil_others |
| 3252 | ROM_END |
| 3253 | |
| 3254 | |
| 3255 | |
| 3256 | |
| 3257 | ROM_START( sc5mombc ) |
| 3258 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3259 | ROM_LOAD16_BYTE( "95418604.lo", 0x00001, 0x080000, CRC(07c5b10d) SHA1(950d9527bf7a981b36afddab5e6f24391cd55a06) ) |
| 3260 | ROM_LOAD16_BYTE( "95418605.hi", 0x00000, 0x080000, CRC(7d64a83e) SHA1(56494f9ad62dd53c6b828a09cb5e5eee39be803f) ) |
| 3261 | sc_mombc_others |
| 3262 | ROM_END |
| 3263 | |
| 3264 | ROM_START( sc5mombca ) |
| 3265 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3266 | ROM_LOAD16_BYTE( "95419604.lo", 0x000001, 0x080000, CRC(99a9a023) SHA1(0c99fe60cc73dd48a3acfc867788b39cdb532be2) ) |
| 3267 | ROM_LOAD16_BYTE( "95419605.hi", 0x000000, 0x080000, CRC(8d4650c8) SHA1(9bcac2cdc68d0aea298dd35566a1f8c753c2dde3) ) |
| 3268 | sc_mombc_others |
| 3269 | ROM_END |
| 3270 | |
| 3271 | ROM_START( sc5mombcb ) |
| 3272 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3273 | ROM_LOAD16_BYTE( "95422128.lo", 0x000001, 0x080000, CRC(42e8d983) SHA1(4c87ee213eb91dc4fa73cdb573d082588a7cf78c) ) |
| 3274 | ROM_LOAD16_BYTE( "95422129.hi", 0x000000, 0x080000, CRC(9509479e) SHA1(3866b50d9815fe02cdb240c489ca41e42cf96653) ) |
| 3275 | sc_mombc_others |
| 3276 | ROM_END |
| 3277 | |
| 3278 | ROM_START( sc5mombcc ) |
| 3279 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3280 | ROM_LOAD16_BYTE( "95423128.lo", 0x000001, 0x080000, CRC(468c0b82) SHA1(c3d03fd61d7f2ab60de81ed2e0d8797dd4bd4e08) ) |
| 3281 | ROM_LOAD16_BYTE( "95423129.hi", 0x000000, 0x080000, CRC(d4a0181f) SHA1(a4cb64a9871db9c1d1118082d34d8a41f3bfdeba) ) |
| 3282 | sc_mombc_others |
| 3283 | ROM_END |
| 3284 | |
| 3285 | |
| 3286 | ROM_START( sc5moms ) |
| 3287 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3288 | ROM_LOAD16_BYTE( "95424616.lo", 0x00001, 0x080000, CRC(ae4363d4) SHA1(f1fa2832f1b2a65bcfa7640d0625e4f7f4708b7b) ) |
| 3289 | ROM_LOAD16_BYTE( "95424617.hi", 0x00000, 0x080000, CRC(47e09bd9) SHA1(cea5735ee872a488aac73a3cb3718a06e3ab3cfb) ) |
| 3290 | sc_moms_others |
| 3291 | ROM_END |
| 3292 | |
| 3293 | ROM_START( sc5momsa ) |
| 3294 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3295 | ROM_LOAD16_BYTE( "95424640.lo", 0x00001, 0x080000, CRC(3be74882) SHA1(8cffcdd874da49eebc766922b4b7118b79fe993e) ) |
| 3296 | ROM_LOAD16_BYTE( "95424641.hi", 0x00000, 0x080000, CRC(bb291d3b) SHA1(7ae49b2fe2a028389ddd1054f6ee24ddfd5d922f) ) |
| 3297 | sc_moms_others |
| 3298 | ROM_END |
| 3299 | |
| 3300 | ROM_START( sc5momsb ) |
| 3301 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3302 | ROM_LOAD16_BYTE( "95424642.lo", 0x00001, 0x080000, CRC(53d95c00) SHA1(1dedc0fd19c12b4f777b1ce5b09316e61c472e06) ) |
| 3303 | ROM_LOAD16_BYTE( "95424643.hi", 0x00000, 0x080000, CRC(24572033) SHA1(6097cbf9de056b0d621696c0b872d8d787c5c329) ) |
| 3304 | sc_moms_others |
| 3305 | ROM_END |
| 3306 | |
| 3307 | ROM_START( sc5momsc ) |
| 3308 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3309 | ROM_LOAD16_BYTE( "95425616.lo", 0x00001, 0x080000, CRC(63d60ce1) SHA1(b4b0af64672f79e7e002a4500cc6ccd4fd677eb7) ) |
| 3310 | ROM_LOAD16_BYTE( "95425617.hi", 0x00000, 0x080000, CRC(a4a6129b) SHA1(338613573fc606a52bb7bd856806e28ca156e84f) ) |
| 3311 | sc_moms_others |
| 3312 | ROM_END |
| 3313 | |
| 3314 | ROM_START( sc5momsd ) |
| 3315 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3316 | ROM_LOAD16_BYTE( "95425640.lo", 0x00001, 0x080000, CRC(a33c4242) SHA1(a5b1e7e6affe77895d6662f27690266e02becb3c) ) |
| 3317 | ROM_LOAD16_BYTE( "95425641.hi", 0x00000, 0x080000, CRC(4f1772a4) SHA1(acaf47b3e896cf4e624f7dc7df65c10220227e1a) ) |
| 3318 | sc_moms_others |
| 3319 | ROM_END |
| 3320 | |
| 3321 | ROM_START( sc5momse ) |
| 3322 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3323 | ROM_LOAD16_BYTE( "95425642.lo", 0x00001, 0x080000, CRC(e5158548) SHA1(d120a09553b5d7df1b140139f4d4f999f7e773b5) ) |
| 3324 | ROM_LOAD16_BYTE( "95425643.hi", 0x00000, 0x080000, CRC(1f307939) SHA1(b091d3cc55235aa3389d0b3fdc0ca5fa78d13285) ) |
| 3325 | sc_moms_others |
| 3326 | ROM_END |
| 3327 | |
| 3328 | |
| 3329 | |
| 3330 | ROM_START( sc5mopl ) |
| 3331 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3332 | ROM_LOAD16_BYTE( "p3408p71.hi", 0x00000, 0x080000, CRC(cf33ba2b) SHA1(be9cfb797f3d6983e26be362f108dbefff8b6cf2) ) |
| 3333 | ROM_LOAD16_BYTE( "p3408p71.lo", 0x00001, 0x080000, CRC(022074a5) SHA1(88d67b1294621feb1e79461fd0f20c8c6b14e547) ) |
| 3334 | sc_mopl_others |
| 3335 | ROM_END |
| 3336 | |
| 3337 | ROM_START( sc5mopla ) |
| 3338 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3339 | ROM_LOAD16_BYTE( "p3408p72.hi", 0x00000, 0x080000, CRC(9d8b4f48) SHA1(78eed5283d20fd58f58d773ffc5bf4c709034bd0) ) |
| 3340 | ROM_LOAD16_BYTE( "p3408p72.lo", 0x00001, 0x080000, CRC(7f318753) SHA1(99f37daee34a5b69b0245b63425012f2c991f415) ) |
| 3341 | sc_mopl_others |
| 3342 | ROM_END |
| 3343 | |
| 3344 | ROM_START( sc5moplb ) |
| 3345 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3346 | ROM_LOAD16_BYTE( "p3408s71.hi", 0x00000, 0x080000, CRC(b630cc98) SHA1(b03b222afc4657b22f5ff0ae7c054de799d642ff) ) |
| 3347 | ROM_LOAD16_BYTE( "p3408s71.lo", 0x00001, 0x080000, CRC(9ec19fc1) SHA1(17f90b4b8077c69c0c549b4c7a07e9eb8209200a) ) |
| 3348 | sc_mopl_others |
| 3349 | ROM_END |
| 3350 | |
| 3351 | ROM_START( sc5moplc ) |
| 3352 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3353 | ROM_LOAD16_BYTE( "p3408s72.hi", 0x00000, 0x080000, CRC(1e0bc7d6) SHA1(9b999e9be6ecc6b1557ea755928af421046776c4) ) |
| 3354 | ROM_LOAD16_BYTE( "p3408s72.lo", 0x00001, 0x080000, CRC(bc529040) SHA1(7262ca69f8fb1e7301d6af73eb44518dedfdb59b) ) |
| 3355 | sc_mopl_others |
| 3356 | ROM_END |
| 3357 | |
| 3358 | ROM_START( sc5mopld ) |
| 3359 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3360 | ROM_LOAD16_BYTE( "95426886.lo", 0x000001, 0x080000, CRC(bf47bba5) SHA1(b07a306f9f26aa1ce49e028b17c278430bd50ed0) ) |
| 3361 | ROM_LOAD16_BYTE( "95426887.hi", 0x000000, 0x080000, CRC(ee3ce2ea) SHA1(933d997bae571cc484698e205a24231909496477) ) |
| 3362 | sc_mopl_others |
| 3363 | ROM_END |
| 3364 | |
| 3365 | ROM_START( sc5mople ) |
| 3366 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3367 | ROM_LOAD16_BYTE( "95426942.lo", 0x000001, 0x080000, CRC(de0643d4) SHA1(7f8b09a67f1a2b75407835abe567a655e63e94cf) ) |
| 3368 | ROM_LOAD16_BYTE( "95426943.hi", 0x000000, 0x080000, CRC(f9508322) SHA1(cb0d723b90be946f331ddb96f0f6a065123ecd5f) ) |
| 3369 | sc_mopl_others |
| 3370 | ROM_END |
| 3371 | |
| 3372 | ROM_START( sc5moplf ) |
| 3373 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3374 | ROM_LOAD16_BYTE( "95427886.lo", 0x000001, 0x080000, CRC(401cd5a4) SHA1(bc5ef219a2c64e5729a0f97080d3ba80272c5e90) ) |
| 3375 | ROM_LOAD16_BYTE( "95427887.hi", 0x000000, 0x080000, CRC(ebe9dea6) SHA1(4b28f48f393e52afb4da45f38c27d2c43e69fc52) ) |
| 3376 | sc_mopl_others |
| 3377 | ROM_END |
| 3378 | |
| 3379 | ROM_START( sc5moplg ) |
| 3380 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3381 | ROM_LOAD16_BYTE( "95427942.lo", 0x000001, 0x080000, CRC(4dcff7b0) SHA1(0e8772ed9e7aed3dab1981a22d9893ff03768e72) ) |
| 3382 | ROM_LOAD16_BYTE( "95427943.hi", 0x000000, 0x080000, CRC(93656b48) SHA1(42145d6a5b1b8ba3c7c69dbf57fb74c0b1c367bb) ) |
| 3383 | sc_mopl_others |
| 3384 | ROM_END |
| 3385 | |
| 3386 | ROM_START( sc5mor2r ) |
| 3387 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3388 | ROM_LOAD16_BYTE( "95424484.lo", 0x00001, 0x080000, CRC(9e1253c8) SHA1(5d3387e21bb22e68babe2ba5ee5cd0087d9d3af7) ) |
| 3389 | ROM_LOAD16_BYTE( "95424485.hi", 0x00000, 0x080000, CRC(535b57dc) SHA1(a505731f4fd541501da192f6df6dee1548855416) ) |
| 3390 | sc_mor2r_others |
| 3391 | ROM_END |
| 3392 | |
| 3393 | ROM_START( sc5mor2ra ) |
| 3394 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3395 | ROM_LOAD16_BYTE( "95425484.lo", 0x00001, 0x080000, CRC(443db88e) SHA1(d3e7702c7d588e0862c68afbc0d3ac8284b9ccbb) ) |
| 3396 | ROM_LOAD16_BYTE( "95425485.hi", 0x00000, 0x080000, CRC(66220c17) SHA1(ffb645b0c2ecedf2a328fd3b1a1f95b538d359e1) ) |
| 3397 | sc_mor2r_others |
| 3398 | ROM_END |
| 3399 | |
| 3400 | |
| 3401 | |
| 3402 | |
| 3403 | ROM_START( sc5monwa ) |
| 3404 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3405 | ROM_LOAD16_BYTE( "95424588.lo", 0x00001, 0x080000, CRC(55a1a299) SHA1(483d0fcaf17acc5e6911acd1410f660fddbb8f70) ) |
| 3406 | ROM_LOAD16_BYTE( "95424589.hi", 0x00000, 0x080000, CRC(409a7d42) SHA1(599affd706d261f2d3cafd52a3701407d47dde7b) ) |
| 3407 | sc_monwa_others |
| 3408 | ROM_END |
| 3409 | |
| 3410 | ROM_START( sc5monwaa ) |
| 3411 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3412 | ROM_LOAD16_BYTE( "95425588.lo", 0x00001, 0x080000, CRC(6f7f5a26) SHA1(8fa14415d94089d7cc1d0dc0bd20d7e766c9ec5b) ) |
| 3413 | ROM_LOAD16_BYTE( "95425589.hi", 0x00000, 0x080000, CRC(3ebe5f6a) SHA1(e4fdd750d81e06a6cd064980d0dac840013bad4f) ) |
| 3414 | sc_monwa_others |
| 3415 | ROM_END |
| 3416 | |
| 3417 | |
| 3418 | |
| 3419 | |
| 3420 | ROM_START( sc5cmcob ) |
| 3421 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3422 | ROM_LOAD16_BYTE( "95424608.lo", 0x00001, 0x080000, CRC(277b6ac5) SHA1(834a18b67728774aece6595cc57fb00917f826d8) ) |
| 3423 | ROM_LOAD16_BYTE( "95424609.hi", 0x00000, 0x080000, CRC(f4ef6f33) SHA1(4b70c86845f8761784e3703e608ff081968bb632) ) |
| 3424 | sc_cmcob_others |
| 3425 | ROM_END |
| 3426 | |
| 3427 | ROM_START( sc5cmcoba ) |
| 3428 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3429 | ROM_LOAD16_BYTE( "95424610.lo", 0x00001, 0x080000, CRC(41fa3ebf) SHA1(2386f28741feb2c11edba5a34199ec926e63010d) ) |
| 3430 | ROM_LOAD16_BYTE( "95424611.hi", 0x00000, 0x080000, CRC(c9a25750) SHA1(ad0c6f534b59b593a3a7ae9389d0f57f7147b7d7) ) |
| 3431 | sc_cmcob_others |
| 3432 | ROM_END |
| 3433 | |
| 3434 | ROM_START( sc5cmcobb ) |
| 3435 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3436 | ROM_LOAD16_BYTE( "95425608.lo", 0x00001, 0x080000, CRC(26093186) SHA1(cb8343804cb5bc932dfb6f256bc80e07fabc7dd7) ) |
| 3437 | ROM_LOAD16_BYTE( "95425609.hi", 0x00000, 0x080000, CRC(57ea57fd) SHA1(a5dae0e11f0aaa170a8e288116fe8f5440cad5af) ) |
| 3438 | sc_cmcob_others |
| 3439 | ROM_END |
| 3440 | |
| 3441 | ROM_START( sc5cmcobc ) |
| 3442 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3443 | ROM_LOAD16_BYTE( "95425610.lo", 0x00001, 0x080000, CRC(fa6d1e11) SHA1(85449a56c05c6a14dab609a9cc3ebea5f4c2d614) ) |
| 3444 | ROM_LOAD16_BYTE( "95425611.hi", 0x00000, 0x080000, CRC(00a16611) SHA1(8b7eb5ad71e6ab76f1ed0f6fc82dbbad76455052) ) |
| 3445 | sc_cmcob_others |
| 3446 | ROM_END |
| 3447 | |
| 3448 | |
| 3449 | |
| 3450 | |
| 3451 | ROM_START( sc5nunsb ) |
| 3452 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3453 | ROM_LOAD16_BYTE( "95420446.lo", 0x00001, 0x080000, CRC(27a45977) SHA1(1e15a814fc99f4d749929f569b61f1e241cf8f91) ) |
| 3454 | ROM_LOAD16_BYTE( "95420447.hi", 0x00000, 0x080000, CRC(b8a8fb4f) SHA1(e7792a60355f3b5ebb03b71ea1009b982ba4fab5) ) |
| 3455 | sc_nunsb_others |
| 3456 | ROM_END |
| 3457 | |
| 3458 | |
| 3459 | ROM_START( sc5rainb ) |
| 3460 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3461 | ROM_LOAD16_BYTE( "p3315p71.hi", 0x00000, 0x080000, CRC(3afa32d9) SHA1(8e3005715388fceb3c1deba02d78433ddd838f0f) ) |
| 3462 | ROM_LOAD16_BYTE( "p3315p71.lo", 0x00001, 0x080000, CRC(67d8604e) SHA1(ecdb9e296a3daf89c2309ca9544f4f0bb845b710) ) |
| 3463 | sc_rainb_others |
| 3464 | ROM_END |
| 3465 | |
| 3466 | ROM_START( sc5rainba ) |
| 3467 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3468 | ROM_LOAD16_BYTE( "p3315p72.hi", 0x00000, 0x080000, CRC(29bed5f5) SHA1(e33cc0dd671c2dd14ac7ed639c9b4cb71b8a1906) ) |
| 3469 | ROM_LOAD16_BYTE( "p3315p72.lo", 0x00001, 0x080000, CRC(81b3d9b0) SHA1(fde847ea6c27ce823cc04c90889a1bfa62a21e5e) ) |
| 3470 | sc_rainb_others |
| 3471 | ROM_END |
| 3472 | |
| 3473 | ROM_START( sc5rainbb ) |
| 3474 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3475 | ROM_LOAD16_BYTE( "p3315p73.hi", 0x00000, 0x080000, CRC(f8a3f3aa) SHA1(7ef80e13ad44b01cede0d5ff347ae041a8b90db2) ) |
| 3476 | ROM_LOAD16_BYTE( "p3315p73.lo", 0x00001, 0x080000, CRC(66e9ca49) SHA1(413c9035b9bc59c915c54ce976d78d8ccac95a39) ) |
| 3477 | sc_rainb_others |
| 3478 | ROM_END |
| 3479 | |
| 3480 | ROM_START( sc5rainbc ) |
| 3481 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3482 | ROM_LOAD16_BYTE( "p3315s71.hi", 0x00000, 0x080000, CRC(19bc7f67) SHA1(905640b12821cfb2d367f33e1878660b1368b275) ) |
| 3483 | ROM_LOAD16_BYTE( "p3315s71.lo", 0x00001, 0x080000, CRC(f1dd2f9e) SHA1(5b75afdcdefbd29380d320980a1cf48bb8aa3a01) ) |
| 3484 | sc_rainb_others |
| 3485 | ROM_END |
| 3486 | |
| 3487 | ROM_START( sc5rainbd ) |
| 3488 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3489 | ROM_LOAD16_BYTE( "p3315s72.hi", 0x00000, 0x080000, CRC(9162a00e) SHA1(79965056fbb9be15a3c7cd6eaac578d41ce84d2e) ) |
| 3490 | ROM_LOAD16_BYTE( "p3315s72.lo", 0x00001, 0x080000, CRC(ee57ffd7) SHA1(85ee352f6d116abb6cbb41c790599b2d3a0d6563) ) |
| 3491 | sc_rainb_others |
| 3492 | ROM_END |
| 3493 | |
| 3494 | ROM_START( sc5rainbe ) |
| 3495 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3496 | ROM_LOAD16_BYTE( "p3315s73.hi", 0x00000, 0x080000, CRC(3c4d9c5d) SHA1(c71792e08a5b5acad008d7119e0f889e04ee3a2f) ) |
| 3497 | ROM_LOAD16_BYTE( "p3315s73.lo", 0x00001, 0x080000, CRC(5e8937b6) SHA1(8f2f315dff57b35643f6d62b7ae9a106f1dbc0ca) ) |
| 3498 | sc_rainb_others |
| 3499 | ROM_END |
| 3500 | |
| 3501 | |
| 3502 | |
| 3503 | |
| 3504 | ROM_START( sc5parot ) |
| 3505 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3506 | ROM_LOAD16_BYTE( "p3015p71.hi", 0x00000, 0x080000, CRC(6ab7bcd2) SHA1(7ee059789b5641f6a8da47a0e29ef15a1beecd8b) ) |
| 3507 | ROM_LOAD16_BYTE( "p3015p71.lo", 0x00001, 0x080000, CRC(d62a090c) SHA1(a9bb1fd33fd08c525998c9c0153c8078c776a079) ) |
| 3508 | sc_parot_others |
| 3509 | ROM_END |
| 3510 | |
| 3511 | ROM_START( sc5parota ) |
| 3512 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3513 | ROM_LOAD16_BYTE( "p3015p72.hi", 0x00000, 0x080000, CRC(a1e66876) SHA1(ec055df597b12af05d1fbb84e1c1876219e514be) ) |
| 3514 | ROM_LOAD16_BYTE( "p3015p72.lo", 0x00001, 0x080000, CRC(aca9f8c5) SHA1(036c9ac8cead65ccb1703b6f8645d7beb4de6cff) ) |
| 3515 | sc_parot_others |
| 3516 | ROM_END |
| 3517 | |
| 3518 | ROM_START( sc5parotb ) |
| 3519 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3520 | ROM_LOAD16_BYTE( "p3015p73.hi", 0x00000, 0x080000, CRC(375f895f) SHA1(799bd79e96ec9c06ba5724692b4d216cc2d02a02) ) |
| 3521 | ROM_LOAD16_BYTE( "p3015p73.lo", 0x00001, 0x080000, CRC(61b727dc) SHA1(ba79d7c2654d56e7031e18397171a72663581820) ) |
| 3522 | sc_parot_others |
| 3523 | ROM_END |
| 3524 | |
| 3525 | ROM_START( sc5parotc ) |
| 3526 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3527 | ROM_LOAD16_BYTE( "p3015p74.hi", 0x00000, 0x080000, CRC(59d0b3c1) SHA1(e730d43a9640e8aceb0938c90ba5748eaba2e8b0) ) |
| 3528 | ROM_LOAD16_BYTE( "p3015p74.lo", 0x00001, 0x080000, CRC(8e03fbc2) SHA1(6ad244ca0c92fb526e3280b105085f080c7613bf) ) |
| 3529 | sc_parot_others |
| 3530 | ROM_END |
| 3531 | |
| 3532 | ROM_START( sc5parotd ) |
| 3533 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3534 | ROM_LOAD16_BYTE( "p3015s71.hi", 0x00000, 0x080000, CRC(10b8b141) SHA1(a2ba6e19bc888978d4b147e1c477834e9c56380c) ) |
| 3535 | ROM_LOAD16_BYTE( "p3015s71.lo", 0x00001, 0x080000, CRC(9fed58a3) SHA1(439b0cd9cb2ee676c826c5f33f31f26284560dc0) ) |
| 3536 | sc_parot_others |
| 3537 | ROM_END |
| 3538 | |
| 3539 | ROM_START( sc5parote ) |
| 3540 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3541 | ROM_LOAD16_BYTE( "p3015s72.hi", 0x00000, 0x080000, CRC(68474982) SHA1(75b31cc8e17d69e68443b4507be009c76960dead) ) |
| 3542 | ROM_LOAD16_BYTE( "p3015s72.lo", 0x00001, 0x080000, CRC(9de37289) SHA1(c5253437707dce1cfe0b785d6340dcda006875cc) ) |
| 3543 | sc_parot_others |
| 3544 | ROM_END |
| 3545 | |
| 3546 | ROM_START( sc5parotf ) |
| 3547 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3548 | ROM_LOAD16_BYTE( "p3015s73.hi", 0x00000, 0x080000, CRC(27695902) SHA1(f2793cbc14e742e1fa15c9dc0ab773b7d2689f57) ) |
| 3549 | ROM_LOAD16_BYTE( "p3015s73.lo", 0x00001, 0x080000, CRC(d5a5a816) SHA1(43027cf4d341b63f345aac19b8c60258142349dd) ) |
| 3550 | sc_parot_others |
| 3551 | ROM_END |
| 3552 | |
| 3553 | ROM_START( sc5parotg ) |
| 3554 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3555 | ROM_LOAD16_BYTE( "p3015s74.hi", 0x00000, 0x080000, CRC(1ac7be89) SHA1(e0e7d49b833438f5f168d8a600da0946c29890db) ) |
| 3556 | ROM_LOAD16_BYTE( "p3015s74.lo", 0x00001, 0x080000, CRC(81e4fede) SHA1(2643ac419a55950d8e909888b0c856a00ecdebda) ) |
| 3557 | sc_parot_others |
| 3558 | ROM_END |
| 3559 | |
| 3560 | |
| 3561 | |
| 3562 | ROM_START( sc5pilep ) |
| 3563 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3564 | ROM_LOAD16_BYTE( "95424364.lo", 0x00001, 0x080000, CRC(ad9e0f59) SHA1(1d91f49b5de6a5982f1977b9fa28487b1ceaac43) ) |
| 3565 | ROM_LOAD16_BYTE( "95424365.hi", 0x00000, 0x080000, CRC(d5bdf417) SHA1(5995cdc20678c2acec855f6281bd949c5236446d) ) |
| 3566 | sc_pilep_others |
| 3567 | ROM_END |
| 3568 | |
| 3569 | ROM_START( sc5pilepa ) |
| 3570 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3571 | ROM_LOAD16_BYTE( "95424384.lo", 0x00001, 0x080000, CRC(abe8bb2b) SHA1(442574ec1fe73f7e24a76af349d5de5ec785e568) ) |
| 3572 | ROM_LOAD16_BYTE( "95424385.hi", 0x00000, 0x080000, CRC(46ae0592) SHA1(9a896a1acca28cd5e877165ab96d485ed1953e7f) ) |
| 3573 | sc_pilep_others |
| 3574 | ROM_END |
| 3575 | |
| 3576 | ROM_START( sc5pilepb ) |
| 3577 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3578 | ROM_LOAD16_BYTE( "95425364.lo", 0x00001, 0x080000, CRC(d6c32f2b) SHA1(ef5e77b543d8a61ac231902e121634bfcb46df94) ) |
| 3579 | ROM_LOAD16_BYTE( "95425365.hi", 0x00000, 0x080000, CRC(b33b86ed) SHA1(5efa3e4ed34cbfe85b38d7b4c90221b11a719304) ) |
| 3580 | sc_pilep_others |
| 3581 | ROM_END |
| 3582 | |
| 3583 | ROM_START( sc5pilepc ) |
| 3584 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3585 | ROM_LOAD16_BYTE( "95425384.lo", 0x00001, 0x080000, CRC(92db0e3f) SHA1(7c61beb88f615042a94fa993df6bbce4ed11db9b) ) |
| 3586 | ROM_LOAD16_BYTE( "95425385.hi", 0x00000, 0x080000, CRC(49b9b0fe) SHA1(5adf034e4baac642d7b4f2c1fb385895ee37a185) ) |
| 3587 | sc_pilep_others |
| 3588 | ROM_END |
| 3589 | |
| 3590 | |
| 3591 | |
| 3592 | ROM_START( sc5potsm ) |
| 3593 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3594 | ROM_LOAD16_BYTE( "95420312.lo", 0x00001, 0x080000, CRC(b33457b9) SHA1(0815848437e222348b306179401434b4769af857) ) |
| 3595 | ROM_LOAD16_BYTE( "95420313.hi", 0x00000, 0x080000, CRC(522510fc) SHA1(778ca15b46d04bf1a0f378b554e21855a1ceaabe) ) |
| 3596 | sc_potsm_others |
| 3597 | ROM_END |
| 3598 | |
| 3599 | ROM_START( sc5potsma ) |
| 3600 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3601 | ROM_LOAD16_BYTE( "95421312.lo", 0x00001, 0x080000, CRC(f86d79c8) SHA1(028a9b97480e34148ceecad948dda1c21a242a8a) ) |
| 3602 | ROM_LOAD16_BYTE( "95421313.hi", 0x00000, 0x080000, CRC(10329d84) SHA1(b0e5b34bc1b5f1a5a5462d29ef8bcb71791b737e) ) |
| 3603 | sc_potsm_others |
| 3604 | ROM_END |
| 3605 | |
| 3606 | |
| 3607 | |
| 3608 | |
| 3609 | ROM_START( sc5cpen1 ) |
| 3610 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3611 | ROM_LOAD16_BYTE( "95427906.lo", 0x00001, 0x080000, CRC(05e73940) SHA1(5adc5f705f444f25af450d89f8cf02c4855fe3d0) ) |
| 3612 | ROM_LOAD16_BYTE( "95427907.hi", 0x00000, 0x080000, CRC(2b5a0958) SHA1(2aafb88fc8ef5d559926cd91d6ef50cb438646a5) ) |
| 3613 | sc_cpen1_others |
| 3614 | ROM_END |
| 3615 | |
| 3616 | ROM_START( sc5cpen1a ) |
| 3617 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3618 | ROM_LOAD16_BYTE( "95426906.lo", 0x00001, 0x080000, CRC(17d2a36d) SHA1(44216b05445c7b9d4298411806487168f0325668) ) |
| 3619 | ROM_LOAD16_BYTE( "95426907.hi", 0x00000, 0x080000, CRC(2c26de1b) SHA1(3307980fca15ee2ad8756fd294d2da5bbbf3e7ae) ) |
| 3620 | sc_cpen1_others |
| 3621 | ROM_END |
| 3622 | |
| 3623 | ROM_START( sc5cpen1b ) |
| 3624 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3625 | ROM_LOAD16_BYTE( "95428066.lo", 0x000001, 0x080000, CRC(5e8ecc62) SHA1(7738f6f914ccdc3b9ebf05b6a8f20ea239e17c4e) ) |
| 3626 | ROM_LOAD16_BYTE( "95428067.hi", 0x000000, 0x080000, CRC(e6abf883) SHA1(c1101955b3dd6a589fcdb5aa23e81e920682168e) ) |
| 3627 | sc_cpen1_others |
| 3628 | ROM_END |
| 3629 | |
| 3630 | ROM_START( sc5cpen1c ) |
| 3631 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3632 | ROM_LOAD16_BYTE( "95429066.lo", 0x000001, 0x080000, CRC(4026308e) SHA1(6f3bbf07145eba547a20481cf5a934f3fd894924) ) |
| 3633 | ROM_LOAD16_BYTE( "95429067.hi", 0x000000, 0x080000, CRC(90c825a1) SHA1(3a9457d8bbe9b792e4320880728967d1c2fb724f) ) |
| 3634 | sc_cpen1_others |
| 3635 | ROM_END |
| 3636 | |
| 3637 | |
| 3638 | |
| 3639 | ROM_START( sc5qual ) |
| 3640 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3641 | ROM_LOAD16_BYTE( "95408562.lo", 0x00001, 0x080000, CRC(511eca10) SHA1(233cd773eb2dcf4e73399b734ed69d2696eb5c85) ) |
| 3642 | ROM_LOAD16_BYTE( "95408563.hi", 0x00000, 0x080000, CRC(12424475) SHA1(48dd42f82b399ec5eb135b7e992ec23204c82fc5) ) |
| 3643 | sc_qual_others |
| 3644 | ROM_END |
| 3645 | |
| 3646 | ROM_START( sc5quala ) |
| 3647 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3648 | ROM_LOAD16_BYTE( "95409562.lo", 0x00001, 0x080000, CRC(fce0df75) SHA1(41829416ebfc2d0abcf253bedd7b7034eb37ebeb) ) |
| 3649 | ROM_LOAD16_BYTE( "95409563.hi", 0x00000, 0x080000, CRC(45e450b3) SHA1(e92daad5e0dee68b52b7689c90c10acb5165cbc5) ) |
| 3650 | sc_qual_others |
| 3651 | ROM_END |
| 3652 | |
| 3653 | ROM_START( sc5qualb ) |
| 3654 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3655 | ROM_LOAD16_BYTE( "95410402.lo", 0x00001, 0x080000, CRC(c2fcfab1) SHA1(b063655aa025513e147928f2bb785a306069fd41) ) |
| 3656 | ROM_LOAD16_BYTE( "95410403.hi", 0x00000, 0x080000, CRC(11653865) SHA1(9853ffd6106bec26e36cfd2ee2c9afe7f1a8c204) ) |
| 3657 | sc_qual_others |
| 3658 | ROM_END |
| 3659 | |
| 3660 | ROM_START( sc5qualc ) |
| 3661 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3662 | ROM_LOAD16_BYTE( "95410404.lo", 0x00001, 0x080000, CRC(9b793a14) SHA1(ea8f6422bdac48c57b17c3037a0b21d48311e140) ) |
| 3663 | ROM_LOAD16_BYTE( "95410405.hi", 0x00000, 0x080000, CRC(97aee36e) SHA1(ae3dd0fc48629de411533a59f4a29e53cf4e9c76) ) |
| 3664 | sc_qual_others |
| 3665 | ROM_END |
| 3666 | |
| 3667 | ROM_START( sc5quald ) |
| 3668 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3669 | ROM_LOAD16_BYTE( "95410542.lo", 0x00001, 0x080000, CRC(4e9c6cfa) SHA1(f7113cf271a8776094c7ea1a73e784f9e9023452) ) |
| 3670 | ROM_LOAD16_BYTE( "95410543.hi", 0x00000, 0x080000, CRC(9783ea6f) SHA1(a33b169b29f10bbe315b222b0391c0acc74700d6) ) |
| 3671 | sc_qual_others |
| 3672 | ROM_END |
| 3673 | |
| 3674 | ROM_START( sc5quale ) |
| 3675 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3676 | ROM_LOAD16_BYTE( "95411402.lo", 0x00001, 0x080000, CRC(99fa28c9) SHA1(9b12ce7d01730dce22f2a5614dd7dfcd56618f87) ) |
| 3677 | ROM_LOAD16_BYTE( "95411403.hi", 0x00000, 0x080000, CRC(37b6c0be) SHA1(b71b49386feb49dca2608285dd7618b5dc2a82a9) ) |
| 3678 | sc_qual_others |
| 3679 | ROM_END |
| 3680 | |
| 3681 | ROM_START( sc5qualf ) |
| 3682 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3683 | ROM_LOAD16_BYTE( "95411404.lo", 0x00001, 0x080000, CRC(8891df54) SHA1(87c4ee731db042516a54acfa1f219d99ec0d01db) ) |
| 3684 | ROM_LOAD16_BYTE( "95411405.hi", 0x00000, 0x080000, CRC(53902424) SHA1(6ce22049018cfd3a0fba79cba8a752852a038b65) ) |
| 3685 | sc_qual_others |
| 3686 | ROM_END |
| 3687 | |
| 3688 | ROM_START( sc5qualg ) |
| 3689 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3690 | ROM_LOAD16_BYTE( "95411542.lo", 0x00001, 0x080000, CRC(44908000) SHA1(3c7420dbba6cc1de7ff4078c0ee12012dc7a5b59) ) |
| 3691 | ROM_LOAD16_BYTE( "95411543.hi", 0x00000, 0x080000, CRC(29bffefe) SHA1(87f29b2c088badab9365dd57b67e8bec317c9c37) ) |
| 3692 | sc_qual_others |
| 3693 | ROM_END |
| 3694 | |
| 3695 | ROM_START( sc5qualh ) |
| 3696 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3697 | ROM_LOAD16_BYTE( "95412482.lo", 0x00001, 0x080000, CRC(3b6c4520) SHA1(f09444ca0c2adc5f4e51de39bcc0f4d70614c537) ) |
| 3698 | ROM_LOAD16_BYTE( "95412483.hi", 0x00000, 0x080000, CRC(485729b6) SHA1(91f6fb7b631772ee37959dcf15c851e7fab79ee4) ) |
| 3699 | sc_qual_others |
| 3700 | ROM_END |
| 3701 | |
| 3702 | ROM_START( sc5quali ) |
| 3703 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3704 | ROM_LOAD16_BYTE( "95412484.lo", 0x00001, 0x080000, CRC(16e6d2d9) SHA1(72132f6b5fea6c7b9ab8643555e472a882ff35fa) ) |
| 3705 | ROM_LOAD16_BYTE( "95412485.hi", 0x00000, 0x080000, CRC(3e64b174) SHA1(7b7f3e59e1ac53c95ba482526a82ef5b1f272299) ) |
| 3706 | sc_qual_others |
| 3707 | ROM_END |
| 3708 | |
| 3709 | ROM_START( sc5qualj ) |
| 3710 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3711 | ROM_LOAD16_BYTE( "95413482.lo", 0x00001, 0x080000, CRC(b15c836e) SHA1(3f358ce5bded3330a9fd96ec64122ce3c38acc1c) ) |
| 3712 | ROM_LOAD16_BYTE( "95413483.hi", 0x00000, 0x080000, CRC(2ac91acc) SHA1(146caea4dc8968c60454a5f67a402409ecf8f257) ) |
| 3713 | sc_qual_others |
| 3714 | ROM_END |
| 3715 | |
| 3716 | ROM_START( sc5qualk ) |
| 3717 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3718 | ROM_LOAD16_BYTE( "95413484.lo", 0x00001, 0x080000, CRC(fe7c4133) SHA1(bf5a7fe530ff57757dc023d6639227afa40089a8) ) |
| 3719 | ROM_LOAD16_BYTE( "95413485.hi", 0x00000, 0x080000, CRC(7cf03220) SHA1(a69dd3cbb519259ba9b3c0b769352d0febc43473) ) |
| 3720 | sc_qual_others |
| 3721 | ROM_END |
| 3722 | |
| 3723 | ROM_START( sc5quall ) |
| 3724 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3725 | ROM_LOAD16_BYTE( "p1406p12.hi", 0x00000, 0x080000, CRC(8ba5ce5f) SHA1(e4b7f93e124565deab64f02c4d5c031c39421e1a) ) |
| 3726 | ROM_LOAD16_BYTE( "p1406p12.lo", 0x00001, 0x080000, CRC(bfbe93c8) SHA1(60054b63e22e1ef90d615ceec4b0531430cb4a8e) ) |
| 3727 | sc_qual_others |
| 3728 | ROM_END |
| 3729 | |
| 3730 | ROM_START( sc5qualm ) |
| 3731 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3732 | ROM_LOAD16_BYTE( "p1406s12.hi", 0x00000, 0x080000, CRC(ddf86cdb) SHA1(528f8276dffa667098564b1de7158991c9ca9c1c) ) |
| 3733 | ROM_LOAD16_BYTE( "p1406s12.lo", 0x00001, 0x080000, CRC(6fb9725d) SHA1(ecef4f752a4f8e996fafb7e80d35af56abf4e1fe) ) |
| 3734 | sc_qual_others |
| 3735 | ROM_END |
| 3736 | |
| 3737 | |
| 3738 | |
| 3739 | |
| 3740 | ROM_START( sc5rssh ) |
| 3741 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3742 | ROM_LOAD16_BYTE( "95416078.lo", 0x00001, 0x080000, CRC(497b3c48) SHA1(fb1ce70293606d7cee50c8c9f91aac46fdbf0237) ) |
| 3743 | ROM_LOAD16_BYTE( "95416079.hi", 0x00000, 0x080000, CRC(6f6b372b) SHA1(7fc38789b8a7e26f21877e17dc3f95854162b3e9) ) |
| 3744 | sc_rssh_others |
| 3745 | ROM_END |
| 3746 | |
| 3747 | ROM_START( sc5rssha ) |
| 3748 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3749 | ROM_LOAD16_BYTE( "95417078.lo", 0x00001, 0x080000, CRC(1056cb40) SHA1(2fe6d90ce69353d389167a55f54c7a8d5b74b237) ) |
| 3750 | ROM_LOAD16_BYTE( "95417079.hi", 0x00000, 0x080000, CRC(03eb412b) SHA1(913c3e8b43fddc463eb744c2a0d1be13c8c4f296) ) |
| 3751 | sc_rssh_others |
| 3752 | ROM_END |
| 3753 | |
| 3754 | |
| 3755 | |
| 3756 | ROM_START( sc5hog ) |
| 3757 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3758 | ROM_LOAD16_BYTE( "95426476.lo", 0x00001, 0x080000, CRC(c33a4532) SHA1(94079594092abc1be8068e9ecc336c97f754fed9) ) |
| 3759 | ROM_LOAD16_BYTE( "95426477.hi", 0x00000, 0x080000, CRC(f26b8576) SHA1(cecdfe93b9e71719bfd4eed321ff9f355290c838) ) |
| 3760 | sc_rhog_others |
| 3761 | ROM_END |
| 3762 | |
| 3763 | ROM_START( sc5hoga ) |
| 3764 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3765 | ROM_LOAD16_BYTE( "95427476.lo", 0x00001, 0x080000, CRC(caae18b9) SHA1(0ff77bd30996bb2eaf5855dc03d184c0c0cd5384) ) |
| 3766 | ROM_LOAD16_BYTE( "95427477.hi", 0x00000, 0x080000, CRC(c8737336) SHA1(189f96c1bcd2ff2ce009879ac58bb64f42b0c4a4) ) |
| 3767 | sc_rhog_others |
| 3768 | ROM_END |
| 3769 | |
| 3770 | |
| 3771 | |
| 3772 | |
| 3773 | |
| 3774 | ROM_START( sc5rhclb ) |
| 3775 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3776 | ROM_LOAD16_BYTE( "95422816.lo", 0x00001, 0x080000, CRC(cb6dcc16) SHA1(f33692abb167847ebbf02b25f2929e15a2645a9e) ) |
| 3777 | ROM_LOAD16_BYTE( "95422817.hi", 0x00000, 0x080000, CRC(ff60c202) SHA1(d48ee1c7d29091c0744150151c8cd16721741209) ) |
| 3778 | sc_rhclb_others |
| 3779 | ROM_END |
| 3780 | |
| 3781 | ROM_START( sc5rhclba ) |
| 3782 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3783 | ROM_LOAD16_BYTE( "95423816.lo", 0x00001, 0x080000, CRC(f315b177) SHA1(3dcc4ee7b570bc01222734f1ed3300dce9906328) ) |
| 3784 | ROM_LOAD16_BYTE( "95423817.hi", 0x00000, 0x080000, CRC(6f2a3ddb) SHA1(7791c3bbf6e965d383feac1a579b50b94e6bc48b) ) |
| 3785 | sc_rhclb_others |
| 3786 | ROM_END |
| 3787 | |
| 3788 | ROM_START( sc5rhclbb ) |
| 3789 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3790 | ROM_LOAD16_BYTE( "95426430.lo", 0x00001, 0x080000, CRC(0c8f13b6) SHA1(ba3dbc142c2d5978176d3fa0b9f72a51f48e28b7) ) |
| 3791 | ROM_LOAD16_BYTE( "95426431.hi", 0x00000, 0x080000, CRC(afb442d0) SHA1(3999c2bac3fe1de6f7efbb98186b16bd192c55b5) ) |
| 3792 | sc_rhclb_others |
| 3793 | ROM_END |
| 3794 | |
| 3795 | ROM_START( sc5rhclbc ) |
| 3796 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3797 | ROM_LOAD16_BYTE( "95427430.lo", 0x00001, 0x080000, CRC(ac9ebd80) SHA1(d0b551eff727ef11d0c09fc0cb03aa8aee89b325) ) |
| 3798 | ROM_LOAD16_BYTE( "95427431.hi", 0x00000, 0x080000, CRC(a88dde7b) SHA1(301e69d8c6ad1b79ff47ac970db64ab7e911e8ae) ) |
| 3799 | sc_rhclb_others |
| 3800 | ROM_END |
| 3801 | |
| 3802 | ROM_START( sc5rhclbd ) |
| 3803 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3804 | ROM_LOAD16_BYTE( "p3208p71.hi", 0x00000, 0x080000, CRC(850c2cb1) SHA1(c5eac4024bff58e962a8920e2874b97b18dca57d) ) |
| 3805 | ROM_LOAD16_BYTE( "p3208p71.lo", 0x00001, 0x080000, CRC(47b4f49f) SHA1(7a92345879080aad73f5f2db30206c8ab3f160f0) ) |
| 3806 | sc_rhclb_others |
| 3807 | ROM_END |
| 3808 | |
| 3809 | ROM_START( sc5rhclbe ) |
| 3810 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3811 | ROM_LOAD16_BYTE( "p3208s71.hi", 0x00000, 0x080000, CRC(51ba60df) SHA1(3c7e604626f513b9cf8da393abadc4286c7dbb07) ) |
| 3812 | ROM_LOAD16_BYTE( "p3208s71.lo", 0x00001, 0x080000, CRC(9f6373f2) SHA1(e5dc797b8dda3abe9ab64f5fec77f22038ae2c33) ) |
| 3813 | sc_rhclb_others |
| 3814 | ROM_END |
| 3815 | |
| 3816 | ROM_START( sc5rhclbf ) |
| 3817 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3818 | ROM_LOAD16_BYTE( "95422938.lo", 0x000001, 0x080000, CRC(27e1b30e) SHA1(743df014abaf0f02cf924f6a17d6bfc5577a9a25) ) |
| 3819 | ROM_LOAD16_BYTE( "95422939.hi", 0x000000, 0x080000, CRC(1bd44c02) SHA1(ccb9c5ff706a8c843bcaa76daad38c4393c4710d) ) |
| 3820 | sc_rhclb_others |
| 3821 | ROM_END |
| 3822 | |
| 3823 | ROM_START( sc5rhclbg ) |
| 3824 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3825 | ROM_LOAD16_BYTE( "95423938.lo", 0x000001, 0x080000, CRC(767ec054) SHA1(5149e94b2c89ec4de099170ad7492c83bf68e9c3) ) |
| 3826 | ROM_LOAD16_BYTE( "95423939.hi", 0x000000, 0x080000, CRC(0b12d0c1) SHA1(26b721b28a384d4d770ed47d554bb81db311d76b) ) |
| 3827 | sc_rhclb_others |
| 3828 | ROM_END |
| 3829 | |
| 3830 | ROM_START( sc5sharp ) |
| 3831 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3832 | ROM_LOAD16_BYTE( "95419012.lo", 0x00001, 0x080000, CRC(096c3ca8) SHA1(555933d106a8c9d1b1e1927cb62fc2f20218192a) ) |
| 3833 | ROM_LOAD16_BYTE( "95419013.hi", 0x00000, 0x080000, CRC(3cfeea5f) SHA1(4f226d9a743e124a0fdcfa7682bfa4c697e69522) ) |
| 3834 | sc_sharp_others |
| 3835 | ROM_END |
| 3836 | |
| 3837 | ROM_START( sc5sharpa ) |
| 3838 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3839 | ROM_LOAD16_BYTE( "95418013.hi", 0x00000, 0x080000, CRC(29514c54) SHA1(b062be5dff916965e1ac0ab2ab45bc18cf8f9c93) ) |
| 3840 | ROM_LOAD16_BYTE( "95418012.lo", 0x00001, 0x080000, CRC(6330d3b3) SHA1(bfeb25241c8a7ca9e730eb379dcc7da0270a20a0) ) |
| 3841 | sc_sharp_others |
| 3842 | ROM_END |
| 3843 | |
| 3844 | |
| 3845 | |
| 3846 | |
| 3847 | ROM_START( sc5sfts ) |
| 3848 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3849 | ROM_LOAD16_BYTE( "g95424650.lo", 0x00001, 0x080000, CRC(2e9460ba) SHA1(f449701e19c254716ca9aae63c359cfc57be8b1b) ) |
| 3850 | ROM_LOAD16_BYTE( "g95424651.hi", 0x00000, 0x080000, CRC(15fddbb7) SHA1(b48a257e3ba74b79272969e9702ecab032df6051) ) |
| 3851 | sc_sfts_others |
| 3852 | ROM_END |
| 3853 | |
| 3854 | ROM_START( sc5sftsa ) |
| 3855 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3856 | ROM_LOAD16_BYTE( "g95424656.lo", 0x00001, 0x080000, CRC(a0b723c7) SHA1(458bfc964f300659b8497c18cb325b7803666600) ) |
| 3857 | ROM_LOAD16_BYTE( "g95424657.hi", 0x00000, 0x080000, CRC(ea65f9de) SHA1(7695e5361d22e8f3acd5842434bd61bdeaf9948f) ) |
| 3858 | sc_sfts_others |
| 3859 | ROM_END |
| 3860 | |
| 3861 | ROM_START( sc5sftsb ) |
| 3862 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3863 | ROM_LOAD16_BYTE( "g95425650.lo", 0x00001, 0x080000, CRC(cb99c5e3) SHA1(c0a67576693e547e5db4a52388dcbbccdd229c11) ) |
| 3864 | ROM_LOAD16_BYTE( "g95425651.hi", 0x00000, 0x080000, CRC(8db18aa2) SHA1(87969702f4a71df394bd2ea521e5768403b91659) ) |
| 3865 | sc_sfts_others |
| 3866 | ROM_END |
| 3867 | |
| 3868 | ROM_START( sc5sftsc ) |
| 3869 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3870 | ROM_LOAD16_BYTE( "g95425656.lo", 0x00001, 0x080000, CRC(406fa07c) SHA1(e564b331f0b409d967c4ef6ccc17bb37e633d3c8) ) |
| 3871 | ROM_LOAD16_BYTE( "g95425657.hi", 0x00000, 0x080000, CRC(3103d2e9) SHA1(f4f5694dc1dbfbe4bd10561adfb517e768d832fb) ) |
| 3872 | sc_sfts_others |
| 3873 | ROM_END |
| 3874 | |
| 3875 | |
| 3876 | |
| 3877 | ROM_START( sc5srrqp ) |
| 3878 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3879 | ROM_LOAD16_BYTE( "95424514.lo", 0x00001, 0x080000, CRC(3fa1e76e) SHA1(9a1ee8172f05210fbebb3823ec589a444ea24586) ) |
| 3880 | ROM_LOAD16_BYTE( "95424515.hi", 0x00000, 0x080000, CRC(759f0ef7) SHA1(736521894808134ff43c798b9a862dfe29994e69) ) |
| 3881 | sc_srrqp_others |
| 3882 | ROM_END |
| 3883 | |
| 3884 | ROM_START( sc5srrqpa ) |
| 3885 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3886 | ROM_LOAD16_BYTE( "95425514.lo", 0x00001, 0x080000, CRC(e61834e8) SHA1(c24e1de4010c57019fa3ee09e50e6cd7a83c4854) ) |
| 3887 | ROM_LOAD16_BYTE( "95425515.hi", 0x00000, 0x080000, CRC(89b0bfc5) SHA1(af7c5f0ec42ad9c5899817524594a910cb1fe08a) ) |
| 3888 | sc_srrqp_others |
| 3889 | ROM_END |
| 3890 | |
| 3891 | |
| 3892 | |
| 3893 | |
| 3894 | ROM_START( sc5sitwi ) |
| 3895 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3896 | ROM_LOAD16_BYTE( "p3203p12.hi", 0x00000, 0x080000, CRC(70665f72) SHA1(f23d975fb98a305ff5eab65d76791780d621593e) ) |
| 3897 | ROM_LOAD16_BYTE( "p3203p12.lo", 0x00001, 0x080000, CRC(9dc27ba0) SHA1(9217892885afe5a421996567de82f82f14e791b0) ) |
| 3898 | sc_witwi_others |
| 3899 | ROM_END |
| 3900 | |
| 3901 | ROM_START( sc5sitwia ) |
| 3902 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3903 | ROM_LOAD16_BYTE( "p3203s12.hi", 0x00000, 0x080000, CRC(76604bb7) SHA1(04aa6fd4e4783b2e5ea7e26c1511c15b8dda68cd) ) |
| 3904 | ROM_LOAD16_BYTE( "p3203s12.lo", 0x00001, 0x080000, CRC(d19fffc9) SHA1(253a88331214a8be0c34cdcbe305317ef4a13987) ) |
| 3905 | sc_witwi_others |
| 3906 | ROM_END |
| 3907 | |
| 3908 | |
| 3909 | |
| 3910 | ROM_START( sc5spnrn ) |
| 3911 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3912 | ROM_LOAD16_BYTE( "95416158.lo", 0x00001, 0x080000, CRC(c422d907) SHA1(9d42e7db20c1366267dac5bf09f8746479531b40) ) |
| 3913 | ROM_LOAD16_BYTE( "95416159.hi", 0x00000, 0x080000, CRC(24e6c208) SHA1(8f672249466475f5770e8a3d1ea69c7f82ec374b) ) |
| 3914 | sc_spnrn_others |
| 3915 | ROM_END |
| 3916 | |
| 3917 | ROM_START( sc5spnrna ) |
| 3918 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3919 | ROM_LOAD16_BYTE( "95417158.lo", 0x00001, 0x080000, CRC(9ef26fc7) SHA1(eea26ad28ffe51dd0d7205da6057a2bd0467cff3) ) |
| 3920 | ROM_LOAD16_BYTE( "95417159.hi", 0x00000, 0x080000, CRC(1f4d639d) SHA1(eb20d3a92e8fb93a5a7d7c2dfd81d32aaf1559e7) ) |
| 3921 | sc_spnrn_others |
| 3922 | ROM_END |
| 3923 | |
| 3924 | |
| 3925 | |
| 3926 | |
| 3927 | ROM_START( sc5srace ) |
| 3928 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3929 | ROM_LOAD16_BYTE( "95418036.lo", 0x00001, 0x080000, CRC(b891ca07) SHA1(61b3b1851d8881e960b3b69ea2bc69650e9559a1) ) |
| 3930 | ROM_LOAD16_BYTE( "95418037.hi", 0x00000, 0x080000, CRC(986ed7be) SHA1(840536cf145f08d2dab277cf529469c98e05642b) ) |
| 3931 | sc_srace_others |
| 3932 | ROM_END |
| 3933 | |
| 3934 | ROM_START( sc5sracea ) |
| 3935 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3936 | ROM_LOAD16_BYTE( "95419036.lo", 0x00001, 0x080000, CRC(c060d8fd) SHA1(011f8af6792e25c9510ecbae3ec93732125ecb70) ) |
| 3937 | ROM_LOAD16_BYTE( "95419037.hi", 0x00000, 0x080000, CRC(b4a34db3) SHA1(d20f89dca7ab0ba81d89fb261170551a0bc6e0c9) ) |
| 3938 | sc_srace_others |
| 3939 | ROM_END |
| 3940 | |
| 3941 | |
| 3942 | |
| 3943 | |
| 3944 | ROM_START( sc5sleut ) |
| 3945 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3946 | ROM_LOAD16_BYTE( "95424064.lo", 0x00001, 0x080000, CRC(b07c1bcf) SHA1(82b8bf3cb8344e461492d03f8df70f1577be2073) ) |
| 3947 | ROM_LOAD16_BYTE( "95424065.hi", 0x00000, 0x080000, CRC(c17d9250) SHA1(6e647f67794e2d326fcf4d97d80244f949ba6554) ) |
| 3948 | sc_sleut_others |
| 3949 | ROM_END |
| 3950 | |
| 3951 | ROM_START( sc5sleuta ) |
| 3952 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3953 | ROM_LOAD16_BYTE( "95425064.lo", 0x00001, 0x080000, CRC(88b07e21) SHA1(4c3e9c7bd046300369fbc450fb943c680faa577b) ) |
| 3954 | ROM_LOAD16_BYTE( "95425065.hi", 0x00000, 0x080000, CRC(1660b679) SHA1(921a5fe7300614e8889223f2d0b0a52e22db192f) ) |
| 3955 | sc_sleut_others |
| 3956 | ROM_END |
| 3957 | |
| 3958 | |
| 3959 | |
| 3960 | |
| 3961 | |
| 3962 | ROM_START( sc5tsmp ) |
| 3963 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3964 | ROM_LOAD16_BYTE( "p1630p19.hi", 0x00000, 0x080000, CRC(0de71ba2) SHA1(2bf9f95ecfa7a3f37b93739a573cba214fefdffe) ) |
| 3965 | ROM_LOAD16_BYTE( "p1630p19.lo", 0x00001, 0x080000, CRC(df020dcc) SHA1(2863a8b982f374fa2073f8b9d5333cc246fc6614) ) |
| 3966 | sc_tsmp_others |
| 3967 | ROM_END |
| 3968 | |
| 3969 | ROM_START( sc5tsmpa ) |
| 3970 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3971 | ROM_LOAD16_BYTE( "p1630s19.hi", 0x00000, 0x080000, CRC(32dbdf76) SHA1(2f2aebeedf00e15c476014bea21178a31b58d5e6) ) |
| 3972 | ROM_LOAD16_BYTE( "p1630s19.lo", 0x00001, 0x080000, CRC(c70f7f83) SHA1(c1c811830c919eeaa7f74e9d9e6116ddb9b977a8) ) |
| 3973 | sc_tsmp_others |
| 3974 | ROM_END |
| 3975 | |
| 3976 | |
| 3977 | |
| 3978 | ROM_START( sc5pompa ) |
| 3979 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3980 | ROM_LOAD16_BYTE( "95412578.lo", 0x00001, 0x080000, CRC(c302b2ef) SHA1(7da7e4b34c23a34ed7e00ae4673b522abde52b00) ) |
| 3981 | ROM_LOAD16_BYTE( "95412579.hi", 0x00000, 0x080000, CRC(5f8815fa) SHA1(5ce9000183da8b64545158b70ffaaf5223197155) ) |
| 3982 | sc5pompa_others |
| 3983 | ROM_END |
| 3984 | |
| 3985 | ROM_START( sc5pompaa ) |
| 3986 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3987 | ROM_LOAD16_BYTE( "95413578.lo", 0x00001, 0x080000, CRC(bca7fa00) SHA1(908eed34e66ccb4e5a98c4ec0cdff8f29aece37d) ) |
| 3988 | ROM_LOAD16_BYTE( "95413579.hi", 0x00000, 0x080000, CRC(c9a297e8) SHA1(1c8a99d020932964788e5ac1dfcb28dd03ebd36f) ) |
| 3989 | sc5pompa_others |
| 3990 | ROM_END |
| 3991 | |
| 3992 | ROM_START( sc5pompab ) |
| 3993 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 3994 | ROM_LOAD16_BYTE( "p1606s41.lo", 0x00001, 0x080000, CRC(4c47bb0f) SHA1(16d2e6d7c6c6c116c2c9dd503e957e639a07ef04) ) |
| 3995 | ROM_LOAD16_BYTE( "p1606s41.hi", 0x00000, 0x080000, NO_DUMP ) |
| 3996 | sc5pompa_others |
| 3997 | ROM_END |
| 3998 | |
| 3999 | |
| 4000 | |
| 4001 | ROM_START( sc5vamp ) |
| 4002 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4003 | ROM_LOAD16_BYTE( "95424380.lo", 0x00001, 0x080000, CRC(46b87ded) SHA1(8bc8a06185498910424772678ae037e09090ab38) ) |
| 4004 | ROM_LOAD16_BYTE( "95424381.hi", 0x00000, 0x080000, CRC(5b463863) SHA1(465f767aa57f5ee5f2effc1548bfd829aa4a9e9e) ) |
| 4005 | sc_vamp_others |
| 4006 | ROM_END |
| 4007 | |
| 4008 | ROM_START( sc5vampa ) |
| 4009 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4010 | ROM_LOAD16_BYTE( "95425380.lo", 0x00001, 0x080000, CRC(c49b44bd) SHA1(174b1e51b04ede8ba19511d3f9a8d37d661747b1) ) |
| 4011 | ROM_LOAD16_BYTE( "95425381.hi", 0x00000, 0x080000, CRC(e033bebb) SHA1(5f5679fa410d5be0f852bd61dffe152320634dee) ) |
| 4012 | sc_vamp_others |
| 4013 | ROM_END |
| 4014 | |
| 4015 | ROM_START( sc5viper ) |
| 4016 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4017 | ROM_LOAD16_BYTE( "95414750.lo", 0x00001, 0x080000, CRC(38d24824) SHA1(a98d1f610f92ffb70387d57c8d0641d1ff399438) ) |
| 4018 | ROM_LOAD16_BYTE( "95414751.hi", 0x00000, 0x080000, CRC(a2355e09) SHA1(f887915ec1f271416e17aa8ac2c22337e4a0f643) ) |
| 4019 | sc_viper_others |
| 4020 | ROM_END |
| 4021 | |
| 4022 | ROM_START( sc5vipera ) |
| 4023 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4024 | ROM_LOAD16_BYTE( "95415750.lo", 0x00001, 0x080000, CRC(362920a9) SHA1(19dc0fdf2bd2623ce1215ab6d21121d04dfbf248) ) |
| 4025 | ROM_LOAD16_BYTE( "95415751.hi", 0x00000, 0x080000, CRC(29088c30) SHA1(c09720cb0b890e51df9167f97e9c3d38161d4e75) ) |
| 4026 | sc_viper_others |
| 4027 | ROM_END |
| 4028 | |
| 4029 | |
| 4030 | ROM_START( sc5viz ) |
| 4031 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4032 | ROM_LOAD16_BYTE( "95424368.lo", 0x00001, 0x080000, CRC(978f755c) SHA1(8790b4f7ea0e2302a1166c93364705c2e9f25703) ) |
| 4033 | ROM_LOAD16_BYTE( "95424369.hi", 0x00000, 0x080000, CRC(83a94061) SHA1(bb7125219c2f67601e883481d1665a0dd0614bf7) ) |
| 4034 | sc_viz_others |
| 4035 | ROM_END |
| 4036 | |
| 4037 | ROM_START( sc5viza ) |
| 4038 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4039 | ROM_LOAD16_BYTE( "95424562.lo", 0x00001, 0x080000, CRC(31032781) SHA1(511cd503651eb7ca078c52cec8a506f752270e70) ) |
| 4040 | ROM_LOAD16_BYTE( "95424563.hi", 0x00000, 0x080000, CRC(b51ab196) SHA1(ff0500ce47ff04b19c7a4d4d3014de198b5ac0ae) ) |
| 4041 | sc_viz_others |
| 4042 | ROM_END |
| 4043 | |
| 4044 | ROM_START( sc5vizb ) |
| 4045 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4046 | ROM_LOAD16_BYTE( "95425368.lo", 0x00001, 0x080000, CRC(d08cfae9) SHA1(d0ab570f6939c5c9f6f252a23f25b1a7b7ecb0f7) ) |
| 4047 | ROM_LOAD16_BYTE( "95425369.hi", 0x00000, 0x080000, CRC(e92a4e55) SHA1(0732350de7dd5f7cb52473b3231cf7fc02d10fed) ) |
| 4048 | sc_viz_others |
| 4049 | ROM_END |
| 4050 | |
| 4051 | ROM_START( sc5vizc ) |
| 4052 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4053 | ROM_LOAD16_BYTE( "95425562.lo", 0x00001, 0x080000, CRC(32fc1aff) SHA1(cb2a0923fa6f40caaaacaf3552c985ee0655cf63) ) |
| 4054 | ROM_LOAD16_BYTE( "95425563.hi", 0x00000, 0x080000, CRC(1cf8e3d1) SHA1(7bf620d40d2c1dfa07321fa765aa1ea08965f633) ) |
| 4055 | sc_viz_others |
| 4056 | ROM_END |
| 4057 | |
| 4058 | |
| 4059 | ROM_START( sc5wacky ) |
| 4060 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4061 | ROM_LOAD16_BYTE( "p3305p71.hi", 0x00000, 0x080000, CRC(8a1c95ca) SHA1(79ca2ba01f3dbfe1226cce7572f5d4d6ffd3f527) ) |
| 4062 | ROM_LOAD16_BYTE( "p3305p71.lo", 0x00001, 0x080000, CRC(b956a760) SHA1(14ecbda474370936fbc257364b5f98e774b85193) ) |
| 4063 | sc_wacky_others |
| 4064 | ROM_END |
| 4065 | |
| 4066 | ROM_START( sc5wackya ) |
| 4067 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4068 | ROM_LOAD16_BYTE( "p3305p72.hi", 0x00000, 0x080000, CRC(45b0f07d) SHA1(ca066e5ee481002c99bbcbf0f4df43f3f2b9e14a) ) |
| 4069 | ROM_LOAD16_BYTE( "p3305p72.lo", 0x00001, 0x080000, CRC(afe37e0b) SHA1(eafc45ba58e69d809324756c0606f935d430fca2) ) |
| 4070 | sc_wacky_others |
| 4071 | ROM_END |
| 4072 | |
| 4073 | ROM_START( sc5wackyb ) |
| 4074 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4075 | ROM_LOAD16_BYTE( "p3305s71.hi", 0x00000, 0x080000, CRC(6f52c415) SHA1(f3044d4168cf47ef2f468acbdc08d566f514e46a) ) |
| 4076 | ROM_LOAD16_BYTE( "p3305s71.lo", 0x00001, 0x080000, CRC(f579d441) SHA1(377919555b6748f1ffd408b7200b027f7525dff3) ) |
| 4077 | sc_wacky_others |
| 4078 | ROM_END |
| 4079 | |
| 4080 | ROM_START( sc5wackyc ) |
| 4081 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4082 | ROM_LOAD16_BYTE( "p3305s72.hi", 0x00000, 0x080000, CRC(df124698) SHA1(f019a9e739cf2852e6b90eab7bcc2f9ad47a0e9d) ) |
| 4083 | ROM_LOAD16_BYTE( "p3305s72.lo", 0x00001, 0x080000, CRC(d1517e62) SHA1(bd13fcf0fd8c157526921ae9b321c65fbcb29cd3) ) |
| 4084 | sc_wacky_others |
| 4085 | ROM_END |
| 4086 | |
| 4087 | |
| 4088 | ROM_START( sc5wild ) |
| 4089 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4090 | ROM_LOAD16_BYTE( "95416410.lo", 0x00001, 0x080000, CRC(46719b6e) SHA1(fbc40168becb125ef1d2019b1a42c90275cc93c6) ) |
| 4091 | ROM_LOAD16_BYTE( "95416411.hi", 0x00000, 0x080000, CRC(dd8dd80f) SHA1(e5422de00df5d88ff1260fb8c03845754bf6eb65) ) |
| 4092 | sc_wild_others |
| 4093 | ROM_END |
| 4094 | |
| 4095 | ROM_START( sc5wilda ) |
| 4096 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4097 | ROM_LOAD16_BYTE( "95417410.lo", 0x00001, 0x080000, CRC(077fe968) SHA1(92c32dc8929f0905f7f2371d417cebab1359a15b) ) |
| 4098 | ROM_LOAD16_BYTE( "95417411.hi", 0x00000, 0x080000, CRC(69475b32) SHA1(402af3e0b86261f6621f75f7d747803f4295ea10) ) |
| 4099 | sc_wild_others |
| 4100 | ROM_END |
| 4101 | |
| 4102 | |
| 4103 | ROM_START( sc5wca ) |
| 4104 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4105 | ROM_LOAD16_BYTE( "95416066.odd", 0x00001, 0x080000, CRC(f07af4e1) SHA1(d6c2372cdaeb4033dcf2a7a8df787a69f4eb5362) ) |
| 4106 | ROM_LOAD16_BYTE( "95416067.evn", 0x00000, 0x080000, CRC(194f0267) SHA1(07500aad418e80118974f22f4761204013980a13) ) |
| 4107 | sc_wca_others |
| 4108 | ROM_END |
| 4109 | |
| 4110 | ROM_START( sc5wcaa ) |
| 4111 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4112 | ROM_LOAD16_BYTE( "95416094.odd", 0x00001, 0x080000, CRC(795ea9dd) SHA1(b4d3cac0ef50732174ebcc349c7a0855587ff7bd) ) |
| 4113 | ROM_LOAD16_BYTE( "95416095.evn", 0x00000, 0x080000, CRC(60f1cd18) SHA1(212288329f5e347a40aa5dc9e102f37224f36011) ) |
| 4114 | sc_wca_others |
| 4115 | ROM_END |
| 4116 | |
| 4117 | ROM_START( sc5wcab ) |
| 4118 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4119 | ROM_LOAD16_BYTE( "95416170.odd", 0x00001, 0x080000, CRC(b1ff0caf) SHA1(036bbd709454604365b6a15100b5926bbe8594d9) ) |
| 4120 | ROM_LOAD16_BYTE( "95416171.evn", 0x00000, 0x080000, CRC(0ab724d5) SHA1(ab17f1fe4f6579022d8fb80399f270ed64ec7612) ) |
| 4121 | sc_wca_others |
| 4122 | ROM_END |
| 4123 | |
| 4124 | ROM_START( sc5wcac ) |
| 4125 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4126 | ROM_LOAD16_BYTE( "95416172.odd", 0x00001, 0x080000, CRC(a927b15a) SHA1(ca9b5a87e89feeffb99fbb23fe390a424e27675f) ) |
| 4127 | ROM_LOAD16_BYTE( "95416173.evn", 0x00000, 0x080000, CRC(815e89a3) SHA1(0cbea4613c6f7ce69b76c0d7d443e85163373f73) ) |
| 4128 | sc_wca_others |
| 4129 | ROM_END |
| 4130 | |
| 4131 | ROM_START( sc5wcad ) |
| 4132 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4133 | ROM_LOAD16_BYTE( "95416398.odd", 0x00001, 0x080000, CRC(3b283b54) SHA1(530812228b7ad96b4c40e33edb9d54632c2b33f5) ) |
| 4134 | ROM_LOAD16_BYTE( "95416399.evn", 0x00000, 0x080000, CRC(a0ac5a0d) SHA1(12a8e4a09cdbfd87ad287e6aa1e4d114c1e4b6c3) ) |
| 4135 | sc_wca_others |
| 4136 | ROM_END |
| 4137 | |
| 4138 | ROM_START( sc5wcae ) |
| 4139 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4140 | ROM_LOAD16_BYTE( "95416400.odd", 0x00001, 0x080000, CRC(c4e6949f) SHA1(b17ded78ea23f18b47bbb48cfb462d013881abd4) ) |
| 4141 | ROM_LOAD16_BYTE( "95416401.evn", 0x00000, 0x080000, CRC(cc482fb8) SHA1(ff912ea928f9c1ad4f6249aaf70dc62292503cd4) ) |
| 4142 | sc_wca_others |
| 4143 | ROM_END |
| 4144 | |
| 4145 | ROM_START( sc5wcaf ) |
| 4146 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4147 | ROM_LOAD16_BYTE( "95416402.odd", 0x00001, 0x080000, CRC(b7f71001) SHA1(b959840ac4fbd0f4d076e163bcebb840152f6652) ) |
| 4148 | ROM_LOAD16_BYTE( "95416403.evn", 0x00000, 0x080000, CRC(13b30567) SHA1(5c5d3d9db53439f58faed4858333885d4f117c73) ) |
| 4149 | sc_wca_others |
| 4150 | ROM_END |
| 4151 | |
| 4152 | ROM_START( sc5wcag ) |
| 4153 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4154 | ROM_LOAD16_BYTE( "95416404.odd", 0x00001, 0x080000, CRC(fc2105b0) SHA1(04fb1e3b14cae3132818901c1efd49a362334ca1) ) |
| 4155 | ROM_LOAD16_BYTE( "95416405.evn", 0x00000, 0x080000, CRC(df9f1d8a) SHA1(2ba998a7092b623023b47690332f018369e3631c) ) |
| 4156 | sc_wca_others |
| 4157 | ROM_END |
| 4158 | |
| 4159 | ROM_START( sc5wcah ) |
| 4160 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4161 | ROM_LOAD16_BYTE( "95417066.odd", 0x00001, 0x080000, CRC(f0a528d7) SHA1(6df30a806b2be5f2a909357d2b6dbd35a5073261) ) |
| 4162 | ROM_LOAD16_BYTE( "95417067.evn", 0x00000, 0x080000, CRC(0209e0e0) SHA1(d73b6ce5b1a9f7b2ebad2d077fa0c80dad10da3d) ) |
| 4163 | sc_wca_others |
| 4164 | ROM_END |
| 4165 | |
| 4166 | ROM_START( sc5wcai ) |
| 4167 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4168 | ROM_LOAD16_BYTE( "95417094.odd", 0x00001, 0x080000, CRC(f9546e54) SHA1(adbd5f07ea5e029bf4b3f748ffb646872a358730) ) |
| 4169 | ROM_LOAD16_BYTE( "95417095.evn", 0x00000, 0x080000, CRC(7e7d655e) SHA1(ea59d192de08917c19a02ce1ce4bff5acf8df0fd) ) |
| 4170 | sc_wca_others |
| 4171 | ROM_END |
| 4172 | |
| 4173 | ROM_START( sc5wcaj ) |
| 4174 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4175 | ROM_LOAD16_BYTE( "95417170.odd", 0x00001, 0x080000, CRC(4e59642a) SHA1(dad89cc76dd375cf7db1abcddefdb782b317a587) ) |
| 4176 | ROM_LOAD16_BYTE( "95417171.evn", 0x00000, 0x080000, CRC(ce9b4edf) SHA1(0624a82d535bc15619263dc730e61121bed494eb) ) |
| 4177 | sc_wca_others |
| 4178 | ROM_END |
| 4179 | |
| 4180 | ROM_START( sc5wcak ) |
| 4181 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4182 | ROM_LOAD16_BYTE( "95417172.odd", 0x00001, 0x080000, CRC(8602fb1a) SHA1(5e1e599f607af9b745f722873f2577a54572266d) ) |
| 4183 | ROM_LOAD16_BYTE( "95417173.evn", 0x00000, 0x080000, CRC(5cb9d48d) SHA1(b098147757248f37578fcce3693cf9ea6dd1064f) ) |
| 4184 | sc_wca_others |
| 4185 | ROM_END |
| 4186 | |
| 4187 | ROM_START( sc5wcal ) |
| 4188 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4189 | ROM_LOAD16_BYTE( "95417398.odd", 0x00001, 0x080000, CRC(9a0a1a0a) SHA1(6093fd9ccf74119a121dc5f9af70e68baf183dfe) ) |
| 4190 | ROM_LOAD16_BYTE( "95417399.evn", 0x00000, 0x080000, CRC(f3956efb) SHA1(1913ef5c3896eabcc34018d3aa4bc6c30f4b27b7) ) |
| 4191 | sc_wca_others |
| 4192 | ROM_END |
| 4193 | |
| 4194 | ROM_START( sc5wcam ) |
| 4195 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4196 | ROM_LOAD16_BYTE( "95417400.odd", 0x00001, 0x080000, CRC(d449fd36) SHA1(58eb42cbb4edaf0d3b050a042331dcc5f854294f) ) |
| 4197 | ROM_LOAD16_BYTE( "95417401.evn", 0x00000, 0x080000, CRC(f6f510f0) SHA1(1d43ab933a9fcb8720babda5d8a1ebeae7f7bf73) ) |
| 4198 | sc_wca_others |
| 4199 | ROM_END |
| 4200 | |
| 4201 | ROM_START( sc5wcan ) |
| 4202 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4203 | ROM_LOAD16_BYTE( "95417402.odd", 0x00001, 0x080000, CRC(10b4f7b1) SHA1(9db139bb360f3e220b552affc9598f499e318658) ) |
| 4204 | ROM_LOAD16_BYTE( "95417403.evn", 0x00000, 0x080000, CRC(56453ab0) SHA1(98fab945a48ee009cb03ed427660b3bd20da2e8a) ) |
| 4205 | sc_wca_others |
| 4206 | ROM_END |
| 4207 | |
| 4208 | ROM_START( sc5wcao ) |
| 4209 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4210 | ROM_LOAD16_BYTE( "95417404.odd", 0x00001, 0x080000, CRC(7321174d) SHA1(95f8426f1a3f31b285c2bb448756fb79050cc1bb) ) |
| 4211 | ROM_LOAD16_BYTE( "95417405.evn", 0x00000, 0x080000, CRC(b8522473) SHA1(b89f5ce736e32f380eb7b8249d54499eda8f95dc) ) |
| 4212 | sc_wca_others |
| 4213 | ROM_END |
| 4214 | |
| 4215 | |
| 4216 | |
| 4217 | |
| 4218 | ROM_START( sc5rhr ) |
| 4219 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4220 | ROM_LOAD16_BYTE( "95416688.lo", 0x00001, 0x080000, CRC(a6eca55c) SHA1(f7a2386053ed6076242c1bf276ae2f8d3611491b) ) |
| 4221 | ROM_LOAD16_BYTE( "95416689.hi", 0x00000, 0x080000, CRC(4899c647) SHA1(ea44672d797c406a8d5fb829f43257eaa2f661fd) ) |
| 4222 | RHRL_SOUNDS |
| 4223 | ROM_END |
| 4224 | |
| 4225 | ROM_START( sc5rhra ) |
| 4226 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4227 | ROM_LOAD16_BYTE( "95416690.lo", 0x00001, 0x080000, CRC(4632a223) SHA1(0e1d998f03bbe9d0292500383a1444ae53e91f4d) ) |
| 4228 | ROM_LOAD16_BYTE( "95416691.hi", 0x00000, 0x080000, CRC(f2aa4607) SHA1(1c0491b3094d9407724e63757c7e667155408778) ) |
| 4229 | RHRL_SOUNDS |
| 4230 | ROM_END |
| 4231 | |
| 4232 | ROM_START( sc5rhrb ) |
| 4233 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4234 | ROM_LOAD16_BYTE( "95417688.lo", 0x00001, 0x080000, CRC(9dc8eb48) SHA1(7c32d52686e7b154540d0c8717b4dea2b35b95b2) ) |
| 4235 | ROM_LOAD16_BYTE( "95417689.hi", 0x00000, 0x080000, CRC(d9a00561) SHA1(446ec41e9364e2606d704d36a8779e538d407100) ) |
| 4236 | RHRL_SOUNDS |
| 4237 | ROM_END |
| 4238 | |
| 4239 | ROM_START( sc5rhrc ) |
| 4240 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4241 | ROM_LOAD16_BYTE( "95417690.lo", 0x00001, 0x080000, CRC(53cba141) SHA1(5f02cad66703bda185b36f59bc46bf583e3afd03) ) |
| 4242 | ROM_LOAD16_BYTE( "95417691.hi", 0x00000, 0x080000, CRC(7bdb4c8c) SHA1(95034cb6f401368be6e6cb4013bcadaacc805a17) ) |
| 4243 | RHRL_SOUNDS |
| 4244 | ROM_END |
| 4245 | |
| 4246 | ROM_START( sc5rhrd ) |
| 4247 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4248 | ROM_LOAD16_BYTE( "95416606.lo", 0x00001, 0x080000, CRC(f8698061) SHA1(ffa9cdd15a76f4185538abdd9fa208d79887bba3) ) |
| 4249 | ROM_LOAD16_BYTE( "95416607.hi", 0x00000, 0x080000, CRC(9cb25cd4) SHA1(ea5e35e5e7a78b786442810785b83e6b7993984a) ) |
| 4250 | RHRL_SOUNDS |
| 4251 | ROM_END |
| 4252 | |
| 4253 | |
| 4254 | ROM_START( sc5rhre ) |
| 4255 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4256 | ROM_LOAD16_BYTE( "95417606.lo", 0x00001, 0x080000, CRC(aed7276a) SHA1(36ce9bda535d3eae76d8d86e74c9afc09b37ef04) ) |
| 4257 | ROM_LOAD16_BYTE( "95417607.hi", 0x00000, 0x080000, CRC(f29bec42) SHA1(d29fa197c8bb17ca5a6632c19c0850416c2c9f57) ) |
| 4258 | RHRL_SOUNDS |
| 4259 | ROM_END |
| 4260 | |
| 4261 | |
| 4262 | |
| 4263 | ROM_START( sc5wotw ) |
| 4264 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4265 | ROM_LOAD16_BYTE( "95416514.lo", 0x00001, 0x080000, CRC(ec4081ce) SHA1(333dd386c6fa09cecf10dfabc757fece98310e6d) ) |
| 4266 | ROM_LOAD16_BYTE( "95416515.hi", 0x00000, 0x080000, CRC(2790e4b4) SHA1(f0c644596ec7229f3b539c100b8613e7ea66559e) ) |
| 4267 | sc_wotw_others |
| 4268 | ROM_END |
| 4269 | |
| 4270 | ROM_START( sc5wotwa ) |
| 4271 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4272 | ROM_LOAD16_BYTE( "95417514.lo", 0x00001, 0x080000, CRC(505c1fa3) SHA1(26f73bc53390597f685368b8a94b6f853f5caed0) ) |
| 4273 | ROM_LOAD16_BYTE( "95417515.hi", 0x00000, 0x080000, CRC(802d1030) SHA1(1887eba0c5ad74d6127c5a504c4cab309d326f8d) ) |
| 4274 | sc_wotw_others |
| 4275 | ROM_END |
| 4276 | |
| 4277 | |
| 4278 | ROM_START( sc5wok ) |
| 4279 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4280 | ROM_LOAD16_BYTE( "p3218p11.hi", 0x00000, 0x080000, CRC(351f4f4b) SHA1(81e7c2f7475f9af6e0006bcd189954931a3438ef) ) |
| 4281 | ROM_LOAD16_BYTE( "p3218p11.lo", 0x00001, 0x080000, CRC(8e3238c0) SHA1(cfcb2318ce00f427ffe67a5b4bbbd43685e1e0ff) ) |
| 4282 | sc_wok_others |
| 4283 | ROM_END |
| 4284 | |
| 4285 | ROM_START( sc5woka ) |
| 4286 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4287 | ROM_LOAD16_BYTE( "p3218s11.hi", 0x00000, 0x080000, CRC(0fb2b822) SHA1(b05cb0f5598c4ad11da9afd35ecb1cdb123589fd) ) |
| 4288 | ROM_LOAD16_BYTE( "p3218s11.lo", 0x00001, 0x080000, CRC(21e8ff34) SHA1(4abaa43f72031053e6724bd78ea25b4f1f1ded6c) ) |
| 4289 | sc_wok_others |
| 4290 | ROM_END |
| 4291 | |
| 4292 | ROM_START( sc5srrcl ) |
| 4293 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4294 | ROM_LOAD16_BYTE( "95424580.lo", 0x00001, 0x080000, CRC(79e66ea0) SHA1(33a02a83c56089b88cdb17ecbe1036fe9d5037af) ) |
| 4295 | ROM_LOAD16_BYTE( "95424581.hi", 0x00000, 0x080000, CRC(f542d47b) SHA1(a30e5ee2d28832cc0fd99065702cd8a9503ef0ab) ) |
| 4296 | sc_srrcl_others |
| 4297 | ROM_END |
| 4298 | |
| 4299 | ROM_START( sc5srrcla ) |
| 4300 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4301 | ROM_LOAD16_BYTE( "95424592.lo", 0x00001, 0x080000, CRC(61e05d2c) SHA1(e55365b128fa1e87c18985199df8d3c67f5241af) ) |
| 4302 | ROM_LOAD16_BYTE( "95424593.hi", 0x00000, 0x080000, CRC(44bf9a57) SHA1(36cb644726d25b1265093765913206625feb4954) ) |
| 4303 | sc_srrcl_others |
| 4304 | ROM_END |
| 4305 | |
| 4306 | ROM_START( sc5srrclb ) |
| 4307 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4308 | ROM_LOAD16_BYTE( "95425580.lo", 0x00001, 0x080000, CRC(aeecddaf) SHA1(7b9eb93f220fec610c3585c16284d00a385f3757) ) |
| 4309 | ROM_LOAD16_BYTE( "95425581.hi", 0x00000, 0x080000, CRC(61d04727) SHA1(09d695db3c2e65f94424cda0585854265b353e66) ) |
| 4310 | sc_srrcl_others |
| 4311 | ROM_END |
| 4312 | |
| 4313 | ROM_START( sc5srrclc ) |
| 4314 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4315 | ROM_LOAD16_BYTE( "95425592.lo", 0x00001, 0x080000, CRC(c9482297) SHA1(7d1f5496a4c0941c58b0453ee4ca4a37104183b5) ) |
| 4316 | ROM_LOAD16_BYTE( "95425593.hi", 0x00000, 0x080000, CRC(71b4bbca) SHA1(9295b7070dc458ec9c3db5a7d3a848829c8232c7) ) |
| 4317 | sc_srrcl_others |
| 4318 | ROM_END |
| 4319 | |
| 4320 | ROM_START( sc5pircl ) |
| 4321 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4322 | ROM_LOAD16_BYTE( "95426804.lo", 0x00001, 0x080000, CRC(e4c540db) SHA1(9d0227887abf9408cb36f47349cdec28a0520d18) ) |
| 4323 | ROM_LOAD16_BYTE( "95426805.hi", 0x00000, 0x080000, CRC(34dbe319) SHA1(4541b6dcde089682806ab733c693e0f8afed2687) ) |
| 4324 | sc_pircl_others |
| 4325 | ROM_END |
| 4326 | |
| 4327 | ROM_START( sc5pircla ) |
| 4328 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4329 | ROM_LOAD16_BYTE( "95426874.lo", 0x00001, 0x080000, CRC(f247e544) SHA1(e970ed7050a5a7190e895b0777ed14aff3bd252c) ) |
| 4330 | ROM_LOAD16_BYTE( "95426875.hi", 0x00000, 0x080000, CRC(90e8fbeb) SHA1(a5ba9f97e1713eb5c4a01a2f9a9743fb4d7aea51) ) |
| 4331 | sc_pircl_others |
| 4332 | ROM_END |
| 4333 | |
| 4334 | ROM_START( sc5pirclb ) |
| 4335 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4336 | ROM_LOAD16_BYTE( "95427804.lo", 0x00001, 0x080000, CRC(5f11f3b9) SHA1(51aaa4f9b847895c2c632e958511d16d44b90590) ) |
| 4337 | ROM_LOAD16_BYTE( "95427805.hi", 0x00000, 0x080000, CRC(5fa7e6ad) SHA1(4432ccc19b210bf11ae1b6ce355a56dd315ad1e9) ) |
| 4338 | sc_pircl_others |
| 4339 | ROM_END |
| 4340 | |
| 4341 | ROM_START( sc5pirclc ) |
| 4342 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4343 | ROM_LOAD16_BYTE( "95427874.lo", 0x00001, 0x080000, CRC(81cf3df9) SHA1(6884eba96eca6bf3b9c2b7afdd00c910fb1ff15e) ) |
| 4344 | ROM_LOAD16_BYTE( "95427875.hi", 0x00000, 0x080000, CRC(ffe1f743) SHA1(e05e54bfe4070419ad9ce4b63cbd877778b37ccf) ) |
| 4345 | sc_pircl_others |
| 4346 | ROM_END |
| 4347 | |
| 4348 | |
| 4349 | ROM_START( sc5pircld ) |
| 4350 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4351 | ROM_LOAD16_BYTE( "95428052.lo", 0x000001, 0x080000, CRC(12ca2c11) SHA1(3a1130c80b5e89f0fb4958341534f1e6dca44f04) ) |
| 4352 | ROM_LOAD16_BYTE( "95428053.hi", 0x000000, 0x080000, CRC(5ee63f17) SHA1(b12eaf3d4f44398e27b0498bb4f519ffcf9df0f6) ) |
| 4353 | sc_pircl_others |
| 4354 | ROM_END |
| 4355 | |
| 4356 | ROM_START( sc5pircle ) |
| 4357 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4358 | ROM_LOAD16_BYTE( "95429052.lo", 0x000001, 0x080000, CRC(6e07f5fb) SHA1(69be61524aaf39108c63293fea2f2d5ea6fcce84) ) |
| 4359 | ROM_LOAD16_BYTE( "95429053.hi", 0x000000, 0x080000, CRC(bdb1724a) SHA1(87b35216fb9d0fb353b58df2fce1711e3fd97475) ) |
| 4360 | sc_pircl_others |
| 4361 | ROM_END |
| 4362 | |
| 4363 | ROM_START( sc5pirclf ) |
| 4364 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4365 | ROM_LOAD16_BYTE( "95426990.lo", 0x000001, 0x080000, CRC(c31a0f55) SHA1(3831bfe09f9eec2785a9be32bd62fc09c5d43cea) ) |
| 4366 | ROM_LOAD16_BYTE( "95426991.hi", 0x000000, 0x080000, CRC(d0219073) SHA1(1b59d26b23af10bb74d0ce1f838010772493b8b6) ) |
| 4367 | sc_pircl_others |
| 4368 | ROM_END |
| 4369 | |
| 4370 | ROM_START( sc5pirclg ) |
| 4371 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4372 | ROM_LOAD16_BYTE( "95427990.lo", 0x000001, 0x080000, CRC(d1e915a9) SHA1(39cf6d9d2fdd2f06ef0bd3f6b9ba581016af12bf) ) |
| 4373 | ROM_LOAD16_BYTE( "95427991.hi", 0x000000, 0x080000, CRC(97808fd3) SHA1(507148b65cfaaf76600df3f13c3347c9421b4fb3) ) |
| 4374 | sc_pircl_others |
| 4375 | ROM_END |
| 4376 | |
| 4377 | |
| 4378 | ROM_START( sc5mrrcl ) |
| 4379 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4380 | ROM_LOAD16_BYTE( "95424586.lo", 0x00001, 0x080000, CRC(6f4da0cf) SHA1(4a671f62de1a1af48cd3754b7a1d60c005ce9dfb) ) |
| 4381 | ROM_LOAD16_BYTE( "95424587.hi", 0x00000, 0x080000, CRC(89e2b659) SHA1(c7f1e6cb5b04aff30bb5997cef50fa7a621334f7) ) |
| 4382 | sc_mrrcl_others |
| 4383 | ROM_END |
| 4384 | |
| 4385 | ROM_START( sc5mrrcla ) |
| 4386 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4387 | ROM_LOAD16_BYTE( "95425586.lo", 0x00001, 0x080000, CRC(03bfa76e) SHA1(ca73d02dddf5e5091f1b26cb6b3f9c5db8ea071d) ) |
| 4388 | ROM_LOAD16_BYTE( "95425587.hi", 0x00000, 0x080000, CRC(0c204d84) SHA1(31a4f5021b2b12bdf930ed13268c52961aab3cbf) ) |
| 4389 | sc_mrrcl_others |
| 4390 | ROM_END |
| 4391 | |
| 4392 | ROM_START( sc5mrrclb ) |
| 4393 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4394 | ROM_LOAD16_BYTE( "99990558.lo", 0x00001, 0x080000, CRC(ae3f79e9) SHA1(0b086425f1091d01a71bcfaa33627f9b8b66632a) ) |
| 4395 | ROM_LOAD16_BYTE( "99990559.hi", 0x00000, 0x080000, CRC(e9c6849d) SHA1(e3b846b5ec06f7048cde44ca1ae45c235476695a) ) |
| 4396 | sc_mrrcl_others |
| 4397 | ROM_END |
| 4398 | |
| 4399 | |
| 4400 | ROM_START( sc5mrrclc ) |
| 4401 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4402 | ROM_LOAD16_BYTE( "99991558.lo", 0x00001, 0x080000, CRC(b78a36ad) SHA1(a6728544e10e7578cc6b2c6a06d031fe1e30980e) ) |
| 4403 | ROM_LOAD16_BYTE( "99991559.hi", 0x00000, 0x080000, CRC(c87db6c9) SHA1(6f100cbfd4a94f8f01fba7996bc59fdfc3b20ce5) ) |
| 4404 | sc_mrrcl_others |
| 4405 | ROM_END |
| 4406 | |
| 4407 | |
| 4408 | |
| 4409 | |
| 4410 | |
| 4411 | |
| 4412 | |
| 4413 | |
| 4414 | |
| 4415 | |
| 4416 | |
| 4417 | |
| 4418 | |
| 4419 | |
| 4420 | ROM_START( sc5adjb ) |
| 4421 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4422 | ROM_LOAD16_BYTE( "95422204.lo", 0x00001, 0x080000, CRC(330a0bc8) SHA1(046079ee90d3e75c39615a786879c7e9d5ef40aa) ) |
| 4423 | ROM_LOAD16_BYTE( "95422205.hi", 0x00000, 0x080000, CRC(73cb56fd) SHA1(0fcb444be12cc24720bb3a84ac5e4ffe1582c0e7) ) |
| 4424 | sc_adjb_others |
| 4425 | ROM_END |
| 4426 | |
| 4427 | ROM_START( sc5adjba ) |
| 4428 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4429 | ROM_LOAD16_BYTE( "95422346.lo", 0x00001, 0x080000, CRC(614bc81e) SHA1(433da3c2ff9f41b92f4e52bb37ed39b28732afe4) ) |
| 4430 | ROM_LOAD16_BYTE( "95422347.hi", 0x00000, 0x080000, CRC(98cecb00) SHA1(ed02da4896eeab76ea31d4ef79a75d4ea5b4d884) ) |
| 4431 | sc_adjb_others |
| 4432 | ROM_END |
| 4433 | |
| 4434 | ROM_START( sc5adjbb ) |
| 4435 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4436 | ROM_LOAD16_BYTE( "95422612.lo", 0x00001, 0x080000, CRC(0230fef6) SHA1(a1c7fad70bf8ac54255761e61c41415a044dcacf) ) |
| 4437 | ROM_LOAD16_BYTE( "95422613.hi", 0x00000, 0x080000, CRC(dba8b822) SHA1(07ebb8f9d69dcde96d1e5cf9b70ef6597d5d163a) ) |
| 4438 | sc_adjb_others |
| 4439 | ROM_END |
| 4440 | |
| 4441 | ROM_START( sc5adjbc ) |
| 4442 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4443 | ROM_LOAD16_BYTE( "95422616.lo", 0x00001, 0x080000, CRC(1a517468) SHA1(d562120c96eb8b7511b19a594400f39b17911519) ) |
| 4444 | ROM_LOAD16_BYTE( "95422617.hi", 0x00000, 0x080000, CRC(57f76ea6) SHA1(865487238f5eabb08895f6800eef767213d50e0b) ) |
| 4445 | sc_adjb_others |
| 4446 | ROM_END |
| 4447 | |
| 4448 | ROM_START( sc5adjbd ) |
| 4449 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4450 | ROM_LOAD16_BYTE( "95422844.lo", 0x00001, 0x080000, CRC(f41e2053) SHA1(bcb33f317a7f1afb00ea5e66d0f0909c0b7ad7b4) ) |
| 4451 | ROM_LOAD16_BYTE( "95422845.hi", 0x00000, 0x080000, CRC(6fcbea84) SHA1(876a43c3aa07604c4dc29aaede18dc04f7bd7de2) ) |
| 4452 | sc_adjb_others |
| 4453 | ROM_END |
| 4454 | |
| 4455 | ROM_START( sc5adjbe ) |
| 4456 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4457 | ROM_LOAD16_BYTE( "95423204.lo", 0x00001, 0x080000, CRC(9d830a8f) SHA1(381f93a8890f2b9e409760078dff4046e1ed2060) ) |
| 4458 | ROM_LOAD16_BYTE( "95423205.hi", 0x00000, 0x080000, CRC(31b3451e) SHA1(659672722886959b7953ea505adc971b14ac14f4) ) |
| 4459 | sc_adjb_others |
| 4460 | ROM_END |
| 4461 | |
| 4462 | ROM_START( sc5adjbf ) |
| 4463 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4464 | ROM_LOAD16_BYTE( "95423346.lo", 0x00001, 0x080000, CRC(da4698f7) SHA1(2a257089e6fdf6d9b028c2d5b98670cb886b2753) ) |
| 4465 | ROM_LOAD16_BYTE( "95423347.hi", 0x00000, 0x080000, CRC(2d8abca5) SHA1(ae52093d2869c8deff560b0995e6de57e63d383e) ) |
| 4466 | sc_adjb_others |
| 4467 | ROM_END |
| 4468 | |
| 4469 | ROM_START( sc5adjbg ) |
| 4470 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4471 | ROM_LOAD16_BYTE( "95423612.lo", 0x00001, 0x080000, CRC(d5f79dc8) SHA1(bc7a37b44c60a5d3b116f96961687c0e5c4aef16) ) |
| 4472 | ROM_LOAD16_BYTE( "95423613.hi", 0x00000, 0x080000, CRC(271befb0) SHA1(5d2a9d78a4995788aeb03c8053da60c47ba5ec55) ) |
| 4473 | sc_adjb_others |
| 4474 | ROM_END |
| 4475 | |
| 4476 | ROM_START( sc5adjbh ) |
| 4477 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4478 | ROM_LOAD16_BYTE( "95423616.lo", 0x00001, 0x080000, CRC(bac8efd2) SHA1(3be18e085844c683e84e4ae16d39b985d3a42bf7) ) |
| 4479 | ROM_LOAD16_BYTE( "95423617.hi", 0x00000, 0x080000, CRC(f00e7e40) SHA1(289cbd6909040e542b82e567148732e13fe9358c) ) |
| 4480 | sc_adjb_others |
| 4481 | ROM_END |
| 4482 | |
| 4483 | ROM_START( sc5adjbi ) |
| 4484 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4485 | ROM_LOAD16_BYTE( "95426156.lo", 0x00001, 0x080000, CRC(9f149b4c) SHA1(9c40e575ca1bcd8848f2f2132be299d881f7b744) ) |
| 4486 | ROM_LOAD16_BYTE( "95426157.hi", 0x00000, 0x080000, CRC(63762f8a) SHA1(cb347a79b475f24d2ea251288e201c5333149e4f) ) |
| 4487 | sc_adjb_others |
| 4488 | ROM_END |
| 4489 | |
| 4490 | ROM_START( sc5adjbj ) |
| 4491 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4492 | ROM_LOAD16_BYTE( "95426286.lo", 0x00001, 0x080000, CRC(c7ac0270) SHA1(18b6f8502e512758a2a4753a9f20ea73b1f6c1f8) ) |
| 4493 | ROM_LOAD16_BYTE( "95426287.hi", 0x00000, 0x080000, CRC(535606de) SHA1(d174a4a209d35cdcdc13657f598c861b3d5e446a) ) |
| 4494 | sc_adjb_others |
| 4495 | ROM_END |
| 4496 | |
| 4497 | ROM_START( sc5adjbk ) |
| 4498 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4499 | ROM_LOAD16_BYTE( "95427156.lo", 0x00001, 0x080000, CRC(6bea4916) SHA1(697305893467ea2074bc89a332c95dd4f4044438) ) |
| 4500 | ROM_LOAD16_BYTE( "95427157.hi", 0x00000, 0x080000, CRC(211c1bdb) SHA1(0fe2c4cd8c74f9e38f7da774ac3b08a2d013b51e) ) |
| 4501 | sc_adjb_others |
| 4502 | ROM_END |
| 4503 | |
| 4504 | ROM_START( sc5adjbl ) |
| 4505 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4506 | ROM_LOAD16_BYTE( "95427286.lo", 0x00001, 0x080000, CRC(26ebaf2c) SHA1(c3e5ca75def57d09e1c2973d87733b19ff2c213f) ) |
| 4507 | ROM_LOAD16_BYTE( "95427287.hi", 0x00000, 0x080000, CRC(5857ae6e) SHA1(a594044b5c0a9b4cdb988c578c7a383b44694400) ) |
| 4508 | sc_adjb_others |
| 4509 | ROM_END |
| 4510 | |
| 4511 | ROM_START( sc5adjbm ) |
| 4512 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4513 | ROM_LOAD16_BYTE( "p3009p41.hi", 0x00000, 0x080000, CRC(fcdca441) SHA1(75b95121e8fc9cb3a822e9984240278eb87e58dd) ) |
| 4514 | ROM_LOAD16_BYTE( "p3009p41.lo", 0x00001, 0x080000, CRC(944c7e39) SHA1(f6fb1f525ae870f6aac4ba85a14c14acf39e9d88) ) |
| 4515 | sc_adjb_others |
| 4516 | ROM_END |
| 4517 | |
| 4518 | ROM_START( sc5adjbn ) |
| 4519 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4520 | ROM_LOAD16_BYTE( "p3009p71.hi", 0x00000, 0x080000, CRC(53f0ba31) SHA1(9a88e22578074063b5332172fcd652fae4b1ee37) ) |
| 4521 | ROM_LOAD16_BYTE( "p3009p71.lo", 0x00001, 0x080000, CRC(ed313688) SHA1(0a9c03f9cce3b5d1d8949b256e688e7ae3c646be) ) |
| 4522 | sc_adjb_others |
| 4523 | ROM_END |
| 4524 | |
| 4525 | ROM_START( sc5adjbo ) |
| 4526 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4527 | ROM_LOAD16_BYTE( "p3009p72.hi", 0x00000, 0x080000, CRC(83501640) SHA1(adf13bc188da7ebbfac119a9bbadc65c390846da) ) |
| 4528 | ROM_LOAD16_BYTE( "p3009p72.lo", 0x00001, 0x080000, CRC(d45399a8) SHA1(baa7f674d73dfbc1bd7afa8cfcc7ec5c3fce7ff0) ) |
| 4529 | sc_adjb_others |
| 4530 | ROM_END |
| 4531 | |
| 4532 | ROM_START( sc5adjbp ) |
| 4533 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4534 | ROM_LOAD16_BYTE( "p3009s41.hi", 0x00000, 0x080000, CRC(722ecc98) SHA1(8704898bfc63e901532b8fe4b044dc283b57d260) ) |
| 4535 | ROM_LOAD16_BYTE( "p3009s41.lo", 0x00001, 0x080000, CRC(efac5e35) SHA1(4de590d3158fc722104af92bb8d83e6d1c0d7224) ) |
| 4536 | sc_adjb_others |
| 4537 | ROM_END |
| 4538 | |
| 4539 | ROM_START( sc5adjbq ) |
| 4540 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4541 | ROM_LOAD16_BYTE( "p3009s71.hi", 0x00000, 0x080000, CRC(34602c55) SHA1(4447731f8f27e702bc4f44253eae44a5db1deea8) ) |
| 4542 | ROM_LOAD16_BYTE( "p3009s71.lo", 0x00001, 0x080000, CRC(2c5afcdd) SHA1(524c9c8e7a9726cdff00e749a94978612b6f7c9e) ) |
| 4543 | sc_adjb_others |
| 4544 | ROM_END |
| 4545 | |
| 4546 | ROM_START( sc5adjbr ) |
| 4547 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4548 | ROM_LOAD16_BYTE( "p3009s72.hi", 0x00000, 0x080000, CRC(31e26340) SHA1(571cf698d75240cb5c2f9403c1136e44d0509181) ) |
| 4549 | ROM_LOAD16_BYTE( "p3009s72.lo", 0x00001, 0x080000, CRC(b4d0dcc9) SHA1(6c51e3bac949e6a906edacb24cf12ba1dae4760a) ) |
| 4550 | sc_adjb_others |
| 4551 | ROM_END |
| 4552 | |
| 4553 | ROM_START( sc5adjbs ) |
| 4554 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4555 | ROM_LOAD16_BYTE( "95426106.lo", 0x000001, 0x080000, CRC(866bbbd7) SHA1(8c694fa1ff32da52dd8f8470a419ae21f645cc0f) ) |
| 4556 | ROM_LOAD16_BYTE( "95426107.hi", 0x000000, 0x080000, CRC(c0bb7a2d) SHA1(fef59886fe1d92280081ffd9bd825877ff664556) ) |
| 4557 | sc_adjb_others |
| 4558 | ROM_END |
| 4559 | |
| 4560 | ROM_START( sc5adjbt ) |
| 4561 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4562 | ROM_LOAD16_BYTE( "95427106.lo", 0x000001, 0x080000, CRC(3ee46a8e) SHA1(45e5730086a5e61bf9f6f45b0bff9c6d567d1fd9) ) |
| 4563 | ROM_LOAD16_BYTE( "95427107.hi", 0x000000, 0x080000, CRC(7191ea4f) SHA1(ca6f8e6aa01d30015ffc8eac87028bec11c398ff) ) |
| 4564 | sc_adjb_others |
| 4565 | ROM_END |
| 4566 | |
| 4567 | ROM_START( sc5adwta ) |
| 4568 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4569 | ROM_LOAD16_BYTE( "p1920p44.hi", 0x00000, 0x080000, CRC(50b71a6e) SHA1(a7e387253be2e3b400d8738dc7547b15e39a74ea) ) |
| 4570 | ROM_LOAD16_BYTE( "p1920p44.lo", 0x00001, 0x080000, CRC(7b0cac6c) SHA1(45542f7b600da049a69954537cfd83b93471b3e8) ) |
| 4571 | sc_adwta_others |
| 4572 | ROM_END |
| 4573 | |
| 4574 | ROM_START( sc5adwtaa ) |
| 4575 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4576 | ROM_LOAD16_BYTE( "p1920s44.hi", 0x00000, 0x080000, CRC(3aad0ff3) SHA1(76455165581553ad292db2fdc200f391a2a9a2da) ) |
| 4577 | ROM_LOAD16_BYTE( "p1920s44.lo", 0x00001, 0x080000, CRC(d3e80b27) SHA1(1f6c1489b6d0696f49a2f7edb4e7a73aaadc0bea) ) |
| 4578 | sc_adwta_others |
| 4579 | ROM_END |
| 4580 | |
| 4581 | |
| 4582 | |
| 4583 | |
| 4584 | ROM_START( sc5a40 ) |
| 4585 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4586 | ROM_LOAD16_BYTE( "95414940.lo", 0x00001, 0x080000, CRC(4a069351) SHA1(b6ab6f955519de814da3345c63a62b5d7bfd2d97) ) |
| 4587 | ROM_LOAD16_BYTE( "95414941.hi", 0x00000, 0x080000, CRC(786f601b) SHA1(5d327fd9851034d5c51165164ca0a02cd9724900) ) |
| 4588 | sc_a40_others |
| 4589 | ROM_END |
| 4590 | |
| 4591 | ROM_START( sc5a40a ) |
| 4592 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4593 | ROM_LOAD16_BYTE( "95415940.lo", 0x00001, 0x080000, CRC(6f5cbce8) SHA1(24385d37d801b8f631d000fb8cb21a46c25a06d4) ) |
| 4594 | ROM_LOAD16_BYTE( "95415941.hi", 0x00000, 0x080000, CRC(c0f48a14) SHA1(8a97e38661d34a2d9ed1347dbe0976d5d0328d0e) ) |
| 4595 | sc_a40_others |
| 4596 | ROM_END |
| 4597 | |
| 4598 | |
| 4599 | |
| 4600 | ROM_START( sc5bantm ) |
| 4601 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4602 | ROM_LOAD16_BYTE( "95416818.lo", 0x00001, 0x080000, CRC(2b180a7f) SHA1(9945452c202d849da2fbde0ddcb02d504667ccde) ) |
| 4603 | ROM_LOAD16_BYTE( "95416819.hi", 0x00000, 0x080000, CRC(55eaabbf) SHA1(e41f90cd79c68bf90bf710604fa6079ebd68fad9) ) |
| 4604 | sc_bantm_others |
| 4605 | ROM_END |
| 4606 | |
| 4607 | ROM_START( sc5bantma ) |
| 4608 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4609 | ROM_LOAD16_BYTE( "95417818.lo", 0x00001, 0x080000, CRC(bc82d375) SHA1(729f4ef4fe39ad2fcf5adada4444581e7fcfdbf8) ) |
| 4610 | ROM_LOAD16_BYTE( "95417819.hi", 0x00000, 0x080000, CRC(ec449e02) SHA1(5ab4989c7306ba33f6b85ab0d9b205cb08bcf6f0) ) |
| 4611 | sc_bantm_others |
| 4612 | ROM_END |
| 4613 | |
| 4614 | |
| 4615 | |
| 4616 | |
| 4617 | |
| 4618 | ROM_START( sc5bar7 ) |
| 4619 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4620 | ROM_LOAD16_BYTE( "95412716.lo", 0x00001, 0x080000, CRC(9b1fe8a2) SHA1(9d813b3001d9577faa26a44cfffbc2496ac64af8) ) |
| 4621 | ROM_LOAD16_BYTE( "95412717.hi", 0x00000, 0x080000, CRC(84e6009f) SHA1(f0ce4ca874d30d3cf3d365f4fe569ab7f710294c) ) |
| 4622 | PR1492_CAS_BAR_SEVENS_SOUNDS11 |
| 4623 | ROM_END |
| 4624 | |
| 4625 | ROM_START( sc5bar7a ) |
| 4626 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4627 | ROM_LOAD16_BYTE( "95413716.lo", 0x00001, 0x080000, CRC(2bb811f4) SHA1(4b12168b4fc9a79d8495ac5e8948546c8ba0a942) ) |
| 4628 | ROM_LOAD16_BYTE( "95413717.hi", 0x00000, 0x080000, CRC(9bb208dd) SHA1(08e09486a622e17e5cc0c3f948770e9656fa9096) ) |
| 4629 | PR1492_CAS_BAR_SEVENS_SOUNDS11 |
| 4630 | ROM_END |
| 4631 | |
| 4632 | ROM_START( sc5bar7b ) |
| 4633 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4634 | ROM_LOAD16_BYTE( "95418798.lo", 0x00001, 0x080000, CRC(9811b2cf) SHA1(15b7d94cdf4654fe0da53eb6cb166d3495e521c0) ) |
| 4635 | ROM_LOAD16_BYTE( "95418799.hi", 0x00000, 0x080000, CRC(4ca310f4) SHA1(3fdba98bcdd78ee073cb7b973f5d5994b2203e84) ) |
| 4636 | sc_bar7_others |
| 4637 | ROM_END |
| 4638 | |
| 4639 | ROM_START( sc5bar7c ) |
| 4640 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4641 | ROM_LOAD16_BYTE( "95418836.lo", 0x00001, 0x080000, CRC(ab16028f) SHA1(62c2f7800640e414f3e9cde4296683e41c61366f) ) |
| 4642 | ROM_LOAD16_BYTE( "95418837.hi", 0x00000, 0x080000, CRC(a6f7ba18) SHA1(53709568cf9adc5c5218d13de85c5cff1a2e79f7) ) |
| 4643 | sc_bar7_others |
| 4644 | ROM_END |
| 4645 | |
| 4646 | ROM_START( sc5bar7d ) |
| 4647 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4648 | ROM_LOAD16_BYTE( "95419798.lo", 0x00001, 0x080000, CRC(66a2e7e3) SHA1(6a914e448bee58aaa5c6f17ef13f5bf7e7fc0576) ) |
| 4649 | ROM_LOAD16_BYTE( "95419799.hi", 0x00000, 0x080000, CRC(202366f4) SHA1(0aef5696016aada29b03ccff324290063a0b3fd6) ) |
| 4650 | sc_bar7_others |
| 4651 | ROM_END |
| 4652 | |
| 4653 | ROM_START( sc5bar7e ) |
| 4654 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4655 | ROM_LOAD16_BYTE( "95419836.lo", 0x00001, 0x080000, CRC(0ed80c54) SHA1(9f6b3f12b327537cb9bd6f8f2e50746e279d8ac5) ) |
| 4656 | ROM_LOAD16_BYTE( "95419837.hi", 0x00000, 0x080000, CRC(a52b18b0) SHA1(ad7a0f2af97c44e5d50393b542c3cc12ef522b2f) ) |
| 4657 | sc_bar7_others |
| 4658 | ROM_END |
| 4659 | |
| 4660 | ROM_START( sc5bar7f ) |
| 4661 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4662 | ROM_LOAD16_BYTE( "p3064p11.hi", 0x00000, 0x080000, CRC(c85b105b) SHA1(f29e64f45df751a978c64dffdd4919a99bae4d55) ) |
| 4663 | ROM_LOAD16_BYTE( "p3064p11.lo", 0x00001, 0x080000, CRC(637fd529) SHA1(8ba3a1f83e88b2bd91d23c63c648e3fa5a7b7804) ) |
| 4664 | sc_bar7_others |
| 4665 | ROM_END |
| 4666 | |
| 4667 | ROM_START( sc5bar7g ) |
| 4668 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4669 | ROM_LOAD16_BYTE( "p3064s11.hi", 0x00000, 0x080000, CRC(600bed57) SHA1(f0d1d167bddaa4b38aaff9a3191495b6a3e25492) ) |
| 4670 | ROM_LOAD16_BYTE( "p3064s11.lo", 0x00001, 0x080000, CRC(b65e219c) SHA1(872e3ce4cfe1f4b2f98ed32639d972ca9fce44a8) ) |
| 4671 | sc_bar7_others |
| 4672 | ROM_END |
| 4673 | |
| 4674 | |
| 4675 | |
| 4676 | ROM_START( sc5batl ) |
| 4677 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4678 | ROM_LOAD16_BYTE( "95412976.lo", 0x00001, 0x080000, CRC(b0bcfe61) SHA1(3d84df125744a884199a759b580c2e5b8f08e4f0) ) |
| 4679 | ROM_LOAD16_BYTE( "95412977.hi", 0x00000, 0x080000, CRC(d2ba126f) SHA1(f8c1dd94e97dab14bbaefb708afc0f212b5cd765) ) |
| 4680 | sc_batl_others |
| 4681 | ROM_END |
| 4682 | |
| 4683 | ROM_START( sc5batla ) |
| 4684 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4685 | ROM_LOAD16_BYTE( "95413976.lo", 0x00001, 0x080000, CRC(7385453f) SHA1(cbfaf78d9cb1bf4968dc65b013b3acef7b2c1d5c) ) |
| 4686 | ROM_LOAD16_BYTE( "95413977.hi", 0x00000, 0x080000, CRC(5011ccad) SHA1(a1622d4ce94a61d862228c2b60c1a1d8a6fb0d15) ) |
| 4687 | sc_batl_others |
| 4688 | ROM_END |
| 4689 | |
| 4690 | |
| 4691 | |
| 4692 | ROM_START( sc5bob ) |
| 4693 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4694 | ROM_LOAD16_BYTE( "95416240.lo", 0x00001, 0x080000, CRC(d34a7edf) SHA1(f8de8f16cdfc8fb5bc1b48e8eadb809c2391f590) ) |
| 4695 | ROM_LOAD16_BYTE( "95416241.hi", 0x00000, 0x080000, CRC(458613d6) SHA1(888e14b794a788423088d753ee59f4f353818094) ) |
| 4696 | sc_bob_others |
| 4697 | ROM_END |
| 4698 | |
| 4699 | ROM_START( sc5boba ) |
| 4700 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4701 | ROM_LOAD16_BYTE( "95417240.lo", 0x00001, 0x080000, CRC(c179312d) SHA1(3d09204fb594f2580752b02afb77f34299a111db) ) |
| 4702 | ROM_LOAD16_BYTE( "95417241.hi", 0x00000, 0x080000, CRC(68c1e0d8) SHA1(0e674306e0692f1a13fb5c3b9cf1cb326b5c2042) ) |
| 4703 | sc_bob_others |
| 4704 | ROM_END |
| 4705 | |
| 4706 | ROM_START( sc5bobb ) |
| 4707 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4708 | ROM_LOAD16_BYTE( "95420294.lo", 0x00001, 0x080000, CRC(e065a8b6) SHA1(b6f7edcee40bd54aaef994713c97390c7b92fb8d) ) |
| 4709 | ROM_LOAD16_BYTE( "95420295.hi", 0x00000, 0x080000, CRC(40aa6a80) SHA1(b0515a8328caec1c537edca64bb21b82fd476ee7) ) |
| 4710 | sc_bob_others |
| 4711 | ROM_END |
| 4712 | |
| 4713 | ROM_START( sc5bobc ) |
| 4714 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4715 | ROM_LOAD16_BYTE( "95421294.lo", 0x00001, 0x080000, CRC(e7eb72e8) SHA1(820e780c3d70600dacf9b633fc5e0c358873c7bd) ) |
| 4716 | ROM_LOAD16_BYTE( "95421295.hi", 0x00000, 0x080000, CRC(40ec7987) SHA1(b0bdb684cec649c0337078b58e8c86d037b9b157) ) |
| 4717 | sc_bob_others |
| 4718 | ROM_END |
| 4719 | |
| 4720 | |
| 4721 | ROM_START( sc5bull ) |
| 4722 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4723 | ROM_LOAD16_BYTE( "95412888.lo", 0x00001, 0x080000, CRC(ea4916cc) SHA1(6c073331b44049e8ea7ac3081dbb5ec7f33f6866) ) |
| 4724 | ROM_LOAD16_BYTE( "95412889.hi", 0x00000, 0x080000, CRC(611a3bd6) SHA1(05c199b673824936c140289b9c302c0b946979b1) ) |
| 4725 | sc_bull_others |
| 4726 | ROM_END |
| 4727 | |
| 4728 | ROM_START( sc5bulla ) |
| 4729 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4730 | ROM_LOAD16_BYTE( "95413888.lo", 0x00001, 0x080000, CRC(0a8ff0a7) SHA1(f1dc9393ed81a90bca24360d6dbf26bf7177d14f) ) |
| 4731 | ROM_LOAD16_BYTE( "95413889.hi", 0x00000, 0x080000, CRC(cadbc132) SHA1(44a49071ceba94f05ee94bfd30827b0cee14a62c) ) |
| 4732 | sc_bull_others |
| 4733 | ROM_END |
| 4734 | |
| 4735 | ROM_START( sc5bullb ) |
| 4736 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4737 | ROM_LOAD16_BYTE( "95418742.lo", 0x000001, 0x080000, CRC(2af2f863) SHA1(3ea415add689bb2c4380950bd00103b908a5e859) ) |
| 4738 | ROM_LOAD16_BYTE( "95418743.hi", 0x000000, 0x080000, CRC(9a3f12ca) SHA1(fe58db2937962050bb9d0c46533ea517f285859b) ) |
| 4739 | sc_bull_others |
| 4740 | ROM_END |
| 4741 | |
| 4742 | ROM_START( sc5bullc ) |
| 4743 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4744 | ROM_LOAD16_BYTE( "95419742.lo", 0x000001, 0x080000, CRC(37c328e7) SHA1(067dfc257749ab467839b1a192b174e3054e91d4) ) |
| 4745 | ROM_LOAD16_BYTE( "95419743.hi", 0x000000, 0x080000, CRC(09dba36d) SHA1(410c6364327cbff5147b25f73c9e88a1ae13fe38) ) |
| 4746 | sc_bull_others |
| 4747 | ROM_END |
| 4748 | |
| 4749 | ROM_START( sc5sbull ) |
| 4750 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4751 | ROM_LOAD16_BYTE( "p1719p11.hi", 0x00000, 0x080000, CRC(9647d67b) SHA1(944299d64953c472dee486e1a8c479aa275d5ef9) ) |
| 4752 | ROM_LOAD16_BYTE( "p1719p11.lo", 0x00001, 0x080000, CRC(c7473a2b) SHA1(4fe8120ce5e39bb2ac33f9659f5bb35a79e5da86) ) |
| 4753 | sc_bull_others |
| 4754 | ROM_END |
| 4755 | |
| 4756 | ROM_START( sc5sbulla ) |
| 4757 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4758 | ROM_LOAD16_BYTE( "p1719s11.hi", 0x00000, 0x080000, CRC(6e478e1b) SHA1(148d4dad7466836c1e8f835e0c344a42b128f982) ) |
| 4759 | ROM_LOAD16_BYTE( "p1719s11.lo", 0x00001, 0x080000, CRC(8ac0cd1a) SHA1(7e40fd0f1dedfeb2a83e439249edc016cb65c154) ) |
| 4760 | sc_bull_others |
| 4761 | ROM_END |
| 4762 | |
| 4763 | ROM_START( sc5bull5 ) |
| 4764 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4765 | ROM_LOAD16_BYTE( "p3318p71.hi", 0x00000, 0x080000, CRC(eb94716e) SHA1(f9ed42da57519b68eb7d9be48115aaf8607d6c93) ) |
| 4766 | ROM_LOAD16_BYTE( "p3318p71.lo", 0x00001, 0x080000, CRC(c55f25a4) SHA1(2554e8d1c3547f0e93e1fc5f7e6b42c43c7654b3) ) |
| 4767 | PR3318_BULLSEYE_SOUNDS11 |
| 4768 | ROM_END |
| 4769 | |
| 4770 | ROM_START( sc5bull5a ) |
| 4771 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4772 | ROM_LOAD16_BYTE( "p3318p72.hi", 0x00000, 0x080000, CRC(a8693b6b) SHA1(380fdf5dd8518995d915583e547e94562a4c0f7b) ) |
| 4773 | ROM_LOAD16_BYTE( "p3318p72.lo", 0x00001, 0x080000, CRC(657bba1e) SHA1(f8fa202c4057d3e37540d32c15965368bb73accd) ) |
| 4774 | PR3318_BULLSEYE_SOUNDS11 |
| 4775 | ROM_END |
| 4776 | |
| 4777 | ROM_START( sc5bull5b ) |
| 4778 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4779 | ROM_LOAD16_BYTE( "p3318s71.hi", 0x00000, 0x080000, CRC(7481c408) SHA1(13b12c77c66973df75ee32d151ce5be072b0b02e) ) |
| 4780 | ROM_LOAD16_BYTE( "p3318s71.lo", 0x00001, 0x080000, CRC(32bf3031) SHA1(e1c1b2207c988d3d4c8bbba386518760dc6c5245) ) |
| 4781 | PR3318_BULLSEYE_SOUNDS11 |
| 4782 | ROM_END |
| 4783 | |
| 4784 | ROM_START( sc5bull5c ) |
| 4785 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4786 | ROM_LOAD16_BYTE( "p3318s72.hi", 0x00000, 0x080000, CRC(20c23a5e) SHA1(c6aa64a99b04fdf87cb56d1f2a15f16f3d3d075b) ) |
| 4787 | ROM_LOAD16_BYTE( "p3318s72.lo", 0x00001, 0x080000, CRC(03203e08) SHA1(70566d3d011b0d09dad6edf0812c6c2a6f4a68a6) ) |
| 4788 | PR3318_BULLSEYE_SOUNDS11 |
| 4789 | ROM_END |
| 4790 | |
| 4791 | |
| 4792 | |
| 4793 | ROM_START( sc5butch ) |
| 4794 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4795 | ROM_LOAD16_BYTE( "95418334.lo", 0x00001, 0x080000, CRC(eafed6e2) SHA1(a38b551ee7ba1d486ef2465c506be710f6300146) ) |
| 4796 | ROM_LOAD16_BYTE( "95418335.hi", 0x00000, 0x080000, CRC(aaa386cb) SHA1(003ca24635510f1e92eb269d028b951abdaea7ef) ) |
| 4797 | sc_butch_others |
| 4798 | ROM_END |
| 4799 | |
| 4800 | ROM_START( sc5butcha ) |
| 4801 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4802 | ROM_LOAD16_BYTE( "95418816.lo", 0x00001, 0x080000, CRC(f9f97eed) SHA1(dfb568189cd0f79c9930171b2b21ed6f641c85db) ) |
| 4803 | ROM_LOAD16_BYTE( "95418817.hi", 0x00000, 0x080000, CRC(a371016c) SHA1(b8d324592d688247b2f5b1ed8ed709f19abe518b) ) |
| 4804 | sc_butch_others |
| 4805 | ROM_END |
| 4806 | |
| 4807 | ROM_START( sc5butchb ) |
| 4808 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4809 | ROM_LOAD16_BYTE( "95418874.lo", 0x00001, 0x080000, CRC(a0ba18ad) SHA1(4499a64bc23b002c632198f61970db810d7d2d9c) ) |
| 4810 | ROM_LOAD16_BYTE( "95418875.hi", 0x00000, 0x080000, CRC(4184a7e2) SHA1(d3a2a45c2b29d3e0b6c4eba57f442673b87fa649) ) |
| 4811 | sc_butch_others |
| 4812 | ROM_END |
| 4813 | |
| 4814 | ROM_START( sc5butchc ) |
| 4815 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4816 | ROM_LOAD16_BYTE( "95419334.lo", 0x00001, 0x080000, CRC(94825977) SHA1(0a7f5a7ee929f88fd7f3902e93b08c47bd2de7e2) ) |
| 4817 | ROM_LOAD16_BYTE( "95419335.hi", 0x00000, 0x080000, CRC(df899d01) SHA1(02c97f953376cdf76d3321b3daac1cb4ca28f07a) ) |
| 4818 | sc_butch_others |
| 4819 | ROM_END |
| 4820 | |
| 4821 | ROM_START( sc5butchd ) |
| 4822 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4823 | ROM_LOAD16_BYTE( "95419816.lo", 0x00001, 0x080000, CRC(d7fc4130) SHA1(99f7b40cc226c1d4c017f9ba08fdfec7024b313b) ) |
| 4824 | ROM_LOAD16_BYTE( "95419817.hi", 0x00000, 0x080000, CRC(ecce1743) SHA1(d4552bc518ac2c24fb0f41acd3a123b2a952796b) ) |
| 4825 | sc_butch_others |
| 4826 | ROM_END |
| 4827 | |
| 4828 | ROM_START( sc5butche ) |
| 4829 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4830 | ROM_LOAD16_BYTE( "95419874.lo", 0x00001, 0x080000, CRC(266f617a) SHA1(abb6c88c81fa3135702fa88e8c40b89aa004f365) ) |
| 4831 | ROM_LOAD16_BYTE( "95419875.hi", 0x00000, 0x080000, CRC(79f3a4df) SHA1(0f01fc4c2a1e5c8fea163ae64a76949b9f665c75) ) |
| 4832 | sc_butch_others |
| 4833 | ROM_END |
| 4834 | |
| 4835 | |
| 4836 | |
| 4837 | ROM_START( sc5cabin ) |
| 4838 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4839 | ROM_LOAD16_BYTE( "95416198.lo", 0x00001, 0x080000, CRC(acd3688e) SHA1(b27d39d8e1fbfd2a20d06773e0397b96af9c1a11) ) |
| 4840 | ROM_LOAD16_BYTE( "95416199.hi", 0x00000, 0x080000, CRC(9419cdf9) SHA1(00a3a236dd8f712ffcdb9e5df413563054598c76) ) |
| 4841 | sc_cabin_others |
| 4842 | ROM_END |
| 4843 | |
| 4844 | ROM_START( sc5cabina ) |
| 4845 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4846 | ROM_LOAD16_BYTE( "95417198.lo", 0x00001, 0x080000, CRC(8b7549c5) SHA1(6948483265b601904134d3cee265c560062b13cc) ) |
| 4847 | ROM_LOAD16_BYTE( "95417199.hi", 0x00000, 0x080000, CRC(7616fdd5) SHA1(fe37395bc9188931b1beac28ef2886cb2384976b) ) |
| 4848 | sc_cabin_others |
| 4849 | ROM_END |
| 4850 | |
| 4851 | ROM_START( sc5cabinb ) |
| 4852 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4853 | ROM_LOAD16_BYTE( "95420574.lo", 0x00001, 0x080000, CRC(56fb3a4b) SHA1(075d2fb9d1b260b5161c4d3f6f584c3a1aa742ca) ) |
| 4854 | ROM_LOAD16_BYTE( "95420575.hi", 0x00000, 0x080000, CRC(4f91bad2) SHA1(69524ea2a902987775e59e352ce91e3de3e9b1b8) ) |
| 4855 | sc_cabin_others |
| 4856 | ROM_END |
| 4857 | |
| 4858 | ROM_START( sc5cabinc ) |
| 4859 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4860 | ROM_LOAD16_BYTE( "95421574.lo", 0x00001, 0x080000, CRC(7d259244) SHA1(04cd0b33d58f3ae8da8c55d1ebf7966f4723f305) ) |
| 4861 | ROM_LOAD16_BYTE( "95421575.hi", 0x00000, 0x080000, CRC(5910850d) SHA1(d1218443133c23cbdb8f13161b9631be70fb9eae) ) |
| 4862 | sc_cabin_others |
| 4863 | ROM_END |
| 4864 | |
| 4865 | |
| 4866 | |
| 4867 | ROM_START( sc5cari ) |
| 4868 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4869 | ROM_LOAD16_BYTE( "95420262.lo", 0x00001, 0x080000, CRC(db05dbbd) SHA1(172964a3f64ae1f7ef21bebbe80f7b7f608c2952) ) |
| 4870 | ROM_LOAD16_BYTE( "95420263.hi", 0x00000, 0x080000, CRC(7fe167eb) SHA1(7bcfe5daa91f29fd5d25f0189524c496dd8213d7) ) |
| 4871 | sc_cari_others |
| 4872 | ROM_END |
| 4873 | |
| 4874 | ROM_START( sc5caria ) |
| 4875 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4876 | ROM_LOAD16_BYTE( "95420610.lo", 0x00001, 0x080000, CRC(732fe359) SHA1(3c035fa7692e9d0d317ded726425129a51a2bddb) ) |
| 4877 | ROM_LOAD16_BYTE( "95420611.hi", 0x00000, 0x080000, CRC(be4c7191) SHA1(863cadada0b14dfd57dd3817c525b1603ac1206d) ) |
| 4878 | sc_cari_others |
| 4879 | ROM_END |
| 4880 | |
| 4881 | ROM_START( sc5carib ) |
| 4882 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4883 | ROM_LOAD16_BYTE( "95420646.lo", 0x00001, 0x080000, CRC(8cfdafbf) SHA1(97c883cd6bd6335a9c55075851278dc38889a24f) ) |
| 4884 | ROM_LOAD16_BYTE( "95420647.hi", 0x00000, 0x080000, CRC(df5b5576) SHA1(254062ddf6c190efd528abb5ea4f5fb972856e71) ) |
| 4885 | sc_cari_others |
| 4886 | ROM_END |
| 4887 | |
| 4888 | ROM_START( sc5caric ) |
| 4889 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4890 | ROM_LOAD16_BYTE( "95420736.lo", 0x00001, 0x080000, CRC(0b1f4f5f) SHA1(cf77e0752ae70eb4b70601568a97f0cea9f7d803) ) |
| 4891 | ROM_LOAD16_BYTE( "95420737.hi", 0x00000, 0x080000, CRC(fd6ad5f0) SHA1(0a62b4221beb681cb7c0eec24a26e42cc3401ae7) ) |
| 4892 | sc_cari_others |
| 4893 | ROM_END |
| 4894 | |
| 4895 | ROM_START( sc5carid ) |
| 4896 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4897 | ROM_LOAD16_BYTE( "95421262.lo", 0x00001, 0x080000, CRC(e262396e) SHA1(575897863f0840b8a1437fe8b4d03b45c604116a) ) |
| 4898 | ROM_LOAD16_BYTE( "95421263.hi", 0x00000, 0x080000, CRC(2c1615e8) SHA1(92c9e5cc8adf5cc2a35b513ef2ee24511761e662) ) |
| 4899 | sc_cari_others |
| 4900 | ROM_END |
| 4901 | |
| 4902 | ROM_START( sc5carie ) |
| 4903 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4904 | ROM_LOAD16_BYTE( "95421610.lo", 0x00001, 0x080000, CRC(83237c7d) SHA1(2ddc94fbe67f983a1401ec9904d42167455fd750) ) |
| 4905 | ROM_LOAD16_BYTE( "95421611.hi", 0x00000, 0x080000, CRC(6307c3e8) SHA1(53a00bbc8b32f7ee320470001c2034f6743836ed) ) |
| 4906 | sc_cari_others |
| 4907 | ROM_END |
| 4908 | |
| 4909 | ROM_START( sc5carif ) |
| 4910 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4911 | ROM_LOAD16_BYTE( "95421646.lo", 0x00001, 0x080000, CRC(5bc76dd4) SHA1(565c73f3083a2ba3df2d7ba8111472dd1f00e1a2) ) |
| 4912 | ROM_LOAD16_BYTE( "95421647.hi", 0x00000, 0x080000, CRC(ea39887b) SHA1(ef79e55b4729ba8bcc5636e7098554dce4567521) ) |
| 4913 | sc_cari_others |
| 4914 | ROM_END |
| 4915 | |
| 4916 | ROM_START( sc5carig ) |
| 4917 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4918 | ROM_LOAD16_BYTE( "95421736.lo", 0x00001, 0x080000, CRC(aa99f3ed) SHA1(496a6cd1a451f63bdfa8ebe9b1c849e0a73dd655) ) |
| 4919 | ROM_LOAD16_BYTE( "95421737.hi", 0x00000, 0x080000, CRC(620df42a) SHA1(0e3ad649562e3b2919747c78c97d042b23a27d65) ) |
| 4920 | sc_cari_others |
| 4921 | ROM_END |
| 4922 | |
| 4923 | |
| 4924 | ROM_START( sc5cblas ) |
| 4925 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4926 | ROM_LOAD16_BYTE( "95418026.lo", 0x00001, 0x080000, CRC(a283feca) SHA1(0c94cd66f82c05d723b1b3515c650c1f08a5bf5f) ) |
| 4927 | ROM_LOAD16_BYTE( "95418027.hi", 0x00000, 0x080000, CRC(e3143638) SHA1(7bc6484aed013f25045b34fd8e422dc0ac9a8097) ) |
| 4928 | sc_cblas_others |
| 4929 | ROM_END |
| 4930 | |
| 4931 | ROM_START( sc5cblasa ) |
| 4932 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4933 | ROM_LOAD16_BYTE( "95419026.lo", 0x00001, 0x080000, CRC(3ccf4515) SHA1(893c38ea2d35f0cf480da637ece301633ffb792c) ) |
| 4934 | ROM_LOAD16_BYTE( "95419027.hi", 0x00000, 0x080000, CRC(55931f20) SHA1(ba42d054d884b86f967f6157a66563c5e0d92c7f) ) |
| 4935 | sc_cblas_others |
| 4936 | ROM_END |
| 4937 | |
| 4938 | |
| 4939 | |
| 4940 | ROM_START( sc5casxt ) |
| 4941 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4942 | ROM_LOAD16_BYTE( "95420712.lo", 0x00001, 0x080000, CRC(76058d49) SHA1(0c05d7dc4f69b62d0ccafaa2fb0f5f95ed196230) ) |
| 4943 | ROM_LOAD16_BYTE( "95420713.hi", 0x00000, 0x080000, CRC(ffb7d958) SHA1(054062991db12dd4e5cb05aefe31f165ffb2863d) ) |
| 4944 | sc_casxt_others |
| 4945 | ROM_END |
| 4946 | |
| 4947 | |
| 4948 | ROM_START( sc5casxta ) |
| 4949 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4950 | ROM_LOAD16_BYTE( "95421712.lo", 0x00001, 0x080000, CRC(3c95e568) SHA1(7308b20b962a1e006db14df9375f0376ab360400) ) |
| 4951 | ROM_LOAD16_BYTE( "95421713.hi", 0x00000, 0x080000, CRC(031ccbca) SHA1(7046385ec98c296ed993df06ff081b2dbde8b42e) ) |
| 4952 | sc_casxt_others |
| 4953 | ROM_END |
| 4954 | |
| 4955 | |
| 4956 | |
| 4957 | |
| 4958 | ROM_START( sc5chavi ) |
| 4959 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4960 | ROM_LOAD16_BYTE( "95418090.lo", 0x00001, 0x080000, CRC(e453684f) SHA1(42d0d223f559fab560310e1333d1c7f6e6e82282) ) |
| 4961 | ROM_LOAD16_BYTE( "95418091.hi", 0x00000, 0x080000, CRC(8771b305) SHA1(988d40dc2ce2cb68fdb371a67197112e0305c4cd) ) |
| 4962 | sc_chavi_others |
| 4963 | ROM_END |
| 4964 | |
| 4965 | ROM_START( sc5chavia ) |
| 4966 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4967 | ROM_LOAD16_BYTE( "95418824.lo", 0x00001, 0x080000, CRC(37967162) SHA1(8eef719d8a22fd4ad059ec30ca7e9d73d6682e5d) ) |
| 4968 | ROM_LOAD16_BYTE( "95418825.hi", 0x00000, 0x080000, CRC(bd26bfa6) SHA1(8fc483dd18121c6f07ef3059d4bca29d0ac65c64) ) |
| 4969 | sc_chavi_others |
| 4970 | ROM_END |
| 4971 | |
| 4972 | ROM_START( sc5chavib ) |
| 4973 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4974 | ROM_LOAD16_BYTE( "95418898.lo", 0x00001, 0x080000, CRC(fce959fc) SHA1(94bdb62892d46f51a70f2b35718724f3e2de070d) ) |
| 4975 | ROM_LOAD16_BYTE( "95418899.hi", 0x00000, 0x080000, CRC(40418dbf) SHA1(192ba131b2da9accf05c09ff899a302862d24c39) ) |
| 4976 | sc_chavi_others |
| 4977 | ROM_END |
| 4978 | |
| 4979 | ROM_START( sc5chavic ) |
| 4980 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4981 | ROM_LOAD16_BYTE( "95419090.lo", 0x00001, 0x080000, CRC(a393dca3) SHA1(6f0f9cfb3b5aa6ac6ae02d1987fb4c5e1a5a9d63) ) |
| 4982 | ROM_LOAD16_BYTE( "95419091.hi", 0x00000, 0x080000, CRC(9f143def) SHA1(377bc77a8f792526d2f9b391b9e28627b1bee55b) ) |
| 4983 | sc_chavi_others |
| 4984 | ROM_END |
| 4985 | |
| 4986 | ROM_START( sc5chavid ) |
| 4987 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4988 | ROM_LOAD16_BYTE( "95419824.lo", 0x00001, 0x080000, CRC(e3c25c14) SHA1(90c511378dfa48f24fcac9818efa4c0cccc15620) ) |
| 4989 | ROM_LOAD16_BYTE( "95419825.hi", 0x00000, 0x080000, CRC(90614ca8) SHA1(84038b4e0a516d33c6abc9eee75964215bb569fa) ) |
| 4990 | sc_chavi_others |
| 4991 | ROM_END |
| 4992 | |
| 4993 | ROM_START( sc5chavie ) |
| 4994 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 4995 | ROM_LOAD16_BYTE( "95419898.lo", 0x00001, 0x080000, CRC(04c42bf4) SHA1(5d40fb2bf1e7e0ea29f21aef83c86835726e78e0) ) |
| 4996 | ROM_LOAD16_BYTE( "95419899.hi", 0x00000, 0x080000, CRC(7bea2c2a) SHA1(3cbeb27a22f910014ba1eea0ddd53b48bf071e9c) ) |
| 4997 | sc_chavi_others |
| 4998 | ROM_END |
| 4999 | |
| 5000 | |
| 5001 | ROM_START( sc5chavy ) |
| 5002 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5003 | ROM_LOAD16_BYTE( "95416842.lo", 0x00001, 0x080000, CRC(be85c187) SHA1(d2743eefe9576270d291b1978737817892af9772) ) |
| 5004 | ROM_LOAD16_BYTE( "95416843.hi", 0x00000, 0x080000, CRC(6eaeeb76) SHA1(5bfd47cb2cd2c6bd46a36c527fa018c449d6a710) ) |
| 5005 | sc_chavy_others |
| 5006 | ROM_END |
| 5007 | |
| 5008 | ROM_START( sc5chavya ) |
| 5009 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5010 | ROM_LOAD16_BYTE( "95417842.lo", 0x00001, 0x080000, CRC(eb9fa79e) SHA1(b7830534490417d04638019275da633846b54f41) ) |
| 5011 | ROM_LOAD16_BYTE( "95417843.hi", 0x00000, 0x080000, CRC(7ee0cbf0) SHA1(1669ac40c06f65d75a00ddce965cccc6276ade8f) ) |
| 5012 | sc_chavy_others |
| 5013 | ROM_END |
| 5014 | |
| 5015 | ROM_START( sc5chavyb ) |
| 5016 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5017 | ROM_LOAD16_BYTE( "95420334.lo", 0x00001, 0x080000, CRC(356c3a41) SHA1(e66f97a4145d5161711f31a14ae9fde5318e95c6) ) |
| 5018 | ROM_LOAD16_BYTE( "95420335.hi", 0x00000, 0x080000, CRC(2b8ebf58) SHA1(caf40ca340e48d4ddbc44f80d1afdbcd8a88855a) ) |
| 5019 | sc_chavy_others |
| 5020 | ROM_END |
| 5021 | |
| 5022 | ROM_START( sc5chavyc ) |
| 5023 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5024 | ROM_LOAD16_BYTE( "95421334.lo", 0x00001, 0x080000, CRC(e8dd78da) SHA1(a578bae1a56e849a908939291a848aa5aa31d5d7) ) |
| 5025 | ROM_LOAD16_BYTE( "95421335.hi", 0x00000, 0x080000, CRC(98270994) SHA1(3ba637fa297a329532d35cb56e801fd65d86ede6) ) |
| 5026 | sc_chavy_others |
| 5027 | ROM_END |
| 5028 | |
| 5029 | |
| 5030 | ROM_START( sc5clue ) |
| 5031 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5032 | ROM_LOAD16_BYTE( "95416562.lo", 0x00001, 0x080000, CRC(c4b78c45) SHA1(5894b0a63418c30ee2b580acf4b1ddb2ad56296a) ) |
| 5033 | ROM_LOAD16_BYTE( "95416563.hi", 0x00000, 0x080000, CRC(b98e38f1) SHA1(9f477028d66c816305a04d307b7c1cd90ce22406) ) |
| 5034 | sc_clue_others |
| 5035 | ROM_END |
| 5036 | |
| 5037 | ROM_START( sc5cluea ) |
| 5038 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5039 | ROM_LOAD16_BYTE( "95417562.lo", 0x00001, 0x080000, CRC(915e332e) SHA1(8bebc060a81477dbc863e91dfcac96735276c386) ) |
| 5040 | ROM_LOAD16_BYTE( "95417563.hi", 0x00000, 0x080000, CRC(f016e591) SHA1(e40b91b2d6ccfafc97be91b6f5a18ebbfdea6a36) ) |
| 5041 | sc_clue_others |
| 5042 | ROM_END |
| 5043 | |
| 5044 | ROM_START( sc5clueb ) |
| 5045 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5046 | ROM_LOAD16_BYTE( "95420376.lo", 0x00001, 0x080000, CRC(7b39a031) SHA1(2b5041fa2ae37dc62e18a0fb264e478808d6aa55) ) |
| 5047 | ROM_LOAD16_BYTE( "95420377.hi", 0x00000, 0x080000, CRC(fef0e282) SHA1(ab59343b614dc389022b6225219907177770eda3) ) |
| 5048 | sc_clue_others |
| 5049 | ROM_END |
| 5050 | |
| 5051 | ROM_START( sc5cluec ) |
| 5052 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5053 | ROM_LOAD16_BYTE( "95421376.lo", 0x00001, 0x080000, CRC(799ec958) SHA1(2d90a9a8079676b2260e94a02f83225b8fc766ab) ) |
| 5054 | ROM_LOAD16_BYTE( "95421377.hi", 0x00000, 0x080000, CRC(c963fea2) SHA1(c4e9515d7066c9318cec77da9423f93996d45050) ) |
| 5055 | sc_clue_others |
| 5056 | ROM_END |
| 5057 | |
| 5058 | |
| 5059 | |
| 5060 | ROM_START( sc5cmani ) |
| 5061 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5062 | ROM_LOAD16_BYTE( "95408022.lo", 0x00001, 0x080000, CRC(e874cb2f) SHA1(4a93d26b6d3f64f850130dc00600ce722c5296bc) ) |
| 5063 | ROM_LOAD16_BYTE( "95408023.hi", 0x00000, 0x080000, CRC(627ae9d9) SHA1(1096527a6e2f973cfa8d21aa2ec28102275664da) ) |
| 5064 | sc_cmani_others |
| 5065 | ROM_END |
| 5066 | |
| 5067 | ROM_START( sc5cmania ) |
| 5068 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5069 | ROM_LOAD16_BYTE( "95408072.lo", 0x00001, 0x080000, CRC(edf065dd) SHA1(2755c0eb52e881b9d5836cd8a4cbac44ee78c0ed) ) |
| 5070 | ROM_LOAD16_BYTE( "95408073.hi", 0x00000, 0x080000, CRC(7cd3526a) SHA1(ff6fbcff771da4dcbd2bdae59cdc4821c2169489) ) |
| 5071 | sc_cmani_others |
| 5072 | ROM_END |
| 5073 | |
| 5074 | ROM_START( sc5cmanib ) |
| 5075 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5076 | ROM_LOAD16_BYTE( "95409022.lo", 0x00001, 0x080000, CRC(771ba795) SHA1(453a3ed1b70ab108682795ebb94757aca2f83029) ) |
| 5077 | ROM_LOAD16_BYTE( "95409023.hi", 0x00000, 0x080000, CRC(4e9ce09f) SHA1(9bfde67c5492eabd464bc3e44e01ea2b1d702153) ) |
| 5078 | sc_cmani_others |
| 5079 | ROM_END |
| 5080 | |
| 5081 | ROM_START( sc5cmanic ) |
| 5082 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5083 | ROM_LOAD16_BYTE( "95409072.lo", 0x00001, 0x080000, CRC(ad1b4196) SHA1(d19d19469cd8f8180c150b7e816442683fb11f14) ) |
| 5084 | ROM_LOAD16_BYTE( "95409073.hi", 0x00000, 0x080000, CRC(4034921c) SHA1(a4dee8366390496ad48c89e9ebfba3a706c874cb) ) |
| 5085 | sc_cmani_others |
| 5086 | ROM_END |
| 5087 | |
| 5088 | |
| 5089 | |
| 5090 | |
| 5091 | ROM_START( sc5cj ) |
| 5092 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5093 | ROM_LOAD16_BYTE( "95410980.lo", 0x00001, 0x080000, CRC(211d86aa) SHA1(629a8430ffb34ffdcce320fb97e2cc90f150832a) ) |
| 5094 | ROM_LOAD16_BYTE( "95410981.hi", 0x00000, 0x080000, CRC(63f665e0) SHA1(7b853d38e92f1d1cd3a892077062b34053b9f104) ) |
| 5095 | sc_cj_others |
| 5096 | ROM_END |
| 5097 | |
| 5098 | ROM_START( sc5cja ) |
| 5099 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5100 | ROM_LOAD16_BYTE( "95410982.lo", 0x00001, 0x080000, CRC(0ee53044) SHA1(62e56ad2251f2908bc8587b126d0f3cff49951cd) ) |
| 5101 | ROM_LOAD16_BYTE( "95410983.hi", 0x00000, 0x080000, CRC(86234e04) SHA1(b09ec3987df8a61936539e8f69fbfdc0bea79e08) ) |
| 5102 | sc_cj_others |
| 5103 | ROM_END |
| 5104 | |
| 5105 | ROM_START( sc5cjb ) |
| 5106 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5107 | ROM_LOAD16_BYTE( "95411980.lo", 0x00001, 0x080000, CRC(9aba66d1) SHA1(1d22e85f999d3199fe25fd673dce3edd212162bc) ) |
| 5108 | ROM_LOAD16_BYTE( "95411981.hi", 0x00000, 0x080000, CRC(0e5d2198) SHA1(30e82d04e7ea15cc237056aa5c482de44e182dbf) ) |
| 5109 | sc_cj_others |
| 5110 | ROM_END |
| 5111 | |
| 5112 | ROM_START( sc5cjc ) |
| 5113 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5114 | ROM_LOAD16_BYTE( "95411982.lo", 0x00001, 0x080000, CRC(6cdefe57) SHA1(506f779cc253d74060c6b3e920609f08abbbc884) ) |
| 5115 | ROM_LOAD16_BYTE( "95411983.hi", 0x00000, 0x080000, CRC(b8313675) SHA1(e6add1fcd81b2cab99ea9a5d4284a8a5d8ec33ea) ) |
| 5116 | sc_cj_others |
| 5117 | ROM_END |
| 5118 | |
| 5119 | ROM_START( sc5cjd ) |
| 5120 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5121 | ROM_LOAD16_BYTE( "95412560.lo", 0x00001, 0x080000, CRC(319aef1e) SHA1(774d00e3f01836a79c530dd6e556f416eca35c92) ) |
| 5122 | ROM_LOAD16_BYTE( "95412561.hi", 0x00000, 0x080000, CRC(8970b675) SHA1(ae8877cce1d6be05e154511200301a1daeeb9597) ) |
| 5123 | sc_cj_others |
| 5124 | ROM_END |
| 5125 | |
| 5126 | ROM_START( sc5cje ) |
| 5127 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5128 | ROM_LOAD16_BYTE( "95413560.lo", 0x00001, 0x080000, CRC(291fdd53) SHA1(92af62de2a411566c16461f124d5f6fa969d84a6) ) |
| 5129 | ROM_LOAD16_BYTE( "95413561.hi", 0x00000, 0x080000, CRC(e5e6b17f) SHA1(eeaf1a8553d0c507c689c8d216da79e1570a06d8) ) |
| 5130 | sc_cj_others |
| 5131 | ROM_END |
| 5132 | |
| 5133 | |
| 5134 | ROM_START( sc5ctl ) |
| 5135 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5136 | ROM_LOAD16_BYTE( "p1340p12.hi", 0x00000, 0x080000, CRC(2dc7259d) SHA1(35f3f9227b6bea85983de3fab0b6553817310a40) ) |
| 5137 | ROM_LOAD16_BYTE( "p1340p12.lo", 0x00001, 0x080000, CRC(a77e56ec) SHA1(943bf649ee0bd72bef177dfee12497f3ccc54eab) ) |
| 5138 | sc_ctl_others |
| 5139 | ROM_END |
| 5140 | |
| 5141 | ROM_START( sc5ctla ) |
| 5142 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5143 | ROM_LOAD16_BYTE( "p1340p13.hi", 0x00000, 0x080000, CRC(5a0f6848) SHA1(edd3cab79508923d1017b55a392a6d1ea488e733) ) |
| 5144 | ROM_LOAD16_BYTE( "p1340p13.lo", 0x00001, 0x080000, CRC(b553c20d) SHA1(93a27c225dedbfa73c0af6f5cfa1a5cb4c91b3a9) ) |
| 5145 | sc_ctl_others |
| 5146 | ROM_END |
| 5147 | |
| 5148 | ROM_START( sc5ctlb ) |
| 5149 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5150 | ROM_LOAD16_BYTE( "p1340s12.hi", 0x00000, 0x080000, CRC(e48974d9) SHA1(ea1020e8898763999f514135186f3b5dde4b4bc5) ) |
| 5151 | ROM_LOAD16_BYTE( "p1340s12.lo", 0x00001, 0x080000, CRC(5a076aa3) SHA1(0ff7dbf7c72e8da6dcbe7e2747aa372bf18120b5) ) |
| 5152 | sc_ctl_others |
| 5153 | ROM_END |
| 5154 | |
| 5155 | ROM_START( sc5ctlc ) |
| 5156 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5157 | ROM_LOAD16_BYTE( "p1340s13.hi", 0x00000, 0x080000, CRC(3c409fe7) SHA1(4d42b999c090c8b82b7c39ca25aa2d930b15e9d0) ) |
| 5158 | ROM_LOAD16_BYTE( "p1340s13.lo", 0x00001, 0x080000, CRC(3d0b5934) SHA1(46aaedf7db345e490412278d5308c03866be7ee5) ) |
| 5159 | sc_ctl_others |
| 5160 | ROM_END |
| 5161 | |
| 5162 | |
| 5163 | |
| 5164 | ROM_START( sc5crsc ) |
| 5165 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5166 | ROM_LOAD16_BYTE( "95422118.lo", 0x00001, 0x080000, CRC(61ab2086) SHA1(717c1b3e96f9a2f413e6d2b935c976bff730578b) ) |
| 5167 | ROM_LOAD16_BYTE( "95422119.hi", 0x00000, 0x080000, CRC(4a6c626c) SHA1(6b8e0d1398d1ecfd26709a68641809fc95f4de0d) ) |
| 5168 | sc_crsc_others |
| 5169 | ROM_END |
| 5170 | |
| 5171 | ROM_START( sc5crsca ) |
| 5172 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5173 | ROM_LOAD16_BYTE( "95422316.lo", 0x00001, 0x080000, CRC(3e71d049) SHA1(90a1b015803e933d94892e244304a430b5e7943e) ) |
| 5174 | ROM_LOAD16_BYTE( "95422317.hi", 0x00000, 0x080000, CRC(6723b3df) SHA1(95868c8864624acfc4dc9b68b0417318552b97b7) ) |
| 5175 | sc_crsc_others |
| 5176 | ROM_END |
| 5177 | |
| 5178 | ROM_START( sc5crscb ) |
| 5179 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5180 | ROM_LOAD16_BYTE( "95422510.lo", 0x00001, 0x080000, CRC(08c19d5c) SHA1(f6ef98e305e78ee34a5f2475ebcc7c667d6dd22b) ) |
| 5181 | ROM_LOAD16_BYTE( "95422511.hi", 0x00000, 0x080000, CRC(9bccff45) SHA1(826285c960f4424590abe3dffb8fbf98ec0035f1) ) |
| 5182 | sc_crsc_others |
| 5183 | ROM_END |
| 5184 | |
| 5185 | ROM_START( sc5crscc ) |
| 5186 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5187 | ROM_LOAD16_BYTE( "95422840.lo", 0x00001, 0x080000, CRC(68ecba68) SHA1(376005c2c75a6e02c4a34ab5fe9697fc2f3d1f50) ) |
| 5188 | ROM_LOAD16_BYTE( "95422841.hi", 0x00000, 0x080000, CRC(c36b5e60) SHA1(380b619b7a96a9cc0e75ce14621fa5c457186786) ) |
| 5189 | sc_crsc_others |
| 5190 | ROM_END |
| 5191 | |
| 5192 | ROM_START( sc5crscd ) |
| 5193 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5194 | ROM_LOAD16_BYTE( "95423118.lo", 0x00001, 0x080000, CRC(dfbd0942) SHA1(5c7294d61b4f57d41dd9d4f8e0a0764fb4589160) ) |
| 5195 | ROM_LOAD16_BYTE( "95423119.hi", 0x00000, 0x080000, CRC(19eb125a) SHA1(706aa0fb1de731322f3ffb04e09584bf3305fe4d) ) |
| 5196 | sc_crsc_others |
| 5197 | ROM_END |
| 5198 | |
| 5199 | ROM_START( sc5crsce ) |
| 5200 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5201 | ROM_LOAD16_BYTE( "95423316.lo", 0x00001, 0x080000, CRC(131cca2e) SHA1(4870a14efff4378e8b406b1c9a0602ab80ed2349) ) |
| 5202 | ROM_LOAD16_BYTE( "95423317.hi", 0x00000, 0x080000, CRC(13827a58) SHA1(c774f1df710fb88db8b86d74d265ffeb17c142d2) ) |
| 5203 | sc_crsc_others |
| 5204 | ROM_END |
| 5205 | |
| 5206 | ROM_START( sc5crscf ) |
| 5207 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5208 | ROM_LOAD16_BYTE( "95423510.lo", 0x00001, 0x080000, CRC(afd1761c) SHA1(ce9da48e350c9965a6a1b79123e116c72684e37f) ) |
| 5209 | ROM_LOAD16_BYTE( "95423511.hi", 0x00000, 0x080000, CRC(d6c85c03) SHA1(072e712af5409a91af33260218c80b194a45b801) ) |
| 5210 | sc_crsc_others |
| 5211 | ROM_END |
| 5212 | |
| 5213 | ROM_START( sc5crscg ) |
| 5214 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5215 | ROM_LOAD16_BYTE( "95423840.lo", 0x00001, 0x080000, CRC(b6c225d8) SHA1(f9d3cc542c7e7127f74cc58b7b09ba99c0132525) ) |
| 5216 | ROM_LOAD16_BYTE( "95423841.hi", 0x00000, 0x080000, CRC(0499c31a) SHA1(4c7d2bb3c2f4268070ca681833cdbbe51162bfc6) ) |
| 5217 | sc_crsc_others |
| 5218 | ROM_END |
| 5219 | |
| 5220 | ROM_START( sc5crsch ) |
| 5221 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5222 | ROM_LOAD16_BYTE( "95426114.lo", 0x00001, 0x080000, CRC(af70f5b8) SHA1(82ce9daf626d990b8ca550be52a1dc3e6109cf5e) ) |
| 5223 | ROM_LOAD16_BYTE( "95426115.hi", 0x00000, 0x080000, CRC(37b3f49f) SHA1(8f7f72bb7017052249ca309165d923f1c2ccd9e0) ) |
| 5224 | sc_crsc_others |
| 5225 | ROM_END |
| 5226 | |
| 5227 | ROM_START( sc5crsci ) |
| 5228 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5229 | ROM_LOAD16_BYTE( "95426164.lo", 0x00001, 0x080000, CRC(31dfd609) SHA1(542bd37903d36318e04b2749e938aa40f530d703) ) |
| 5230 | ROM_LOAD16_BYTE( "95426165.hi", 0x00000, 0x080000, CRC(676f0391) SHA1(c5cabdd3696a76d72566f2b56b57f1244d665ca9) ) |
| 5231 | sc_crsc_others |
| 5232 | ROM_END |
| 5233 | |
| 5234 | ROM_START( sc5crscj ) |
| 5235 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5236 | ROM_LOAD16_BYTE( "95426292.lo", 0x00001, 0x080000, CRC(101c0006) SHA1(2c92086a791078a6a3dae40f4029e18d092bd8f9) ) |
| 5237 | ROM_LOAD16_BYTE( "95426293.hi", 0x00000, 0x080000, CRC(fbcf7149) SHA1(0e34753cd75124af1305099d5abd57e03d2ba6a8) ) |
| 5238 | sc_crsc_others |
| 5239 | ROM_END |
| 5240 | |
| 5241 | ROM_START( sc5crsck ) |
| 5242 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5243 | ROM_LOAD16_BYTE( "95427114.lo", 0x00001, 0x080000, CRC(ac0beaa0) SHA1(b0aa5af084785ccd64132d3c8a9a438d04224400) ) |
| 5244 | ROM_LOAD16_BYTE( "95427115.hi", 0x00000, 0x080000, CRC(3177e176) SHA1(0195d3a81f604e74f8f8033f8a411ee535fb93ac) ) |
| 5245 | sc_crsc_others |
| 5246 | ROM_END |
| 5247 | |
| 5248 | ROM_START( sc5crscl ) |
| 5249 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5250 | ROM_LOAD16_BYTE( "95427164.lo", 0x00001, 0x080000, CRC(6c2c5331) SHA1(6dc17f34f2eec2d4cf3287b9062e6eb2e0f7156d) ) |
| 5251 | ROM_LOAD16_BYTE( "95427165.hi", 0x00000, 0x080000, CRC(1f37b5dc) SHA1(cc3a3e58317930bfcbf563958692c1d23a0dcf65) ) |
| 5252 | sc_crsc_others |
| 5253 | ROM_END |
| 5254 | |
| 5255 | ROM_START( sc5crscm ) |
| 5256 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5257 | ROM_LOAD16_BYTE( "95427292.lo", 0x00001, 0x080000, CRC(8e01c277) SHA1(4ef88a3e142083810d1b25da79f892a2be9fa42d) ) |
| 5258 | ROM_LOAD16_BYTE( "95427293.hi", 0x00000, 0x080000, CRC(14450bab) SHA1(88888bb85edca3fc26607e63bd57dcf2ce8183a7) ) |
| 5259 | sc_crsc_others |
| 5260 | ROM_END |
| 5261 | |
| 5262 | ROM_START( sc5crscn ) |
| 5263 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5264 | ROM_LOAD16_BYTE( "p3005p01.hi", 0x00000, 0x080000, CRC(fee3d425) SHA1(c8c7773c96567cad9c553f4e35f39b9a26569f4b) ) |
| 5265 | ROM_LOAD16_BYTE( "p3005p01.lo", 0x00001, 0x080000, CRC(e3328108) SHA1(61b17d67abf793f05821afd1cb1032e55b2382e5) ) |
| 5266 | sc_crsc_others |
| 5267 | ROM_END |
| 5268 | |
| 5269 | ROM_START( sc5crsco ) |
| 5270 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5271 | ROM_LOAD16_BYTE( "p3005p41.hi", 0x00000, 0x080000, CRC(2ce1f7b7) SHA1(506675ee2d5859c6c29152bbb7fdda83b2b3b90a) ) |
| 5272 | ROM_LOAD16_BYTE( "p3005p41.lo", 0x00001, 0x080000, CRC(91464b75) SHA1(8d663507cedc18deec52c11e15bfaf49e75a3560) ) |
| 5273 | sc_crsc_others |
| 5274 | ROM_END |
| 5275 | |
| 5276 | ROM_START( sc5crscp ) |
| 5277 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5278 | ROM_LOAD16_BYTE( "p3005p42.hi", 0x00000, 0x080000, CRC(cfc76b53) SHA1(6f380aa861498091a3a7060b399a505b3d6e3efc) ) |
| 5279 | ROM_LOAD16_BYTE( "p3005p42.lo", 0x00001, 0x080000, CRC(7a860115) SHA1(ace6181f9ae468434b32999054b0e5b86d40a5dd) ) |
| 5280 | sc_crsc_others |
| 5281 | ROM_END |
| 5282 | |
| 5283 | ROM_START( sc5crscq ) |
| 5284 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5285 | ROM_LOAD16_BYTE( "p3005p43.hi", 0x00000, 0x080000, CRC(fcdb8416) SHA1(4afce0424b7d821b7d71872e5e9c535b5d06bcd3) ) |
| 5286 | ROM_LOAD16_BYTE( "p3005p43.lo", 0x00001, 0x080000, CRC(bdc918ad) SHA1(b45f8652161b5feef7cf1990e6923c67bc6a41bc) ) |
| 5287 | sc_crsc_others |
| 5288 | ROM_END |
| 5289 | |
| 5290 | ROM_START( sc5crscr ) |
| 5291 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5292 | ROM_LOAD16_BYTE( "p3005s01.hi", 0x00000, 0x080000, CRC(d2ac11c0) SHA1(948eb7d43d3109d099b4d89e16efdc947815ee47) ) |
| 5293 | ROM_LOAD16_BYTE( "p3005s01.lo", 0x00001, 0x080000, CRC(ece251d2) SHA1(ed6f8e7ba379cefbff093b5fffb6b0764f284a9e) ) |
| 5294 | sc_crsc_others |
| 5295 | ROM_END |
| 5296 | |
| 5297 | ROM_START( sc5crscs ) |
| 5298 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5299 | ROM_LOAD16_BYTE( "p3005s41.hi", 0x00000, 0x080000, CRC(e036f445) SHA1(42781749d714e81a4ae48bbffbfe14c58d35906b) ) |
| 5300 | ROM_LOAD16_BYTE( "p3005s41.lo", 0x00001, 0x080000, CRC(adde9f0c) SHA1(3292d987b179b4ea72aa3c13a3dca4ad74e038d9) ) |
| 5301 | sc_crsc_others |
| 5302 | ROM_END |
| 5303 | |
| 5304 | ROM_START( sc5crsct ) |
| 5305 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5306 | ROM_LOAD16_BYTE( "p3005s42.hi", 0x00000, 0x080000, CRC(eb3907d5) SHA1(3f6922c5e3938bb091194d6917bf896a66e73986) ) |
| 5307 | ROM_LOAD16_BYTE( "p3005s42.lo", 0x00001, 0x080000, CRC(7dce5601) SHA1(f3dc52dafb104656014c743ba9ecf8e5917ca0a3) ) |
| 5308 | sc_crsc_others |
| 5309 | ROM_END |
| 5310 | |
| 5311 | ROM_START( sc5crscu ) |
| 5312 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5313 | ROM_LOAD16_BYTE( "p3005s43.hi", 0x00000, 0x080000, CRC(a29f5fe9) SHA1(78bb8e1699640d885634b53f2952ea77329da40b) ) |
| 5314 | ROM_LOAD16_BYTE( "p3005s43.lo", 0x00001, 0x080000, CRC(93ee0022) SHA1(ee58ad5a04e1ecd89b5cc3236e986135fa422f12) ) |
| 5315 | sc_crsc_others |
| 5316 | ROM_END |
| 5317 | |
| 5318 | |
| 5319 | |
| 5320 | ROM_START( sc5coro ) |
| 5321 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5322 | ROM_LOAD16_BYTE( "95416526.lo", 0x00001, 0x080000, CRC(f3fedcd0) SHA1(6e76e41dcb2ec9a03947631b439e9dfb3b4959a1) ) |
| 5323 | ROM_LOAD16_BYTE( "95416527.hi", 0x00000, 0x080000, CRC(254c9c7b) SHA1(7bcc8ad1e7755362b6873ad0ce84bf0ce8a64a09) ) |
| 5324 | sc_coro_others |
| 5325 | ROM_END |
| 5326 | |
| 5327 | ROM_START( sc5coroa ) |
| 5328 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5329 | ROM_LOAD16_BYTE( "95416656.lo", 0x00001, 0x080000, CRC(ae8afdc5) SHA1(cec76e7c58533b573b06538558f3705a73793046) ) |
| 5330 | ROM_LOAD16_BYTE( "95416657.hi", 0x00000, 0x080000, CRC(4a99a20a) SHA1(5c1aa9a114f0ff13ef4323ab7b4baf882b1c43da) ) |
| 5331 | sc_coro_others |
| 5332 | ROM_END |
| 5333 | |
| 5334 | ROM_START( sc5corob ) |
| 5335 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5336 | ROM_LOAD16_BYTE( "95416676.lo", 0x00001, 0x080000, CRC(93188ca9) SHA1(09298ed5c43329d539e96e44f01451eb6f9de62f) ) |
| 5337 | ROM_LOAD16_BYTE( "95416677.hi", 0x00000, 0x080000, CRC(a1c79ca4) SHA1(dc0dab3bed7dff7746bf643748376fab145c62ff) ) |
| 5338 | sc_coro_others |
| 5339 | ROM_END |
| 5340 | |
| 5341 | ROM_START( sc5coroc ) |
| 5342 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5343 | ROM_LOAD16_BYTE( "95416730.lo", 0x00001, 0x080000, CRC(526fffc9) SHA1(17daa8e30029f831835dcece9f5643669ce724f5) ) |
| 5344 | ROM_LOAD16_BYTE( "95416731.hi", 0x00000, 0x080000, CRC(a6a3953f) SHA1(7405c27c31a2383330f59b4ec408ddcbe4d070ef) ) |
| 5345 | sc_coro_others |
| 5346 | ROM_END |
| 5347 | |
| 5348 | ROM_START( sc5corod ) |
| 5349 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5350 | ROM_LOAD16_BYTE( "95416738.lo", 0x00001, 0x080000, CRC(f6ba008f) SHA1(4acb808ea192354b1c7610f8e144a9e3e9da6699) ) |
| 5351 | ROM_LOAD16_BYTE( "95416739.hi", 0x00000, 0x080000, CRC(ef9458d5) SHA1(816b4d02b657e9804b225fd13f4718f061d381a9) ) |
| 5352 | sc_coro_others |
| 5353 | ROM_END |
| 5354 | |
| 5355 | ROM_START( sc5coroe ) |
| 5356 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5357 | ROM_LOAD16_BYTE( "95416758.lo", 0x00001, 0x080000, CRC(6c373887) SHA1(637a2013de57d269afb13648799a02ba2c4a8082) ) |
| 5358 | ROM_LOAD16_BYTE( "95416759.hi", 0x00000, 0x080000, CRC(724b9d8a) SHA1(8310626686aa8aa61874812a8b9e8ab19445d428) ) |
| 5359 | sc_coro_others |
| 5360 | ROM_END |
| 5361 | |
| 5362 | ROM_START( sc5corof ) |
| 5363 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5364 | ROM_LOAD16_BYTE( "95416760.lo", 0x00001, 0x080000, CRC(66c192ae) SHA1(6da0ca25c6f7a1fd434d85ec905e65bbd9f427ce) ) |
| 5365 | ROM_LOAD16_BYTE( "95416761.hi", 0x00000, 0x080000, CRC(bdcb5413) SHA1(9f481f3bb39497ae780f8c33f6eba0d36277b705) ) |
| 5366 | sc_coro_others |
| 5367 | ROM_END |
| 5368 | |
| 5369 | ROM_START( sc5corog ) |
| 5370 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5371 | ROM_LOAD16_BYTE( "95416810.lo", 0x00001, 0x080000, CRC(4c6f6ed6) SHA1(a3642a0ab1ce196ff9495c2a64dcb3c0ada90ee6) ) |
| 5372 | ROM_LOAD16_BYTE( "95416811.hi", 0x00000, 0x080000, CRC(748ebac9) SHA1(a2b7447afe0e0e27a2e895ba17623d9d550b90af) ) |
| 5373 | sc_coro_others |
| 5374 | ROM_END |
| 5375 | |
| 5376 | ROM_START( sc5coroh ) |
| 5377 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5378 | ROM_LOAD16_BYTE( "95416812.lo", 0x00001, 0x080000, CRC(eb2d17a6) SHA1(5c35d558213f0e41e401721ec23a8e1fd816ba85) ) |
| 5379 | ROM_LOAD16_BYTE( "95416813.hi", 0x00000, 0x080000, CRC(f942c2ad) SHA1(26672aa648cd37af4565da2df07e52ca1cddae2b) ) |
| 5380 | sc_coro_others |
| 5381 | ROM_END |
| 5382 | |
| 5383 | ROM_START( sc5coroi ) |
| 5384 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5385 | ROM_LOAD16_BYTE( "95416814.lo", 0x00001, 0x080000, CRC(c6d9f9f5) SHA1(13c9d0e59f3134d1334d04275991368f14befd4c) ) |
| 5386 | ROM_LOAD16_BYTE( "95416815.hi", 0x00000, 0x080000, CRC(1f6f83cc) SHA1(6bd058c650c515d6a4611cbfba15e7a4e4f0083f) ) |
| 5387 | sc_coro_others |
| 5388 | ROM_END |
| 5389 | |
| 5390 | ROM_START( sc5coroj ) |
| 5391 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5392 | ROM_LOAD16_BYTE( "95416816.lo", 0x00001, 0x080000, CRC(c124af64) SHA1(94b010a771bf5927547a271ef8e0adc9c22c7a30) ) |
| 5393 | ROM_LOAD16_BYTE( "95416817.hi", 0x00000, 0x080000, CRC(862d2f44) SHA1(f5cf99aa8dc6bd28cf658e4f91bdd30b8987d2c0) ) |
| 5394 | sc_coro_others |
| 5395 | ROM_END |
| 5396 | |
| 5397 | ROM_START( sc5corok ) |
| 5398 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5399 | ROM_LOAD16_BYTE( "95416936.lo", 0x00001, 0x080000, CRC(e373dd40) SHA1(c4013c5257188defd2aee5d6e4735ad15bb2fe3e) ) |
| 5400 | ROM_LOAD16_BYTE( "95416937.hi", 0x00000, 0x080000, CRC(7a35f640) SHA1(5a02a5a1757af08432051f4d0e3a50720e86961d) ) |
| 5401 | sc_coro_others |
| 5402 | ROM_END |
| 5403 | |
| 5404 | ROM_START( sc5corol ) |
| 5405 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5406 | ROM_LOAD16_BYTE( "95416938.lo", 0x00001, 0x080000, CRC(0d4c3a8b) SHA1(12feb437793964f91d7f7429f6ce4127452f5866) ) |
| 5407 | ROM_LOAD16_BYTE( "95416939.hi", 0x00000, 0x080000, CRC(2c5c2f2f) SHA1(454d7ffc9a9f55a5395e1d863800897f2e2aaa6e) ) |
| 5408 | sc_coro_others |
| 5409 | ROM_END |
| 5410 | |
| 5411 | ROM_START( sc5corom ) |
| 5412 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5413 | ROM_LOAD16_BYTE( "95417526.lo", 0x00001, 0x080000, CRC(269dd109) SHA1(07b2850cdc31900c1201f06cdbd84094a6703026) ) |
| 5414 | ROM_LOAD16_BYTE( "95417527.hi", 0x00000, 0x080000, CRC(9c854630) SHA1(b4960dca60d15f1622deb2b4cc8f62a8ab726f16) ) |
| 5415 | sc_coro_others |
| 5416 | ROM_END |
| 5417 | |
| 5418 | ROM_START( sc5coron ) |
| 5419 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5420 | ROM_LOAD16_BYTE( "95417676.lo", 0x00001, 0x080000, CRC(787c6632) SHA1(6a0a340747e11f6b3616e232c6ee9dba963d9692) ) |
| 5421 | ROM_LOAD16_BYTE( "95417677.hi", 0x00000, 0x080000, CRC(6a1ec675) SHA1(e043b12f08ad8e9894cc5ee715a95571a3866b26) ) |
| 5422 | sc_coro_others |
| 5423 | ROM_END |
| 5424 | |
| 5425 | ROM_START( sc5coroo ) |
| 5426 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5427 | ROM_LOAD16_BYTE( "95417730.lo", 0x00001, 0x080000, CRC(18b31ec3) SHA1(6137bef65eee9d0c7fced36ebf78bd0f73b79847) ) |
| 5428 | ROM_LOAD16_BYTE( "95417731.hi", 0x00000, 0x080000, CRC(8715a2a4) SHA1(a3bdcdccc72a2e0ff5a0fab374b0de8fabf03c4e) ) |
| 5429 | sc_coro_others |
| 5430 | ROM_END |
| 5431 | |
| 5432 | ROM_START( sc5corop ) |
| 5433 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5434 | ROM_LOAD16_BYTE( "95417738.lo", 0x00001, 0x080000, CRC(c549318e) SHA1(5dec93f36a78aca538677c70d8ba5dab6959cd0f) ) |
| 5435 | ROM_LOAD16_BYTE( "95417739.hi", 0x00000, 0x080000, CRC(05ab362d) SHA1(af3a39a05960d97d66f63eb8e671a38d14747e60) ) |
| 5436 | sc_coro_others |
| 5437 | ROM_END |
| 5438 | |
| 5439 | ROM_START( sc5coroq ) |
| 5440 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5441 | ROM_LOAD16_BYTE( "95417758.lo", 0x00001, 0x080000, CRC(08f4c168) SHA1(3a03d712d8562022a506f81783d8ad7a5b8c55e2) ) |
| 5442 | ROM_LOAD16_BYTE( "95417759.hi", 0x00000, 0x080000, CRC(b8c6280b) SHA1(e38227eca891af521e21e936df638e6e64edc0e1) ) |
| 5443 | sc_coro_others |
| 5444 | ROM_END |
| 5445 | |
| 5446 | ROM_START( sc5coror ) |
| 5447 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5448 | ROM_LOAD16_BYTE( "95417760.lo", 0x00001, 0x080000, CRC(be25eba1) SHA1(9173498cecafd6358e085197dc078a4844b276b4) ) |
| 5449 | ROM_LOAD16_BYTE( "95417761.hi", 0x00000, 0x080000, CRC(515d9a6a) SHA1(4bd863d4314a925f63b72a97104c8e44d82d6414) ) |
| 5450 | sc_coro_others |
| 5451 | ROM_END |
| 5452 | |
| 5453 | ROM_START( sc5coros ) |
| 5454 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5455 | ROM_LOAD16_BYTE( "95417810.lo", 0x00001, 0x080000, CRC(18505dc2) SHA1(32ad173c0499763e0713a7b1ba5a006e3ddc3404) ) |
| 5456 | ROM_LOAD16_BYTE( "95417811.hi", 0x00000, 0x080000, CRC(1af74a2a) SHA1(3a8662ca3f23df59475adb8110be7bee034a56e0) ) |
| 5457 | sc_coro_others |
| 5458 | ROM_END |
| 5459 | |
| 5460 | ROM_START( sc5corot ) |
| 5461 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5462 | ROM_LOAD16_BYTE( "95417812.lo", 0x00001, 0x080000, CRC(66b63a1e) SHA1(10f87531b2e6483340cd2ac08b9987279c4af491) ) |
| 5463 | ROM_LOAD16_BYTE( "95417813.hi", 0x00000, 0x080000, CRC(8f704da7) SHA1(cac038ba2b9029af44ca3cdebe19ef3890a60147) ) |
| 5464 | sc_coro_others |
| 5465 | ROM_END |
| 5466 | |
| 5467 | ROM_START( sc5corou ) |
| 5468 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5469 | ROM_LOAD16_BYTE( "95417814.lo", 0x00001, 0x080000, CRC(132c0444) SHA1(15aab0ed9a72799c1004c91444e655d4df528c2d) ) |
| 5470 | ROM_LOAD16_BYTE( "95417815.hi", 0x00000, 0x080000, CRC(8cf8d353) SHA1(a5da98401a0b06537c1656d09a3fce27b56d5870) ) |
| 5471 | sc_coro_others |
| 5472 | ROM_END |
| 5473 | |
| 5474 | ROM_START( sc5corov ) |
| 5475 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5476 | ROM_LOAD16_BYTE( "95417816.lo", 0x00001, 0x080000, CRC(230cefc3) SHA1(7b2c0c5617243a58fe3f53647f062aa0f573c935) ) |
| 5477 | ROM_LOAD16_BYTE( "95417817.hi", 0x00000, 0x080000, CRC(18cdfe08) SHA1(7ae92e7429d0cd0c197a1fead8cce222cf00b83a) ) |
| 5478 | sc_coro_others |
| 5479 | ROM_END |
| 5480 | |
| 5481 | ROM_START( sc5corow ) |
| 5482 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5483 | ROM_LOAD16_BYTE( "95417936.lo", 0x00001, 0x080000, CRC(d3d45e47) SHA1(3dede274c492941c8ca7e0898e262d2b99ec912b) ) |
| 5484 | ROM_LOAD16_BYTE( "95417937.hi", 0x00000, 0x080000, CRC(4b0bef9d) SHA1(b9f388ad48b8697ac1c362ddab2b6e314c46e784) ) |
| 5485 | sc_coro_others |
| 5486 | ROM_END |
| 5487 | |
| 5488 | ROM_START( sc5corox ) |
| 5489 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5490 | ROM_LOAD16_BYTE( "95417938.lo", 0x00001, 0x080000, CRC(26e3bdad) SHA1(2715535a0f0c2f876c3c1d3d7840d50bf1cb7248) ) |
| 5491 | ROM_LOAD16_BYTE( "95417939.hi", 0x00000, 0x080000, CRC(417671ed) SHA1(571f57ad2438257cbe517fc618fa12b2de1c808c) ) |
| 5492 | sc_coro_others |
| 5493 | ROM_END |
| 5494 | |
| 5495 | ROM_START( sc5coroy ) |
| 5496 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5497 | ROM_LOAD16_BYTE( "95420088.lo", 0x00001, 0x080000, CRC(652cd122) SHA1(b0d30d6cfc400acbca7b3bafffd899bb82d0b45d) ) |
| 5498 | ROM_LOAD16_BYTE( "95420089.hi", 0x00000, 0x080000, CRC(46020943) SHA1(1cd98dfea87128ecdbaaa014c5136c86ee26980c) ) |
| 5499 | sc_coro_others |
| 5500 | ROM_END |
| 5501 | |
| 5502 | ROM_START( sc5coroz ) |
| 5503 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5504 | ROM_LOAD16_BYTE( "95420196.lo", 0x00001, 0x080000, CRC(2d71befb) SHA1(a2f83f4a03d8a16d50a7036daca00ffd4e788b93) ) |
| 5505 | ROM_LOAD16_BYTE( "95420197.hi", 0x00000, 0x080000, CRC(68fe0186) SHA1(e3b429f3511adb2b75db42193ba67b39dcc30210) ) |
| 5506 | sc_coro_others |
| 5507 | ROM_END |
| 5508 | |
| 5509 | ROM_START( sc5coro0 ) |
| 5510 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5511 | ROM_LOAD16_BYTE( "95421088.lo", 0x00001, 0x080000, CRC(28594ba6) SHA1(6d7edd190b16e6097ceee416af06ea285bf15ae8) ) |
| 5512 | ROM_LOAD16_BYTE( "95421089.hi", 0x00000, 0x080000, CRC(c39b593e) SHA1(3af0074084576fba592676c897089dfce9838e37) ) |
| 5513 | sc_coro_others |
| 5514 | ROM_END |
| 5515 | |
| 5516 | ROM_START( sc5coro1 ) |
| 5517 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5518 | ROM_LOAD16_BYTE( "95421196.lo", 0x00001, 0x080000, CRC(41474b13) SHA1(d6508367555aa2bb8213d6cb1855299356d6233b) ) |
| 5519 | ROM_LOAD16_BYTE( "95421197.hi", 0x00000, 0x080000, CRC(8b175da8) SHA1(ab7503a44edbbe84113bf8411d9c8742cedf8d27) ) |
| 5520 | sc_coro_others |
| 5521 | ROM_END |
| 5522 | |
| 5523 | |
| 5524 | |
| 5525 | |
| 5526 | ROM_START( sc5count ) |
| 5527 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5528 | ROM_LOAD16_BYTE( "p1909p13.hi", 0x00000, 0x080000, CRC(bf5b9f9d) SHA1(d9d32838a58440da9921da4b48cff02e76efbf5b) ) |
| 5529 | ROM_LOAD16_BYTE( "p1909p13.lo", 0x00001, 0x080000, CRC(3386377d) SHA1(3ae1fdac56cea2dd42038992c0f8dfc33f7a730d) ) |
| 5530 | sc_count_others |
| 5531 | ROM_END |
| 5532 | |
| 5533 | ROM_START( sc5counta ) |
| 5534 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5535 | ROM_LOAD16_BYTE( "p1909s13.hi", 0x00000, 0x080000, CRC(93f8e60c) SHA1(96b0125de0145eceaf077e96b5d1cc4b91f4af72) ) |
| 5536 | ROM_LOAD16_BYTE( "p1909s13.lo", 0x00001, 0x080000, CRC(bd50fdf2) SHA1(6d144adf57d48bef29dda5b6f8ecd18011f7febf) ) |
| 5537 | sc_count_others |
| 5538 | ROM_END |
| 5539 | |
| 5540 | |
| 5541 | |
| 5542 | ROM_START( sc5czfr ) |
| 5543 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5544 | ROM_LOAD16_BYTE( "95424544.lo", 0x00001, 0x080000, CRC(287d95b9) SHA1(c820b9913d35171ecda22baf77d85ab8ecd8cf7a) ) |
| 5545 | ROM_LOAD16_BYTE( "95424545.hi", 0x00000, 0x080000, CRC(2b66c83f) SHA1(f47f4b1b9241d1dbc2f5d20d283ed0891484e494) ) |
| 5546 | sc_czfr_others |
| 5547 | ROM_END |
| 5548 | |
| 5549 | ROM_START( sc5frcrza ) |
| 5550 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5551 | ROM_LOAD16_BYTE( "95424546.lo", 0x00001, 0x080000, CRC(57d3e455) SHA1(f0ee335a9d56364aa5c64b2c20dcdef06aa0f5a5) ) |
| 5552 | ROM_LOAD16_BYTE( "95424547.hi", 0x00000, 0x080000, CRC(b9aa92e1) SHA1(3364253fd3e1c5b61a66080ce9a2e21047fb6d8b) ) |
| 5553 | sc_czfr_others |
| 5554 | ROM_END |
| 5555 | |
| 5556 | ROM_START( sc5frcrz ) |
| 5557 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5558 | ROM_LOAD16_BYTE( "95425546.lo", 0x00001, 0x080000, CRC(b503d236) SHA1(643cf63185ad796a2c5c3ca6900b2105d00c4f00) ) |
| 5559 | ROM_LOAD16_BYTE( "95425547.hi", 0x00000, 0x080000, CRC(4261825a) SHA1(41842a1416ff1b1603881c166904df5ef2ebeedd) ) |
| 5560 | sc_czfr_others |
| 5561 | ROM_END |
| 5562 | |
| 5563 | |
| 5564 | |
| 5565 | ROM_START( sc5crnjw ) |
| 5566 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5567 | ROM_LOAD16_BYTE( "95412722.lo", 0x00001, 0x080000, CRC(3a6af4a3) SHA1(ca49bb59a3f6ae748dcbfcf1a9b5802647cdef06) ) |
| 5568 | ROM_LOAD16_BYTE( "95412723.hi", 0x00000, 0x080000, CRC(29959756) SHA1(2197c2b81777ec3053a314c491effce064c4ce29) ) |
| 5569 | sc_crnjw_others |
| 5570 | ROM_END |
| 5571 | |
| 5572 | ROM_START( sc5crnjwa ) |
| 5573 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5574 | ROM_LOAD16_BYTE( "95413722.lo", 0x00001, 0x080000, CRC(1fb92642) SHA1(9cb3a432841fcdd5e863a5c77a431299c2a534f8) ) |
| 5575 | ROM_LOAD16_BYTE( "95413723.hi", 0x00000, 0x080000, CRC(e3bd347d) SHA1(02a996e7f2e81f12b0d05810370763ea02c7bf6c) ) |
| 5576 | sc_crnjw_others |
| 5577 | ROM_END |
| 5578 | |
| 5579 | ROM_START( sc5crnjwb ) |
| 5580 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5581 | ROM_LOAD16_BYTE( "c_jewels.hi", 0x00000, 0x080000, CRC(b1ddedd3) SHA1(e5eb9f25a4e385e17c97c1fd67cba991c5f832bd) ) |
| 5582 | ROM_LOAD16_BYTE( "c_jewels.lo", 0x00001, 0x080000, CRC(3e8812bc) SHA1(66ad13ef56a6d95a82565e3de53b199f0426a156) ) |
| 5583 | sc_crnjw_others |
| 5584 | ROM_END |
| 5585 | |
| 5586 | ROM_START( sc5cjqps ) |
| 5587 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5588 | ROM_LOAD16_BYTE( "g95426714.lo", 0x00001, 0x080000, CRC(c2d3f6d6) SHA1(fb5532a9f23c7f9740d55eb411f543b75e3b8ae6) ) |
| 5589 | ROM_LOAD16_BYTE( "g95426715.hi", 0x00000, 0x080000, CRC(bd812886) SHA1(2452499bc7c6ca51e8f6ed53c182a756e90bf9a0) ) |
| 5590 | PR000055_CJEWELS |
| 5591 | ROM_END |
| 5592 | |
| 5593 | ROM_START( sc5cjqpsa ) |
| 5594 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5595 | ROM_LOAD16_BYTE( "g95426894.lo", 0x00001, 0x080000, CRC(cc1d8324) SHA1(aae871fb7400e661f60f174491f4f2192dd12ebd) ) |
| 5596 | ROM_LOAD16_BYTE( "g95426895.hi", 0x00000, 0x080000, CRC(40820ce7) SHA1(e65c939563acd9ebe2d342116f884418b5562279) ) |
| 5597 | PR000055_CJEWELS |
| 5598 | ROM_END |
| 5599 | |
| 5600 | ROM_START( sc5cjqpsb ) |
| 5601 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5602 | ROM_LOAD16_BYTE( "g95427714.lo", 0x00001, 0x080000, CRC(1866575e) SHA1(7f772562a7a2d961777c5df55e4a62931934522e) ) |
| 5603 | ROM_LOAD16_BYTE( "g95427715.hi", 0x00000, 0x080000, CRC(db62827f) SHA1(96086d1976e443d026fc9534d861f3117b2d901a) ) |
| 5604 | PR000055_CJEWELS |
| 5605 | ROM_END |
| 5606 | |
| 5607 | ROM_START( sc5cjqpsc ) |
| 5608 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5609 | ROM_LOAD16_BYTE( "g95427894.lo", 0x00001, 0x080000, CRC(f18d39dd) SHA1(9633a857faa91cde927978bc3d06c2b1840d65ec) ) |
| 5610 | ROM_LOAD16_BYTE( "g95427895.hi", 0x00000, 0x080000, CRC(961802c6) SHA1(ae8da626d508e4a7697ef1911c2183da97b0f0cc) ) |
| 5611 | PR000055_CJEWELS |
| 5612 | ROM_END |
| 5613 | |
| 5614 | |
| 5615 | |
| 5616 | ROM_START( sc5dnd ) |
| 5617 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5618 | ROM_LOAD16_BYTE( "95418428.lo", 0x00001, 0x080000, CRC(e3402379) SHA1(54eb1c75e174083fb6e913c231706fd192ca8b22) ) |
| 5619 | ROM_LOAD16_BYTE( "95418429.hi", 0x00000, 0x080000, CRC(a7c8a115) SHA1(987485c9db6b9e05b6fc60307535533a931db7f2) ) |
| 5620 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5621 | ROM_END |
| 5622 | |
| 5623 | ROM_START( sc5dndcs ) |
| 5624 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5625 | ROM_LOAD16_BYTE( "95418446.lo", 0x00001, 0x080000, CRC(bb3df08e) SHA1(d1ae172cff3776b008d1b08772e2589dcc06f75e) ) |
| 5626 | ROM_LOAD16_BYTE( "95418447.hi", 0x00000, 0x080000, CRC(03ade18d) SHA1(c74f431245c1854577232c1c10b3a9868e59d38f) ) |
| 5627 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5628 | ROM_END |
| 5629 | |
| 5630 | ROM_START( sc5dndcsa ) |
| 5631 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5632 | ROM_LOAD16_BYTE( "95418582.lo", 0x00001, 0x080000, CRC(e77addb2) SHA1(37655aba352008d468b0b155a8178addf1f1bb85) ) |
| 5633 | ROM_LOAD16_BYTE( "95418583.hi", 0x00000, 0x080000, CRC(01c82328) SHA1(367ae0f2b4b08d194c567ea48f4576f68c921dde) ) |
| 5634 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5635 | ROM_END |
| 5636 | |
| 5637 | ROM_START( sc5dndcsb ) |
| 5638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5639 | ROM_LOAD16_BYTE( "95418610.lo", 0x00001, 0x080000, CRC(6b25fe94) SHA1(f926758df4fceb8422fb6165497d5353cb51355b) ) |
| 5640 | ROM_LOAD16_BYTE( "95418611.hi", 0x00000, 0x080000, CRC(b1dd987d) SHA1(46e8e8015da8cdee87c202fbdfaf5b5ab157fcef) ) |
| 5641 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5642 | ROM_END |
| 5643 | |
| 5644 | |
| 5645 | ROM_START( sc5dndcsc ) |
| 5646 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5647 | ROM_LOAD16_BYTE( "95418740.lo", 0x00001, 0x080000, CRC(d1cc7151) SHA1(c350c2a61e6dc927fdde3f57dadf07ffb7a74172) ) |
| 5648 | ROM_LOAD16_BYTE( "95418741.hi", 0x00000, 0x080000, CRC(369f411b) SHA1(e24e60c2707a99e664b049bb2bace837423871ab) ) |
| 5649 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5650 | ROM_END |
| 5651 | |
| 5652 | ROM_START( sc5dndcsd ) |
| 5653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5654 | ROM_LOAD16_BYTE( "95419446.lo", 0x00001, 0x080000, CRC(7f5dc09c) SHA1(022d368063398c3ec206c5576fff54e20ffc73c3) ) |
| 5655 | ROM_LOAD16_BYTE( "95419447.hi", 0x00000, 0x080000, CRC(dd8b1ee5) SHA1(8d59e3f762dd4338706017d1717d06a7a718fbd9) ) |
| 5656 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5657 | ROM_END |
| 5658 | |
| 5659 | ROM_START( sc5dndcse ) |
| 5660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5661 | ROM_LOAD16_BYTE( "95419582.lo", 0x00001, 0x080000, CRC(43e7545f) SHA1(53356002ab07f5e9e1df13eef1f1b65c44a9b7b7) ) |
| 5662 | ROM_LOAD16_BYTE( "95419583.hi", 0x00000, 0x080000, CRC(39bf2015) SHA1(1884f7f79c5e6cc6b78929d7f4e743dd02fceddc) ) |
| 5663 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5664 | ROM_END |
| 5665 | |
| 5666 | ROM_START( sc5dndcsf ) |
| 5667 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5668 | ROM_LOAD16_BYTE( "95419610.lo", 0x00001, 0x080000, CRC(cfb87779) SHA1(c8df9cce5f3bc58fad35702f653f1ea5613f3cac) ) |
| 5669 | ROM_LOAD16_BYTE( "95419611.hi", 0x00000, 0x080000, CRC(89aa9b40) SHA1(1369d2c92b41ecbf930c67adc1ca1ff74896d85c) ) |
| 5670 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5671 | ROM_END |
| 5672 | |
| 5673 | ROM_START( sc5dndcsg ) |
| 5674 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5675 | ROM_LOAD16_BYTE( "95419740.lo", 0x00001, 0x080000, CRC(be5583a6) SHA1(62889d112060f7876fee9d88315a6f6082ac3a81) ) |
| 5676 | ROM_LOAD16_BYTE( "95419741.hi", 0x00000, 0x080000, CRC(d051eb76) SHA1(7fb107cfdd628f2196e15b98b38eb90540883ddf) ) |
| 5677 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5678 | ROM_END |
| 5679 | |
| 5680 | ROM_START( sc5dndcsh ) |
| 5681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5682 | ROM_LOAD16_BYTE( "95423940.lo", 0x00001, 0x080000, CRC(845e82af) SHA1(7ebbe59e8eafc3517806e72fd759a61da282e5fc) ) |
| 5683 | ROM_LOAD16_BYTE( "95423941.hi", 0x00000, 0x080000, CRC(2aef2c9a) SHA1(8a940c6f6f3fe4ee6625012cf61bde7b78260ddd) ) |
| 5684 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5685 | ROM_END |
| 5686 | |
| 5687 | ROM_START( sc5dndcsi ) |
| 5688 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5689 | ROM_LOAD16_BYTE( "95426464.lo", 0x00001, 0x080000, CRC(6dbb8ceb) SHA1(f79bc7f047ab5fca012d1d92672d34309ec159dc) ) |
| 5690 | ROM_LOAD16_BYTE( "95426465.hi", 0x00000, 0x080000, CRC(89e9b45c) SHA1(246e69129bc80ec0263be7cd6dd02f859f550606) ) |
| 5691 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5692 | ROM_END |
| 5693 | |
| 5694 | ROM_START( sc5dndcsj ) |
| 5695 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5696 | ROM_LOAD16_BYTE( "95427464.lo", 0x00001, 0x080000, CRC(ab9bc5f4) SHA1(c36f5b6acdce0432c0227832618cb0ab8fec3dd2) ) |
| 5697 | ROM_LOAD16_BYTE( "95427465.hi", 0x00000, 0x080000, CRC(a744775e) SHA1(78591fa7a4c733a456d442903003e4dc3ab7ba8d) ) |
| 5698 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5699 | ROM_END |
| 5700 | |
| 5701 | ROM_START( sc5dndcsk ) |
| 5702 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5703 | ROM_LOAD16_BYTE( "95418584.lo", 0x000001, 0x080000, CRC(0264469b) SHA1(6d0ceddd1ab153c03dd392e751dc57e719451d4c) ) |
| 5704 | ROM_LOAD16_BYTE( "95418585.hi", 0x000000, 0x080000, CRC(8250fc1f) SHA1(7e2ec53da6fc73d9ba014edface7d285cb623dee) ) |
| 5705 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5706 | ROM_END |
| 5707 | |
| 5708 | ROM_START( sc5dndcsl ) |
| 5709 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5710 | ROM_LOAD16_BYTE( "95419584.lo", 0x000001, 0x080000, CRC(37b78ebd) SHA1(21d2c57bd042a5b3871ca7c3d88116d3e4a25927) ) |
| 5711 | ROM_LOAD16_BYTE( "95419585.hi", 0x000000, 0x080000, CRC(33b581e7) SHA1(72abb9e26fe5263daaf5c92f024820bb1b798be8) ) |
| 5712 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5713 | ROM_END |
| 5714 | |
| 5715 | ROM_START( sc5dndcsm ) |
| 5716 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5717 | ROM_LOAD16_BYTE( "95422940.lo", 0x000001, 0x080000, CRC(df141cc5) SHA1(d25079ec58b84d9cae36be97ad0900aa9cbd4c49) ) |
| 5718 | ROM_LOAD16_BYTE( "95422941.hi", 0x000000, 0x080000, CRC(d4ee5b2b) SHA1(d4a28989e9e1efe69974d2e8a6486ce04802eb19) ) |
| 5719 | PR1954_CASINO_DOND_R_SOUNDS11 |
| 5720 | ROM_END |
| 5721 | |
| 5722 | |
| 5723 | ROM_START( sc5dndc3 ) |
| 5724 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5725 | ROM_LOAD16_BYTE( "95418624.lo", 0x00001, 0x080000, CRC(d92cc819) SHA1(dbb5879b5290d3c217b237bd4c59865cf57e154c) ) |
| 5726 | ROM_LOAD16_BYTE( "95418625.hi", 0x00000, 0x080000, CRC(52f037cf) SHA1(0a4b8b2937577b103cf1e4eb47234687aae643c3) ) |
| 5727 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5728 | ROM_END |
| 5729 | |
| 5730 | ROM_START( sc5dnda ) |
| 5731 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5732 | ROM_LOAD16_BYTE( "95418626.lo", 0x00001, 0x080000, CRC(8825bac7) SHA1(b732499056718e0002e69ad92fd1a0dc1ddecfee) ) |
| 5733 | ROM_LOAD16_BYTE( "95418627.hi", 0x00000, 0x080000, CRC(38dde058) SHA1(74c729a4f7597a38ed645a638d1f09ab13b1fa93) ) |
| 5734 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5735 | ROM_END |
| 5736 | |
| 5737 | ROM_START( sc5dndc3a ) |
| 5738 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5739 | ROM_LOAD16_BYTE( "95418708.lo", 0x00001, 0x080000, CRC(30a98bc2) SHA1(5caf982d2853ce39294445ab89474906e2e41981) ) |
| 5740 | ROM_LOAD16_BYTE( "95418709.hi", 0x00000, 0x080000, CRC(9c657c50) SHA1(e72296e193693c3a9ff33632fb0db9c64fe75a97) ) |
| 5741 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5742 | ROM_END |
| 5743 | |
| 5744 | |
| 5745 | ROM_START( sc5dndb ) |
| 5746 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5747 | ROM_LOAD16_BYTE( "95419428.lo", 0x00001, 0x080000, CRC(72a46f10) SHA1(933a5990fbe1ede6f3527315d8ea111e2814fa83) ) |
| 5748 | ROM_LOAD16_BYTE( "95419429.hi", 0x00000, 0x080000, CRC(7aadaaed) SHA1(19c452644db9da1ed5741173473b23a95e2133f5) ) |
| 5749 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5750 | ROM_END |
| 5751 | |
| 5752 | |
| 5753 | ROM_START( sc5dndc3b ) |
| 5754 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5755 | ROM_LOAD16_BYTE( "95419624.lo", 0x00001, 0x080000, CRC(ac6733b8) SHA1(7f67cdf1b3b8d3ac5d2424aadd9c81fe8340f613) ) |
| 5756 | ROM_LOAD16_BYTE( "95419625.hi", 0x00000, 0x080000, CRC(a3733571) SHA1(3bbf7087b8446120f2f3e8d664efef5196ce9b0d) ) |
| 5757 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5758 | ROM_END |
| 5759 | |
| 5760 | ROM_START( sc5dndc ) |
| 5761 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5762 | ROM_LOAD16_BYTE( "95419626.lo", 0x00001, 0x080000, CRC(17b5d2ad) SHA1(7068b73fb1ec4a56d7121be4e548674ad2bb7ef6) ) |
| 5763 | ROM_LOAD16_BYTE( "95419627.hi", 0x00000, 0x080000, CRC(39e34c28) SHA1(b75456e108c8acf363cd83f80be294b6bfecce90) ) |
| 5764 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5765 | ROM_END |
| 5766 | |
| 5767 | ROM_START( sc5dndc3c ) |
| 5768 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5769 | ROM_LOAD16_BYTE( "95419708.lo", 0x00001, 0x080000, CRC(2c553048) SHA1(6c550e359226386612163f0a018ce20c66af530a) ) |
| 5770 | ROM_LOAD16_BYTE( "95419709.hi", 0x00000, 0x080000, CRC(872d1f42) SHA1(bb249b3aadfb8448d144f36bbda7397ff7464057) ) |
| 5771 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5772 | ROM_END |
| 5773 | |
| 5774 | |
| 5775 | ROM_START( sc5dndd ) |
| 5776 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5777 | ROM_LOAD16_BYTE( "95422024.lo", 0x00001, 0x080000, CRC(b5481bbb) SHA1(43e6e81e0ddcf6f2bf6bf301348cf17f37ec7d6c) ) |
| 5778 | ROM_LOAD16_BYTE( "95422025.hi", 0x00000, 0x080000, CRC(8a28b1a4) SHA1(bc895c4e3061f95c3136437df30a5d88df794146) ) |
| 5779 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5780 | ROM_END |
| 5781 | |
| 5782 | |
| 5783 | ROM_START( sc5dnde ) |
| 5784 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5785 | ROM_LOAD16_BYTE( "95422564.lo", 0x00001, 0x080000, CRC(1f63b69b) SHA1(733cb1959e4f63b7a45ba39e93375d49271cc2ba) ) |
| 5786 | ROM_LOAD16_BYTE( "95422565.hi", 0x00000, 0x080000, CRC(dbf27ae1) SHA1(4bd2be6f2fccf050bbbd2ea4d0a5b4246ca9da2c) ) |
| 5787 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5788 | ROM_END |
| 5789 | |
| 5790 | ROM_START( sc5dndf ) |
| 5791 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5792 | ROM_LOAD16_BYTE( "95422568.lo", 0x00001, 0x080000, CRC(2999d09e) SHA1(806275be7850b48332fdb85f4d78e616a16c12ab) ) |
| 5793 | ROM_LOAD16_BYTE( "95422569.hi", 0x00000, 0x080000, CRC(273c2338) SHA1(b44e176fa97b40975825cdb6b3f8dfa753535162) ) |
| 5794 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5795 | ROM_END |
| 5796 | |
| 5797 | ROM_START( sc5dndg ) |
| 5798 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5799 | ROM_LOAD16_BYTE( "95422832.lo", 0x00001, 0x080000, CRC(44fbc398) SHA1(dc84091f82a718401c967c25ffe756ae1186a38d) ) |
| 5800 | ROM_LOAD16_BYTE( "95422833.hi", 0x00000, 0x080000, CRC(80729e3f) SHA1(6d5fd934548c6254ed2ec9c9c77ffcce1eca039b) ) |
| 5801 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5802 | ROM_END |
| 5803 | |
| 5804 | ROM_START( sc5dndh ) |
| 5805 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5806 | ROM_LOAD16_BYTE( "95422862.lo", 0x00001, 0x080000, CRC(41f7ba62) SHA1(a7ad0dfdc477194e09df97331b75309c7aa976ea) ) |
| 5807 | ROM_LOAD16_BYTE( "95422863.hi", 0x00000, 0x080000, CRC(a7883de1) SHA1(812b17621f3ac4b0252b44ec32b81145b4212637) ) |
| 5808 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5809 | ROM_END |
| 5810 | |
| 5811 | ROM_START( sc5dndi ) |
| 5812 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5813 | ROM_LOAD16_BYTE( "95422886.lo", 0x00001, 0x080000, CRC(1b926605) SHA1(f97b91c73dd330f1848a879faf949085c23d53b6) ) |
| 5814 | ROM_LOAD16_BYTE( "95422887.hi", 0x00000, 0x080000, CRC(5f37e87a) SHA1(f1b86a3fb968be14787fb508d1fccb464cec2c4d) ) |
| 5815 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5816 | ROM_END |
| 5817 | |
| 5818 | ROM_START( sc5dndj ) |
| 5819 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5820 | ROM_LOAD16_BYTE( "95423024.lo", 0x00001, 0x080000, CRC(a825a790) SHA1(5bb676900881c93ef885e72c07a29b001a911a09) ) |
| 5821 | ROM_LOAD16_BYTE( "95423025.hi", 0x00000, 0x080000, CRC(a98a0ead) SHA1(e1624b73b4f058edcdc3aa49f6ea55afd642938c) ) |
| 5822 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5823 | ROM_END |
| 5824 | |
| 5825 | |
| 5826 | |
| 5827 | ROM_START( sc5dndk ) |
| 5828 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5829 | ROM_LOAD16_BYTE( "95423564.lo", 0x00001, 0x080000, CRC(13a2bc2d) SHA1(646dd4abff1c2a7f08aabcde1aa7850505f0893f) ) |
| 5830 | ROM_LOAD16_BYTE( "95423565.hi", 0x00000, 0x080000, CRC(aa269dbc) SHA1(7b91147ebbc48d1ff6a79d16b381989db829add8) ) |
| 5831 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5832 | ROM_END |
| 5833 | |
| 5834 | ROM_START( sc5dndl ) |
| 5835 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5836 | ROM_LOAD16_BYTE( "95423832.lo", 0x00001, 0x080000, CRC(62329f06) SHA1(7d531a7afaa0e7a04969afb4f1ef765f8552af3d) ) |
| 5837 | ROM_LOAD16_BYTE( "95423833.hi", 0x00000, 0x080000, CRC(ae915afa) SHA1(20938b42fa53c04ea4ac0eb563615bd1ce6f0725) ) |
| 5838 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5839 | ROM_END |
| 5840 | |
| 5841 | ROM_START( sc5dndm ) |
| 5842 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5843 | ROM_LOAD16_BYTE( "95423862.lo", 0x00001, 0x080000, CRC(758f1697) SHA1(ca40ee7d8f9d32745e1fb26f1d08fc3d7f9857f4) ) |
| 5844 | ROM_LOAD16_BYTE( "95423863.hi", 0x00000, 0x080000, CRC(9ce6e813) SHA1(55ab2bba5b2bb356807e9b0182d5260b1b6efa10) ) |
| 5845 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5846 | ROM_END |
| 5847 | |
| 5848 | ROM_START( sc5dndn ) |
| 5849 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5850 | ROM_LOAD16_BYTE( "95423886.lo", 0x00001, 0x080000, CRC(6e0b8c7e) SHA1(cac697895f0a8a7d3a31389b7719a54eb300f465) ) |
| 5851 | ROM_LOAD16_BYTE( "95423887.hi", 0x00000, 0x080000, CRC(8b04bb99) SHA1(fea2cd96a2cc0f7bf5439020a2fbc35ee26cc558) ) |
| 5852 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5853 | ROM_END |
| 5854 | |
| 5855 | |
| 5856 | ROM_START( sc5dndo ) |
| 5857 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5858 | ROM_LOAD16_BYTE( "95426152.lo", 0x00001, 0x080000, CRC(b304710b) SHA1(443568b0acc8381992a1a8bfe77c9bed714fb05c) ) |
| 5859 | ROM_LOAD16_BYTE( "95426153.hi", 0x00000, 0x080000, CRC(f02a1df7) SHA1(9fc0fc6ecc5287012cf9ad2e01c4781f91b9541c) ) |
| 5860 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5861 | ROM_END |
| 5862 | |
| 5863 | ROM_START( sc5dndp ) |
| 5864 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5865 | ROM_LOAD16_BYTE( "95426168.lo", 0x00001, 0x080000, CRC(be51f52d) SHA1(e61b385c52ea1f2dca2c615518f9a419075d1a4e) ) |
| 5866 | ROM_LOAD16_BYTE( "95426169.hi", 0x00000, 0x080000, CRC(c4c30953) SHA1(33645e956be7c5367dfab4704a7c8fbdd79f4126) ) |
| 5867 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5868 | ROM_END |
| 5869 | |
| 5870 | ROM_START( sc5dndq ) |
| 5871 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5872 | ROM_LOAD16_BYTE( "95427152.lo", 0x00001, 0x080000, CRC(58da107f) SHA1(297916acc353ac2c70218b84a5ed870513d649f1) ) |
| 5873 | ROM_LOAD16_BYTE( "95427153.hi", 0x00000, 0x080000, CRC(6f0b8161) SHA1(41f2454b05fb226720a813626b387b8f29a7e203) ) |
| 5874 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5875 | ROM_END |
| 5876 | |
| 5877 | ROM_START( sc5dndr ) |
| 5878 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5879 | ROM_LOAD16_BYTE( "95427168.lo", 0x00001, 0x080000, CRC(3f2659e2) SHA1(37db9a4c54fb790a5d4bc7b335c4b92e1d88261e) ) |
| 5880 | ROM_LOAD16_BYTE( "95427169.hi", 0x00000, 0x080000, CRC(af31b846) SHA1(ac168ce36c09f1770520a2a9d3f4ace88f97c463) ) |
| 5881 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5882 | ROM_END |
| 5883 | |
| 5884 | ROM_START( sc5dnds ) |
| 5885 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5886 | ROM_LOAD16_BYTE( "95422028.lo", 0x00001, 0x080000, CRC(55ecfc66) SHA1(ba6b8befe37318ecec9cce1ea3029afa701f1cff) ) |
| 5887 | ROM_LOAD16_BYTE( "95422029.hi", 0x00000, 0x080000, CRC(d53e86be) SHA1(72f1b6b21f284b27bd63fcea90826a88c6b16bef) ) |
| 5888 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5889 | ROM_END |
| 5890 | |
| 5891 | ROM_START( sc5dndt ) |
| 5892 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5893 | ROM_LOAD16_BYTE( "95423028.lo", 0x00001, 0x080000, CRC(6a81fb48) SHA1(9e75c7601efd70aa91f9306b0ffd8d0a515912f6) ) |
| 5894 | ROM_LOAD16_BYTE( "95423029.hi", 0x00000, 0x080000, CRC(29828640) SHA1(a90ae840318f4ea3d662645735a352d0e7382b6b) ) |
| 5895 | PR1907_DEAL_OR_NO_DEAL_SOUNDS11 |
| 5896 | ROM_END |
| 5897 | |
| 5898 | |
| 5899 | ROM_START( sc5dndc2 ) |
| 5900 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5901 | ROM_LOAD16_BYTE( "95422440.lo", 0x00001, 0x080000, CRC(a4c27e23) SHA1(1de762b8e78da0249c36316f3af25c5c2ee1c68f) ) |
| 5902 | ROM_LOAD16_BYTE( "95422441.hi", 0x00000, 0x080000, CRC(7a8e9785) SHA1(4510a86664d6c50c1b62d63c679fde203bfb31ef) ) |
| 5903 | PR1964_DND |
| 5904 | ROM_END |
| 5905 | |
| 5906 | ROM_START( sc5dndc2e ) |
| 5907 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5908 | ROM_LOAD16_BYTE( "95422442.lo", 0x00001, 0x080000, CRC(77d044a9) SHA1(e13af74b1aa5a35e0a041607ea4fd9a3e472c173) ) |
| 5909 | ROM_LOAD16_BYTE( "95422443.hi", 0x00000, 0x080000, CRC(1b40f9e2) SHA1(1bdeeb429e4669964d805d3cb0f22038427dd567) ) |
| 5910 | PR1964_DND |
| 5911 | ROM_END |
| 5912 | |
| 5913 | ROM_START( sc5dndc2f ) |
| 5914 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5915 | ROM_LOAD16_BYTE( "95422450.lo", 0x00001, 0x080000, CRC(d300fe2c) SHA1(f2a5770d5c51a316fdbe31fa588eaccf94cb6639) ) |
| 5916 | ROM_LOAD16_BYTE( "95422451.hi", 0x00000, 0x080000, CRC(af1e0a64) SHA1(e494bb57cb26100ce31b9ef2b9ab1963d434973d) ) |
| 5917 | PR1964_DND |
| 5918 | ROM_END |
| 5919 | |
| 5920 | ROM_START( sc5dndc2a ) |
| 5921 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5922 | ROM_LOAD16_BYTE( "95423440.lo", 0x00001, 0x080000, CRC(214d9f3a) SHA1(bf693dd08db022b51123dc0fdb07d16315444be0) ) |
| 5923 | ROM_LOAD16_BYTE( "95423441.hi", 0x00000, 0x080000, CRC(4558b059) SHA1(cd37a546499b7314614edffb3e9f311cbcf8b510) ) |
| 5924 | PR1964_DND |
| 5925 | ROM_END |
| 5926 | |
| 5927 | ROM_START( sc5dndc2g ) |
| 5928 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5929 | ROM_LOAD16_BYTE( "95423442.lo", 0x00001, 0x080000, CRC(a3b28d50) SHA1(42646bc8b3f8d36e9450f74fa7f77a67e60f82cc) ) |
| 5930 | ROM_LOAD16_BYTE( "95423443.hi", 0x00000, 0x080000, CRC(0fb14bef) SHA1(3c80f62f86e0e248e8cc9cefc94e4d12c9cf63ca) ) |
| 5931 | PR1964_DND |
| 5932 | ROM_END |
| 5933 | |
| 5934 | ROM_START( sc5dndc2h ) |
| 5935 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5936 | ROM_LOAD16_BYTE( "95423450.lo", 0x00001, 0x080000, CRC(6c884748) SHA1(72b458ef784c380d06074c3c5ae3dcbadd896307) ) |
| 5937 | ROM_LOAD16_BYTE( "95423451.hi", 0x00000, 0x080000, CRC(f25bf41d) SHA1(47324b8c747405d68b193ca376929b3e49225037) ) |
| 5938 | PR1964_DND |
| 5939 | ROM_END |
| 5940 | |
| 5941 | ROM_START( sc5dndc2i ) |
| 5942 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5943 | ROM_LOAD16_BYTE( "p1964p01.hi", 0x00000, 0x080000, CRC(b99ee66e) SHA1(3f0a046661070b29604e85e29c233b31e5de1c83) ) |
| 5944 | ROM_LOAD16_BYTE( "p1964p01.lo", 0x00001, 0x080000, CRC(50480af0) SHA1(fbd5dd20e7e23700d4e039a1a9b17e8d83b86421) ) |
| 5945 | PR1964_DND |
| 5946 | ROM_END |
| 5947 | |
| 5948 | ROM_START( sc5dndc2q ) |
| 5949 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5950 | ROM_LOAD16_BYTE( "p1964p12.hi", 0x00000, 0x080000, CRC(44c95076) SHA1(aa0bd2dff04e5d1c8973612fb57c88095eb2b40e) ) |
| 5951 | ROM_LOAD16_BYTE( "p1964p12.lo", 0x00001, 0x080000, CRC(fcf337ed) SHA1(fc4bf9d1564e54f23f4d9c216c1ec2587c846c47) ) |
| 5952 | PR1964_DND |
| 5953 | ROM_END |
| 5954 | |
| 5955 | ROM_START( sc5dndc2r ) |
| 5956 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5957 | ROM_LOAD16_BYTE( "p1964p13.hi", 0x00000, 0x080000, CRC(84e732e0) SHA1(80bb7f1046791f94f895fa14b4c5fc7b768e81db) ) |
| 5958 | ROM_LOAD16_BYTE( "p1964p13.lo", 0x00001, 0x080000, CRC(6028bc0d) SHA1(f060e2bd4ad362a6e99ccc44b965fc1d5389e137) ) |
| 5959 | PR1964_DND |
| 5960 | ROM_END |
| 5961 | |
| 5962 | ROM_START( sc5dndc2b ) |
| 5963 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5964 | ROM_LOAD16_BYTE( "p1964p14.hi", 0x00000, 0x080000, CRC(7af2660b) SHA1(692532287053cc899bcf94bebb5526fda5e094b4) ) |
| 5965 | ROM_LOAD16_BYTE( "p1964p14.lo", 0x00001, 0x080000, CRC(f2786267) SHA1(a7fcfe231284c142a8bdb6a4361b5bcff9cf168b) ) |
| 5966 | PR1964_DND |
| 5967 | ROM_END |
| 5968 | |
| 5969 | ROM_START( sc5dndc2u ) |
| 5970 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5971 | ROM_LOAD16_BYTE( "p1964p21.hi", 0x00000, 0x080000, CRC(a32b78aa) SHA1(1acd470d7023dfce9a88f74cf28cce939dac4d5b) ) |
| 5972 | ROM_LOAD16_BYTE( "p1964p21.lo", 0x00001, 0x080000, CRC(e8dc4915) SHA1(d1ba8c081cf2ea3fd95e7a8d296239e18fde9908) ) |
| 5973 | PR1964_DND |
| 5974 | ROM_END |
| 5975 | |
| 5976 | ROM_START( sc5dndc2c ) |
| 5977 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5978 | ROM_LOAD16_BYTE( "p1964pa2.hi", 0x00000, 0x080000, CRC(039d2202) SHA1(74dff4553a67cde468655b849f67c08f9bbeba00) ) |
| 5979 | ROM_LOAD16_BYTE( "p1964pa2.lo", 0x00001, 0x080000, CRC(d59725a5) SHA1(50babe37853e776c88e2be9b44a4422e3391f2dc) ) |
| 5980 | PR1964_DND |
| 5981 | ROM_END |
| 5982 | |
| 5983 | ROM_START( sc5dndc2n ) |
| 5984 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5985 | ROM_LOAD16_BYTE( "p1964pa3.hi", 0x00000, 0x080000, CRC(a1dab479) SHA1(2be3549906ac681842a5269e6014e78cc95715e4) ) |
| 5986 | ROM_LOAD16_BYTE( "p1964pa3.lo", 0x00001, 0x080000, CRC(24cb5334) SHA1(e0c1d3ad6ca14a9ab66531dabf70f2cc4c7d2166) ) |
| 5987 | PR1964_DND |
| 5988 | ROM_END |
| 5989 | |
| 5990 | ROM_START( sc5dndc2j ) |
| 5991 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5992 | ROM_LOAD16_BYTE( "p1964pa5.hi", 0x00000, 0x080000, CRC(d3a4858d) SHA1(bb818752ae761c7ff379df4903eb2771b05d059f) ) |
| 5993 | ROM_LOAD16_BYTE( "p1964pa5.lo", 0x00001, 0x080000, CRC(dc8a4f2b) SHA1(18883c15fb9ed19a3ee7b436fa8327be942fdd29) ) |
| 5994 | PR1964_DND |
| 5995 | ROM_END |
| 5996 | |
| 5997 | ROM_START( sc5dndc2p ) |
| 5998 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 5999 | ROM_LOAD16_BYTE( "p1964pb1.hi", 0x00000, 0x080000, CRC(658e3793) SHA1(4b142c79031d053a614c62c964e02645bb6d28dd) ) |
| 6000 | ROM_LOAD16_BYTE( "p1964pb1.lo", 0x00001, 0x080000, CRC(04eface9) SHA1(7a3f93c63d6cfa5b7814d76fd875f704ec617df4) ) |
| 6001 | PR1964_DND |
| 6002 | ROM_END |
| 6003 | |
| 6004 | ROM_START( sc5dndc2k ) |
| 6005 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6006 | ROM_LOAD16_BYTE( "p1964s01.hi", 0x00000, 0x080000, CRC(d0fcdf89) SHA1(00ff2b7131ec0f3d87f58aa843f9a1aad2c33f61) ) |
| 6007 | ROM_LOAD16_BYTE( "p1964s01.lo", 0x00001, 0x080000, CRC(549c0843) SHA1(f706cbc7be60a1261304398d876ef10ad695ad5d) ) |
| 6008 | PR1964_DND |
| 6009 | ROM_END |
| 6010 | |
| 6011 | ROM_START( sc5dndc2s ) |
| 6012 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6013 | ROM_LOAD16_BYTE( "p1964s12.hi", 0x00000, 0x080000, CRC(f4d29330) SHA1(b86e601fb176ed963d6ef68e76f4d306b595e911) ) |
| 6014 | ROM_LOAD16_BYTE( "p1964s12.lo", 0x00001, 0x080000, CRC(6efc8f49) SHA1(b13bd8f7f740f27a79c583d51c398c481081ea81) ) |
| 6015 | PR1964_DND |
| 6016 | ROM_END |
| 6017 | |
| 6018 | ROM_START( sc5dndc2t ) |
| 6019 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6020 | ROM_LOAD16_BYTE( "p1964s13.hi", 0x00000, 0x080000, CRC(45935f32) SHA1(25d5411d8d247075ee3421f65e2d2a6c51451848) ) |
| 6021 | ROM_LOAD16_BYTE( "p1964s13.lo", 0x00001, 0x080000, CRC(1ae19e19) SHA1(05e0ee034e7185b51f0e1b6ef77ae8670b020cbf) ) |
| 6022 | PR1964_DND |
| 6023 | ROM_END |
| 6024 | |
| 6025 | ROM_START( sc5dndc2w ) |
| 6026 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6027 | ROM_LOAD16_BYTE( "p1964s14.hi", 0x00000, 0x080000, CRC(14319187) SHA1(9f678b14287c96dc586259d1a6ecda91cc62e434) ) |
| 6028 | ROM_LOAD16_BYTE( "p1964s14.lo", 0x00001, 0x080000, CRC(24e13c44) SHA1(53e0c49e510245615bb6cd5acf6bf5b8cc8de173) ) |
| 6029 | PR1964_DND |
| 6030 | ROM_END |
| 6031 | |
| 6032 | ROM_START( sc5dndc2v ) |
| 6033 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6034 | ROM_LOAD16_BYTE( "p1964s21.hi", 0x00000, 0x080000, CRC(0a12b6c4) SHA1(4a5ff6647d3e63aaf917d9d21dabe270dab179d1) ) |
| 6035 | ROM_LOAD16_BYTE( "p1964s21.lo", 0x00001, 0x080000, CRC(e77a2694) SHA1(1cdcf91b5a7d6ec252af19930c9533798e1679a6) ) |
| 6036 | PR1964_DND |
| 6037 | ROM_END |
| 6038 | |
| 6039 | ROM_START( sc5dndc2d ) |
| 6040 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6041 | ROM_LOAD16_BYTE( "p1964sa2.hi", 0x00000, 0x080000, CRC(361beeff) SHA1(cbd6aa20247df7b9e540b38b7e9199e557f62be7) ) |
| 6042 | ROM_LOAD16_BYTE( "p1964sa2.lo", 0x00001, 0x080000, CRC(491d0137) SHA1(e5ad054adc7bbbb89bf7112d564f51b3c1924afa) ) |
| 6043 | PR1964_DND |
| 6044 | ROM_END |
| 6045 | |
| 6046 | ROM_START( sc5dndc2m ) |
| 6047 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6048 | ROM_LOAD16_BYTE( "p1964sa3.hi", 0x00000, 0x080000, CRC(fcf198da) SHA1(60280812fd7148edfe52eb07f2c81b77384641a9) ) |
| 6049 | ROM_LOAD16_BYTE( "p1964sa3.lo", 0x00001, 0x080000, CRC(be729a5a) SHA1(34d29c9d041b97a008112f6c18a194767f1839ca) ) |
| 6050 | PR1964_DND |
| 6051 | ROM_END |
| 6052 | |
| 6053 | ROM_START( sc5dndc2l ) |
| 6054 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6055 | ROM_LOAD16_BYTE( "p1964sa5.hi", 0x00000, 0x080000, CRC(6e97cb56) SHA1(a6335601c8163430be430cff6d075562cc49200b) ) |
| 6056 | ROM_LOAD16_BYTE( "p1964sa5.lo", 0x00001, 0x080000, CRC(80d9d806) SHA1(ae089e2618e80dac8afbb5b97b9c75512974488a) ) |
| 6057 | PR1964_DND |
| 6058 | ROM_END |
| 6059 | |
| 6060 | ROM_START( sc5dndc2o ) |
| 6061 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6062 | ROM_LOAD16_BYTE( "p1964sb1.hi", 0x00000, 0x080000, CRC(03c6811c) SHA1(32ea6379932589076dec0bbdf5c9255c374ec334) ) |
| 6063 | ROM_LOAD16_BYTE( "p1964sb1.lo", 0x00001, 0x080000, CRC(7254d4b6) SHA1(7f4ef8e05fddc1d03c3073ae7b3cb5894200a039) ) |
| 6064 | PR1964_DND |
| 6065 | ROM_END |
| 6066 | |
| 6067 | |
| 6068 | |
| 6069 | ROM_START( sc5dndbb ) |
| 6070 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6071 | ROM_LOAD16_BYTE( "95422662.lo", 0x00001, 0x080000, CRC(11343f00) SHA1(65664a87d704cfb14088080d8be1e3f66ecc3f4a) ) |
| 6072 | ROM_LOAD16_BYTE( "95422663.hi", 0x00000, 0x080000, CRC(211f19ea) SHA1(d5ec234083472160100c51b19b32a490d4aa0c6c) ) |
| 6073 | sc_dndbb_others |
| 6074 | ROM_END |
| 6075 | |
| 6076 | ROM_START( sc5dndbba ) |
| 6077 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6078 | ROM_LOAD16_BYTE( "95423662.lo", 0x00001, 0x080000, CRC(789d483a) SHA1(665af3ff6bd5fe8f392932d7dcd4b978255bcf80) ) |
| 6079 | ROM_LOAD16_BYTE( "95423663.hi", 0x00000, 0x080000, CRC(67bf5bfe) SHA1(e76e8ffb350c71f643f3e599201bc3d00faca51f) ) |
| 6080 | sc_dndbb_others |
| 6081 | ROM_END |
| 6082 | |
| 6083 | ROM_START( sc5dndbbb ) |
| 6084 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6085 | ROM_LOAD16_BYTE( "95426048.lo", 0x00001, 0x080000, CRC(e5ec350e) SHA1(8726e7aa69db463c739cdfbbd092a489bfcc8466) ) |
| 6086 | ROM_LOAD16_BYTE( "95426049.hi", 0x00000, 0x080000, CRC(9bf0ea8f) SHA1(5333a23a1b067b4836f6dbe7c34868802078c217) ) |
| 6087 | sc_dndbb_others |
| 6088 | ROM_END |
| 6089 | |
| 6090 | ROM_START( sc5dndbbc ) |
| 6091 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6092 | ROM_LOAD16_BYTE( "95426392.lo", 0x00001, 0x080000, CRC(6708a3ef) SHA1(f8838e9dc0d6cad1178632574a99eb423a69a6a0) ) |
| 6093 | ROM_LOAD16_BYTE( "95426393.hi", 0x00000, 0x080000, CRC(8a857a9b) SHA1(7cf7802a0aa985b7278098264c950f7a75e8661b) ) |
| 6094 | sc_dndbb_others |
| 6095 | ROM_END |
| 6096 | |
| 6097 | ROM_START( sc5dndbbd ) |
| 6098 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6099 | ROM_LOAD16_BYTE( "95427048.lo", 0x00001, 0x080000, CRC(3b362075) SHA1(b7f1c480b790a5e2495ec32d32528e2c5c5c8693) ) |
| 6100 | ROM_LOAD16_BYTE( "95427049.hi", 0x00000, 0x080000, CRC(f6552779) SHA1(e70cfd6882ae11ea3cf91a76e9bb6ac2df3e3869) ) |
| 6101 | sc_dndbb_others |
| 6102 | ROM_END |
| 6103 | |
| 6104 | ROM_START( sc5dndbbe ) |
| 6105 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6106 | ROM_LOAD16_BYTE( "95427392.lo", 0x00001, 0x080000, CRC(b03acc5a) SHA1(26b9a8a002dcd6fbc016e5f7b1097c6c77fbb849) ) |
| 6107 | ROM_LOAD16_BYTE( "95427393.hi", 0x00000, 0x080000, CRC(0a0785c3) SHA1(63dca03f9146d55287c95ce199705e1ab8a5af31) ) |
| 6108 | sc_dndbb_others |
| 6109 | ROM_END |
| 6110 | |
| 6111 | ROM_START( sc5dndbbf ) |
| 6112 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6113 | ROM_LOAD16_BYTE( "p3209p11.hi", 0x00000, 0x080000, CRC(ad8b4195) SHA1(78ee9b45aae3515c5a0d5cbde3c776fcad71036f) ) |
| 6114 | ROM_LOAD16_BYTE( "p3209p11.lo", 0x00001, 0x080000, CRC(73e5f820) SHA1(d19ce0b2a1b696e3838f89e60d0c380a15e0e036) ) |
| 6115 | sc_dndbb_others |
| 6116 | ROM_END |
| 6117 | |
| 6118 | ROM_START( sc5dndbbg ) |
| 6119 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6120 | ROM_LOAD16_BYTE( "p3209s11.hi", 0x00000, 0x080000, CRC(9415d4e3) SHA1(b56f192eca0e540c6a84aaa04fe711e46afdbb7e) ) |
| 6121 | ROM_LOAD16_BYTE( "p3209s11.lo", 0x00001, 0x080000, CRC(59ce4bb8) SHA1(2e60656b151f00501b040f99cd42dd6126cedde1) ) |
| 6122 | sc_dndbb_others |
| 6123 | ROM_END |
| 6124 | |
| 6125 | |
| 6126 | |
| 6127 | ROM_START( sc5dndcl ) |
| 6128 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6129 | ROM_LOAD16_BYTE( "95418892.lo", 0x00001, 0x080000, CRC(2368bbb6) SHA1(61a13578ac2516c9821ba875691c1f8009785b03) ) |
| 6130 | ROM_LOAD16_BYTE( "95418893.hi", 0x00000, 0x080000, CRC(1c2d5159) SHA1(3bafb9c60a9f4237f89519fa07158f53000c08a8) ) |
| 6131 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 6132 | ROM_END |
| 6133 | |
| 6134 | ROM_START( sc5dndcla ) |
| 6135 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6136 | ROM_LOAD16_BYTE( "95419892.lo", 0x00001, 0x080000, CRC(6fb61650) SHA1(2a89170ddca11fb86edb5072ed4841260c7b1501) ) |
| 6137 | ROM_LOAD16_BYTE( "95419893.hi", 0x00000, 0x080000, CRC(ec0fa9af) SHA1(880aebf71e327ea4275c4ddc0756143e807ee98a) ) |
| 6138 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 6139 | ROM_END |
| 6140 | |
| 6141 | ROM_START( sc5dnddd ) |
| 6142 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6143 | ROM_LOAD16_BYTE( "95426256.lo", 0x00001, 0x080000, CRC(7a478879) SHA1(72c990648462280b1fceacaa1c417a3017b013e2) ) |
| 6144 | ROM_LOAD16_BYTE( "95426257.hi", 0x00000, 0x080000, CRC(48b86836) SHA1(12497dd1a32f2dda146a53b89be56894499227e8) ) |
| 6145 | sc_dnddd_others |
| 6146 | ROM_END |
| 6147 | |
| 6148 | ROM_START( sc5dnddda ) |
| 6149 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6150 | ROM_LOAD16_BYTE( "95426384.lo", 0x00001, 0x080000, CRC(259fd056) SHA1(d725d41f3f6e5238b576a7b5d61bd1710b9979f6) ) |
| 6151 | ROM_LOAD16_BYTE( "95426385.hi", 0x00000, 0x080000, CRC(15528f92) SHA1(a6ba5c7af907f558f9c09abf6bd43384fb4b96bd) ) |
| 6152 | sc_dnddd_others |
| 6153 | ROM_END |
| 6154 | |
| 6155 | ROM_START( sc5dndddb ) |
| 6156 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6157 | ROM_LOAD16_BYTE( "95426454.lo", 0x00001, 0x080000, CRC(77ecf5c3) SHA1(3b82c434db1f26ebf690f74b80df4af2242b4f2f) ) |
| 6158 | ROM_LOAD16_BYTE( "95426455.hi", 0x00000, 0x080000, CRC(14caae1a) SHA1(c26517d21db7b86c2677a97284149da5b4eaee7f) ) |
| 6159 | sc_dnddd_others |
| 6160 | ROM_END |
| 6161 | |
| 6162 | ROM_START( sc5dndddc ) |
| 6163 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6164 | ROM_LOAD16_BYTE( "95427256.lo", 0x00001, 0x080000, CRC(77950394) SHA1(ef3d07516215ea24c07da596b986c27b36d3ca3e) ) |
| 6165 | ROM_LOAD16_BYTE( "95427257.hi", 0x00000, 0x080000, CRC(ecf383d4) SHA1(f32dc4c571a545db23115931a0ded717e8a51ccd) ) |
| 6166 | sc_dnddd_others |
| 6167 | ROM_END |
| 6168 | |
| 6169 | ROM_START( sc5dndddd ) |
| 6170 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6171 | ROM_LOAD16_BYTE( "95427384.lo", 0x00001, 0x080000, CRC(40f8448c) SHA1(56cd82ae2a119fa4c83309584cbb2cfd7e6f0212) ) |
| 6172 | ROM_LOAD16_BYTE( "95427385.hi", 0x00000, 0x080000, CRC(ce033842) SHA1(ce63003cfd563f1e310fd536a683c676266c7250) ) |
| 6173 | sc_dnddd_others |
| 6174 | ROM_END |
| 6175 | |
| 6176 | ROM_START( sc5dnddde ) |
| 6177 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6178 | ROM_LOAD16_BYTE( "95427454.lo", 0x00001, 0x080000, CRC(964cffa6) SHA1(bf22daf259a71e9294b14e935c97646b2a003210) ) |
| 6179 | ROM_LOAD16_BYTE( "95427455.hi", 0x00000, 0x080000, CRC(fdc1d8a1) SHA1(0979e031bb479a75cf077a641b66d39f42496d13) ) |
| 6180 | sc_dnddd_others |
| 6181 | ROM_END |
| 6182 | |
| 6183 | ROM_START( sc5dndddf ) |
| 6184 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6185 | ROM_LOAD16_BYTE( "p3215p71.hi", 0x00000, 0x080000, CRC(8d22a123) SHA1(1756b2d49de3d50eacb6b0db3d2aeacac05bc6fd) ) |
| 6186 | ROM_LOAD16_BYTE( "p3215p71.lo", 0x00001, 0x080000, CRC(ad0c35f0) SHA1(f9e391626206008d7465e003f595ece0ffd81863) ) |
| 6187 | sc_dnddd_others |
| 6188 | ROM_END |
| 6189 | |
| 6190 | ROM_START( sc5dndddg ) |
| 6191 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6192 | ROM_LOAD16_BYTE( "p3215s71.hi", 0x00000, 0x080000, CRC(34f2676c) SHA1(1d70e41f612fdcacb1325430f2270dfe038178fa) ) |
| 6193 | ROM_LOAD16_BYTE( "p3215s71.lo", 0x00001, 0x080000, CRC(7b1c7113) SHA1(4f4937b08adf121eb741b0ccb0bc8223a74c619c) ) |
| 6194 | sc_dnddd_others |
| 6195 | ROM_END |
| 6196 | |
| 6197 | ROM_START( sc5dndddh ) |
| 6198 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6199 | ROM_LOAD16_BYTE( "95426132.lo", 0x000001, 0x080000, CRC(d61b7084) SHA1(b9af44cc65fc5223c3fd3abb0320b099a71e1066) ) |
| 6200 | ROM_LOAD16_BYTE( "95426133.hi", 0x000000, 0x080000, CRC(f5c7e82a) SHA1(c3e45c9683e9a759a7de6098e612b527d0e31da9) ) |
| 6201 | sc_dnddd_others |
| 6202 | ROM_END |
| 6203 | |
| 6204 | ROM_START( sc5dndddi ) |
| 6205 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6206 | ROM_LOAD16_BYTE( "95427132.lo", 0x000001, 0x080000, CRC(666795c5) SHA1(b60bcc3b5321fec348285ee615b5521871fdf50c) ) |
| 6207 | ROM_LOAD16_BYTE( "95427133.hi", 0x000000, 0x080000, CRC(dd13c0ab) SHA1(d9ddd62cda1022613263bc579bcade9df0febc84) ) |
| 6208 | sc_dnddd_others |
| 6209 | ROM_END |
| 6210 | |
| 6211 | |
| 6212 | |
| 6213 | ROM_START( sc5dndhf ) |
| 6214 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6215 | ROM_LOAD16_BYTE( "95422100.lo", 0x00001, 0x080000, CRC(ef20047c) SHA1(a15ee86dcef409def327a93c1c9370d1a3bf65d3) ) |
| 6216 | ROM_LOAD16_BYTE( "95422101.hi", 0x00000, 0x080000, CRC(70f84961) SHA1(e1686922aa1dfa865ce50a2b272b93b4e508a9d6) ) |
| 6217 | sc_dndhf_others |
| 6218 | ROM_END |
| 6219 | |
| 6220 | ROM_START( sc5dndhfa ) |
| 6221 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6222 | ROM_LOAD16_BYTE( "95422228.lo", 0x00001, 0x080000, CRC(82f78314) SHA1(8f361b4beeb56be44305739c24c937dd0185f154) ) |
| 6223 | ROM_LOAD16_BYTE( "95422229.hi", 0x00000, 0x080000, CRC(d756da26) SHA1(dc92e197a487f808e83b04407a5c065f713ca90b) ) |
| 6224 | sc_dndhf_others |
| 6225 | ROM_END |
| 6226 | |
| 6227 | ROM_START( sc5dndhfb ) |
| 6228 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6229 | ROM_LOAD16_BYTE( "95422308.lo", 0x00001, 0x080000, CRC(e657d78c) SHA1(458686ff094da445f5cb9af0ad808b83700c8544) ) |
| 6230 | ROM_LOAD16_BYTE( "95422309.hi", 0x00000, 0x080000, CRC(eead5e54) SHA1(28ac82a045905b3609e7266a373610f49973fad6) ) |
| 6231 | sc_dndhf_others |
| 6232 | ROM_END |
| 6233 | |
| 6234 | ROM_START( sc5dndhfc ) |
| 6235 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6236 | ROM_LOAD16_BYTE( "95422596.lo", 0x00001, 0x080000, CRC(ff7962f7) SHA1(9b8e5b33c8e1775acc1a6d577db8e46e1856fa91) ) |
| 6237 | ROM_LOAD16_BYTE( "95422597.hi", 0x00000, 0x080000, CRC(7650faf1) SHA1(1510258c89e69015c017f9296edb8ff1ea75eb8e) ) |
| 6238 | sc_dndhf_others |
| 6239 | ROM_END |
| 6240 | |
| 6241 | ROM_START( sc5dndhfd ) |
| 6242 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6243 | ROM_LOAD16_BYTE( "95422600.lo", 0x00001, 0x080000, CRC(56020991) SHA1(499c54789b00b49fbac93ce24381747ba0577087) ) |
| 6244 | ROM_LOAD16_BYTE( "95422601.hi", 0x00000, 0x080000, CRC(554d6021) SHA1(2f529bf2e04f57fe398046feb05c19fc307e9a95) ) |
| 6245 | sc_dndhf_others |
| 6246 | ROM_END |
| 6247 | |
| 6248 | ROM_START( sc5dndhfe ) |
| 6249 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6250 | ROM_LOAD16_BYTE( "95422836.lo", 0x00001, 0x080000, CRC(f7fc9434) SHA1(b54fced671375c2483667bc7c94d9671ab6b7165) ) |
| 6251 | ROM_LOAD16_BYTE( "95422837.hi", 0x00000, 0x080000, CRC(14f361d4) SHA1(713014d42bb1cfb7a6301ca04dd84063d3adbaf1) ) |
| 6252 | sc_dndhf_others |
| 6253 | ROM_END |
| 6254 | |
| 6255 | ROM_START( sc5dndhff ) |
| 6256 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6257 | ROM_LOAD16_BYTE( "95423100.lo", 0x00001, 0x080000, CRC(9bad6823) SHA1(5c8f6e504150fa96098bc94e0c6148e33abe1b85) ) |
| 6258 | ROM_LOAD16_BYTE( "95423101.hi", 0x00000, 0x080000, CRC(946d24ac) SHA1(5dd17f88a46a13bbff91affb444281e2eec7e2e9) ) |
| 6259 | sc_dndhf_others |
| 6260 | ROM_END |
| 6261 | |
| 6262 | ROM_START( sc5dndhfg ) |
| 6263 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6264 | ROM_LOAD16_BYTE( "95423228.lo", 0x00001, 0x080000, CRC(9ca8837d) SHA1(79ce2af1d545ca0cdd7766469c13633b6683d7d1) ) |
| 6265 | ROM_LOAD16_BYTE( "95423229.hi", 0x00000, 0x080000, CRC(199933c7) SHA1(5f0d5c6a8e3d7b6ed6130b64e5d3ec699e643384) ) |
| 6266 | sc_dndhf_others |
| 6267 | ROM_END |
| 6268 | |
| 6269 | ROM_START( sc5dndhfh ) |
| 6270 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6271 | ROM_LOAD16_BYTE( "95423308.lo", 0x00001, 0x080000, CRC(450e2862) SHA1(ca71471c51a64645d291dc94ae48e8cee34d0ae0) ) |
| 6272 | ROM_LOAD16_BYTE( "95423309.hi", 0x00000, 0x080000, CRC(40ee947e) SHA1(1dd35d4d1de3a4c65bc626297225f06005ca1c9f) ) |
| 6273 | sc_dndhf_others |
| 6274 | ROM_END |
| 6275 | |
| 6276 | ROM_START( sc5dndhfi ) |
| 6277 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6278 | ROM_LOAD16_BYTE( "95423596.lo", 0x00001, 0x080000, CRC(d3f68f15) SHA1(20144d6dc67e961b15b8caf39e93ca2978954104) ) |
| 6279 | ROM_LOAD16_BYTE( "95423597.hi", 0x00000, 0x080000, CRC(c0eb6227) SHA1(511ca5bffe9d98896bb3130c80d2078e2a544a5d) ) |
| 6280 | sc_dndhf_others |
| 6281 | ROM_END |
| 6282 | |
| 6283 | ROM_START( sc5dndhfj ) |
| 6284 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6285 | ROM_LOAD16_BYTE( "95423600.lo", 0x00001, 0x080000, CRC(df07ffcf) SHA1(71ea3c48c73f571052900d03cff94038825260d5) ) |
| 6286 | ROM_LOAD16_BYTE( "95423601.hi", 0x00000, 0x080000, CRC(bb49fe58) SHA1(c147521b25e55a13258a178f247be07843c4941c) ) |
| 6287 | sc_dndhf_others |
| 6288 | ROM_END |
| 6289 | |
| 6290 | ROM_START( sc5dndhfk ) |
| 6291 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6292 | ROM_LOAD16_BYTE( "95423836.lo", 0x00001, 0x080000, CRC(949a7f5c) SHA1(09e7c6ee6d3c3f04ae6d0233cf9bbb88d63fc864) ) |
| 6293 | ROM_LOAD16_BYTE( "95423837.hi", 0x00000, 0x080000, CRC(a0dc9c07) SHA1(40829266eac6eef4bf7bd261ac8d40dc8e2b51e1) ) |
| 6294 | sc_dndhf_others |
| 6295 | ROM_END |
| 6296 | |
| 6297 | ROM_START( sc5dndhfl ) |
| 6298 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6299 | ROM_LOAD16_BYTE( "95426110.lo", 0x00001, 0x080000, CRC(fb34d047) SHA1(0af2dc94aff2f8962f0c59a80fbea695b047d093) ) |
| 6300 | ROM_LOAD16_BYTE( "95426111.hi", 0x00000, 0x080000, CRC(f631827b) SHA1(5958c68537435b5550b061f1d6c950e03a9c5e5f) ) |
| 6301 | sc_dndhf_others |
| 6302 | ROM_END |
| 6303 | |
| 6304 | ROM_START( sc5dndhfm ) |
| 6305 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6306 | ROM_LOAD16_BYTE( "95426158.lo", 0x00001, 0x080000, CRC(563a6a0a) SHA1(ae6a95179f8ef9afd72cdd7182f6988570dc7ce9) ) |
| 6307 | ROM_LOAD16_BYTE( "95426159.hi", 0x00000, 0x080000, CRC(7730beba) SHA1(f8471d9f69b0a29af65a9186dda1410c6bc9c886) ) |
| 6308 | sc_dndhf_others |
| 6309 | ROM_END |
| 6310 | |
| 6311 | ROM_START( sc5dndhfn ) |
| 6312 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6313 | ROM_LOAD16_BYTE( "95426294.lo", 0x00001, 0x080000, CRC(beffedcc) SHA1(dad489454cc48c9c0c735dbcadd7d1353a1850b7) ) |
| 6314 | ROM_LOAD16_BYTE( "95426295.hi", 0x00000, 0x080000, CRC(02ad5e2c) SHA1(5cbd7dcd37676c5253429e59c92620318ecd8ebc) ) |
| 6315 | sc_dndhf_others |
| 6316 | ROM_END |
| 6317 | |
| 6318 | ROM_START( sc5dndhfo ) |
| 6319 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6320 | ROM_LOAD16_BYTE( "95427110.lo", 0x00001, 0x080000, CRC(ae499e60) SHA1(cf1a5e618cca77466b70061c829a8fa9dd9b96d3) ) |
| 6321 | ROM_LOAD16_BYTE( "95427111.hi", 0x00000, 0x080000, CRC(4d8c41a6) SHA1(5baa34496a653ed311333ae4b921fecd5ae8b383) ) |
| 6322 | sc_dndhf_others |
| 6323 | ROM_END |
| 6324 | |
| 6325 | ROM_START( sc5dndhfp ) |
| 6326 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6327 | ROM_LOAD16_BYTE( "95427158.lo", 0x00001, 0x080000, CRC(add49a6e) SHA1(c57824b411a879fa0b2889c94a5e2c9f34848844) ) |
| 6328 | ROM_LOAD16_BYTE( "95427159.hi", 0x00000, 0x080000, CRC(7f91c4a2) SHA1(d010de737e9ebedc52ba691057045a68474bc9d3) ) |
| 6329 | sc_dndhf_others |
| 6330 | ROM_END |
| 6331 | |
| 6332 | ROM_START( sc5dndhfq ) |
| 6333 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6334 | ROM_LOAD16_BYTE( "95427294.lo", 0x00001, 0x080000, CRC(c85cc648) SHA1(073dc34789e23258dfe128d5eadf8e3317c07cd2) ) |
| 6335 | ROM_LOAD16_BYTE( "95427295.hi", 0x00000, 0x080000, CRC(d85e3b26) SHA1(26cdbca382441785038199a12a0dea8d9f09f7c7) ) |
| 6336 | sc_dndhf_others |
| 6337 | ROM_END |
| 6338 | |
| 6339 | ROM_START( sc5dndhfr ) |
| 6340 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6341 | ROM_LOAD16_BYTE( "p3008p01.hi", 0x00000, 0x080000, CRC(543fc78b) SHA1(e1aff6d3bca1fba509855c8cd83f6cd8160dbbc3) ) |
| 6342 | ROM_LOAD16_BYTE( "p3008p01.lo", 0x00001, 0x080000, CRC(50b9424c) SHA1(819de4fa51ca8d520a5dbce1d204daaf44b62b94) ) |
| 6343 | sc_dndhf_others |
| 6344 | ROM_END |
| 6345 | |
| 6346 | ROM_START( sc5dndhfs ) |
| 6347 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6348 | ROM_LOAD16_BYTE( "p3008s01.hi", 0x00000, 0x080000, CRC(4a2e02e4) SHA1(be028657c2cfc5d3caafaea4664f37d24a584f2a) ) |
| 6349 | ROM_LOAD16_BYTE( "p3008s01.lo", 0x00001, 0x080000, CRC(3f455777) SHA1(b0182a0b2981d9cbc914c30438a23f13c271cffa) ) |
| 6350 | sc_dndhf_others |
| 6351 | ROM_END |
| 6352 | |
| 6353 | ROM_START( sc5dndhft ) |
| 6354 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6355 | ROM_LOAD16_BYTE( "95428084.lo", 0x000001, 0x080000, CRC(e64702e9) SHA1(ccfa423357f596943c23a08eebf26f0949241f7a) ) |
| 6356 | ROM_LOAD16_BYTE( "95428085.hi", 0x000000, 0x080000, CRC(d436c83d) SHA1(311b6ef4f4babd919acb7f904def42dfe7fda7f4) ) |
| 6357 | sc_dndhf_others |
| 6358 | ROM_END |
| 6359 | |
| 6360 | ROM_START( sc5dndhfu ) |
| 6361 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6362 | ROM_LOAD16_BYTE( "95429084.lo", 0x000001, 0x080000, CRC(2bd33f07) SHA1(391e2f0ae65c0800ee0b75cdb195aea1c86eab43) ) |
| 6363 | ROM_LOAD16_BYTE( "95429085.hi", 0x000000, 0x080000, CRC(b09f820f) SHA1(7663f28a6bbf2241648578cd0644983a2a24dd3d) ) |
| 6364 | sc_dndhf_others |
| 6365 | ROM_END |
| 6366 | |
| 6367 | |
| 6368 | |
| 6369 | ROM_START( sc5dndys ) |
| 6370 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6371 | ROM_LOAD16_BYTE( "95423674.lo", 0x00001, 0x080000, CRC(1fb53dcb) SHA1(d1b99b29d95f1dd2b2ce1d7c846387112c7cceed) ) |
| 6372 | ROM_LOAD16_BYTE( "95423675.hi", 0x00000, 0x080000, CRC(61cd5b49) SHA1(7d3dbc05655b48af9edf84e95e0ffe6ff62068fa) ) |
| 6373 | sc_dndys_others |
| 6374 | ROM_END |
| 6375 | |
| 6376 | ROM_START( sc5dndysa ) |
| 6377 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6378 | ROM_LOAD16_BYTE( "95426268.lo", 0x00001, 0x080000, CRC(ab252eb0) SHA1(d2964cc5f5d3e6fbad512931bd18b186697ade8e) ) |
| 6379 | ROM_LOAD16_BYTE( "95426269.hi", 0x00000, 0x080000, CRC(0741454a) SHA1(34b17cd7a4dbffd45ec0d939dce41e708852d892) ) |
| 6380 | sc_dndys_others |
| 6381 | ROM_END |
| 6382 | |
| 6383 | ROM_START( sc5dndysb ) |
| 6384 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6385 | ROM_LOAD16_BYTE( "95426394.lo", 0x00001, 0x080000, CRC(94a2f378) SHA1(27281ac1c17cbfd21fec4a049b7907d87addeb14) ) |
| 6386 | ROM_LOAD16_BYTE( "95426395.hi", 0x00000, 0x080000, CRC(59304a7d) SHA1(7110fb450b0f04e28bab5f7d5eee997dc5f4f761) ) |
| 6387 | sc_dndys_others |
| 6388 | ROM_END |
| 6389 | |
| 6390 | ROM_START( sc5dndysc ) |
| 6391 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6392 | ROM_LOAD16_BYTE( "95427064.lo", 0x00001, 0x080000, CRC(febb3430) SHA1(2214a6377030622fc08917ef57338934cd207077) ) |
| 6393 | ROM_LOAD16_BYTE( "95427065.hi", 0x00000, 0x080000, CRC(1ac94731) SHA1(96ca407b2b0199b679d8feb568dcfa267c3afaf0) ) |
| 6394 | sc_dndys_others |
| 6395 | ROM_END |
| 6396 | |
| 6397 | ROM_START( sc5dndysd ) |
| 6398 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6399 | ROM_LOAD16_BYTE( "95427268.lo", 0x00001, 0x080000, CRC(7c318a2d) SHA1(c664d8343d1138facb33505869c8ec18e40e50fe) ) |
| 6400 | ROM_LOAD16_BYTE( "95427269.hi", 0x00000, 0x080000, CRC(3e6f9575) SHA1(3d09e122f4c7c7f253ccf24b7ca9390b28e5f4f4) ) |
| 6401 | sc_dndys_others |
| 6402 | ROM_END |
| 6403 | |
| 6404 | ROM_START( sc5dndyse ) |
| 6405 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6406 | ROM_LOAD16_BYTE( "95427394.lo", 0x00001, 0x080000, CRC(ce683a22) SHA1(2876748fcb6952d2817a6df5ba7900206a6a457c) ) |
| 6407 | ROM_LOAD16_BYTE( "95427395.hi", 0x00000, 0x080000, CRC(8a514a3d) SHA1(18e40ec25715a01c839751d0d73aad2e38ea54ed) ) |
| 6408 | sc_dndys_others |
| 6409 | ROM_END |
| 6410 | |
| 6411 | ROM_START( sc5dndysf ) |
| 6412 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6413 | ROM_LOAD16_BYTE( "p3207p01.hi", 0x00000, 0x080000, CRC(9a91557f) SHA1(bc53eb7a7bfd2857cf6b323bd3f45ea6c1ddbf0c) ) |
| 6414 | ROM_LOAD16_BYTE( "p3207p01.lo", 0x00001, 0x080000, CRC(f3196c98) SHA1(1e4d5435b37e0198285041adf0fb7c86e6059d5e) ) |
| 6415 | sc_dndys_others |
| 6416 | ROM_END |
| 6417 | |
| 6418 | ROM_START( sc5dndysg ) |
| 6419 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6420 | ROM_LOAD16_BYTE( "p3207s01.hi", 0x00000, 0x080000, CRC(47f5b397) SHA1(45ce9945ac9131abf5590d34b2aa1ac103f249c6) ) |
| 6421 | ROM_LOAD16_BYTE( "p3207s01.lo", 0x00001, 0x080000, CRC(e3f70ec2) SHA1(fd97662eb5efa0aa1c2a501e741405a6067c8e69) ) |
| 6422 | sc_dndys_others |
| 6423 | ROM_END |
| 6424 | |
| 6425 | ROM_START( sc5dndysh ) |
| 6426 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6427 | ROM_LOAD16_BYTE( "95426064.lo", 0x000001, 0x080000, CRC(fc503d51) SHA1(2b09dabddea5bf1e6577a7aeffadf11da7ef7a08) ) |
| 6428 | ROM_LOAD16_BYTE( "95426065.hi", 0x000000, 0x080000, CRC(c9e255b4) SHA1(744cdee847a21db5f286e23769d5ebdf9f832a51) ) |
| 6429 | sc_dndys_others |
| 6430 | ROM_END |
| 6431 | |
| 6432 | |
| 6433 | ROM_START( sc5dndlp ) |
| 6434 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6435 | ROM_LOAD16_BYTE( "95426298.lo", 0x00001, 0x080000, CRC(e75e8a81) SHA1(441904c2f1cd72ed269a1bd7157076cf54b325e9) ) |
| 6436 | ROM_LOAD16_BYTE( "95426299.hi", 0x00000, 0x080000, CRC(9c167e80) SHA1(97d642a81efc3261388b8d2a1c6747ea61497715) ) |
| 6437 | sc_dndlp_others |
| 6438 | ROM_END |
| 6439 | |
| 6440 | ROM_START( sc5dndlpa ) |
| 6441 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6442 | ROM_LOAD16_BYTE( "95426368.lo", 0x00001, 0x080000, CRC(94435433) SHA1(edc64f6cefb9022b07eedd1b7c4cfcdc40e0a4e9) ) |
| 6443 | ROM_LOAD16_BYTE( "95426369.hi", 0x00000, 0x080000, CRC(df0e9933) SHA1(b4d5329366bcc74e284a05f3b71a50267f65c05b) ) |
| 6444 | sc_dndlp_others |
| 6445 | ROM_END |
| 6446 | |
| 6447 | ROM_START( sc5dndlpb ) |
| 6448 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6449 | ROM_LOAD16_BYTE( "95426406.lo", 0x00001, 0x080000, CRC(833d04fa) SHA1(3485c1ff0d5267af9fb888c35b56330c79733d1a) ) |
| 6450 | ROM_LOAD16_BYTE( "95426407.hi", 0x00000, 0x080000, CRC(dbb5ff57) SHA1(126bacb47fccbfd4ebcddf841490a15676d5da6a) ) |
| 6451 | sc_dndlp_others |
| 6452 | ROM_END |
| 6453 | |
| 6454 | ROM_START( sc5dndlpc ) |
| 6455 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6456 | ROM_LOAD16_BYTE( "95426444.lo", 0x00001, 0x080000, CRC(641db9da) SHA1(b11d3f4cb28ba4252b29b558372f3562ea8191f0) ) |
| 6457 | ROM_LOAD16_BYTE( "95426445.hi", 0x00000, 0x080000, CRC(f52f60d9) SHA1(1d4f1002dc8a4bd84d92cdba1e9b5547166c01d8) ) |
| 6458 | sc_dndlp_others |
| 6459 | ROM_END |
| 6460 | |
| 6461 | ROM_START( sc5dndlpd ) |
| 6462 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6463 | ROM_LOAD16_BYTE( "95426538.lo", 0x00001, 0x080000, CRC(7e1d4da1) SHA1(014e03e18dfd09bda9926f4ec554d6c6e90301f2) ) |
| 6464 | ROM_LOAD16_BYTE( "95426539.hi", 0x00000, 0x080000, CRC(8bbf4c0d) SHA1(95a1174aaa48b736c6e338aea7f811b2e83a9d83) ) |
| 6465 | sc_dndlp_others |
| 6466 | ROM_END |
| 6467 | |
| 6468 | ROM_START( sc5dndlpe ) |
| 6469 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6470 | ROM_LOAD16_BYTE( "95426668.lo", 0x00001, 0x080000, CRC(8203c055) SHA1(8ed86a63272181a61fee273a31d1295f787e7c6c) ) |
| 6471 | ROM_LOAD16_BYTE( "95426669.hi", 0x00000, 0x080000, CRC(d2ef1fb3) SHA1(28969bf1a4e71c1ccfca9202de905c12abaeed47) ) |
| 6472 | sc_dndlp_others |
| 6473 | ROM_END |
| 6474 | |
| 6475 | ROM_START( sc5dndlpf ) |
| 6476 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6477 | ROM_LOAD16_BYTE( "95426708.lo", 0x00001, 0x080000, CRC(250aaa63) SHA1(62fa96fc8ccd90b02efda13fa488bf1c6e1ca3b8) ) |
| 6478 | ROM_LOAD16_BYTE( "95426709.hi", 0x00000, 0x080000, CRC(e3b860b0) SHA1(901812e4bbed6f13ec94268ef542950695979ae7) ) |
| 6479 | sc_dndlp_others |
| 6480 | ROM_END |
| 6481 | |
| 6482 | ROM_START( sc5dndlpg ) |
| 6483 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6484 | ROM_LOAD16_BYTE( "95427298.lo", 0x00001, 0x080000, CRC(96b21b18) SHA1(4941f3ec390938af36ed273a47c1a8df8af01d67) ) |
| 6485 | ROM_LOAD16_BYTE( "95427299.hi", 0x00000, 0x080000, CRC(57fe8998) SHA1(3af7aa8df889456b3fd938ffaea03fe034be6534) ) |
| 6486 | sc_dndlp_others |
| 6487 | ROM_END |
| 6488 | |
| 6489 | ROM_START( sc5dndlph ) |
| 6490 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6491 | ROM_LOAD16_BYTE( "95427368.lo", 0x00001, 0x080000, CRC(dac70842) SHA1(9edf10b7fd58f9208e67705ba5f3df8930e3dc41) ) |
| 6492 | ROM_LOAD16_BYTE( "95427369.hi", 0x00000, 0x080000, CRC(f1afd79d) SHA1(f0f6d842648d6c9e3ce24a7dbf7b780fdc5ced10) ) |
| 6493 | sc_dndlp_others |
| 6494 | ROM_END |
| 6495 | |
| 6496 | ROM_START( sc5dndlpi ) |
| 6497 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6498 | ROM_LOAD16_BYTE( "95427406.lo", 0x00001, 0x080000, CRC(d491c686) SHA1(6647edf5cc5888e0a9bd3bee9130c8c443c2fbd1) ) |
| 6499 | ROM_LOAD16_BYTE( "95427407.hi", 0x00000, 0x080000, CRC(a83719fa) SHA1(eccd97caafde4ef9d65c8a9e424e1962dd16f7ad) ) |
| 6500 | sc_dndlp_others |
| 6501 | ROM_END |
| 6502 | |
| 6503 | ROM_START( sc5dndlpj ) |
| 6504 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6505 | ROM_LOAD16_BYTE( "95427444.lo", 0x00001, 0x080000, CRC(55a609c4) SHA1(7636216e2c93ea59936ed43fd7d5fb7048643518) ) |
| 6506 | ROM_LOAD16_BYTE( "95427445.hi", 0x00000, 0x080000, CRC(b4590c35) SHA1(49207ada280d6bb565f005e2e7964d26f0937e49) ) |
| 6507 | sc_dndlp_others |
| 6508 | ROM_END |
| 6509 | |
| 6510 | ROM_START( sc5dndlpk ) |
| 6511 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6512 | ROM_LOAD16_BYTE( "95427538.lo", 0x00001, 0x080000, CRC(abc79346) SHA1(7dc2b5dea36d1c746ac03caa2f96e46039e2eb0d) ) |
| 6513 | ROM_LOAD16_BYTE( "95427539.hi", 0x00000, 0x080000, CRC(9a6529bb) SHA1(f8c409f994a848ad6748db317fa2acb52977f59d) ) |
| 6514 | sc_dndlp_others |
| 6515 | ROM_END |
| 6516 | |
| 6517 | ROM_START( sc5dndlpl ) |
| 6518 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6519 | ROM_LOAD16_BYTE( "95427668.lo", 0x00001, 0x080000, CRC(57a902c6) SHA1(e6aff87c9eca5c433b155a856c1ed6ccb45318fc) ) |
| 6520 | ROM_LOAD16_BYTE( "95427669.hi", 0x00000, 0x080000, CRC(a05ed29b) SHA1(2e7538e2399d16694b85e46ceff54c34335b7f9a) ) |
| 6521 | sc_dndlp_others |
| 6522 | ROM_END |
| 6523 | |
| 6524 | ROM_START( sc5dndlpm ) |
| 6525 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6526 | ROM_LOAD16_BYTE( "95427708.lo", 0x00001, 0x080000, CRC(f1817ebb) SHA1(00459c5d268a62ee3f612079a1860c1b67729dce) ) |
| 6527 | ROM_LOAD16_BYTE( "95427709.hi", 0x00000, 0x080000, CRC(a4342102) SHA1(99c83845556085be69937025c26d998c2d60727d) ) |
| 6528 | sc_dndlp_others |
| 6529 | ROM_END |
| 6530 | |
| 6531 | ROM_START( sc5dndlpn ) |
| 6532 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6533 | ROM_LOAD16_BYTE( "p3212p11.hi", 0x00000, 0x080000, CRC(818659ee) SHA1(66bee5b92cce62b4caccc59decec5d808e89ee18) ) |
| 6534 | ROM_LOAD16_BYTE( "p3212p11.lo", 0x00001, 0x080000, CRC(c6104c88) SHA1(9f1a400cae00c5587d16e9073447c2a38c8f36a3) ) |
| 6535 | sc_dndlp_others |
| 6536 | ROM_END |
| 6537 | |
| 6538 | ROM_START( sc5dndlpo ) |
| 6539 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6540 | ROM_LOAD16_BYTE( "p3212p12.hi", 0x00000, 0x080000, CRC(3e1dcc7d) SHA1(8d6eb4e7d5cfbc67e5cf922a853ca9c642aa32aa) ) |
| 6541 | ROM_LOAD16_BYTE( "p3212p12.lo", 0x00001, 0x080000, CRC(4baac8d0) SHA1(ed68fc2b234fed44ad4e2fde0cfc1c9c6845ed97) ) |
| 6542 | sc_dndlp_others |
| 6543 | ROM_END |
| 6544 | |
| 6545 | ROM_START( sc5dndlpp ) |
| 6546 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6547 | ROM_LOAD16_BYTE( "p3212p13.hi", 0x00000, 0x080000, CRC(c25b0254) SHA1(d4f1f80f30c18dc67a802dfc0d651e4d3a2c3c97) ) |
| 6548 | ROM_LOAD16_BYTE( "p3212p13.lo", 0x00001, 0x080000, CRC(959ee1e3) SHA1(328347a9fe86678aed76d669f92ad76b0bfa9ce5) ) |
| 6549 | sc_dndlp_others |
| 6550 | ROM_END |
| 6551 | |
| 6552 | ROM_START( sc5dndlpq ) |
| 6553 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6554 | ROM_LOAD16_BYTE( "p3212p14.hi", 0x00000, 0x080000, CRC(226cfe89) SHA1(c7755878e2dc0f5062b0c0329fef342262469173) ) |
| 6555 | ROM_LOAD16_BYTE( "p3212p14.lo", 0x00001, 0x080000, CRC(7f4dc672) SHA1(2550879c400ce07fb8dfa612f4c0f0c342db2545) ) |
| 6556 | sc_dndlp_others |
| 6557 | ROM_END |
| 6558 | |
| 6559 | ROM_START( sc5dndlpr ) |
| 6560 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6561 | ROM_LOAD16_BYTE( "p3212s11.hi", 0x00000, 0x080000, CRC(12740b8e) SHA1(a9a1d0f38811c75295ded490adb8492812ef6efa) ) |
| 6562 | ROM_LOAD16_BYTE( "p3212s11.lo", 0x00001, 0x080000, CRC(02820c15) SHA1(c57e780119519dfeac905da27edb9de717be2340) ) |
| 6563 | sc_dndlp_others |
| 6564 | ROM_END |
| 6565 | |
| 6566 | ROM_START( sc5dndlps ) |
| 6567 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6568 | ROM_LOAD16_BYTE( "p3212s12.hi", 0x00000, 0x080000, CRC(8ca399b2) SHA1(a2f75b8c88d40c0e75fa3612cf077d15d29a97bf) ) |
| 6569 | ROM_LOAD16_BYTE( "p3212s12.lo", 0x00001, 0x080000, CRC(c2f778e1) SHA1(89c7204728acced07210fec01f5c370b20468bd4) ) |
| 6570 | sc_dndlp_others |
| 6571 | ROM_END |
| 6572 | |
| 6573 | ROM_START( sc5dndlpt ) |
| 6574 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6575 | ROM_LOAD16_BYTE( "p3212s13.hi", 0x00000, 0x080000, CRC(646a4ea7) SHA1(9b8455179e1129db5d72a3c79ee176214107042d) ) |
| 6576 | ROM_LOAD16_BYTE( "p3212s13.lo", 0x00001, 0x080000, CRC(6e6885e3) SHA1(3edc678bf20b05cd52217442bcf93e9255a624a2) ) |
| 6577 | sc_dndlp_others |
| 6578 | ROM_END |
| 6579 | |
| 6580 | ROM_START( sc5dndlpu ) |
| 6581 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6582 | ROM_LOAD16_BYTE( "p3212s14.hi", 0x00000, 0x080000, CRC(895101c7) SHA1(f9b61d57a028c5fc365d00db9c9a4661335a7cbe) ) |
| 6583 | ROM_LOAD16_BYTE( "p3212s14.lo", 0x00001, 0x080000, CRC(7d504257) SHA1(78c2d95d96905a983a218024b6ea01d0c2cded8c) ) |
| 6584 | sc_dndlp_others |
| 6585 | ROM_END |
| 6586 | |
| 6587 | |
| 6588 | |
| 6589 | ROM_START( sc5dndra ) |
| 6590 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6591 | ROM_LOAD16_BYTE( "95422486.lo", 0x00001, 0x080000, CRC(bc7d0e20) SHA1(fba43a73629d563de1e8fb19b5d0f584a444c5e1) ) |
| 6592 | ROM_LOAD16_BYTE( "95422487.hi", 0x00000, 0x080000, CRC(60d7aa64) SHA1(28c51f574706c1a96079f9ff8b5e280c0a8e3e8e) ) |
| 6593 | sc_dndra_others |
| 6594 | ROM_END |
| 6595 | |
| 6596 | ROM_START( sc5dndraa ) |
| 6597 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6598 | ROM_LOAD16_BYTE( "95423486.lo", 0x00001, 0x080000, CRC(d5325d3f) SHA1(b18245474a7785a94460b7ab3b58f073be78c832) ) |
| 6599 | ROM_LOAD16_BYTE( "95423487.hi", 0x00000, 0x080000, CRC(552e5c5f) SHA1(2424b0bb3cc9280cf9fd88c1651aa4db093b15b0) ) |
| 6600 | sc_dndra_others |
| 6601 | ROM_END |
| 6602 | |
| 6603 | ROM_START( sc5dndrab ) |
| 6604 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6605 | ROM_LOAD16_BYTE( "95426080.lo", 0x00001, 0x080000, CRC(80a7760d) SHA1(2bd48037ed2ddb9720f62854b0eba24ee2e85bd4) ) |
| 6606 | ROM_LOAD16_BYTE( "95426081.hi", 0x00000, 0x080000, CRC(183ce976) SHA1(34bdbb5da232ae44f16deff8026d3155e5f7527e) ) |
| 6607 | sc_dndra_others |
| 6608 | ROM_END |
| 6609 | |
| 6610 | ROM_START( sc5dndrac ) |
| 6611 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6612 | ROM_LOAD16_BYTE( "95426396.lo", 0x00001, 0x080000, CRC(54a61a29) SHA1(ac715c7c0f208de1e4522f8a28ca4b7ee7ac9033) ) |
| 6613 | ROM_LOAD16_BYTE( "95426397.hi", 0x00000, 0x080000, CRC(2183f67d) SHA1(51054ff5c26e9ea5ddc64630f4db1dfa08950111) ) |
| 6614 | sc_dndra_others |
| 6615 | ROM_END |
| 6616 | |
| 6617 | ROM_START( sc5dndrad ) |
| 6618 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6619 | ROM_LOAD16_BYTE( "95427080.lo", 0x00001, 0x080000, CRC(957fbbf1) SHA1(df90ec57ca6a2d9f595ac43e7bbdf26d1d862cfe) ) |
| 6620 | ROM_LOAD16_BYTE( "95427081.hi", 0x00000, 0x080000, CRC(d24bc15b) SHA1(3bdf96d7e91d9d252861a81176b6c20f14e27021) ) |
| 6621 | sc_dndra_others |
| 6622 | ROM_END |
| 6623 | |
| 6624 | ROM_START( sc5dndrae ) |
| 6625 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6626 | ROM_LOAD16_BYTE( "95427396.lo", 0x00001, 0x080000, CRC(64b0cfab) SHA1(89a958774b1d1d9d1b326a45ccb04fa68677bbb1) ) |
| 6627 | ROM_LOAD16_BYTE( "95427397.hi", 0x00000, 0x080000, CRC(03786a87) SHA1(1b5756c1cb77ffd9935f94fd1bb54eef0f37ea12) ) |
| 6628 | sc_dndra_others |
| 6629 | ROM_END |
| 6630 | |
| 6631 | ROM_START( sc5dndraf ) |
| 6632 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6633 | ROM_LOAD16_BYTE( "p3201p71.hi", 0x00000, 0x080000, CRC(27086da6) SHA1(4a8e10fa47f6467f6d14611e81c25e79a1ee1173) ) |
| 6634 | ROM_LOAD16_BYTE( "p3201p71.lo", 0x00001, 0x080000, CRC(e0cb8eac) SHA1(e8b6fbb7f4d19d5c9fb8891c23f3293d37067946) ) |
| 6635 | sc_dndra_others |
| 6636 | ROM_END |
| 6637 | |
| 6638 | ROM_START( sc5dndrag ) |
| 6639 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6640 | ROM_LOAD16_BYTE( "p3201p72.hi", 0x00000, 0x080000, CRC(2536bc62) SHA1(c3a84a78311c63358f69003c1540f2560249e318) ) |
| 6641 | ROM_LOAD16_BYTE( "p3201p72.lo", 0x00001, 0x080000, CRC(560988a7) SHA1(1f0e01f88803c98affbba3e7cf720282866e8d72) ) |
| 6642 | sc_dndra_others |
| 6643 | ROM_END |
| 6644 | |
| 6645 | ROM_START( sc5dndrah ) |
| 6646 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6647 | ROM_LOAD16_BYTE( "p3201p73.hi", 0x00000, 0x080000, CRC(dff3a0b4) SHA1(98b8e5538d5a80f9cc67d7f9a9d1cfe0f72bf2fc) ) |
| 6648 | ROM_LOAD16_BYTE( "p3201p73.lo", 0x00001, 0x080000, CRC(614476cb) SHA1(df1eab8ce8083c74f9168fe1ae5d0af17ef46e8a) ) |
| 6649 | sc_dndra_others |
| 6650 | ROM_END |
| 6651 | |
| 6652 | ROM_START( sc5dndrai ) |
| 6653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6654 | ROM_LOAD16_BYTE( "p3201s71.hi", 0x00000, 0x080000, CRC(239e71e0) SHA1(69de5f6663eb3d74bbcee5c8f8461204c38ac6e7) ) |
| 6655 | ROM_LOAD16_BYTE( "p3201s71.lo", 0x00001, 0x080000, CRC(254f4647) SHA1(3b8667633ad1558e35ff6742fbfbb97bf6058bf8) ) |
| 6656 | sc_dndra_others |
| 6657 | ROM_END |
| 6658 | |
| 6659 | ROM_START( sc5dndraj ) |
| 6660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6661 | ROM_LOAD16_BYTE( "p3201s72.hi", 0x00000, 0x080000, CRC(bf6e0a69) SHA1(21b958a8995a7adaf240991c1815527d0b51dcb3) ) |
| 6662 | ROM_LOAD16_BYTE( "p3201s72.lo", 0x00001, 0x080000, CRC(828d9065) SHA1(bfdf0f310e8d1b87dbb3e60722241dbfa407d7dd) ) |
| 6663 | sc_dndra_others |
| 6664 | ROM_END |
| 6665 | |
| 6666 | ROM_START( sc5dndrak ) |
| 6667 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6668 | ROM_LOAD16_BYTE( "p3201s73.hi", 0x00000, 0x080000, CRC(cf22263f) SHA1(37d34ccd6a2cc7ee7858885f56226aa59cb8d40a) ) |
| 6669 | ROM_LOAD16_BYTE( "p3201s73.lo", 0x00001, 0x080000, CRC(5ee67237) SHA1(f4b1d6281fa5c406e7f76e1397963539070df6ab) ) |
| 6670 | sc_dndra_others |
| 6671 | ROM_END |
| 6672 | |
| 6673 | |
| 6674 | |
| 6675 | |
| 6676 | ROM_START( sc5dndbd ) |
| 6677 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6678 | ROM_LOAD16_BYTE( "95422894.lo", 0x00001, 0x080000, CRC(56e5027f) SHA1(af8afab10f309ecb40d7c7861dcccb397f92dccc) ) |
| 6679 | ROM_LOAD16_BYTE( "95422895.hi", 0x00000, 0x080000, CRC(04b08719) SHA1(64355b5711b069b9328bdc98fdc6815bceb08504) ) |
| 6680 | sc_dndbd_others |
| 6681 | ROM_END |
| 6682 | |
| 6683 | ROM_START( sc5dndbda ) |
| 6684 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6685 | ROM_LOAD16_BYTE( "95423894.lo", 0x00001, 0x080000, CRC(5ee4a59e) SHA1(e64ab0fb59d9013da76bd88c548000322c9955be) ) |
| 6686 | ROM_LOAD16_BYTE( "95423895.hi", 0x00000, 0x080000, CRC(320046fc) SHA1(0c7c76b22ff1ccccfc27dde25236da6fb834e027) ) |
| 6687 | sc_dndbd_others |
| 6688 | ROM_END |
| 6689 | |
| 6690 | ROM_START( sc5dndbdb ) |
| 6691 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6692 | ROM_LOAD16_BYTE( "95426370.lo", 0x00001, 0x080000, CRC(201fbd94) SHA1(6c5b819e20d9dc7237d99320953fc33d6357faf8) ) |
| 6693 | ROM_LOAD16_BYTE( "95426371.hi", 0x00000, 0x080000, CRC(cbc533ad) SHA1(03daec7b71e5cc7168dfb86199e45ec4553dae77) ) |
| 6694 | sc_dndbd_others |
| 6695 | ROM_END |
| 6696 | |
| 6697 | ROM_START( sc5dndbdc ) |
| 6698 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6699 | ROM_LOAD16_BYTE( "95426386.lo", 0x00001, 0x080000, CRC(cf6cb721) SHA1(961a63d1173e5784853a0fad4d8e94859144023a) ) |
| 6700 | ROM_LOAD16_BYTE( "95426387.hi", 0x00000, 0x080000, CRC(20e8fc23) SHA1(71477bd6a1d482751b0cc0158d0d5d963fe63703) ) |
| 6701 | sc_dndbd_others |
| 6702 | ROM_END |
| 6703 | |
| 6704 | ROM_START( sc5dndbdd ) |
| 6705 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6706 | ROM_LOAD16_BYTE( "95427370.lo", 0x00001, 0x080000, CRC(154f9a59) SHA1(10464571fd505813f472d1ef0f153b93e167e03d) ) |
| 6707 | ROM_LOAD16_BYTE( "95427371.hi", 0x00000, 0x080000, CRC(b47b7d87) SHA1(0ecac57740f6f82d11a6fa38c2dce3a101b52772) ) |
| 6708 | sc_dndbd_others |
| 6709 | ROM_END |
| 6710 | |
| 6711 | ROM_START( sc5dndbde ) |
| 6712 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6713 | ROM_LOAD16_BYTE( "95427386.lo", 0x00001, 0x080000, CRC(4ceadcfc) SHA1(37fca1d7ade327c6f54845a2f67133f5122e59d5) ) |
| 6714 | ROM_LOAD16_BYTE( "95427387.hi", 0x00000, 0x080000, CRC(c8774dc7) SHA1(c2f5d75676b1af3e84d21310bd3d3a472a92b8aa) ) |
| 6715 | sc_dndbd_others |
| 6716 | ROM_END |
| 6717 | |
| 6718 | ROM_START( sc5dndbdf ) |
| 6719 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6720 | ROM_LOAD16_BYTE( "p3210p71.hi", 0x00000, 0x080000, CRC(cfd11c31) SHA1(6826fd6b46793a42b7bc446a34effe981a893ee3) ) |
| 6721 | ROM_LOAD16_BYTE( "p3210p71.lo", 0x00001, 0x080000, CRC(2f48b987) SHA1(7ac930e1c58dcf62e9b613ec4cc444ad6303a33d) ) |
| 6722 | sc_dndbd_others |
| 6723 | ROM_END |
| 6724 | |
| 6725 | ROM_START( sc5dndbdg ) |
| 6726 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6727 | ROM_LOAD16_BYTE( "p3210p73.hi", 0x00000, 0x080000, CRC(ec47b51c) SHA1(36fe889b2961fcef2f0b1790d18b379bcbfcb182) ) |
| 6728 | ROM_LOAD16_BYTE( "p3210p73.lo", 0x00001, 0x080000, CRC(ce0ee1c9) SHA1(4d29a6158714c67172a5e6a86db48635f78b0cfe) ) |
| 6729 | sc_dndbd_others |
| 6730 | ROM_END |
| 6731 | |
| 6732 | ROM_START( sc5dndbdh ) |
| 6733 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6734 | ROM_LOAD16_BYTE( "p3210s71.hi", 0x00000, 0x080000, CRC(a3361b74) SHA1(79710fd876f493dadef5d6f7c02e36e12fe0033c) ) |
| 6735 | ROM_LOAD16_BYTE( "p3210s71.lo", 0x00001, 0x080000, CRC(2fce4f8a) SHA1(d03bcae4f1731aacad907ca6bd752e19f7e5ece7) ) |
| 6736 | sc_dndbd_others |
| 6737 | ROM_END |
| 6738 | |
| 6739 | ROM_START( sc5dndbdi ) |
| 6740 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6741 | ROM_LOAD16_BYTE( "p3210s73.hi", 0x00000, 0x080000, CRC(ede2599c) SHA1(eb49189e4db10d3c20951035d796faba8aa6f238) ) |
| 6742 | ROM_LOAD16_BYTE( "p3210s73.lo", 0x00001, 0x080000, CRC(3ae378c2) SHA1(3c57abb05099c47dde00942cee4925cb75357f2a) ) |
| 6743 | sc_dndbd_others |
| 6744 | ROM_END |
| 6745 | |
| 6746 | |
| 6747 | |
| 6748 | |
| 6749 | ROM_START( sc5dndbr ) |
| 6750 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6751 | ROM_LOAD16_BYTE( "95422150.lo", 0x00001, 0x080000, CRC(10b1d71f) SHA1(442ce4e98fd7ab7678339ca520353fc7f98e353e) ) |
| 6752 | ROM_LOAD16_BYTE( "95422151.hi", 0x00000, 0x080000, CRC(c07dd832) SHA1(076eef9b1b4f527b866634e2522c0fc06eb2b582) ) |
| 6753 | sc_dndbr_others |
| 6754 | ROM_END |
| 6755 | |
| 6756 | ROM_START( sc5dndbra ) |
| 6757 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6758 | ROM_LOAD16_BYTE( "95422298.lo", 0x00001, 0x080000, CRC(1925aed8) SHA1(a8e9f69c80270efd5e8587f54ed4259e306a6e90) ) |
| 6759 | ROM_LOAD16_BYTE( "95422299.hi", 0x00000, 0x080000, CRC(8130eaa3) SHA1(7c7621ae5bca158fe83b5596da0bd2f9a027e127) ) |
| 6760 | sc_dndbr_others |
| 6761 | ROM_END |
| 6762 | |
| 6763 | ROM_START( sc5dndbrb ) |
| 6764 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6765 | ROM_LOAD16_BYTE( "95422430.lo", 0x00001, 0x080000, CRC(12a6c08e) SHA1(4c003012110187799841df7e85dfe8874afaf878) ) |
| 6766 | ROM_LOAD16_BYTE( "95422431.hi", 0x00000, 0x080000, CRC(d7a1080e) SHA1(64a537e37980a6f918a3c43a391aea003a8b5a2d) ) |
| 6767 | sc_dndbr_others |
| 6768 | ROM_END |
| 6769 | |
| 6770 | ROM_START( sc5dndbrc ) |
| 6771 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6772 | ROM_LOAD16_BYTE( "95422462.lo", 0x00001, 0x080000, CRC(bfc9a904) SHA1(1bcb566fdcbaeab46ef0958b4270248edfb459cc) ) |
| 6773 | ROM_LOAD16_BYTE( "95422463.hi", 0x00000, 0x080000, CRC(d9fdf257) SHA1(4982e1652c481fb494c481b34b8affb009c835fa) ) |
| 6774 | sc_dndbr_others |
| 6775 | ROM_END |
| 6776 | |
| 6777 | ROM_START( sc5dndbrd ) |
| 6778 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6779 | ROM_LOAD16_BYTE( "95422504.lo", 0x00001, 0x080000, CRC(4a0f3dca) SHA1(0e36042e969c8d049c0ac8dc027cc0b8699570d0) ) |
| 6780 | ROM_LOAD16_BYTE( "95422505.hi", 0x00000, 0x080000, CRC(c6b55463) SHA1(429d3d191f3e3a814c12daa0fa1eefe03c25b218) ) |
| 6781 | sc_dndbr_others |
| 6782 | ROM_END |
| 6783 | |
| 6784 | ROM_START( sc5dndbre ) |
| 6785 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6786 | ROM_LOAD16_BYTE( "95422802.lo", 0x00001, 0x080000, CRC(9c9868f7) SHA1(72a2162568032775ca5cb8283d3437314a453a45) ) |
| 6787 | ROM_LOAD16_BYTE( "95422803.hi", 0x00000, 0x080000, CRC(4d2f0f6c) SHA1(95fe69b8bafd6780ac32e76d1c43f449c941ecc4) ) |
| 6788 | sc_dndbr_others |
| 6789 | ROM_END |
| 6790 | |
| 6791 | ROM_START( sc5dndbrf ) |
| 6792 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6793 | ROM_LOAD16_BYTE( "95423150.lo", 0x00001, 0x080000, CRC(b0a8336a) SHA1(c4f2a1cae19858ec136f85d3624100be6f3c044f) ) |
| 6794 | ROM_LOAD16_BYTE( "95423151.hi", 0x00000, 0x080000, CRC(527c2a60) SHA1(ef1c057582d7ef2a6d7bdc4e9658326f0536a69d) ) |
| 6795 | sc_dndbr_others |
| 6796 | ROM_END |
| 6797 | |
| 6798 | ROM_START( sc5dndbrg ) |
| 6799 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6800 | ROM_LOAD16_BYTE( "95423298.lo", 0x00001, 0x080000, CRC(499229f5) SHA1(398f4276c86133b17f95871e399f0195ae7aaa04) ) |
| 6801 | ROM_LOAD16_BYTE( "95423299.hi", 0x00000, 0x080000, CRC(3d855dd0) SHA1(351bb1191bedb5d22b289fd0b3ae8f5c5c9ebf94) ) |
| 6802 | sc_dndbr_others |
| 6803 | ROM_END |
| 6804 | |
| 6805 | ROM_START( sc5dndbrh ) |
| 6806 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6807 | ROM_LOAD16_BYTE( "95423430.lo", 0x00001, 0x080000, CRC(d95f3e3a) SHA1(6805a7eb1ea84b10721ebe863de09608e5d3643d) ) |
| 6808 | ROM_LOAD16_BYTE( "95423431.hi", 0x00000, 0x080000, CRC(242bd27b) SHA1(7183fc705a9a60e2e7cd38d7dc2ee99231df6ccb) ) |
| 6809 | sc_dndbr_others |
| 6810 | ROM_END |
| 6811 | |
| 6812 | ROM_START( sc5dndbri ) |
| 6813 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6814 | ROM_LOAD16_BYTE( "95423462.lo", 0x00001, 0x080000, CRC(43b8cd87) SHA1(724d60e39d1b69b3766eb3f86e5f56ffc227d13f) ) |
| 6815 | ROM_LOAD16_BYTE( "95423463.hi", 0x00000, 0x080000, CRC(ecca1f40) SHA1(a49396bfe41ff18e4bc44051e9dbfccf9604d738) ) |
| 6816 | sc_dndbr_others |
| 6817 | ROM_END |
| 6818 | |
| 6819 | ROM_START( sc5dndbrj ) |
| 6820 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6821 | ROM_LOAD16_BYTE( "95423504.lo", 0x00001, 0x080000, CRC(92e3a59d) SHA1(52c5c48f3d8feceb64bb3ea544db2461b9bcd2f0) ) |
| 6822 | ROM_LOAD16_BYTE( "95423505.hi", 0x00000, 0x080000, CRC(2c806756) SHA1(8e9e44e8a1ad527ae3f90f6bf25734b5648f87bb) ) |
| 6823 | sc_dndbr_others |
| 6824 | ROM_END |
| 6825 | |
| 6826 | ROM_START( sc5dndbrk ) |
| 6827 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6828 | ROM_LOAD16_BYTE( "95423802.lo", 0x00001, 0x080000, CRC(07f38e50) SHA1(0975fc113086c39f3970dee8d3bbed42c4ba853c) ) |
| 6829 | ROM_LOAD16_BYTE( "95423803.hi", 0x00000, 0x080000, CRC(f7efe16f) SHA1(52a990f39cf99af51787b6749ff78a98151957de) ) |
| 6830 | sc_dndbr_others |
| 6831 | ROM_END |
| 6832 | |
| 6833 | ROM_START( sc5dndbrl ) |
| 6834 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6835 | ROM_LOAD16_BYTE( "95426056.lo", 0x00001, 0x080000, CRC(c9a92cd3) SHA1(d2364fbc976c9aa67a8410c5754f957b60c86f16) ) |
| 6836 | ROM_LOAD16_BYTE( "95426057.hi", 0x00000, 0x080000, CRC(8b730a59) SHA1(d016748e68b89057fe3df57bdccdd84fbdc309a9) ) |
| 6837 | sc_dndbr_others |
| 6838 | ROM_END |
| 6839 | |
| 6840 | ROM_START( sc5dndbrm ) |
| 6841 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6842 | ROM_LOAD16_BYTE( "95426288.lo", 0x00001, 0x080000, CRC(0414dea3) SHA1(cd8bf53eb3cc970c47d1b4235d5e2e0b56a8e1fb) ) |
| 6843 | ROM_LOAD16_BYTE( "95426289.hi", 0x00000, 0x080000, CRC(cdf8fabe) SHA1(7deaaab4bdf93e4caddba11bd2876560e26f4758) ) |
| 6844 | sc_dndbr_others |
| 6845 | ROM_END |
| 6846 | |
| 6847 | ROM_START( sc5dndbrn ) |
| 6848 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6849 | ROM_LOAD16_BYTE( "95427056.lo", 0x00001, 0x080000, CRC(e0712d84) SHA1(13c32179c7f78c6d020ea613ede92bee8396e32c) ) |
| 6850 | ROM_LOAD16_BYTE( "95427057.hi", 0x00000, 0x080000, CRC(1a097df2) SHA1(3fba0d7d1289c0fdd79da3b548bfc94b7fe617ef) ) |
| 6851 | sc_dndbr_others |
| 6852 | ROM_END |
| 6853 | |
| 6854 | ROM_START( sc5dndbro ) |
| 6855 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6856 | ROM_LOAD16_BYTE( "95427288.lo", 0x00001, 0x080000, CRC(82f456e6) SHA1(6f3a282bcbf80c1e948d50227fee93c1cc6d6053) ) |
| 6857 | ROM_LOAD16_BYTE( "95427289.hi", 0x00000, 0x080000, CRC(65c8444c) SHA1(42ce3791ea3384f4704725a296e99912d7758c55) ) |
| 6858 | sc_dndbr_others |
| 6859 | ROM_END |
| 6860 | |
| 6861 | ROM_START( sc5dndbrp ) |
| 6862 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6863 | ROM_LOAD16_BYTE( "p3011p01.hi", 0x00000, 0x080000, CRC(668c910c) SHA1(765c45d37f1a1f1f35709c7c6de74ddf081cf275) ) |
| 6864 | ROM_LOAD16_BYTE( "p3011p01.lo", 0x00001, 0x080000, CRC(eaab8c27) SHA1(939975e613aa421d5e23a1d620f07cd49cd20d81) ) |
| 6865 | sc_dndbr_others |
| 6866 | ROM_END |
| 6867 | |
| 6868 | ROM_START( sc5dndbrq ) |
| 6869 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6870 | ROM_LOAD16_BYTE( "p3011p41.hi", 0x00000, 0x080000, CRC(5018bf9b) SHA1(e9fa0178b9c866648c955f9d0afce55dc3c8e01c) ) |
| 6871 | ROM_LOAD16_BYTE( "p3011p41.lo", 0x00001, 0x080000, CRC(d7d4d793) SHA1(77db3549607f112d307bff1e8cc41be670915967) ) |
| 6872 | sc_dndbr_others |
| 6873 | ROM_END |
| 6874 | |
| 6875 | ROM_START( sc5dndbrr ) |
| 6876 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6877 | ROM_LOAD16_BYTE( "p3011p72.hi", 0x00000, 0x080000, CRC(de759c0b) SHA1(b9ccc2e7ac3e87f65b8921fabe59b23d1f1f0cf6) ) |
| 6878 | ROM_LOAD16_BYTE( "p3011p72.lo", 0x00001, 0x080000, CRC(5dbf7b6f) SHA1(39a5642af03d20c07a7b9781259ed3d1d3a91e97) ) |
| 6879 | sc_dndbr_others |
| 6880 | ROM_END |
| 6881 | |
| 6882 | ROM_START( sc5dndbrs ) |
| 6883 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6884 | ROM_LOAD16_BYTE( "p3011pe1.hi", 0x00000, 0x080000, CRC(421d83b8) SHA1(29eda16c7bc3cdf145090e7dfbf3c6b1a8fd81b4) ) |
| 6885 | ROM_LOAD16_BYTE( "p3011pe1.lo", 0x00001, 0x080000, CRC(109caf89) SHA1(f3fe4a8f70c86f55ca5378056f4e6d61bc88b7da) ) |
| 6886 | sc_dndbr_others |
| 6887 | ROM_END |
| 6888 | |
| 6889 | ROM_START( sc5dndbrt ) |
| 6890 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6891 | ROM_LOAD16_BYTE( "p3011s01.hi", 0x00000, 0x080000, CRC(46cfec27) SHA1(23862773a4682a18c1082082831a1ed5a27460d5) ) |
| 6892 | ROM_LOAD16_BYTE( "p3011s01.lo", 0x00001, 0x080000, CRC(70e74304) SHA1(a39edc2431a6cdfb10bbb676acec7c0c0243f5e1) ) |
| 6893 | sc_dndbr_others |
| 6894 | ROM_END |
| 6895 | |
| 6896 | ROM_START( sc5dndbru ) |
| 6897 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6898 | ROM_LOAD16_BYTE( "p3011s41.hi", 0x00000, 0x080000, CRC(8fde35ce) SHA1(1dfa0e260779aaed8e9207c39c9e1776ec468058) ) |
| 6899 | ROM_LOAD16_BYTE( "p3011s41.lo", 0x00001, 0x080000, CRC(3c8f3e91) SHA1(2d6b0643940c283c304a3f15381b1093323e4b1c) ) |
| 6900 | sc_dndbr_others |
| 6901 | ROM_END |
| 6902 | |
| 6903 | ROM_START( sc5dndbrv ) |
| 6904 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6905 | ROM_LOAD16_BYTE( "p3011s72.hi", 0x00000, 0x080000, CRC(8523c4d7) SHA1(f365a3b9a24b686afa1866382cef3cf6ee88de19) ) |
| 6906 | ROM_LOAD16_BYTE( "p3011s72.lo", 0x00001, 0x080000, CRC(32aa2e4e) SHA1(7fb19c72d021780672871ee2ea27074cbe4af233) ) |
| 6907 | sc_dndbr_others |
| 6908 | ROM_END |
| 6909 | |
| 6910 | ROM_START( sc5dndbrw ) |
| 6911 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6912 | ROM_LOAD16_BYTE( "p3011se1.hi", 0x00000, 0x080000, CRC(6e547687) SHA1(ea1a56a5afb179437c9b9f5ee52cade531aa2dca) ) |
| 6913 | ROM_LOAD16_BYTE( "p3011se1.lo", 0x00001, 0x080000, CRC(03467347) SHA1(4675bd87d61dc811a2f4525d00a220d11c7eb258) ) |
| 6914 | sc_dndbr_others |
| 6915 | ROM_END |
| 6916 | |
| 6917 | |
| 6918 | ROM_START( sc5dndcc ) |
| 6919 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6920 | ROM_LOAD16_BYTE( "95422390.lo", 0x00001, 0x080000, CRC(6bf4e3e6) SHA1(dc4add26d606053a1003ef54c54321fef38966be) ) |
| 6921 | ROM_LOAD16_BYTE( "95422391.hi", 0x00000, 0x080000, CRC(84aa4dd6) SHA1(b63d4eca7841017e4e1ca9b3abb973dc9273027c) ) |
| 6922 | sc_dndcc_others |
| 6923 | ROM_END |
| 6924 | |
| 6925 | ROM_START( sc5dndcca ) |
| 6926 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6927 | ROM_LOAD16_BYTE( "95422500.lo", 0x00001, 0x080000, CRC(d349ecbf) SHA1(d438db7f2e1647bd87b416721ca8d9f53d196a84) ) |
| 6928 | ROM_LOAD16_BYTE( "95422501.hi", 0x00000, 0x080000, CRC(4da063fd) SHA1(1332fb94f6cc3e959488cd514469a2dd3c1be9c6) ) |
| 6929 | sc_dndcc_others |
| 6930 | ROM_END |
| 6931 | |
| 6932 | ROM_START( sc5dndccb ) |
| 6933 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6934 | ROM_LOAD16_BYTE( "95423390.lo", 0x00001, 0x080000, CRC(9a0c32bb) SHA1(7325dbcc5b448803314f0e299f832081f1db9a5f) ) |
| 6935 | ROM_LOAD16_BYTE( "95423391.hi", 0x00000, 0x080000, CRC(7c7efdf0) SHA1(b94190d5ee1bc4b82fb2ab500f9cf2253c47a7d4) ) |
| 6936 | sc_dndcc_others |
| 6937 | ROM_END |
| 6938 | |
| 6939 | ROM_START( sc5dndccc ) |
| 6940 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6941 | ROM_LOAD16_BYTE( "95423500.lo", 0x00001, 0x080000, CRC(128b7b26) SHA1(d229562614c159e515b520273e4802f1bdf6da27) ) |
| 6942 | ROM_LOAD16_BYTE( "95423501.hi", 0x00000, 0x080000, CRC(9283b144) SHA1(91303b655a7ea8fb3837b2c8b520c067e2950af5) ) |
| 6943 | sc_dndcc_others |
| 6944 | ROM_END |
| 6945 | |
| 6946 | ROM_START( sc5dndccd ) |
| 6947 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6948 | ROM_LOAD16_BYTE( "95423804.lo", 0x00001, 0x080000, CRC(c9c507b7) SHA1(8814b353a072c1cc0f3f35256ea89d7a67558f6d) ) |
| 6949 | ROM_LOAD16_BYTE( "95423805.hi", 0x00000, 0x080000, CRC(d5f71e0e) SHA1(d1c96c12140d189ca2a4ea56e6279bb32eb0194b) ) |
| 6950 | sc_dndcc_others |
| 6951 | ROM_END |
| 6952 | |
| 6953 | ROM_START( sc5dndcce ) |
| 6954 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6955 | ROM_LOAD16_BYTE( "95426052.lo", 0x00001, 0x080000, CRC(a98e6967) SHA1(40cf2aac490dfbb1aa28eb3af7325d831f22460e) ) |
| 6956 | ROM_LOAD16_BYTE( "95426053.hi", 0x00000, 0x080000, CRC(135f0688) SHA1(bde939e11eae1342eb32495e88d67f507bb841ad) ) |
| 6957 | sc_dndcc_others |
| 6958 | ROM_END |
| 6959 | |
| 6960 | ROM_START( sc5dndccf ) |
| 6961 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6962 | ROM_LOAD16_BYTE( "95426400.lo", 0x00001, 0x080000, CRC(d41f2cf8) SHA1(5c41dafdeedb4ff0dc988de1367f26f2ddf0e412) ) |
| 6963 | ROM_LOAD16_BYTE( "95426401.hi", 0x00000, 0x080000, CRC(dfb30753) SHA1(8f41e2c1976cefcab122bdc48437e02a0d3539c0) ) |
| 6964 | sc_dndcc_others |
| 6965 | ROM_END |
| 6966 | |
| 6967 | ROM_START( sc5dndccg ) |
| 6968 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6969 | ROM_LOAD16_BYTE( "95427052.lo", 0x00001, 0x080000, CRC(bb2f094a) SHA1(b90f35be18e39b003590635152f864be67567997) ) |
| 6970 | ROM_LOAD16_BYTE( "95427053.hi", 0x00000, 0x080000, CRC(818a702c) SHA1(cf0633cd1c4836a4947063b42a0fd0360879349d) ) |
| 6971 | sc_dndcc_others |
| 6972 | ROM_END |
| 6973 | |
| 6974 | ROM_START( sc5dndcch ) |
| 6975 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6976 | ROM_LOAD16_BYTE( "95427400.lo", 0x00001, 0x080000, CRC(e9eab94b) SHA1(c856f5632b3e14232e3f2c47ad03eda7b9b983eb) ) |
| 6977 | ROM_LOAD16_BYTE( "95427401.hi", 0x00000, 0x080000, CRC(045202fa) SHA1(6a183f17c023ef43416572860c5261271e701cf0) ) |
| 6978 | sc_dndcc_others |
| 6979 | ROM_END |
| 6980 | |
| 6981 | ROM_START( sc5dndcci ) |
| 6982 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6983 | ROM_LOAD16_BYTE( "p3017p71.hi", 0x00000, 0x080000, CRC(2cbfa80a) SHA1(d31d57360700e2b22569168fbbd769570e0e257e) ) |
| 6984 | ROM_LOAD16_BYTE( "p3017p71.lo", 0x00001, 0x080000, CRC(e80f176a) SHA1(f66e4165209396646442fb640b90f7fe48fc884e) ) |
| 6985 | sc_dndcc_others |
| 6986 | ROM_END |
| 6987 | |
| 6988 | ROM_START( sc5dndccj ) |
| 6989 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6990 | ROM_LOAD16_BYTE( "p3017pf1.hi", 0x00000, 0x080000, CRC(dccfc4e7) SHA1(7caed83dffa0fd6bccdc80acdc6b0a619d2d4045) ) |
| 6991 | ROM_LOAD16_BYTE( "p3017pf1.lo", 0x00001, 0x080000, CRC(58d2c26b) SHA1(e9bc7afb62550842949fda472f3cae83377a3a84) ) |
| 6992 | sc_dndcc_others |
| 6993 | ROM_END |
| 6994 | |
| 6995 | ROM_START( sc5dndcck ) |
| 6996 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 6997 | ROM_LOAD16_BYTE( "p3017pf2.hi", 0x00000, 0x080000, CRC(d1a87204) SHA1(3e9ef9c8d00be9970b6f3def0d2b977cb8899a27) ) |
| 6998 | ROM_LOAD16_BYTE( "p3017pf2.lo", 0x00001, 0x080000, CRC(a3697ce1) SHA1(57b0cc7cd75c746033b9ca490574a4925f6d39a1) ) |
| 6999 | sc_dndcc_others |
| 7000 | ROM_END |
| 7001 | |
| 7002 | ROM_START( sc5dndccl ) |
| 7003 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7004 | ROM_LOAD16_BYTE( "p3017pg1.hi", 0x00000, 0x080000, CRC(0fd1ef51) SHA1(bfabe358d647e46f3c24e716422d201f910b9d81) ) |
| 7005 | ROM_LOAD16_BYTE( "p3017pg1.lo", 0x00001, 0x080000, CRC(d006fe79) SHA1(920566666d184ab8f57bd92159a3bb6c35052fc2) ) |
| 7006 | sc_dndcc_others |
| 7007 | ROM_END |
| 7008 | |
| 7009 | ROM_START( sc5dndccm ) |
| 7010 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7011 | ROM_LOAD16_BYTE( "p3017pg2.hi", 0x00000, 0x080000, CRC(acb4e681) SHA1(966a83967bdfed941abea200b25fe1a06440016d) ) |
| 7012 | ROM_LOAD16_BYTE( "p3017pg2.lo", 0x00001, 0x080000, CRC(8d4b0e8e) SHA1(c48d3aa33911e13ff9af0aca06afe05a72adf3f9) ) |
| 7013 | sc_dndcc_others |
| 7014 | ROM_END |
| 7015 | |
| 7016 | ROM_START( sc5dndccn ) |
| 7017 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7018 | ROM_LOAD16_BYTE( "p3017s71.hi", 0x00000, 0x080000, CRC(df5bd3b0) SHA1(b70190082947a7a1c2aea4bceb12cc032e35b59d) ) |
| 7019 | ROM_LOAD16_BYTE( "p3017s71.lo", 0x00001, 0x080000, CRC(2639b43d) SHA1(6b06b122239093cc47af360d4eee7d9cc850dc8f) ) |
| 7020 | sc_dndcc_others |
| 7021 | ROM_END |
| 7022 | |
| 7023 | ROM_START( sc5dndcco ) |
| 7024 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7025 | ROM_LOAD16_BYTE( "p3017sf1.hi", 0x00000, 0x080000, CRC(3fd02a1b) SHA1(0eb81600349b1a745f24f662fe054148688ba966) ) |
| 7026 | ROM_LOAD16_BYTE( "p3017sf1.lo", 0x00001, 0x080000, CRC(d2e45159) SHA1(f4557ba7f97016fba81e6b977981444a3d797a14) ) |
| 7027 | sc_dndcc_others |
| 7028 | ROM_END |
| 7029 | |
| 7030 | ROM_START( sc5dndccp ) |
| 7031 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7032 | ROM_LOAD16_BYTE( "p3017sf2.hi", 0x00000, 0x080000, CRC(47651875) SHA1(f7c48a0e56bd9b748ede58916529aeec8240304f) ) |
| 7033 | ROM_LOAD16_BYTE( "p3017sf2.lo", 0x00001, 0x080000, CRC(f7f4333d) SHA1(9e651b1a6422935776dc6eb4276016ea45a21297) ) |
| 7034 | sc_dndcc_others |
| 7035 | ROM_END |
| 7036 | |
| 7037 | ROM_START( sc5dndccq ) |
| 7038 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7039 | ROM_LOAD16_BYTE( "p3017sg1.hi", 0x00000, 0x080000, CRC(2db61930) SHA1(7516dd7ef4ae78afe0fb2a12412e5c9912928aeb) ) |
| 7040 | ROM_LOAD16_BYTE( "p3017sg1.lo", 0x00001, 0x080000, CRC(142ed198) SHA1(b4d28917502a2c4f147db115ff637c321dacaa9e) ) |
| 7041 | sc_dndcc_others |
| 7042 | ROM_END |
| 7043 | |
| 7044 | ROM_START( sc5dndccr ) |
| 7045 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7046 | ROM_LOAD16_BYTE( "p3017sg2.hi", 0x00000, 0x080000, CRC(43dd9130) SHA1(c137f3de719c7d41f99e0725bba5be3394af57d6) ) |
| 7047 | ROM_LOAD16_BYTE( "p3017sg2.lo", 0x00001, 0x080000, CRC(086f50be) SHA1(082c6469c5611a1e8f9dbcd80339f38657ddc2b4) ) |
| 7048 | sc_dndcc_others |
| 7049 | ROM_END |
| 7050 | |
| 7051 | ROM_START( sc5dndca ) |
| 7052 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7053 | ROM_LOAD16_BYTE( "p3250p11.hi", 0x00000, 0x080000, CRC(cdd8e6fd) SHA1(c125f8af8193eeec3b143fae185100b490251dae) ) |
| 7054 | ROM_LOAD16_BYTE( "p3250p11.lo", 0x00001, 0x080000, CRC(0303361b) SHA1(aafa4a680dd919afccba269affde34599164d9d2) ) |
| 7055 | sc_dndcc_others |
| 7056 | ROM_END |
| 7057 | |
| 7058 | ROM_START( sc5dndcaa ) |
| 7059 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7060 | ROM_LOAD16_BYTE( "p3250p12.hi", 0x00000, 0x080000, CRC(c91b43c1) SHA1(a3337f0880d2d7b4e6cb0ea3e2824d0661eb6004) ) |
| 7061 | ROM_LOAD16_BYTE( "p3250p12.lo", 0x00001, 0x080000, CRC(38e01a0a) SHA1(178b31725aca4a2676c50466f3d4b61fa831d7e3) ) |
| 7062 | sc_dndcc_others |
| 7063 | ROM_END |
| 7064 | |
| 7065 | ROM_START( sc5dndcab ) |
| 7066 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7067 | ROM_LOAD16_BYTE( "p3250s11.hi", 0x00000, 0x080000, CRC(f985e611) SHA1(b0436688b83a0900e41fb61a1c09438f9f8663ac) ) |
| 7068 | ROM_LOAD16_BYTE( "p3250s11.lo", 0x00001, 0x080000, CRC(11dec07e) SHA1(171345b38f07a5bc1f09d98fe0802a353bafa7c6) ) |
| 7069 | sc_dndcc_others |
| 7070 | ROM_END |
| 7071 | |
| 7072 | ROM_START( sc5dndcac ) |
| 7073 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7074 | ROM_LOAD16_BYTE( "p3250s12.hi", 0x00000, 0x080000, CRC(7c3de312) SHA1(eaa216152f5e59b029fdb034baebd8c4fbd29794) ) |
| 7075 | ROM_LOAD16_BYTE( "p3250s12.lo", 0x00001, 0x080000, CRC(fd2d6f53) SHA1(be1b3ac89b6cece9f34498bd4f1a0541da689df5) ) |
| 7076 | sc_dndcc_others |
| 7077 | ROM_END |
| 7078 | |
| 7079 | ROM_START( sc5dndcad ) |
| 7080 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7081 | ROM_LOAD16_BYTE( "p3362p71.hi", 0x00000, 0x080000, CRC(a6fe0aef) SHA1(10a17944dbca7624ed451d7187edc89c582ecb8b) ) |
| 7082 | ROM_LOAD16_BYTE( "p3362p71.lo", 0x00001, 0x080000, CRC(a8cf3b5c) SHA1(d802560eb43c51571f39389011ec3e5bae68659f) ) |
| 7083 | sc_dndcc_others |
| 7084 | ROM_END |
| 7085 | |
| 7086 | ROM_START( sc5dndcae ) |
| 7087 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7088 | ROM_LOAD16_BYTE( "p3362s71.hi", 0x00000, 0x080000, CRC(2f609ab3) SHA1(2e0cf0b2dc91f4bc3bb9c6dcc2716491eef01c99) ) |
| 7089 | ROM_LOAD16_BYTE( "p3362s71.lo", 0x00001, 0x080000, CRC(2af6741f) SHA1(62e396cfc3a8198e6b62b3d07d9894ed9d8e5f89) ) |
| 7090 | sc_dndcc_others |
| 7091 | ROM_END |
| 7092 | |
| 7093 | |
| 7094 | ROM_START( sc5dnddw ) |
| 7095 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7096 | ROM_LOAD16_BYTE( "95422472.lo", 0x00001, 0x080000, CRC(f97160be) SHA1(76f495ed1ec7901a4529f7106b081864345308c4) ) |
| 7097 | ROM_LOAD16_BYTE( "95422473.hi", 0x00000, 0x080000, CRC(adde9c8c) SHA1(b5cc059af817ba49087fc68001c52bc0be3ac974) ) |
| 7098 | sc_dnddw_others |
| 7099 | ROM_END |
| 7100 | |
| 7101 | |
| 7102 | ROM_START( sc5dnddwa ) |
| 7103 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7104 | ROM_LOAD16_BYTE( "95423472.lo", 0x00001, 0x080000, CRC(12151eae) SHA1(0dc319849c03b9525844f3097201f4b5811dd84d) ) |
| 7105 | ROM_LOAD16_BYTE( "95423473.hi", 0x00000, 0x080000, CRC(bcbfca3c) SHA1(8ac07a77d128f166c681f9528b08654cd7d4f304) ) |
| 7106 | sc_dnddw_others |
| 7107 | ROM_END |
| 7108 | |
| 7109 | |
| 7110 | ROM_START( sc5dnddwb ) |
| 7111 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7112 | ROM_LOAD16_BYTE( "95426174.lo", 0x00001, 0x080000, CRC(c78e421b) SHA1(54b065ffae73e39ef7d410d7488f7df7fd6923c1) ) |
| 7113 | ROM_LOAD16_BYTE( "95426175.hi", 0x00000, 0x080000, CRC(11e52921) SHA1(14c792918b0b09b6903b2506baa0ef3b67787c29) ) |
| 7114 | sc_dnddw_others |
| 7115 | ROM_END |
| 7116 | |
| 7117 | |
| 7118 | ROM_START( sc5dnddwc ) |
| 7119 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7120 | ROM_LOAD16_BYTE( "95426272.lo", 0x00001, 0x080000, CRC(b55f8e84) SHA1(722a7568dab93c6e6717787f98c3ac1c4f0dfc52) ) |
| 7121 | ROM_LOAD16_BYTE( "95426273.hi", 0x00000, 0x080000, CRC(d6c652e2) SHA1(51f21b2c8d6ba814f3a8fd880fc4c0a088e4a0fc) ) |
| 7122 | sc_dnddw_others |
| 7123 | ROM_END |
| 7124 | |
| 7125 | ROM_START( sc5dnddwd ) |
| 7126 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7127 | ROM_LOAD16_BYTE( "95427174.lo", 0x00001, 0x080000, CRC(d796a1bd) SHA1(a4e8e2142b852f1aa67cac9bb12b490d9c72f6a5) ) |
| 7128 | ROM_LOAD16_BYTE( "95427175.hi", 0x00000, 0x080000, CRC(c8fd8e4e) SHA1(2837297b745dd44388067df3d905413f05e02d10) ) |
| 7129 | sc_dnddw_others |
| 7130 | ROM_END |
| 7131 | |
| 7132 | ROM_START( sc5dnddwe ) |
| 7133 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7134 | ROM_LOAD16_BYTE( "95427272.lo", 0x00001, 0x080000, CRC(c16a327e) SHA1(aa125f3e4ae640050ca117ab79d2e212125da540) ) |
| 7135 | ROM_LOAD16_BYTE( "95427273.hi", 0x00000, 0x080000, CRC(e4fefd0f) SHA1(5fb8700e4b8cf7493de64f5c6c24c98386256727) ) |
| 7136 | sc_dnddw_others |
| 7137 | ROM_END |
| 7138 | |
| 7139 | ROM_START( sc5dnddwf ) |
| 7140 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7141 | ROM_LOAD16_BYTE( "p3202p01.hi", 0x00000, 0x080000, CRC(c4dbbc10) SHA1(eaf716c867db96001cd4011bdf34088ef7b63c23) ) |
| 7142 | ROM_LOAD16_BYTE( "p3202p01.lo", 0x00001, 0x080000, CRC(9ce75b13) SHA1(3981602a789ce0e435fd35143edb1b39cfd5a101) ) |
| 7143 | sc_dnddw_others |
| 7144 | ROM_END |
| 7145 | |
| 7146 | ROM_START( sc5dnddwg ) |
| 7147 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7148 | ROM_LOAD16_BYTE( "p3202s01.hi", 0x00000, 0x080000, CRC(104f2021) SHA1(889a347fa799b00bff196bd3fd8a1257ce07bb2f) ) |
| 7149 | ROM_LOAD16_BYTE( "p3202s01.lo", 0x00001, 0x080000, CRC(6c490f0f) SHA1(661bfc67aaea82e34de2d606a1779f4102ded05a) ) |
| 7150 | sc_dnddw_others |
| 7151 | ROM_END |
| 7152 | |
| 7153 | ROM_START( sc5dnddwh ) |
| 7154 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7155 | ROM_LOAD16_BYTE( "95423666.lo", 0x00001, 0x080000, CRC(b324f0bc) SHA1(6e2dcec5ec0e7415064c4855401429ff13b3d320) ) |
| 7156 | ROM_LOAD16_BYTE( "95423667.hi", 0x00000, 0x080000, CRC(4673fd1b) SHA1(523256163119d48751698dff864bc4dbceb9fbe2) ) |
| 7157 | sc_dnddw_others |
| 7158 | ROM_END |
| 7159 | |
| 7160 | ROM_START( sc5dnddwi ) |
| 7161 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7162 | ROM_LOAD16_BYTE( "95422666.lo", 0x00001, 0x080000, CRC(6da9be2f) SHA1(c4aa54797d5407c80ae980bf2820292bf90fbfbf) ) |
| 7163 | ROM_LOAD16_BYTE( "95422667.hi", 0x00000, 0x080000, CRC(c7981c1e) SHA1(01589186cf63a0e03dfd1ed96898717dcb2c3dcc) ) |
| 7164 | sc_dnddw_others |
| 7165 | ROM_END |
| 7166 | |
| 7167 | ROM_START( sc5dnddwj ) |
| 7168 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7169 | ROM_LOAD16_BYTE( "95422808.lo", 0x000001, 0x080000, CRC(bd74d3b3) SHA1(d1d01e11e0412360764c3fe0b5b7ad7c7289a63e) ) |
| 7170 | ROM_LOAD16_BYTE( "95422809.hi", 0x000000, 0x080000, CRC(747996b7) SHA1(37c2057c9f76c54d34695980e33d7612a9891ba0) ) |
| 7171 | sc_dnddw_others |
| 7172 | ROM_END |
| 7173 | |
| 7174 | ROM_START( sc5dnddf ) |
| 7175 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7176 | ROM_LOAD16_BYTE( "95422284.lo", 0x00001, 0x080000, CRC(eb0f6493) SHA1(fe3efe77d8686cbe24562ba617a9fdc6a0b966cc) ) |
| 7177 | ROM_LOAD16_BYTE( "95422285.hi", 0x00000, 0x080000, CRC(a6d37a4d) SHA1(4f9bb99f70af06fc0a010aa03916780f8358357f) ) |
| 7178 | sc_dnddf_others |
| 7179 | ROM_END |
| 7180 | |
| 7181 | ROM_START( sc5dnddfa ) |
| 7182 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7183 | ROM_LOAD16_BYTE( "95422456.lo", 0x00001, 0x080000, CRC(3bcd2b48) SHA1(6d60fcd8d7d6f4585954f77c4d29d08787727f53) ) |
| 7184 | ROM_LOAD16_BYTE( "95422457.hi", 0x00000, 0x080000, CRC(cbfb2069) SHA1(016f64a65787f2d0752502334b898a4a198b2385) ) |
| 7185 | sc_dnddf_others |
| 7186 | ROM_END |
| 7187 | |
| 7188 | ROM_START( sc5dnddfb ) |
| 7189 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7190 | ROM_LOAD16_BYTE( "95422502.lo", 0x00001, 0x080000, CRC(75f83e37) SHA1(fadaec98363926cedd4529c5737bb012f0f6612a) ) |
| 7191 | ROM_LOAD16_BYTE( "95422503.hi", 0x00000, 0x080000, CRC(d4130535) SHA1(213905095265db0c430b5216861d60f5ae9b0780) ) |
| 7192 | sc_dnddf_others |
| 7193 | ROM_END |
| 7194 | |
| 7195 | ROM_START( sc5dnddfc ) |
| 7196 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7197 | ROM_LOAD16_BYTE( "95422682.lo", 0x00001, 0x080000, CRC(616cf372) SHA1(09c494c31c4e4387879924c61e40472854b0698f) ) |
| 7198 | ROM_LOAD16_BYTE( "95422683.hi", 0x00000, 0x080000, CRC(a5306717) SHA1(8665d2cfec7e3b6eb370b9bd14532aa91e6b363a) ) |
| 7199 | sc_dnddf_others |
| 7200 | ROM_END |
| 7201 | |
| 7202 | ROM_START( sc5dnddfd ) |
| 7203 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7204 | ROM_LOAD16_BYTE( "95423284.lo", 0x00001, 0x080000, CRC(1b5d3e9f) SHA1(c6d0284df73e6b10b5f74cd2de3b948869b8d1d7) ) |
| 7205 | ROM_LOAD16_BYTE( "95423285.hi", 0x00000, 0x080000, CRC(01086558) SHA1(257ec02fd1d00076a0fa710cd0443a2ade32dd7b) ) |
| 7206 | sc_dnddf_others |
| 7207 | ROM_END |
| 7208 | |
| 7209 | ROM_START( sc5dnddfe ) |
| 7210 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7211 | ROM_LOAD16_BYTE( "95423456.lo", 0x00001, 0x080000, CRC(9efff5a9) SHA1(58613b6b0a2bff824e7a5cbc1b80cecbe3ad3e17) ) |
| 7212 | ROM_LOAD16_BYTE( "95423457.hi", 0x00000, 0x080000, CRC(9bcb67c7) SHA1(db791d68fd72131d51f119a7e8f6914e3d7038a0) ) |
| 7213 | sc_dnddf_others |
| 7214 | ROM_END |
| 7215 | |
| 7216 | ROM_START( sc5dnddff ) |
| 7217 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7218 | ROM_LOAD16_BYTE( "95423502.lo", 0x00001, 0x080000, CRC(fbadd21c) SHA1(ec3f6f468624063d108ac8b02f6d371e1789d555) ) |
| 7219 | ROM_LOAD16_BYTE( "95423503.hi", 0x00000, 0x080000, CRC(e4a3f201) SHA1(469247460df805751c8a489f0154469a1f67fc2d) ) |
| 7220 | sc_dnddf_others |
| 7221 | ROM_END |
| 7222 | |
| 7223 | ROM_START( sc5dnddfg ) |
| 7224 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7225 | ROM_LOAD16_BYTE( "95426060.lo", 0x00001, 0x080000, CRC(f3b08078) SHA1(c8bb1b5d2fa7e49b09e17cc2980faf0cd9ff01a5) ) |
| 7226 | ROM_LOAD16_BYTE( "95426061.hi", 0x00000, 0x080000, CRC(ddde776b) SHA1(8e103a619fdc976d5d2784c65c46cb3278c12748) ) |
| 7227 | sc_dnddf_others |
| 7228 | ROM_END |
| 7229 | |
| 7230 | ROM_START( sc5dnddfh ) |
| 7231 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7232 | ROM_LOAD16_BYTE( "95426284.lo", 0x00001, 0x080000, CRC(fb462241) SHA1(c28db0b4a0fd637ffefc8eba79e4f2eb47923832) ) |
| 7233 | ROM_LOAD16_BYTE( "95426285.hi", 0x00000, 0x080000, CRC(9c0711ce) SHA1(60cb6de9fdbac5e034ef0af11546df28546434e5) ) |
| 7234 | sc_dnddf_others |
| 7235 | ROM_END |
| 7236 | |
| 7237 | ROM_START( sc5dnddfi ) |
| 7238 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7239 | ROM_LOAD16_BYTE( "95427060.lo", 0x00001, 0x080000, CRC(318432f1) SHA1(65ad45a682e771aae7caac824891ccc66d3bd203) ) |
| 7240 | ROM_LOAD16_BYTE( "95427061.hi", 0x00000, 0x080000, CRC(5d733694) SHA1(0ae447411ecc6bf0d8cceb42a3da2684b9488b66) ) |
| 7241 | sc_dnddf_others |
| 7242 | ROM_END |
| 7243 | |
| 7244 | ROM_START( sc5dnddfj ) |
| 7245 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7246 | ROM_LOAD16_BYTE( "95427284.lo", 0x00001, 0x080000, CRC(5f07e80d) SHA1(23fbbf203e95ce13df929fb776d764438131600f) ) |
| 7247 | ROM_LOAD16_BYTE( "95427285.hi", 0x00000, 0x080000, CRC(30c3c90d) SHA1(3a2940a3619147c7cd948e7dee0a6d1924892c98) ) |
| 7248 | sc_dnddf_others |
| 7249 | ROM_END |
| 7250 | |
| 7251 | ROM_START( sc5dnddfk ) |
| 7252 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7253 | ROM_LOAD16_BYTE( "p3014p71.hi", 0x00000, 0x080000, CRC(2e401da4) SHA1(35dfaeecd8a7986e79f2e9f68b30911fc70d477c) ) |
| 7254 | ROM_LOAD16_BYTE( "p3014p71.lo", 0x00001, 0x080000, CRC(403ea361) SHA1(5f63e5eb36f9479533abc54c85fe64d90cd82655) ) |
| 7255 | sc_dnddf_others |
| 7256 | ROM_END |
| 7257 | |
| 7258 | ROM_START( sc5dnddfl ) |
| 7259 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7260 | ROM_LOAD16_BYTE( "p3014p72.hi", 0x00000, 0x080000, CRC(7948f231) SHA1(f118990d671d906b31b8853acbbf314986aa9447) ) |
| 7261 | ROM_LOAD16_BYTE( "p3014p72.lo", 0x00001, 0x080000, CRC(75bfcdbb) SHA1(8c7167d5fa3e085012ab733704c9947c253828ba) ) |
| 7262 | sc_dnddf_others |
| 7263 | ROM_END |
| 7264 | |
| 7265 | ROM_START( sc5dnddfm ) |
| 7266 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7267 | ROM_LOAD16_BYTE( "p3014s71.hi", 0x00000, 0x080000, CRC(c1752c29) SHA1(07a873407c27158fc8975df7dd966adf04bd454c) ) |
| 7268 | ROM_LOAD16_BYTE( "p3014s71.lo", 0x00001, 0x080000, CRC(ea5dca3e) SHA1(0b9a7f88f5d50798e1f3c18607b74603f15d7cee) ) |
| 7269 | sc_dnddf_others |
| 7270 | ROM_END |
| 7271 | |
| 7272 | ROM_START( sc5dnddfn ) |
| 7273 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7274 | ROM_LOAD16_BYTE( "p3014s72.hi", 0x00000, 0x080000, CRC(04a3ace6) SHA1(bf7ad6bbace77fb4871a3e70d3b55ea4c8be14e1) ) |
| 7275 | ROM_LOAD16_BYTE( "p3014s72.lo", 0x00001, 0x080000, CRC(7e9ae598) SHA1(c3ac01dabbcff1b33ea204db882e330713ffb84a) ) |
| 7276 | sc_dnddf_others |
| 7277 | ROM_END |
| 7278 | |
| 7279 | |
| 7280 | ROM_START( sc5dndpg ) |
| 7281 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7282 | ROM_LOAD16_BYTE( "95426232.lo", 0x00001, 0x080000, CRC(fa9c8cc7) SHA1(2190f76cfa94c69fcc153cadb360f84b306203cb) ) |
| 7283 | ROM_LOAD16_BYTE( "95426233.hi", 0x00000, 0x080000, CRC(44af356d) SHA1(b162527e089e39baab1fbd35927c926676c50e63) ) |
| 7284 | sc_dndpg_others |
| 7285 | ROM_END |
| 7286 | |
| 7287 | ROM_START( sc5dndpga ) |
| 7288 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7289 | ROM_LOAD16_BYTE( "95426366.lo", 0x00001, 0x080000, CRC(fe9c0d28) SHA1(178c7f2cdfc28079c5a4b507095a032ecd2ee7a9) ) |
| 7290 | ROM_LOAD16_BYTE( "95426367.hi", 0x00000, 0x080000, CRC(ee8fb979) SHA1(14b138a7c9c6358dda8331ca55cd1223883a8222) ) |
| 7291 | sc_dndpg_others |
| 7292 | ROM_END |
| 7293 | |
| 7294 | ROM_START( sc5dndpgb ) |
| 7295 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7296 | ROM_LOAD16_BYTE( "95426380.lo", 0x00001, 0x080000, CRC(70b248f1) SHA1(ad608dc7f58411275480f3f916775ba0000706b1) ) |
| 7297 | ROM_LOAD16_BYTE( "95426381.hi", 0x00000, 0x080000, CRC(f9646a03) SHA1(b40466a0f4ef5ee097dd049384cea04a60654e11) ) |
| 7298 | sc_dndpg_others |
| 7299 | ROM_END |
| 7300 | |
| 7301 | ROM_START( sc5dndpgc ) |
| 7302 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7303 | ROM_LOAD16_BYTE( "95426404.lo", 0x00001, 0x080000, CRC(d76543dc) SHA1(9a31cafccdc3c0f8f8598cefe42be658f2e577f1) ) |
| 7304 | ROM_LOAD16_BYTE( "95426405.hi", 0x00000, 0x080000, CRC(782b119b) SHA1(7c08e01f85aa0cca5332b51ff52c1e36aee6fc94) ) |
| 7305 | sc_dndpg_others |
| 7306 | ROM_END |
| 7307 | |
| 7308 | ROM_START( sc5dndpgd ) |
| 7309 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7310 | ROM_LOAD16_BYTE( "95426426.lo", 0x00001, 0x080000, CRC(e31ce5cc) SHA1(ea447fd1518f2c426733dbc733eadd9a84d55c3f) ) |
| 7311 | ROM_LOAD16_BYTE( "95426427.hi", 0x00000, 0x080000, CRC(3e58dec4) SHA1(3a0dbaab826296fa59a83da2c524512442e185f5) ) |
| 7312 | sc_dndpg_others |
| 7313 | ROM_END |
| 7314 | |
| 7315 | ROM_START( sc5dndpge ) |
| 7316 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7317 | ROM_LOAD16_BYTE( "95426446.lo", 0x00001, 0x080000, CRC(ddd0c767) SHA1(f5b1ed561a39de2bc08fb5648a2a3788d91db271) ) |
| 7318 | ROM_LOAD16_BYTE( "95426447.hi", 0x00000, 0x080000, CRC(9c7c988a) SHA1(0de04d25fb9dc316820f3f7a0c306531ee7380fc) ) |
| 7319 | sc_dndpg_others |
| 7320 | ROM_END |
| 7321 | |
| 7322 | |
| 7323 | ROM_START( sc5dndpgf ) |
| 7324 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7325 | ROM_LOAD16_BYTE( "95426666.lo", 0x00001, 0x080000, CRC(128c14fa) SHA1(b942d78ba79469b71387ffa47d5884b7730823dc) ) |
| 7326 | ROM_LOAD16_BYTE( "95426667.hi", 0x00000, 0x080000, CRC(de2697ce) SHA1(6b5cf49f4d3baae0a05d2325b871b4a63f1ffb9e) ) |
| 7327 | sc_dndpg_others |
| 7328 | ROM_END |
| 7329 | |
| 7330 | ROM_START( sc5dndpgg ) |
| 7331 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7332 | ROM_LOAD16_BYTE( "95426702.lo", 0x00001, 0x080000, CRC(01cfd953) SHA1(e75b3d21b8491e39a047aa0e5eb7cabe1ea53d87) ) |
| 7333 | ROM_LOAD16_BYTE( "95426703.hi", 0x00000, 0x080000, CRC(d7d22dfb) SHA1(c8b767a535aaf82ae684959701b99c173b3b1191) ) |
| 7334 | sc_dndpg_others |
| 7335 | ROM_END |
| 7336 | |
| 7337 | ROM_START( sc5dndpgh ) |
| 7338 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7339 | ROM_LOAD16_BYTE( "95426810.lo", 0x00001, 0x080000, CRC(4a137784) SHA1(7b4f70192ea8e1d4f2cd2fa56bc464d8031d5236) ) |
| 7340 | ROM_LOAD16_BYTE( "95426811.hi", 0x00000, 0x080000, CRC(598477f3) SHA1(614c84cb83d394cf372384f24046e84e3e13a25b) ) |
| 7341 | sc_dndpg_others |
| 7342 | ROM_END |
| 7343 | |
| 7344 | ROM_START( sc5dndpgi ) |
| 7345 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7346 | ROM_LOAD16_BYTE( "95427232.lo", 0x00001, 0x080000, CRC(6693042f) SHA1(6d06160a6964ed0047b3526a34f8e3890518e63a) ) |
| 7347 | ROM_LOAD16_BYTE( "95427233.hi", 0x00000, 0x080000, CRC(1e98badb) SHA1(5c02735ce82518b8008dc656e0d1bb3d4946aa83) ) |
| 7348 | sc_dndpg_others |
| 7349 | ROM_END |
| 7350 | |
| 7351 | ROM_START( sc5dndpgj ) |
| 7352 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7353 | ROM_LOAD16_BYTE( "95427366.lo", 0x00001, 0x080000, CRC(728301da) SHA1(b457d1ab5e58ab86918e74721f7163bc7857525d) ) |
| 7354 | ROM_LOAD16_BYTE( "95427367.hi", 0x00000, 0x080000, CRC(eda3fb25) SHA1(94482e87f2516adee23dc6745ca80aac23433e83) ) |
| 7355 | sc_dndpg_others |
| 7356 | ROM_END |
| 7357 | |
| 7358 | ROM_START( sc5dndpgk ) |
| 7359 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7360 | ROM_LOAD16_BYTE( "95427380.lo", 0x00001, 0x080000, CRC(90ab59fe) SHA1(a6c04779e12952e633d12790cb92efe6f773246a) ) |
| 7361 | ROM_LOAD16_BYTE( "95427381.hi", 0x00000, 0x080000, CRC(41978897) SHA1(431a84d2bb41d788b5528ce5ecbfede4ce4d4927) ) |
| 7362 | sc_dndpg_others |
| 7363 | ROM_END |
| 7364 | |
| 7365 | ROM_START( sc5dndpgl ) |
| 7366 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7367 | ROM_LOAD16_BYTE( "95427404.lo", 0x00001, 0x080000, CRC(adca905e) SHA1(0643bfc4b64df6ace3bfb399ec4a13f518bc5add) ) |
| 7368 | ROM_LOAD16_BYTE( "95427405.hi", 0x00000, 0x080000, CRC(d4886745) SHA1(b1d0786d5cfcbfd0b6670de70000f6d6e6500c37) ) |
| 7369 | sc_dndpg_others |
| 7370 | ROM_END |
| 7371 | |
| 7372 | ROM_START( sc5dndpgm ) |
| 7373 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7374 | ROM_LOAD16_BYTE( "95427426.lo", 0x00001, 0x080000, CRC(5144c846) SHA1(6c346d0ad497de903fe35c2c076696076585670e) ) |
| 7375 | ROM_LOAD16_BYTE( "95427427.hi", 0x00000, 0x080000, CRC(d8f6433b) SHA1(4cc8f2a1fd1a916804a2de9e6668521489d776f5) ) |
| 7376 | sc_dndpg_others |
| 7377 | ROM_END |
| 7378 | |
| 7379 | ROM_START( sc5dndpgn ) |
| 7380 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7381 | ROM_LOAD16_BYTE( "95427446.lo", 0x00001, 0x080000, CRC(2578e7a7) SHA1(417230f706b0a1e1a32b0f0a39752e9a9bef2a57) ) |
| 7382 | ROM_LOAD16_BYTE( "95427447.hi", 0x00000, 0x080000, CRC(da7bd1d8) SHA1(7f6e1a8b990f54374fda2162edd6bac85367e0e3) ) |
| 7383 | sc_dndpg_others |
| 7384 | ROM_END |
| 7385 | |
| 7386 | |
| 7387 | ROM_START( sc5dndpgo ) |
| 7388 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7389 | ROM_LOAD16_BYTE( "95427666.lo", 0x00001, 0x080000, CRC(3624bdaa) SHA1(17d9918476ff23400a55ce72f4b038545ece6668) ) |
| 7390 | ROM_LOAD16_BYTE( "95427667.hi", 0x00000, 0x080000, CRC(35166051) SHA1(57d6758794597414883426b0112cb984513faf86) ) |
| 7391 | sc_dndpg_others |
| 7392 | ROM_END |
| 7393 | |
| 7394 | ROM_START( sc5dndpgp ) |
| 7395 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7396 | ROM_LOAD16_BYTE( "95427702.lo", 0x00001, 0x080000, CRC(57bf542e) SHA1(bf1dc998d3472ebfd35e8778dfe5a561c6728d12) ) |
| 7397 | ROM_LOAD16_BYTE( "95427703.hi", 0x00000, 0x080000, CRC(98693c7d) SHA1(88fd28dfc5bc9d3bd00c18d7c3d248770a35e883) ) |
| 7398 | sc_dndpg_others |
| 7399 | ROM_END |
| 7400 | |
| 7401 | ROM_START( sc5dndpgq ) |
| 7402 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7403 | ROM_LOAD16_BYTE( "95427810.lo", 0x00001, 0x080000, CRC(da6d842e) SHA1(434db0bfac4293fc826890d39af541fb0685425d) ) |
| 7404 | ROM_LOAD16_BYTE( "95427811.hi", 0x00000, 0x080000, CRC(c7be037f) SHA1(22faa06d1a7bfda44a731403f13c4b28a4cdfd92) ) |
| 7405 | sc_dndpg_others |
| 7406 | ROM_END |
| 7407 | |
| 7408 | ROM_START( sc5dndpgr ) |
| 7409 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7410 | ROM_LOAD16_BYTE( "p3220p11.hi", 0x00000, 0x080000, CRC(5ebe8890) SHA1(9acac09d17582bc0c2b51005b0d17a371e5a2415) ) |
| 7411 | ROM_LOAD16_BYTE( "p3220p11.lo", 0x00001, 0x080000, CRC(f68cfed0) SHA1(be6f5abea8a3595212caefc6f2d91da41ea6ffaf) ) |
| 7412 | sc_dndpg_others |
| 7413 | ROM_END |
| 7414 | |
| 7415 | ROM_START( sc5dndpgs ) |
| 7416 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7417 | ROM_LOAD16_BYTE( "p3220p12.hi", 0x00000, 0x080000, CRC(ab9c4e42) SHA1(2faa0863a281920d35c9ff31be8bf5daa689fb6f) ) |
| 7418 | ROM_LOAD16_BYTE( "p3220p12.lo", 0x00001, 0x080000, CRC(801d9e1e) SHA1(b406a17dd0973984e7be67cd38509495e20ccf10) ) |
| 7419 | sc_dndpg_others |
| 7420 | ROM_END |
| 7421 | |
| 7422 | ROM_START( sc5dndpgt ) |
| 7423 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7424 | ROM_LOAD16_BYTE( "p3220s11.hi", 0x00000, 0x080000, CRC(0de2519f) SHA1(99d17ae50aee2eaf7cf26d8b5e65512fe6358b23) ) |
| 7425 | ROM_LOAD16_BYTE( "p3220s11.lo", 0x00001, 0x080000, CRC(6f022e6c) SHA1(99c52203962df4fec88fe1fc96593b9dd5bcabbe) ) |
| 7426 | sc_dndpg_others |
| 7427 | ROM_END |
| 7428 | |
| 7429 | ROM_START( sc5dndpgu ) |
| 7430 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7431 | ROM_LOAD16_BYTE( "p3220s12.hi", 0x00000, 0x080000, CRC(b2f62e15) SHA1(8eac8db5009e23dfda03fbae126e17568e410da7) ) |
| 7432 | ROM_LOAD16_BYTE( "p3220s12.lo", 0x00001, 0x080000, CRC(0fc2da88) SHA1(55b3214f37e50e1630704f11d218949c7d1c8fca) ) |
| 7433 | sc_dndpg_others |
| 7434 | ROM_END |
| 7435 | |
| 7436 | ROM_START( sc5dndpgv ) |
| 7437 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7438 | ROM_LOAD16_BYTE( "p3220ph1.hi", 0x000000, 0x080000, CRC(1487212e) SHA1(705565341219d714aa016d90fbc68b9e6b3101c1) ) |
| 7439 | ROM_LOAD16_BYTE( "p3220ph1.lo", 0x000001, 0x080000, CRC(0c1b0cf0) SHA1(07254ea81c0fa57c434859ddc6fdd9f7a00631f9) ) |
| 7440 | sc_dndpg_others |
| 7441 | ROM_END |
| 7442 | |
| 7443 | ROM_START( sc5dndpgw ) |
| 7444 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7445 | ROM_LOAD16_BYTE( "p3220sh1.hi", 0x000000, 0x080000, CRC(e93ed961) SHA1(240e7875225a451d010d634bdd72f499544689fa) ) |
| 7446 | ROM_LOAD16_BYTE( "p3220sh1.lo", 0x000001, 0x080000, CRC(a0656039) SHA1(1cc5c0f819ddb87227c6f0fb1e575f3dcb6e3906) ) |
| 7447 | sc_dndpg_others |
| 7448 | ROM_END |
| 7449 | |
| 7450 | |
| 7451 | ROM_START( sc5dndpl ) |
| 7452 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7453 | ROM_LOAD16_BYTE( "95426570.lo", 0x00001, 0x080000, CRC(e0b4620b) SHA1(663ae8b6f0acc3dbe3ba5e7371c82fd694182a7b) ) |
| 7454 | ROM_LOAD16_BYTE( "95426571.hi", 0x00000, 0x080000, CRC(b4d87788) SHA1(ab722de9fd11757def819bfe50f3755e4f788e24) ) |
| 7455 | sc_dndpg_others |
| 7456 | ROM_END |
| 7457 | |
| 7458 | ROM_START( sc5dndpla ) |
| 7459 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7460 | ROM_LOAD16_BYTE( "95426596.lo", 0x00001, 0x080000, CRC(cdef5990) SHA1(2dfb32351fd8e6eff337a927a6c6a36364489fa9) ) |
| 7461 | ROM_LOAD16_BYTE( "95426597.hi", 0x00000, 0x080000, CRC(78594563) SHA1(14b6c2b9e04eb9c4ae84542ebbe21341da74fca5) ) |
| 7462 | sc_dndpg_others |
| 7463 | ROM_END |
| 7464 | |
| 7465 | |
| 7466 | ROM_START( sc5dndplb ) |
| 7467 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7468 | ROM_LOAD16_BYTE( "95427570.lo", 0x00001, 0x080000, CRC(4ef77665) SHA1(3b8795744bb825bead456acdc15ca5a9063ca02e) ) |
| 7469 | ROM_LOAD16_BYTE( "95427571.hi", 0x00000, 0x080000, CRC(93e43f00) SHA1(d8f8cc577b5e570d3c0ed21b272f5a0c2498ccad) ) |
| 7470 | sc_dndpg_others |
| 7471 | ROM_END |
| 7472 | |
| 7473 | ROM_START( sc5dndplc ) |
| 7474 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7475 | ROM_LOAD16_BYTE( "95427596.lo", 0x00001, 0x080000, CRC(159ec691) SHA1(423d07ff54e9e7bc9376141168df497f1d60ad43) ) |
| 7476 | ROM_LOAD16_BYTE( "95427597.hi", 0x00000, 0x080000, CRC(ea465981) SHA1(edff2ec9e273e07aed73792cf8624c58075cf847) ) |
| 7477 | sc_dndpg_others |
| 7478 | ROM_END |
| 7479 | |
| 7480 | |
| 7481 | |
| 7482 | |
| 7483 | ROM_START( sc5dndtp ) |
| 7484 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7485 | ROM_LOAD16_BYTE( "95418704.lo", 0x00001, 0x080000, CRC(95f494e1) SHA1(f4f8aa5974e335c907fa03ba88ebf7fdf69dbb2a) ) |
| 7486 | ROM_LOAD16_BYTE( "95418705.hi", 0x00000, 0x080000, CRC(ab485cec) SHA1(59524b6f03649b93cc7b0832790c9151a2710787) ) |
| 7487 | sc_dndtp_others |
| 7488 | ROM_END |
| 7489 | |
| 7490 | ROM_START( sc5dndtpa ) |
| 7491 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7492 | ROM_LOAD16_BYTE( "95418728.lo", 0x00001, 0x080000, CRC(7e29bd08) SHA1(01715e41e1b057a5db050b6c24a7ada11125d9b3) ) |
| 7493 | ROM_LOAD16_BYTE( "95418729.hi", 0x00000, 0x080000, CRC(28e38bfb) SHA1(9166e3555f97a6c4882e42c4d2f4ec6d67341f01) ) |
| 7494 | sc_dndtp_others |
| 7495 | ROM_END |
| 7496 | |
| 7497 | ROM_START( sc5dndtpb ) |
| 7498 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7499 | ROM_LOAD16_BYTE( "95418786.lo", 0x00001, 0x080000, CRC(0d7db391) SHA1(38fddfafd801ad32e6ac6352fdb292cd42c01e94) ) |
| 7500 | ROM_LOAD16_BYTE( "95418787.hi", 0x00000, 0x080000, CRC(7e07e449) SHA1(3233cd3db92b56b85ad3a61682786bfada48e616) ) |
| 7501 | sc_dndtp_others |
| 7502 | ROM_END |
| 7503 | |
| 7504 | ROM_START( sc5dndtpc ) |
| 7505 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7506 | ROM_LOAD16_BYTE( "95419704.lo", 0x00001, 0x080000, CRC(400835ac) SHA1(f521c2f79ab1f19370ee0c903a6e136f09828d63) ) |
| 7507 | ROM_LOAD16_BYTE( "95419705.hi", 0x00000, 0x080000, CRC(f325b428) SHA1(c014d6433b2144d12c521bb7ff9468b4fe9b582a) ) |
| 7508 | sc_dndtp_others |
| 7509 | ROM_END |
| 7510 | |
| 7511 | ROM_START( sc5dndtpd ) |
| 7512 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7513 | ROM_LOAD16_BYTE( "95419728.lo", 0x00001, 0x080000, CRC(534b968e) SHA1(83e5267022ad8aa57335b5d4b136bd478c417f18) ) |
| 7514 | ROM_LOAD16_BYTE( "95419729.hi", 0x00000, 0x080000, CRC(bb986c64) SHA1(6e0e3560866c718e7968e2241bafa348b544af62) ) |
| 7515 | sc_dndtp_others |
| 7516 | ROM_END |
| 7517 | |
| 7518 | |
| 7519 | ROM_START( sc5dndtpe ) |
| 7520 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7521 | ROM_LOAD16_BYTE( "95419786.lo", 0x00001, 0x080000, CRC(799dd38a) SHA1(f8b0c5734b698e453b496b94db42b2de30da0fc5) ) |
| 7522 | ROM_LOAD16_BYTE( "95419787.hi", 0x00000, 0x080000, CRC(cf7dcf89) SHA1(83be5f970028115eb3fc1bb0b37278a18a5d8ee2) ) |
| 7523 | sc_dndtp_others |
| 7524 | ROM_END |
| 7525 | |
| 7526 | ROM_START( sc5dndtpf ) |
| 7527 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7528 | ROM_LOAD16_BYTE( "95422004.lo", 0x00001, 0x080000, CRC(419bd389) SHA1(ff8dcc4413a669c7f32155f98bab93e168d8e926) ) |
| 7529 | ROM_LOAD16_BYTE( "95422005.hi", 0x00000, 0x080000, CRC(779b8aeb) SHA1(8510615e5adaf78f03a6fdf4862cec2f9f6eb002) ) |
| 7530 | sc_dndtp_others |
| 7531 | ROM_END |
| 7532 | |
| 7533 | |
| 7534 | ROM_START( sc5dndtpg ) |
| 7535 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7536 | ROM_LOAD16_BYTE( "95422104.lo", 0x00001, 0x080000, CRC(8beebb7f) SHA1(5c7c9b53852ed1b53a7ab2bdd659ccfd1027ee7b) ) |
| 7537 | ROM_LOAD16_BYTE( "95422105.hi", 0x00000, 0x080000, CRC(b890efee) SHA1(f4a04f7ab3289795a0441aeda04420c0a94e3713) ) |
| 7538 | sc_dndtp_others |
| 7539 | ROM_END |
| 7540 | |
| 7541 | |
| 7542 | |
| 7543 | ROM_START( sc5dndtph ) |
| 7544 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7545 | ROM_LOAD16_BYTE( "95422560.lo", 0x00001, 0x080000, CRC(7ea0fcf7) SHA1(f35cf6614b0d0e4b622886a52f2af289ad5e42a1) ) |
| 7546 | ROM_LOAD16_BYTE( "95422561.hi", 0x00000, 0x080000, CRC(4a96c226) SHA1(394293f4a04c0d55920f3629f395aaa0a7e6c863) ) |
| 7547 | sc_dndtp_others |
| 7548 | ROM_END |
| 7549 | |
| 7550 | |
| 7551 | ROM_START( sc5dndtpi ) |
| 7552 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7553 | ROM_LOAD16_BYTE( "95422854.lo", 0x00001, 0x080000, CRC(803e9182) SHA1(79e31359916aab21d73942d0cf73fc393bd5fad2) ) |
| 7554 | ROM_LOAD16_BYTE( "95422855.hi", 0x00000, 0x080000, CRC(bc307337) SHA1(0486fdc75b057fec7916b55b0e942902fc09117c) ) |
| 7555 | sc_dndtp_others |
| 7556 | ROM_END |
| 7557 | |
| 7558 | |
| 7559 | ROM_START( sc5dndtpj ) |
| 7560 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7561 | ROM_LOAD16_BYTE( "95423004.lo", 0x00001, 0x080000, CRC(a6074967) SHA1(318ab8e2387190571dd530a233de04d6740ccb2f) ) |
| 7562 | ROM_LOAD16_BYTE( "95423005.hi", 0x00000, 0x080000, CRC(7189a970) SHA1(b5f9ce0011d18dd300068d39dd3e80261552634c) ) |
| 7563 | sc_dndtp_others |
| 7564 | ROM_END |
| 7565 | |
| 7566 | |
| 7567 | ROM_START( sc5dndtpk ) |
| 7568 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7569 | ROM_LOAD16_BYTE( "95423104.lo", 0x00001, 0x080000, CRC(f589546e) SHA1(5589f70ded14169625a7d0d0c20570b6331f4c4e) ) |
| 7570 | ROM_LOAD16_BYTE( "95423105.hi", 0x00000, 0x080000, CRC(7f19996b) SHA1(026c5c9ec9e3fffba22f3b41342624bf939a792b) ) |
| 7571 | sc_dndtp_others |
| 7572 | ROM_END |
| 7573 | |
| 7574 | |
| 7575 | ROM_START( sc5dndtpl ) |
| 7576 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7577 | ROM_LOAD16_BYTE( "95423560.lo", 0x00001, 0x080000, CRC(dd45b408) SHA1(6164f8fb344a6ae3eca05dd287469397d1ce28ab) ) |
| 7578 | ROM_LOAD16_BYTE( "95423561.hi", 0x00000, 0x080000, CRC(d91f1c00) SHA1(8f51a52335c1dccf6a3ca7f4979fccbef5126cf9) ) |
| 7579 | sc_dndtp_others |
| 7580 | ROM_END |
| 7581 | |
| 7582 | |
| 7583 | ROM_START( sc5dndtpm ) |
| 7584 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7585 | ROM_LOAD16_BYTE( "95423854.lo", 0x00001, 0x080000, CRC(e69e8798) SHA1(2f2b0a18cc951919e31cb3cef9ad0e18cf95608b) ) |
| 7586 | ROM_LOAD16_BYTE( "95423855.hi", 0x00000, 0x080000, CRC(4b41bd66) SHA1(23ef72f41e533b3b840f81264f39591f0d7c4bb4) ) |
| 7587 | sc_dndtp_others |
| 7588 | ROM_END |
| 7589 | |
| 7590 | |
| 7591 | ROM_START( sc5dndtpn ) |
| 7592 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7593 | ROM_LOAD16_BYTE( "95426140.lo", 0x00001, 0x080000, CRC(8add007d) SHA1(d83b5b9d22c99e81d9af2b52840e29d6363b1132) ) |
| 7594 | ROM_LOAD16_BYTE( "95426141.hi", 0x00000, 0x080000, CRC(b9b0d254) SHA1(3ea53e041cab25dd7d8dba951461320f58556d6d) ) |
| 7595 | sc_dndtp_others |
| 7596 | ROM_END |
| 7597 | |
| 7598 | |
| 7599 | ROM_START( sc5dndtpo ) |
| 7600 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7601 | ROM_LOAD16_BYTE( "95427140.lo", 0x00001, 0x080000, CRC(ed5abd3b) SHA1(ea6ec8646d7250f36f1fde34d07907d3b2322d29) ) |
| 7602 | ROM_LOAD16_BYTE( "95427141.hi", 0x00000, 0x080000, CRC(8013d590) SHA1(43fbce8ab63873e8b875b9f35d7a8d777ae2b4db) ) |
| 7603 | sc_dndtp_others |
| 7604 | ROM_END |
| 7605 | |
| 7606 | |
| 7607 | ROM_START( sc5dndtpp ) |
| 7608 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7609 | ROM_LOAD16_BYTE( "p3003p42.hi", 0x00000, 0x080000, CRC(6884132e) SHA1(0a864012b36887de2dc1290bb93d533e45f7e85a) ) |
| 7610 | ROM_LOAD16_BYTE( "p3003p42.lo", 0x00001, 0x080000, CRC(46fd164a) SHA1(c7c70773a1327200fa58818f3d23cabb48ab4ba5) ) |
| 7611 | sc_dndtp_others |
| 7612 | ROM_END |
| 7613 | |
| 7614 | |
| 7615 | ROM_START( sc5dndtpq ) |
| 7616 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7617 | ROM_LOAD16_BYTE( "p3003p43.hi", 0x00000, 0x080000, CRC(81ff5970) SHA1(8e3d6dfcfd3fa69bdb0ee391ad3257813fd88349) ) |
| 7618 | ROM_LOAD16_BYTE( "p3003p43.lo", 0x00001, 0x080000, CRC(00720267) SHA1(98b30f4bea5e284ab15f230794982d754b3221f0) ) |
| 7619 | sc_dndtp_others |
| 7620 | ROM_END |
| 7621 | |
| 7622 | |
| 7623 | ROM_START( sc5dndtpr ) |
| 7624 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7625 | ROM_LOAD16_BYTE( "p3003s42.hi", 0x00000, 0x080000, CRC(f04b7cd3) SHA1(b3b2c77d6458d901da4aa7057f2c4a9bf67df759) ) |
| 7626 | ROM_LOAD16_BYTE( "p3003s42.lo", 0x00001, 0x080000, CRC(71d96983) SHA1(e896334a9ea517bbc20eb06eb8682b7a884b37e6) ) |
| 7627 | sc_dndtp_others |
| 7628 | ROM_END |
| 7629 | |
| 7630 | |
| 7631 | ROM_START( sc5dndtps ) |
| 7632 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7633 | ROM_LOAD16_BYTE( "p3003s43.hi", 0x00000, 0x080000, CRC(7935ef60) SHA1(6bc427dc8a313e767240154158ba6eb729d38626) ) |
| 7634 | ROM_LOAD16_BYTE( "p3003s43.lo", 0x00001, 0x080000, CRC(1d6aa120) SHA1(edefc11b1bb35fb44c416b34f6f1da20502728ad) ) |
| 7635 | sc_dndtp_others |
| 7636 | ROM_END |
| 7637 | |
| 7638 | ROM_START( sc5dndtpt ) |
| 7639 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7640 | ROM_LOAD16_BYTE( "95422010.lo", 0x00001, 0x080000, CRC(aa27467d) SHA1(28e834b798ce2778cec8001fa553a9d82094ef73) ) |
| 7641 | ROM_LOAD16_BYTE( "95422011.hi", 0x00000, 0x080000, CRC(3fd5debb) SHA1(d511226c039f2b41c3122863a9764adc4a9330bf) ) |
| 7642 | sc_dndtp_others |
| 7643 | ROM_END |
| 7644 | |
| 7645 | ROM_START( sc5dndtpu ) |
| 7646 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7647 | ROM_LOAD16_BYTE( "95423010.lo", 0x00001, 0x080000, CRC(62f9f024) SHA1(46bfb758ed6508b4e01779038a5a94da22e7b3b7) ) |
| 7648 | ROM_LOAD16_BYTE( "95423011.hi", 0x00000, 0x080000, CRC(a27f40db) SHA1(78c8eff3c6066005b5b044c95aef0bb0fb53ac18) ) |
| 7649 | sc_dndtp_others |
| 7650 | ROM_END |
| 7651 | |
| 7652 | ROM_START( sc5dndtpv ) |
| 7653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7654 | ROM_LOAD16_BYTE( "95418870.lo", 0x000001, 0x080000, CRC(7e7c61d9) SHA1(98ca0913c601a5af2ba08bb5f7cb63f39bf08509) ) |
| 7655 | ROM_LOAD16_BYTE( "95418871.hi", 0x000000, 0x080000, CRC(61943eb7) SHA1(3c45028feafbe458512819f10102f657f43195c2) ) |
| 7656 | sc_dndtp_others |
| 7657 | ROM_END |
| 7658 | |
| 7659 | ROM_START( sc5dndtr ) |
| 7660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7661 | ROM_LOAD16_BYTE( "95426372.lo", 0x00001, 0x080000, CRC(772e3c92) SHA1(6eb73c4663c2820b2d111baf8c9756bb808b8e21) ) |
| 7662 | ROM_LOAD16_BYTE( "95426373.hi", 0x00000, 0x080000, CRC(373381d3) SHA1(c3ed6b7c0bffd6817a72dc2a58abe1242732e1d7) ) |
| 7663 | sc_dndtr_others |
| 7664 | ROM_END |
| 7665 | |
| 7666 | ROM_START( sc5dndtra ) |
| 7667 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7668 | ROM_LOAD16_BYTE( "95426420.lo", 0x00001, 0x080000, CRC(31604ce1) SHA1(222b278ad7469e8db8bc9a48739688fe1f6d1a4a) ) |
| 7669 | ROM_LOAD16_BYTE( "95426421.hi", 0x00000, 0x080000, CRC(80b5b150) SHA1(6225e47c4411569a0337c5e5f602e83d27185715) ) |
| 7670 | sc_dndtr_others |
| 7671 | ROM_END |
| 7672 | |
| 7673 | ROM_START( sc5dndtrb ) |
| 7674 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7675 | ROM_LOAD16_BYTE( "95426466.lo", 0x00001, 0x080000, CRC(7e941269) SHA1(3a000a18f6fbc3bdcd33dee6b334e25973a7336d) ) |
| 7676 | ROM_LOAD16_BYTE( "95426467.hi", 0x00000, 0x080000, CRC(f76217ec) SHA1(103a751c876ed804e6dddf02fcc9d08e808750ae) ) |
| 7677 | sc_dndtr_others |
| 7678 | ROM_END |
| 7679 | |
| 7680 | ROM_START( sc5dndtrc ) |
| 7681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7682 | ROM_LOAD16_BYTE( "95426664.lo", 0x00001, 0x080000, CRC(41cd4608) SHA1(8cc3568fc83d5d66a00808857a08d0e0bbbc363d) ) |
| 7683 | ROM_LOAD16_BYTE( "95426665.hi", 0x00000, 0x080000, CRC(3cacdecb) SHA1(2775e20f9a69077130c9c55b55140bc0b0dbf79a) ) |
| 7684 | sc_dndtr_others |
| 7685 | ROM_END |
| 7686 | |
| 7687 | ROM_START( sc5dndtrd ) |
| 7688 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7689 | ROM_LOAD16_BYTE( "95426700.lo", 0x00001, 0x080000, CRC(11d5772c) SHA1(c0128c1b6d8f8f1efa334e7a75ef16be85895b2e) ) |
| 7690 | ROM_LOAD16_BYTE( "95426701.hi", 0x00000, 0x080000, CRC(9f6a98ca) SHA1(af1f454261b3ca6fd6cfdbd5748de9fa6d67503b) ) |
| 7691 | sc_dndtr_others |
| 7692 | ROM_END |
| 7693 | |
| 7694 | ROM_START( sc5dndtre ) |
| 7695 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7696 | ROM_LOAD16_BYTE( "95427372.lo", 0x00001, 0x080000, CRC(83fd5056) SHA1(cf8b233bae2aee18b39847f022037a9a0e54663c) ) |
| 7697 | ROM_LOAD16_BYTE( "95427373.hi", 0x00000, 0x080000, CRC(bd6fe15e) SHA1(716d0ba7768d8819a3dbad15911f15608b92a9e4) ) |
| 7698 | sc_dndtr_others |
| 7699 | ROM_END |
| 7700 | |
| 7701 | ROM_START( sc5dndtrf ) |
| 7702 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7703 | ROM_LOAD16_BYTE( "95427420.lo", 0x00001, 0x080000, CRC(42c84630) SHA1(0f1385adccbe167e8d68ae3aa1fe4f1ad6eda32d) ) |
| 7704 | ROM_LOAD16_BYTE( "95427421.hi", 0x00000, 0x080000, CRC(afe268f7) SHA1(2ba6d9c4d902c843e2c2785f3cf817521a221759) ) |
| 7705 | sc_dndtr_others |
| 7706 | ROM_END |
| 7707 | |
| 7708 | ROM_START( sc5dndtrg ) |
| 7709 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7710 | ROM_LOAD16_BYTE( "95427466.lo", 0x00001, 0x080000, CRC(42aab7e2) SHA1(fa1f63233b32675e6e637ab4ae10a6fce5dcd76a) ) |
| 7711 | ROM_LOAD16_BYTE( "95427467.hi", 0x00000, 0x080000, CRC(d79e07ba) SHA1(f5a1f67beff046922e11c4676ecc17bfeca3df91) ) |
| 7712 | sc_dndtr_others |
| 7713 | ROM_END |
| 7714 | |
| 7715 | ROM_START( sc5dndtrh ) |
| 7716 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7717 | ROM_LOAD16_BYTE( "95427664.lo", 0x00001, 0x080000, CRC(42daf573) SHA1(6a75b010bc5e45cc1b258f4a8c335158d55fb8af) ) |
| 7718 | ROM_LOAD16_BYTE( "95427665.hi", 0x00000, 0x080000, CRC(76d228d2) SHA1(7ffbfe6220a4a4ee716f3cc1ca320c158db0d1a6) ) |
| 7719 | sc_dndtr_others |
| 7720 | ROM_END |
| 7721 | |
| 7722 | ROM_START( sc5dndtri ) |
| 7723 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7724 | ROM_LOAD16_BYTE( "95427700.lo", 0x00001, 0x080000, CRC(03b1f74b) SHA1(a645df6f5e008e97ed69d11945b2e64c89a3c63d) ) |
| 7725 | ROM_LOAD16_BYTE( "95427701.hi", 0x00000, 0x080000, CRC(1ff5b8e1) SHA1(ee20c9f18342a2f021d7624ee15f2d667a5ee8c6) ) |
| 7726 | sc_dndtr_others |
| 7727 | ROM_END |
| 7728 | |
| 7729 | ROM_START( sc5dndtrj ) |
| 7730 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7731 | ROM_LOAD16_BYTE( "p3304p71.hi", 0x00000, 0x080000, CRC(7a637d7b) SHA1(f887f24dd79118d2ff20d957b95ed6dfac0d34b7) ) |
| 7732 | ROM_LOAD16_BYTE( "p3304p71.lo", 0x00001, 0x080000, CRC(8b1373c5) SHA1(cf750a549ec2f96f2c237e44a0767fdd7765b953) ) |
| 7733 | sc_dndtr_others |
| 7734 | ROM_END |
| 7735 | |
| 7736 | ROM_START( sc5dndtrk ) |
| 7737 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7738 | ROM_LOAD16_BYTE( "p3304s71.hi", 0x00000, 0x080000, CRC(f11527af) SHA1(f2c2ce48716d961e1df31dd391205381d7df1e4e) ) |
| 7739 | ROM_LOAD16_BYTE( "p3304s71.lo", 0x00001, 0x080000, CRC(6a5f17cf) SHA1(e7d2f7a9a1b4071b2f33de3dfb1ca211f9ee07f8) ) |
| 7740 | sc_dndtr_others |
| 7741 | ROM_END |
| 7742 | |
| 7743 | |
| 7744 | ROM_START( sc5dndcb ) |
| 7745 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7746 | ROM_LOAD16_BYTE( "95418992.lo", 0x00001, 0x080000, CRC(2bddf06e) SHA1(59e2c78e8da681fa842605b4834eb2e1440f9ad7) ) |
| 7747 | ROM_LOAD16_BYTE( "95418993.hi", 0x00000, 0x080000, CRC(27a65baf) SHA1(506b20c825698210ea07096c6b0892fd0ce7ee42) ) |
| 7748 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 7749 | ROM_END |
| 7750 | |
| 7751 | ROM_START( sc5dndcba ) |
| 7752 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7753 | ROM_LOAD16_BYTE( "95419992.lo", 0x00001, 0x080000, CRC(79d9ebe5) SHA1(cc0e75af683a742407de65d2854644a9be9937df) ) |
| 7754 | ROM_LOAD16_BYTE( "95419993.hi", 0x00000, 0x080000, CRC(e546a0e7) SHA1(070677430430c35ab5ca616f7688e700b72e9e5f) ) |
| 7755 | PR3068_BEAT_THE_BANKER_SOUNDS11 |
| 7756 | ROM_END |
| 7757 | |
| 7758 | |
| 7759 | ROM_START( sc5dndww ) |
| 7760 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7761 | ROM_LOAD16_BYTE( "95418860.lo", 0x00001, 0x080000, CRC(955480f9) SHA1(a35484c215cc966bfd3309054ef9e00c470e6644) ) |
| 7762 | ROM_LOAD16_BYTE( "95418861.hi", 0x00000, 0x080000, CRC(87ce7115) SHA1(953ccb59b8002c7d3b1c09097a49999a4fe74167) ) |
| 7763 | sc_dndww_others |
| 7764 | ROM_END |
| 7765 | |
| 7766 | ROM_START( sc5dndwwa ) |
| 7767 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7768 | ROM_LOAD16_BYTE( "95418990.lo", 0x00001, 0x080000, CRC(d40b5d13) SHA1(12a6d2f628a46fa0c27d61636afa05291756f301) ) |
| 7769 | ROM_LOAD16_BYTE( "95418991.hi", 0x00000, 0x080000, CRC(94612065) SHA1(562faef92e2f7d44e06a8cc9d11f7ad041f0ef49) ) |
| 7770 | sc_dndww_others |
| 7771 | ROM_END |
| 7772 | |
| 7773 | |
| 7774 | |
| 7775 | |
| 7776 | ROM_START( sc5dndwwb ) |
| 7777 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7778 | ROM_LOAD16_BYTE( "95419860.lo", 0x00001, 0x080000, CRC(68f7a054) SHA1(eaaab4e7d5dac40e50f098df2edf1109ac5f6d1c) ) |
| 7779 | ROM_LOAD16_BYTE( "95419861.hi", 0x00000, 0x080000, CRC(a8f4dafb) SHA1(663b08bda6a708ca502ed194aa2682d4d3d9867f) ) |
| 7780 | sc_dndww_others |
| 7781 | ROM_END |
| 7782 | |
| 7783 | ROM_START( sc5dndwwc ) |
| 7784 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7785 | ROM_LOAD16_BYTE( "95419990.lo", 0x00001, 0x080000, CRC(5225460f) SHA1(5868d1f79e1741debf68d8f022b5f937b5a9ca8f) ) |
| 7786 | ROM_LOAD16_BYTE( "95419991.hi", 0x00000, 0x080000, CRC(69ba0af5) SHA1(2468d881695f9fba308a72f1d4ea202d43b3da9b) ) |
| 7787 | sc_dndww_others |
| 7788 | ROM_END |
| 7789 | |
| 7790 | |
| 7791 | ROM_START( sc5dndwwd ) |
| 7792 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7793 | ROM_LOAD16_BYTE( "95422000.lo", 0x00001, 0x080000, CRC(7bb6d900) SHA1(05203cad5e0d61da1188efec23fee7014a03588f) ) // was in here |
| 7794 | ROM_LOAD16_BYTE( "95422001.hi", 0x00000, 0x080000, CRC(ecc2de87) SHA1(92f58870eddece79645651aa325595a130233194) ) // was in dndtp DND The Power |
| 7795 | sc_dndww_others |
| 7796 | ROM_END |
| 7797 | |
| 7798 | ROM_START( sc5dndwwe ) |
| 7799 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7800 | ROM_LOAD16_BYTE( "95422068.lo", 0x00001, 0x080000, CRC(0cc6467c) SHA1(097713378eb7091323837754ae3ebd5e2a2d423b) ) |
| 7801 | ROM_LOAD16_BYTE( "95422069.hi", 0x00000, 0x080000, CRC(6297e0ef) SHA1(88c97ff6d8f085a07c10298f2568eacb83ac4fbd) ) |
| 7802 | sc_dndww_others |
| 7803 | ROM_END |
| 7804 | |
| 7805 | ROM_START( sc5dndwwf ) |
| 7806 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7807 | ROM_LOAD16_BYTE( "95422106.lo", 0x00001, 0x080000, CRC(47fdf423) SHA1(9d43b04057729f278d10cf791b5f0674e445aaca) ) |
| 7808 | ROM_LOAD16_BYTE( "95422107.hi", 0x00000, 0x080000, CRC(fb5e2d1d) SHA1(d33f67ee35b99ff11b3960ac82eac8fe09df00b9) ) |
| 7809 | sc_dndww_others |
| 7810 | ROM_END |
| 7811 | |
| 7812 | ROM_START( sc5dndwc ) |
| 7813 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7814 | ROM_LOAD16_BYTE( "95422254.lo", 0x00001, 0x080000, CRC(c9297465) SHA1(deb6900bb4fc8b811ff65b7926423f69dabb5124) ) |
| 7815 | ROM_LOAD16_BYTE( "95422255.hi", 0x00000, 0x080000, CRC(7f3109e4) SHA1(6575865929caca6b8b4657dddb6734aea599d5e9) ) |
| 7816 | sc_dndww_others |
| 7817 | ROM_END |
| 7818 | |
| 7819 | ROM_START( sc5dndwca ) |
| 7820 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7821 | ROM_LOAD16_BYTE( "95422296.lo", 0x00001, 0x080000, CRC(7f59b663) SHA1(d094f5dfb74ff2fe8933b7f09035c120997d3d13) ) |
| 7822 | ROM_LOAD16_BYTE( "95422297.hi", 0x00000, 0x080000, CRC(744b489a) SHA1(95dfd61b860fb148e41414cfc98793f614dfd40a) ) |
| 7823 | sc_dndww_others |
| 7824 | ROM_END |
| 7825 | |
| 7826 | ROM_START( sc5dndwwg ) |
| 7827 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7828 | ROM_LOAD16_BYTE( "95422512.lo", 0x00001, 0x080000, CRC(6fefd208) SHA1(fb0109ce3398e02181e4f3aef8f6a968fcaf426a) ) |
| 7829 | ROM_LOAD16_BYTE( "95422513.hi", 0x00000, 0x080000, CRC(cf951b24) SHA1(2ab79ae80a427659cd3b2d03ebd93bbeaabc215a) ) |
| 7830 | sc_dndww_others |
| 7831 | ROM_END |
| 7832 | |
| 7833 | ROM_START( sc5dndwcb ) |
| 7834 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7835 | ROM_LOAD16_BYTE( "95422514.lo", 0x00001, 0x080000, CRC(53454e22) SHA1(f5fb64197e5e4ea24ed8e6a7155bef83f7d6d301) ) |
| 7836 | ROM_LOAD16_BYTE( "95422515.hi", 0x00000, 0x080000, CRC(2dd854e0) SHA1(bbbf0c2c0420494a6853c93df40813e375896ebf) ) |
| 7837 | sc_dndww_others |
| 7838 | ROM_END |
| 7839 | |
| 7840 | ROM_START( sc5dndwwh ) |
| 7841 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7842 | ROM_LOAD16_BYTE( "95422552.lo", 0x00001, 0x080000, CRC(af6f5c75) SHA1(a88216152ce5d47dfc3e354fc0667f370acc0769) ) |
| 7843 | ROM_LOAD16_BYTE( "95422553.hi", 0x00000, 0x080000, CRC(cc278af5) SHA1(79aeed9de0930add4d83557ac9a13909bb38738c) ) |
| 7844 | sc_dndww_others |
| 7845 | ROM_END |
| 7846 | |
| 7847 | ROM_START( sc5dndwcc ) |
| 7848 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7849 | ROM_LOAD16_BYTE( "95422772.lo", 0x00001, 0x080000, CRC(69d8ff83) SHA1(c2eb2b9d01ec8f2a3d01bd7b5656abbd4b532edd) ) |
| 7850 | ROM_LOAD16_BYTE( "95422773.hi", 0x00000, 0x080000, CRC(a7db59d9) SHA1(2938874327538110cb7fb3881f07f11820704587) ) |
| 7851 | sc_dndww_others |
| 7852 | ROM_END |
| 7853 | |
| 7854 | ROM_START( sc5dndwwi ) |
| 7855 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7856 | ROM_LOAD16_BYTE( "95423000.lo", 0x00001, 0x080000, CRC(c8e6d149) SHA1(07414881aeb787563cb122cce5121889816ba348) ) // was in here |
| 7857 | ROM_LOAD16_BYTE( "95423001.hi", 0x00000, 0x080000, CRC(e26228e7) SHA1(e2cffbf1ef5fd5bb126917599efb40c2195f5a9b) ) // was in dndtp DND The Power |
| 7858 | sc_dndww_others |
| 7859 | ROM_END |
| 7860 | |
| 7861 | ROM_START( sc5dndwwj ) |
| 7862 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7863 | ROM_LOAD16_BYTE( "95423068.lo", 0x00001, 0x080000, CRC(75f3254a) SHA1(5eb72ee3bac51b46c3108c4b559016fbe33cad22) ) |
| 7864 | ROM_LOAD16_BYTE( "95423069.hi", 0x00000, 0x080000, CRC(9c0dc2c3) SHA1(97a56d9ddbf2198bc9e175784bf22de7a61ed04e) ) |
| 7865 | sc_dndww_others |
| 7866 | ROM_END |
| 7867 | |
| 7868 | |
| 7869 | ROM_START( sc5dndwwk ) |
| 7870 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7871 | ROM_LOAD16_BYTE( "95423106.lo", 0x00001, 0x080000, CRC(487342c5) SHA1(bf1fa98544e2e40ff7034c168778c85355c277f8) ) |
| 7872 | ROM_LOAD16_BYTE( "95423107.hi", 0x00000, 0x080000, CRC(a4dfbfea) SHA1(ea60a20f75472a4849915b7c7e101accf3673a66) ) |
| 7873 | sc_dndww_others |
| 7874 | ROM_END |
| 7875 | |
| 7876 | |
| 7877 | ROM_START( sc5dndwcd ) |
| 7878 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7879 | ROM_LOAD16_BYTE( "95423254.lo", 0x00001, 0x080000, CRC(cbbee6c6) SHA1(b5da1b079f64d3b85dd07ceff1ec3d7dc4f271f0) ) |
| 7880 | ROM_LOAD16_BYTE( "95423255.hi", 0x00000, 0x080000, CRC(e246e6bc) SHA1(6bb0f7ac3e455aed48b9e95f8ded6bc81e8f2e3b) ) |
| 7881 | sc_dndww_others |
| 7882 | ROM_END |
| 7883 | |
| 7884 | ROM_START( sc5dndwce ) |
| 7885 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7886 | ROM_LOAD16_BYTE( "95423296.lo", 0x00001, 0x080000, CRC(6d0e4dd2) SHA1(461c1a1caed4ce32b2cc88cc9efdbb05ede763c5) ) |
| 7887 | ROM_LOAD16_BYTE( "95423297.hi", 0x00000, 0x080000, CRC(a4821da7) SHA1(7305e3bcea0cb21ee632321ecb4204922bbdf116) ) |
| 7888 | sc_dndww_others |
| 7889 | ROM_END |
| 7890 | |
| 7891 | ROM_START( sc5dndwwl ) |
| 7892 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7893 | ROM_LOAD16_BYTE( "95423512.lo", 0x00001, 0x080000, CRC(d65ae210) SHA1(39cb429d530dfad61bb9019a3f5719a7c85ecea8) ) |
| 7894 | ROM_LOAD16_BYTE( "95423513.hi", 0x00000, 0x080000, CRC(6c20c600) SHA1(b3fb9d68f1551e59440fa09ff4d9ea23728ad1af) ) |
| 7895 | sc_dndww_others |
| 7896 | ROM_END |
| 7897 | |
| 7898 | ROM_START( sc5dndwcf ) |
| 7899 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7900 | ROM_LOAD16_BYTE( "95423514.lo", 0x00001, 0x080000, CRC(15b0accb) SHA1(4c39f84bdb234216429e8d2b0b0719b8ca0c3c93) ) |
| 7901 | ROM_LOAD16_BYTE( "95423515.hi", 0x00000, 0x080000, CRC(8822010e) SHA1(b536e302958aa95ec2d64e0405b5836202dd7b66) ) |
| 7902 | sc_dndww_others |
| 7903 | ROM_END |
| 7904 | |
| 7905 | ROM_START( sc5dndwwm ) |
| 7906 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7907 | ROM_LOAD16_BYTE( "95423552.lo", 0x00001, 0x080000, CRC(867f9c98) SHA1(7974c0915326c88b201e3b8c354906e105d14ac0) ) |
| 7908 | ROM_LOAD16_BYTE( "95423553.hi", 0x00000, 0x080000, CRC(a0be983d) SHA1(0f6ed13532465c9ecfddc73351b00425a62a26fa) ) |
| 7909 | sc_dndww_others |
| 7910 | ROM_END |
| 7911 | |
| 7912 | ROM_START( sc5dndwcg ) |
| 7913 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7914 | ROM_LOAD16_BYTE( "95423772.lo", 0x00001, 0x080000, CRC(1a08c512) SHA1(a72a8999c42c1c0a4fed8fe2b59ec52332c8dd35) ) |
| 7915 | ROM_LOAD16_BYTE( "95423773.hi", 0x00000, 0x080000, CRC(78311fed) SHA1(c422a46f085504f26e4bb2702816890a721daa06) ) |
| 7916 | sc_dndww_others |
| 7917 | ROM_END |
| 7918 | |
| 7919 | ROM_START( sc5dndwwn ) |
| 7920 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7921 | ROM_LOAD16_BYTE( "95426136.lo", 0x00001, 0x080000, CRC(259a5a75) SHA1(c8ce7566105ef2e4f46c96ce703f90328080932e) ) |
| 7922 | ROM_LOAD16_BYTE( "95426137.hi", 0x00000, 0x080000, CRC(265940e0) SHA1(d5bcc9f44e6d288fcdeec4b39a768a76abb25b6f) ) |
| 7923 | sc_dndww_others |
| 7924 | ROM_END |
| 7925 | |
| 7926 | ROM_START( sc5dndwwo ) |
| 7927 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7928 | ROM_LOAD16_BYTE( "95427136.lo", 0x00001, 0x080000, CRC(6da2c608) SHA1(a23bf30b7ade522ff128bdb26a6c544269950991) ) |
| 7929 | ROM_LOAD16_BYTE( "95427137.hi", 0x00000, 0x080000, CRC(cb455c65) SHA1(6bbfa5b0119b4c5765f03f5c322df5e1817974d0) ) |
| 7930 | sc_dndww_others |
| 7931 | ROM_END |
| 7932 | |
| 7933 | ROM_START( sc5dndwwp ) |
| 7934 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7935 | ROM_LOAD16_BYTE( "p3006p41.hi", 0x00000, 0x080000, CRC(0fdaa9e0) SHA1(0aa5c92d61fd1b434a094d75a9177425524542f0) ) |
| 7936 | ROM_LOAD16_BYTE( "p3006p41.lo", 0x00001, 0x080000, CRC(50a78738) SHA1(4e27e491a1f21800b3e70eecfa6ff61e7e472ffa) ) |
| 7937 | sc_dndww_others |
| 7938 | ROM_END |
| 7939 | |
| 7940 | ROM_START( sc5dndwwq ) |
| 7941 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7942 | ROM_LOAD16_BYTE( "p3006s41.hi", 0x00000, 0x080000, CRC(a7bbe3ff) SHA1(386cac772b78bb6948f787c6f1f50077d6dd0303) ) |
| 7943 | ROM_LOAD16_BYTE( "p3006s41.lo", 0x00001, 0x080000, CRC(a100e18b) SHA1(2dce17ac4f823dda62da7a8589ef488b9e8dee3d) ) |
| 7944 | sc_dndww_others |
| 7945 | ROM_END |
| 7946 | |
| 7947 | ROM_START( sc5dndwwr ) |
| 7948 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7949 | ROM_LOAD16_BYTE( "95422764.lo", 0x000001, 0x080000, CRC(eb38cbe6) SHA1(97ff6725788e4ca79dd1942a2fdb66c5b2d379e0) ) |
| 7950 | ROM_LOAD16_BYTE( "95422765.hi", 0x000000, 0x080000, CRC(f2d0294d) SHA1(bcb41c78781ce996ad25eedebfcea4897bb16098) ) |
| 7951 | sc_dndww_others |
| 7952 | ROM_END |
| 7953 | |
| 7954 | ROM_START( sc5dndwws ) |
| 7955 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7956 | ROM_LOAD16_BYTE( "95423764.lo", 0x000001, 0x080000, CRC(bc419aff) SHA1(2c143696f8aaae06f1a414ef71ab3897887d7a16) ) |
| 7957 | ROM_LOAD16_BYTE( "95423765.hi", 0x000000, 0x080000, CRC(a542f375) SHA1(18650a002f4931f8de626ee064aa04765cda85aa) ) |
| 7958 | sc_dndww_others |
| 7959 | ROM_END |
| 7960 | |
| 7961 | |
| 7962 | ROM_START( sc5dndwb ) |
| 7963 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7964 | ROM_LOAD16_BYTE( "95418588.lo", 0x00001, 0x080000, CRC(6f9a6192) SHA1(bf283b077387f9cf14e948375ed84736594bf5b9) ) |
| 7965 | ROM_LOAD16_BYTE( "95418589.hi", 0x00000, 0x080000, CRC(e3e6c4c8) SHA1(51d755ee8633e406e6cb81993155531b856e51e3) ) |
| 7966 | sc_dndwb_others |
| 7967 | ROM_END |
| 7968 | |
| 7969 | ROM_START( sc5dndwba ) |
| 7970 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7971 | ROM_LOAD16_BYTE( "95419588.lo", 0x00001, 0x080000, CRC(87d638b7) SHA1(5d48f65bd2a98452bb5a3a73c49aa6ba8c0c201e) ) |
| 7972 | ROM_LOAD16_BYTE( "95419589.hi", 0x00000, 0x080000, CRC(982b1a1b) SHA1(4dabb83cdb2efa80a56375626ff45d5a4133970f) ) |
| 7973 | sc_dndwb_others |
| 7974 | ROM_END |
| 7975 | |
| 7976 | ROM_START( sc5dndwbb ) |
| 7977 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7978 | ROM_LOAD16_BYTE( "95422012.lo", 0x00001, 0x080000, CRC(ac5e4e54) SHA1(498a97153c1e8a552ace97b8f8e2d15f1ee39752) ) |
| 7979 | ROM_LOAD16_BYTE( "95422013.hi", 0x00000, 0x080000, CRC(8a511e54) SHA1(c377ee713618348ba2a9983c7556c9f3adba9e92) ) |
| 7980 | sc_dndwb_others |
| 7981 | ROM_END |
| 7982 | |
| 7983 | ROM_START( sc5dndwbc ) |
| 7984 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7985 | ROM_LOAD16_BYTE( "95422102.lo", 0x00001, 0x080000, CRC(f87ae97d) SHA1(3971c6fdf8fc15cb9a140827e41a05a11667dd9c) ) |
| 7986 | ROM_LOAD16_BYTE( "95422103.hi", 0x00000, 0x080000, CRC(4ad8550b) SHA1(7f56c66f19144073db04a133191d84903f47d681) ) |
| 7987 | sc_dndwb_others |
| 7988 | ROM_END |
| 7989 | |
| 7990 | ROM_START( sc5dndwbd ) |
| 7991 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7992 | ROM_LOAD16_BYTE( "95422134.lo", 0x00001, 0x080000, CRC(38b550a2) SHA1(93a370c191f85e43e06f2f5b203e5dfdca235651) ) |
| 7993 | ROM_LOAD16_BYTE( "95422135.hi", 0x00000, 0x080000, CRC(f260b959) SHA1(74107a5dfcef94aa8ca39f2de6cea26c12d856ad) ) |
| 7994 | sc_dndwb_others |
| 7995 | ROM_END |
| 7996 | |
| 7997 | ROM_START( sc5dndwbe ) |
| 7998 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 7999 | ROM_LOAD16_BYTE( "95422556.lo", 0x00001, 0x080000, CRC(afce35e7) SHA1(518f29c042858608e010caa38dd90287cebbb1ad) ) |
| 8000 | ROM_LOAD16_BYTE( "95422557.hi", 0x00000, 0x080000, CRC(6698379b) SHA1(248213bc007c86a656b2ceb32b711ec195ae415d) ) |
| 8001 | sc_dndwb_others |
| 8002 | ROM_END |
| 8003 | |
| 8004 | ROM_START( sc5dndwbf ) |
| 8005 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8006 | ROM_LOAD16_BYTE( "95422720.lo", 0x00001, 0x080000, CRC(ef9f7e88) SHA1(de887513092db4b7ca5682c7a8e4d0ba607b6bad) ) |
| 8007 | ROM_LOAD16_BYTE( "95422721.hi", 0x00000, 0x080000, CRC(1571e4e2) SHA1(ed45392b451d919058ed5de61b05573cbef14fb7) ) |
| 8008 | sc_dndwb_others |
| 8009 | ROM_END |
| 8010 | |
| 8011 | |
| 8012 | ROM_START( sc5dndwbg ) |
| 8013 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8014 | ROM_LOAD16_BYTE( "95423012.lo", 0x00001, 0x080000, CRC(5cc9b4fa) SHA1(055ee6e8d72f547fb6ec0b23893a06f3ede70474) ) |
| 8015 | ROM_LOAD16_BYTE( "95423013.hi", 0x00000, 0x080000, CRC(6ffa0b3f) SHA1(c66684d0e22be90d4300786a2163b85a7a50ba63) ) |
| 8016 | sc_dndwb_others |
| 8017 | ROM_END |
| 8018 | |
| 8019 | ROM_START( sc5dndwbh ) |
| 8020 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8021 | ROM_LOAD16_BYTE( "95423102.lo", 0x00001, 0x080000, CRC(c1bb8676) SHA1(a8b2985c6d5d6263824342119ccd33151e132a94) ) |
| 8022 | ROM_LOAD16_BYTE( "95423103.hi", 0x00000, 0x080000, CRC(cf20c129) SHA1(5e114a9d6aa77c47d6547e8ed3f5b2c9af8af496) ) |
| 8023 | sc_dndwb_others |
| 8024 | ROM_END |
| 8025 | |
| 8026 | ROM_START( sc5dndwbi ) |
| 8027 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8028 | ROM_LOAD16_BYTE( "95423134.lo", 0x00001, 0x080000, CRC(0844e446) SHA1(cc0438e07219cbca1d82ece5c26932d21996da74) ) |
| 8029 | ROM_LOAD16_BYTE( "95423135.hi", 0x00000, 0x080000, CRC(7bfb1e3e) SHA1(37a5788c901e64c9ca0962fd41aabd27f3b99942) ) |
| 8030 | sc_dndwb_others |
| 8031 | ROM_END |
| 8032 | |
| 8033 | ROM_START( sc5dndwbj ) |
| 8034 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8035 | ROM_LOAD16_BYTE( "95423556.lo", 0x00001, 0x080000, CRC(4fac2a67) SHA1(8661c3a6d6dba5df0cb6535774dcc8aff822255f) ) |
| 8036 | ROM_LOAD16_BYTE( "95423557.hi", 0x00000, 0x080000, CRC(dd0a03bb) SHA1(d84c0123d348df3eb3b7a896de6b48ce86c0ff48) ) |
| 8037 | sc_dndwb_others |
| 8038 | ROM_END |
| 8039 | |
| 8040 | ROM_START( sc5dndwbk ) |
| 8041 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8042 | ROM_LOAD16_BYTE( "95423720.lo", 0x00001, 0x080000, CRC(e5569acb) SHA1(66cf3ac740df77126c6046e5aebf5472d3945449) ) |
| 8043 | ROM_LOAD16_BYTE( "95423721.hi", 0x00000, 0x080000, CRC(51fc5e13) SHA1(6ecd147cd4334171902056b7673c1d876a9db1d3) ) |
| 8044 | sc_dndwb_others |
| 8045 | ROM_END |
| 8046 | |
| 8047 | ROM_START( sc5dndwbl ) |
| 8048 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8049 | ROM_LOAD16_BYTE( "95426144.lo", 0x00001, 0x080000, CRC(b926b107) SHA1(063cc4439353a8453156831828f19ac7f9f0d641) ) |
| 8050 | ROM_LOAD16_BYTE( "95426145.hi", 0x00000, 0x080000, CRC(3e4887ac) SHA1(87b4784a282f7b4290f053ed403034e3956a5f64) ) |
| 8051 | sc_dndwb_others |
| 8052 | ROM_END |
| 8053 | |
| 8054 | ROM_START( sc5dndwbm ) |
| 8055 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8056 | ROM_LOAD16_BYTE( "95426518.lo", 0x00001, 0x080000, CRC(e8933cf4) SHA1(5ceef82c04a2b3ed7f95cb741b6b41389c7cfee6) ) |
| 8057 | ROM_LOAD16_BYTE( "95426519.hi", 0x00000, 0x080000, CRC(0f66c859) SHA1(45737070d10bd4157dd155e5998172ebd9dfed51) ) |
| 8058 | sc_dndwb_others |
| 8059 | ROM_END |
| 8060 | |
| 8061 | ROM_START( sc5dndwbn ) |
| 8062 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8063 | ROM_LOAD16_BYTE( "95427144.lo", 0x00001, 0x080000, CRC(6096d317) SHA1(b1ca489719930a25392be879880a449c4d6364c0) ) |
| 8064 | ROM_LOAD16_BYTE( "95427145.hi", 0x00000, 0x080000, CRC(8792ca0f) SHA1(2b6994c13e0c4ef15134cda8fa33f87c890e5994) ) |
| 8065 | sc_dndwb_others |
| 8066 | ROM_END |
| 8067 | |
| 8068 | ROM_START( sc5dndwbo ) |
| 8069 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8070 | ROM_LOAD16_BYTE( "95427518.lo", 0x00001, 0x080000, CRC(ce0d637c) SHA1(3cf4862eb6fd02afe9edde7a528a1fb0222d67e4) ) |
| 8071 | ROM_LOAD16_BYTE( "95427519.hi", 0x00000, 0x080000, CRC(4d5a88b8) SHA1(d540644356ef9822bb8b620a629c81cc76b9c5e3) ) |
| 8072 | sc_dndwb_others |
| 8073 | ROM_END |
| 8074 | |
| 8075 | ROM_START( sc5dndwbp ) |
| 8076 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8077 | ROM_LOAD16_BYTE( "p1962p31.hi", 0x00000, 0x080000, CRC(79243d5a) SHA1(8a79bc44c9fddf73dfe17ab37879695cca744a0b) ) |
| 8078 | ROM_LOAD16_BYTE( "p1962p31.lo", 0x00001, 0x080000, CRC(7bbf2cd1) SHA1(2144693a40cf6f4b01b73fc87443ce65d5af2599) ) |
| 8079 | sc_dndwb_others |
| 8080 | ROM_END |
| 8081 | |
| 8082 | ROM_START( sc5dndwbq ) |
| 8083 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8084 | ROM_LOAD16_BYTE( "p1962pa1.hi", 0x00000, 0x080000, CRC(1f9d9036) SHA1(af06ebf8588461c4610120d3017f690fbcf0e3d9) ) |
| 8085 | ROM_LOAD16_BYTE( "p1962pa1.lo", 0x00001, 0x080000, CRC(590f9bca) SHA1(fee28ce0bf673089466e95b7b801b06877a2a120) ) |
| 8086 | sc_dndwb_others |
| 8087 | ROM_END |
| 8088 | |
| 8089 | ROM_START( sc5dndwbr ) |
| 8090 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8091 | ROM_LOAD16_BYTE( "p1962s31.hi", 0x00000, 0x080000, CRC(054c01d4) SHA1(3a23032086099e57c2f49e279f07a79db2327721) ) |
| 8092 | ROM_LOAD16_BYTE( "p1962s31.lo", 0x00001, 0x080000, CRC(ef171906) SHA1(d032fad147d99e128e7ffa51f7e1f7411b846b7c) ) |
| 8093 | sc_dndwb_others |
| 8094 | ROM_END |
| 8095 | |
| 8096 | ROM_START( sc5dndwbs ) |
| 8097 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8098 | ROM_LOAD16_BYTE( "p1962sa1.hi", 0x00000, 0x080000, CRC(7e21a4a0) SHA1(beefb35266ea84c01e8c0771a79ea7d8571f79d5) ) |
| 8099 | ROM_LOAD16_BYTE( "p1962sa1.lo", 0x00001, 0x080000, CRC(0a4cc805) SHA1(4b7dab1a6d1d4f2a970c185623bfd146e966d14c) ) |
| 8100 | sc_dndwb_others |
| 8101 | ROM_END |
| 8102 | |
| 8103 | ROM_START( sc5dndwi ) |
| 8104 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8105 | ROM_LOAD16_BYTE( "p3071p41.hi", 0x00000, 0x080000, CRC(fb849f6e) SHA1(1886dd42d66babf23f476c81c1f2508a52a1c8e4) ) |
| 8106 | ROM_LOAD16_BYTE( "p3071p41.lo", 0x00001, 0x080000, CRC(0c52446d) SHA1(e9f18ec19893a733faac70f361c6d91fe314482a) ) |
| 8107 | sc_dndwb_others |
| 8108 | ROM_END |
| 8109 | |
| 8110 | ROM_START( sc5dndwia ) |
| 8111 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8112 | ROM_LOAD16_BYTE( "p3071p71.hi", 0x00000, 0x080000, CRC(7418e4bc) SHA1(606db0530f58399f0760dd5d677b38238d9ddd0c) ) |
| 8113 | ROM_LOAD16_BYTE( "p3071p71.lo", 0x00001, 0x080000, CRC(59a8f426) SHA1(96e673663f4085d8c90089da0f386ab553f8cfee) ) |
| 8114 | sc_dndwb_others |
| 8115 | ROM_END |
| 8116 | |
| 8117 | ROM_START( sc5dndwib ) |
| 8118 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8119 | ROM_LOAD16_BYTE( "p3071p72.hi", 0x00000, 0x080000, CRC(a11cfd09) SHA1(313ccca5353a25f6d7f31138ad6e1b62db1fdc48) ) |
| 8120 | ROM_LOAD16_BYTE( "p3071p72.lo", 0x00001, 0x080000, CRC(5cdf3447) SHA1(86ec21741eb1f5c54e6307f439fe689aba7e9e4d) ) |
| 8121 | sc_dndwb_others |
| 8122 | ROM_END |
| 8123 | |
| 8124 | ROM_START( sc5dndwic ) |
| 8125 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8126 | ROM_LOAD16_BYTE( "p3071p73.hi", 0x00000, 0x080000, CRC(55bae06a) SHA1(379e588ea8ac7c06edded33d47df211fc1b5bbab) ) |
| 8127 | ROM_LOAD16_BYTE( "p3071p73.lo", 0x00001, 0x080000, CRC(b587e08a) SHA1(43ee1d8057f4d200b1fd4e195931b43ec45771d9) ) |
| 8128 | sc_dndwb_others |
| 8129 | ROM_END |
| 8130 | |
| 8131 | ROM_START( sc5dndwid ) |
| 8132 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8133 | ROM_LOAD16_BYTE( "p3071s41.hi", 0x00000, 0x080000, CRC(ff8e8267) SHA1(6a188fd90a94cb071dbfb4a7ab4ff28724149c9d) ) |
| 8134 | ROM_LOAD16_BYTE( "p3071s41.lo", 0x00001, 0x080000, CRC(3c9534a7) SHA1(398d6af0f29ed6eff776ee31c56a6899f83a5ce8) ) |
| 8135 | sc_dndwb_others |
| 8136 | ROM_END |
| 8137 | |
| 8138 | ROM_START( sc5dndwie ) |
| 8139 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8140 | ROM_LOAD16_BYTE( "p3071s71.hi", 0x00000, 0x080000, CRC(48c9062c) SHA1(17266340e250dac5b255e936853b4f6c3fd41149) ) |
| 8141 | ROM_LOAD16_BYTE( "p3071s71.lo", 0x00001, 0x080000, CRC(52e410a8) SHA1(6fdaadfb9275891e1ef4c157019859b644c5b77d) ) |
| 8142 | sc_dndwb_others |
| 8143 | ROM_END |
| 8144 | |
| 8145 | ROM_START( sc5dndwif ) |
| 8146 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8147 | ROM_LOAD16_BYTE( "p3071s72.hi", 0x00000, 0x080000, CRC(9a93ab2d) SHA1(e8153cfb73b3026f6a16b7d1c9368d4ca0a22003) ) |
| 8148 | ROM_LOAD16_BYTE( "p3071s72.lo", 0x00001, 0x080000, CRC(dfc1d11f) SHA1(2cd30fc1d520d7315142bdcf4ef6ca061b037fa8) ) |
| 8149 | sc_dndwb_others |
| 8150 | ROM_END |
| 8151 | |
| 8152 | ROM_START( sc5dndwig ) |
| 8153 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8154 | ROM_LOAD16_BYTE( "p3071s73.hi", 0x00000, 0x080000, CRC(35c40c93) SHA1(4b790b4858f5df39c62dbb67907db29b014655da) ) |
| 8155 | ROM_LOAD16_BYTE( "p3071s73.lo", 0x00001, 0x080000, CRC(7b44a5b8) SHA1(6cbd0e8668771277bf9187f063e45f8dd30cb780) ) |
| 8156 | sc_dndwb_others |
| 8157 | ROM_END |
| 8158 | |
| 8159 | |
| 8160 | |
| 8161 | |
| 8162 | ROM_START( sc5dmine ) |
| 8163 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8164 | ROM_LOAD16_BYTE( "95406942.lo", 0x00001, 0x080000, CRC(bad861e1) SHA1(9328640b6eebcc9f92f8364454e004a9b6be63cc) ) |
| 8165 | ROM_LOAD16_BYTE( "95406943.hi", 0x00000, 0x080000, CRC(d4779226) SHA1(15f4c742bad6992f0ee105f86e06c53286088616) ) |
| 8166 | sc_dmine_others |
| 8167 | ROM_END |
| 8168 | |
| 8169 | ROM_START( sc5dminea ) |
| 8170 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8171 | ROM_LOAD16_BYTE( "95407942.lo", 0x00001, 0x080000, CRC(6250fc4a) SHA1(a133ab1c8d4d35145bf94e73856da4603e8e6579) ) |
| 8172 | ROM_LOAD16_BYTE( "95407943.hi", 0x00000, 0x080000, CRC(f5aafcd1) SHA1(afcec150a7229dc28dbdf61addc80efcecc460df) ) |
| 8173 | sc_dmine_others |
| 8174 | ROM_END |
| 8175 | |
| 8176 | ROM_START( sc5dmineb ) |
| 8177 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8178 | ROM_LOAD16_BYTE( "95408012.lo", 0x00001, 0x080000, CRC(41a21296) SHA1(3351baaadd1b6431e9e2d75586d6912e28e372e5) ) |
| 8179 | ROM_LOAD16_BYTE( "95408013.hi", 0x00000, 0x080000, CRC(32399a20) SHA1(516413c5e7420d56f99a1e4353524dce8225c624) ) |
| 8180 | sc_dmine_others |
| 8181 | ROM_END |
| 8182 | |
| 8183 | ROM_START( sc5dminec ) |
| 8184 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8185 | ROM_LOAD16_BYTE( "95408098.lo", 0x00001, 0x080000, CRC(1728a865) SHA1(8ba012714248dd704fd9beff5cbd1d44b8efcff1) ) |
| 8186 | ROM_LOAD16_BYTE( "95408099.hi", 0x00000, 0x080000, CRC(dba2489b) SHA1(e6cc050c6009e7c36884192fed9e4a032444f007) ) |
| 8187 | sc_dmine_others |
| 8188 | ROM_END |
| 8189 | |
| 8190 | ROM_START( sc5dmined ) |
| 8191 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8192 | ROM_LOAD16_BYTE( "95408140.lo", 0x00001, 0x080000, CRC(24ac1211) SHA1(3d08e4bd48772d991f9aad151166ad5c3f5d1880) ) |
| 8193 | ROM_LOAD16_BYTE( "95408141.hi", 0x00000, 0x080000, CRC(da5c88f0) SHA1(fadd11a79dbd9c875d77e350699701db13546e50) ) |
| 8194 | sc_dmine_others |
| 8195 | ROM_END |
| 8196 | |
| 8197 | ROM_START( sc5dminee ) |
| 8198 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8199 | ROM_LOAD16_BYTE( "95408940.lo", 0x00001, 0x080000, CRC(6f1cf5ca) SHA1(f80dc758b1c001ff6f4cf9638483a5ecd20ad125) ) |
| 8200 | ROM_LOAD16_BYTE( "95408941.hi", 0x00000, 0x080000, CRC(fe62569a) SHA1(94ec8b29344407df85dd8e0c83a59e7030ec7f60) ) |
| 8201 | sc_dmine_others |
| 8202 | ROM_END |
| 8203 | |
| 8204 | ROM_START( sc5dminef ) |
| 8205 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8206 | ROM_LOAD16_BYTE( "95409012.lo", 0x00001, 0x080000, CRC(69abd3b2) SHA1(b4dd5228b83b165939cb192bfd38b1a84c6191c0) ) |
| 8207 | ROM_LOAD16_BYTE( "95409013.hi", 0x00000, 0x080000, CRC(881ec829) SHA1(5762a9049b0361691b199b2c4e7d471a7b4a8811) ) |
| 8208 | sc_dmine_others |
| 8209 | ROM_END |
| 8210 | |
| 8211 | ROM_START( sc5dmineg ) |
| 8212 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8213 | ROM_LOAD16_BYTE( "95409098.lo", 0x00001, 0x080000, CRC(81d32a7a) SHA1(6dbafd421790d877fc5b5699475e02e75092c441) ) |
| 8214 | ROM_LOAD16_BYTE( "95409099.hi", 0x00000, 0x080000, CRC(db912573) SHA1(bc21c43349cafdaebc4de69828fd6e18d1722fb9) ) |
| 8215 | sc_dmine_others |
| 8216 | ROM_END |
| 8217 | |
| 8218 | ROM_START( sc5dmineh ) |
| 8219 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8220 | ROM_LOAD16_BYTE( "95409140.lo", 0x00001, 0x080000, CRC(f89e4577) SHA1(297b242f24b7c3c8727a122915ab447544700455) ) |
| 8221 | ROM_LOAD16_BYTE( "95409141.hi", 0x00000, 0x080000, CRC(30b5f293) SHA1(15649fa022517ec9f129fd59aa720314bb099c1d) ) |
| 8222 | sc_dmine_others |
| 8223 | ROM_END |
| 8224 | |
| 8225 | ROM_START( sc5dminei ) |
| 8226 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8227 | ROM_LOAD16_BYTE( "95409940.lo", 0x00001, 0x080000, CRC(83657234) SHA1(14502246599dc4fbe00202e4cad6a191c861fc3b) ) |
| 8228 | ROM_LOAD16_BYTE( "95409941.hi", 0x00000, 0x080000, CRC(974f9fb2) SHA1(5b0c48e908041d5d8df71de3a65af5ccb28ab469) ) |
| 8229 | sc_dmine_others |
| 8230 | ROM_END |
| 8231 | |
| 8232 | ROM_START( sc5dminej ) |
| 8233 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8234 | ROM_LOAD16_BYTE( "95410944.lo", 0x00001, 0x080000, CRC(1fae3ff3) SHA1(a7676c29002c4be1086510284f8bf495ec6ca86c) ) |
| 8235 | ROM_LOAD16_BYTE( "95410945.hi", 0x00000, 0x080000, CRC(a1825e26) SHA1(c3ceca1859f02350f888acc5c03052f3575bc57f) ) |
| 8236 | sc_dmine_others |
| 8237 | ROM_END |
| 8238 | |
| 8239 | ROM_START( sc5dminek ) |
| 8240 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8241 | ROM_LOAD16_BYTE( "95411944.lo", 0x00001, 0x080000, CRC(28f9cf69) SHA1(b3f058c6cf54406047ddd302fce0244c82ec6bc3) ) |
| 8242 | ROM_LOAD16_BYTE( "95411945.hi", 0x00000, 0x080000, CRC(4688d69f) SHA1(106c5c913797acd4e47c8187bbb5f3ded28b9c27) ) |
| 8243 | sc_dmine_others |
| 8244 | ROM_END |
| 8245 | |
| 8246 | ROM_START( sc5dminel ) |
| 8247 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8248 | ROM_LOAD16_BYTE( "95411946.lo", 0x00001, 0x080000, CRC(57ef124d) SHA1(a821ba0d06b958a76314a9fc1b58c6591d81a957) ) |
| 8249 | ROM_LOAD16_BYTE( "95411947.hi", 0x00000, 0x080000, CRC(b7460c04) SHA1(a2588fe81e55a886a46f324cb9945272447b4eb1) ) |
| 8250 | sc_dmine_others |
| 8251 | ROM_END |
| 8252 | |
| 8253 | |
| 8254 | ROM_START( sc5ddosh ) |
| 8255 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8256 | ROM_LOAD16_BYTE( "95408058.lo", 0x00001, 0x080000, CRC(953fc9c3) SHA1(d2f9a9875126ea0a9807abdad73f48c146617763) ) |
| 8257 | ROM_LOAD16_BYTE( "95408059.hi", 0x00000, 0x080000, CRC(4ac58478) SHA1(b452af3db3e91d659eaa641ae589a603c9d3e595) ) |
| 8258 | sc_ddosh_others |
| 8259 | ROM_END |
| 8260 | |
| 8261 | ROM_START( sc5ddosha ) |
| 8262 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8263 | ROM_LOAD16_BYTE( "95409058.lo", 0x00001, 0x080000, CRC(44b55b53) SHA1(b60cd2e5b9ca4bb529739f3d66adc32131c7c5a0) ) |
| 8264 | ROM_LOAD16_BYTE( "95409059.hi", 0x00000, 0x080000, CRC(53f0bf8a) SHA1(5bedb9d9436dab53560aea6ce940802451debcf6) ) |
| 8265 | sc_ddosh_others |
| 8266 | ROM_END |
| 8267 | |
| 8268 | |
| 8269 | ROM_START( sc5dhh ) |
| 8270 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8271 | ROM_LOAD16_BYTE( "95418304.lo", 0x00001, 0x080000, CRC(d3f9fc98) SHA1(979bea6f5b9930f3e9475366143bde53b93374af) ) |
| 8272 | ROM_LOAD16_BYTE( "95418305.hi", 0x00000, 0x080000, CRC(8fcad8a5) SHA1(a704dccc5e0283e25c75a99933b2b8c8947c1b84) ) |
| 8273 | sc_dhh_others |
| 8274 | ROM_END |
| 8275 | |
| 8276 | ROM_START( sc5dhha ) |
| 8277 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8278 | ROM_LOAD16_BYTE( "95418492.lo", 0x00001, 0x080000, CRC(45d0a32d) SHA1(607648b6333365d21d712b87c857339566fdd99b) ) |
| 8279 | ROM_LOAD16_BYTE( "95418493.hi", 0x00000, 0x080000, CRC(6e727d28) SHA1(07cc1f223252fa3dbc122b3bac9b4502f23aaf79) ) |
| 8280 | sc_dhh_others |
| 8281 | ROM_END |
| 8282 | |
| 8283 | ROM_START( sc5dhhb ) |
| 8284 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8285 | ROM_LOAD16_BYTE( "95419304.lo", 0x00001, 0x080000, CRC(4e774459) SHA1(949aaecc5ea01b1761e029da4f42dbc915903259) ) |
| 8286 | ROM_LOAD16_BYTE( "95419305.hi", 0x00000, 0x080000, CRC(1b28a792) SHA1(2f0f7cb6404d35d07fbc9c35036301d92644ca37) ) |
| 8287 | sc_dhh_others |
| 8288 | ROM_END |
| 8289 | |
| 8290 | ROM_START( sc5dhhc ) |
| 8291 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8292 | ROM_LOAD16_BYTE( "95419492.lo", 0x00001, 0x080000, CRC(05f2625e) SHA1(d77517420fbbe198213ee4f0634252c259f8b8c8) ) |
| 8293 | ROM_LOAD16_BYTE( "95419493.hi", 0x00000, 0x080000, CRC(59dc177c) SHA1(cb1eb80a71bf2745881e6b073ba6aeb009b6a850) ) |
| 8294 | sc_dhh_others |
| 8295 | ROM_END |
| 8296 | |
| 8297 | ROM_START( sc5dhhd ) |
| 8298 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8299 | ROM_LOAD16_BYTE( "95422966.lo", 0x00001, 0x080000, CRC(a0a41d59) SHA1(995b501fa6516b7b7b48cf87c437a9873552b504) ) |
| 8300 | ROM_LOAD16_BYTE( "95422967.hi", 0x00000, 0x080000, CRC(81c24fe4) SHA1(6694b5f9a32d45db5d110083b3e9808ab4554506) ) |
| 8301 | sc_dhh_others |
| 8302 | ROM_END |
| 8303 | |
| 8304 | ROM_START( sc5dhhe ) |
| 8305 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8306 | ROM_LOAD16_BYTE( "95423966.lo", 0x00001, 0x080000, CRC(28ebaa72) SHA1(0e0ec5ebff3f2860d7aadb6200fce07aad2361c2) ) |
| 8307 | ROM_LOAD16_BYTE( "95423967.hi", 0x00000, 0x080000, CRC(ecd590c4) SHA1(c406792454714f564e1460efe396ea37d30ac01d) ) |
| 8308 | sc_dhh_others |
| 8309 | ROM_END |
| 8310 | |
| 8311 | ROM_START( sc5dhhf ) |
| 8312 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8313 | ROM_LOAD16_BYTE( "95426236.lo", 0x00001, 0x080000, CRC(7d73f0ae) SHA1(446f2cdb76fa353ede0e53fa9873237e9def78e1) ) |
| 8314 | ROM_LOAD16_BYTE( "95426237.hi", 0x00000, 0x080000, CRC(b215f36d) SHA1(669829c2f86a8262ee4b0c8a76d52241deeff2d6) ) |
| 8315 | sc_dhh_others |
| 8316 | ROM_END |
| 8317 | |
| 8318 | ROM_START( sc5dhhg ) |
| 8319 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8320 | ROM_LOAD16_BYTE( "95427236.lo", 0x00001, 0x080000, CRC(3fa0f89d) SHA1(ac14fd39924f959cc9d89a214c47c3ee85f43eea) ) |
| 8321 | ROM_LOAD16_BYTE( "95427237.hi", 0x00000, 0x080000, NO_DUMP) |
| 8322 | sc_dhh_others |
| 8323 | ROM_END |
| 8324 | |
| 8325 | |
| 8326 | |
| 8327 | |
| 8328 | ROM_START( sc5dough ) |
| 8329 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8330 | ROM_LOAD16_BYTE( "95418046.lo", 0x00001, 0x080000, CRC(1358dc76) SHA1(d09cf2473cf5c786f6a9c61c44d792227b444536) ) |
| 8331 | ROM_LOAD16_BYTE( "95418047.hi", 0x00000, 0x080000, CRC(163416eb) SHA1(837bd735d54228e471e34d65ba05508d7d2e85da) ) |
| 8332 | sc_dough_others |
| 8333 | ROM_END |
| 8334 | |
| 8335 | |
| 8336 | ROM_START( sc5dougha ) |
| 8337 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8338 | ROM_LOAD16_BYTE( "95419046.lo", 0x00001, 0x080000, CRC(857e5267) SHA1(218770e60423af3dc6b20f0bf1f87173213f95ca) ) |
| 8339 | ROM_LOAD16_BYTE( "95419047.hi", 0x00000, 0x080000, CRC(acb97317) SHA1(1da2955b336140121c48d30958761dd3e3cccd43) ) |
| 8340 | sc_dough_others |
| 8341 | ROM_END |
| 8342 | |
| 8343 | |
| 8344 | ROM_START( sc5ducks ) |
| 8345 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8346 | ROM_LOAD16_BYTE( "95417440.lo", 0x00001, 0x080000, CRC(c28ddc31) SHA1(e32e2cdf19a4ae432bc570765580c4cceb888ba8) ) |
| 8347 | ROM_LOAD16_BYTE( "95417441.hi", 0x00000, 0x080000, CRC(00921b61) SHA1(88b9a9d1820ccfe73707b12dc3aef9c044e9c41b) ) |
| 8348 | sc_ducks_others |
| 8349 | ROM_END |
| 8350 | |
| 8351 | |
| 8352 | ROM_START( sc5emmer ) |
| 8353 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8354 | ROM_LOAD16_BYTE( "95420128.lo", 0x00001, 0x080000, CRC(73505beb) SHA1(f59b0369688867a68983ee2437ca98bc6ecab6a7) ) |
| 8355 | ROM_LOAD16_BYTE( "95420129.hi", 0x00000, 0x080000, CRC(a13583a1) SHA1(f546a457e7103314c9b78ec471297b1744d0f108) ) |
| 8356 | sc_emmer_others |
| 8357 | ROM_END |
| 8358 | |
| 8359 | ROM_START( sc5emmera ) |
| 8360 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8361 | ROM_LOAD16_BYTE( "95421128.lo", 0x00001, 0x080000, CRC(c7431807) SHA1(78bf3727f99f70c660d39fdb8b7dd91902c510db) ) |
| 8362 | ROM_LOAD16_BYTE( "95421129.hi", 0x00000, 0x080000, CRC(cd008039) SHA1(7233658bddc7dfd4de2ba4fdc5da946dcfb116c6) ) |
| 8363 | sc_emmer_others |
| 8364 | ROM_END |
| 8365 | |
| 8366 | |
| 8367 | |
| 8368 | |
| 8369 | |
| 8370 | ROM_START( sc5fguy ) |
| 8371 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8372 | ROM_LOAD16_BYTE( "95426014.lo", 0x00001, 0x080000, CRC(409ed279) SHA1(173e285a8515e06239bb4755b007ab81878212f3) ) |
| 8373 | ROM_LOAD16_BYTE( "95426015.hi", 0x00000, 0x080000, CRC(37ce818c) SHA1(91457fd347d76ce380dfd73c3ca5cc0dcba65907) ) |
| 8374 | sc_fguy_others |
| 8375 | ROM_END |
| 8376 | |
| 8377 | ROM_START( sc5fguya ) |
| 8378 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8379 | ROM_LOAD16_BYTE( "95426388.lo", 0x00001, 0x080000, CRC(6a769ec1) SHA1(42d8b4d31feae3070eaabc74d84ee731c8075a97) ) |
| 8380 | ROM_LOAD16_BYTE( "95426389.hi", 0x00000, 0x080000, CRC(19b625c4) SHA1(609b6f63db423ac46f953bf8934137ea176a9147) ) |
| 8381 | sc_fguy_others |
| 8382 | ROM_END |
| 8383 | |
| 8384 | ROM_START( sc5fguyb ) |
| 8385 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8386 | ROM_LOAD16_BYTE( "95427014.lo", 0x00001, 0x080000, CRC(6890caf2) SHA1(87998eb35701f9e9f4737db611a807a87ef3be2a) ) |
| 8387 | ROM_LOAD16_BYTE( "95427015.hi", 0x00000, 0x080000, CRC(4b02d014) SHA1(e94ce848c979e60ab7718439bcf60a59103cc01a) ) |
| 8388 | sc_fguy_others |
| 8389 | ROM_END |
| 8390 | |
| 8391 | ROM_START( sc5fguyc ) |
| 8392 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8393 | ROM_LOAD16_BYTE( "95427388.lo", 0x00001, 0x080000, CRC(e1776d0a) SHA1(efb4af41c8c795d6e14cf7b0a6cac51021dd9dfd) ) |
| 8394 | ROM_LOAD16_BYTE( "95427389.hi", 0x00000, 0x080000, CRC(c838eeee) SHA1(718776e5086b00278f70452a0141e07cbbdae3d4) ) |
| 8395 | sc_fguy_others |
| 8396 | ROM_END |
| 8397 | |
| 8398 | ROM_START( sc5fguyd ) |
| 8399 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8400 | ROM_LOAD16_BYTE( "p3213p11.hi", 0x00000, 0x080000, CRC(d7776670) SHA1(13002e513bd6c17a5755ac30b2b6a5a462ace5d9) ) |
| 8401 | ROM_LOAD16_BYTE( "p3213p11.lo", 0x00001, 0x080000, CRC(c65fff31) SHA1(b2200b68673d6ef2427965484c23ac5cf2343986) ) |
| 8402 | sc_fguy_others |
| 8403 | ROM_END |
| 8404 | |
| 8405 | ROM_START( sc5fguye ) |
| 8406 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8407 | ROM_LOAD16_BYTE( "p3213s11.hi", 0x00000, 0x080000, CRC(1ab8b3c5) SHA1(c0d901ae3b3ea00073d731e3a10efba60ebbf020) ) |
| 8408 | ROM_LOAD16_BYTE( "p3213s11.lo", 0x00001, 0x080000, CRC(314b0288) SHA1(6a24fce8aa9bcf67014ceae4b7a11be0de4ed7c4) ) |
| 8409 | sc_fguy_others |
| 8410 | ROM_END |
| 8411 | |
| 8412 | ROM_START( sc5fguyf ) |
| 8413 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8414 | ROM_LOAD16_BYTE( "95426068.lo", 0x000001, 0x080000, CRC(366865c2) SHA1(de18b218780794c125d60efb6ea80b46c8fde924) ) |
| 8415 | ROM_LOAD16_BYTE( "95426069.hi", 0x000000, 0x080000, CRC(5663a58b) SHA1(93868ad72cbd80cbb870269c2f7d00900891ea9c) ) |
| 8416 | sc_fguy_others |
| 8417 | ROM_END |
| 8418 | |
| 8419 | |
| 8420 | ROM_START( sc5fguyg ) |
| 8421 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8422 | ROM_LOAD16_BYTE( "95427068.lo", 0x000001, 0x080000, CRC(9b17bfbd) SHA1(7210385bacf44ac5551fe0a66bb2a3980d1a8085) ) |
| 8423 | ROM_LOAD16_BYTE( "95427069.hi", 0x000000, 0x080000, CRC(70c2b53d) SHA1(e5664e20240ffa2568c15ba208f9871e8a5f8e8f) ) |
| 8424 | sc_fguy_others |
| 8425 | ROM_END |
| 8426 | |
| 8427 | |
| 8428 | ROM_START( sc5fbspn ) |
| 8429 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8430 | ROM_LOAD16_BYTE( "95418100.lo", 0x00001, 0x080000, CRC(dd69a98d) SHA1(399a8fa0ff3b533bbd03e3e5cfd0779dcd476c94) ) |
| 8431 | ROM_LOAD16_BYTE( "95418101.hi", 0x00000, 0x080000, CRC(98f20476) SHA1(8267752f6d5bae080c20ab61a326f16eba8a1084) ) |
| 8432 | sc_fbspn_others |
| 8433 | ROM_END |
| 8434 | |
| 8435 | ROM_START( sc5fbspna ) |
| 8436 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8437 | ROM_LOAD16_BYTE( "95419100.lo", 0x00001, 0x080000, CRC(6b0ff803) SHA1(a90aadf711dcdd16d3550039a447f0d2b5f3a8c3) ) |
| 8438 | ROM_LOAD16_BYTE( "95419101.hi", 0x00000, 0x080000, CRC(114938bd) SHA1(e4d7ac26d3dcec7fa28e6e7d8934c9a7e0f2ee0a) ) |
| 8439 | sc_fbspn_others |
| 8440 | ROM_END |
| 8441 | |
| 8442 | |
| 8443 | |
| 8444 | |
| 8445 | |
| 8446 | ROM_START( sc5fmj ) |
| 8447 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8448 | ROM_LOAD16_BYTE( "95420152.lo", 0x00001, 0x080000, CRC(9de7051b) SHA1(9969cd08aa9afeffd670910f3dbbf0f83e919db3) ) |
| 8449 | ROM_LOAD16_BYTE( "95420153.hi", 0x00000, 0x080000, CRC(b26f0d81) SHA1(65e6e8a680374f263a07d886e695bcb5a413189e) ) |
| 8450 | sc_fmj_others |
| 8451 | ROM_END |
| 8452 | |
| 8453 | |
| 8454 | ROM_START( sc5fmja ) |
| 8455 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8456 | ROM_LOAD16_BYTE( "95421152.lo", 0x00001, 0x080000, CRC(ddd9560c) SHA1(ba3dcd145aa94764c0e476c1eddc7f3d7ab2b119) ) |
| 8457 | ROM_LOAD16_BYTE( "95421153.hi", 0x00000, 0x080000, CRC(4a21afe7) SHA1(2b50914dc66e04c4fedeefd2795c3668529ce2eb) ) |
| 8458 | sc_fmj_others |
| 8459 | ROM_END |
| 8460 | |
| 8461 | |
| 8462 | |
| 8463 | ROM_START( sc5glad ) |
| 8464 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8465 | ROM_LOAD16_BYTE( "95416666.lo", 0x00001, 0x080000, CRC(f7cc7b09) SHA1(1901d800342420dafbe4a17563dbf891fa3bc77b) ) |
| 8466 | ROM_LOAD16_BYTE( "95416667.hi", 0x00000, 0x080000, CRC(832e48d0) SHA1(78efa50cec3b64346a67b03e60e2fb2f2879059d) ) |
| 8467 | sc_glad_others |
| 8468 | ROM_END |
| 8469 | |
| 8470 | ROM_START( sc5glada ) |
| 8471 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8472 | ROM_LOAD16_BYTE( "95417666.lo", 0x00001, 0x080000, CRC(eab5fb98) SHA1(a64a9d3ed989d15508c3b9bb6d07f4f821297ad3) ) |
| 8473 | ROM_LOAD16_BYTE( "95417667.hi", 0x00000, 0x080000, CRC(fed19dd2) SHA1(24c0f6a411fd44a42ebbcc861a27edc8c2897768) ) |
| 8474 | sc_glad_others |
| 8475 | ROM_END |
| 8476 | |
| 8477 | ROM_START( sc5gladb ) |
| 8478 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8479 | ROM_LOAD16_BYTE( "95420106.lo", 0x00001, 0x080000, CRC(4f9aa405) SHA1(9433f5c668cd5178bde8fb0d47aa662d20f257d5) ) |
| 8480 | ROM_LOAD16_BYTE( "95420107.hi", 0x00000, 0x080000, CRC(22a53136) SHA1(fc89ea546420328cd13bc0cce2b242c824488395) ) |
| 8481 | sc_glad_others |
| 8482 | ROM_END |
| 8483 | |
| 8484 | ROM_START( sc5gladc ) |
| 8485 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8486 | ROM_LOAD16_BYTE( "95421106.lo", 0x00001, 0x080000, CRC(92160b66) SHA1(828f85794e6b658fba0efe9bcb77dcf01a0cd91e) ) |
| 8487 | ROM_LOAD16_BYTE( "95421107.hi", 0x00000, 0x080000, CRC(8407f80a) SHA1(c5e6ad8bfb2a1fa02f85e92ac62c7799c8904931) ) |
| 8488 | sc_glad_others |
| 8489 | ROM_END |
| 8490 | |
| 8491 | ROM_START( sc5gd ) |
| 8492 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8493 | ROM_LOAD16_BYTE( "p3509p71.hi", 0x00000, 0x080000, CRC(01fa71eb) SHA1(0ccf5f994e995d1ba772561fa168714ed89543df) ) |
| 8494 | ROM_LOAD16_BYTE( "p3509p71.lo", 0x00001, 0x080000, CRC(9f2ab639) SHA1(02c940c783820c08ac533543809a2fb87e7f563d) ) |
| 8495 | PR3509_GOLD_DIGGER_SOUNDS11 |
| 8496 | ROM_END |
| 8497 | |
| 8498 | ROM_START( sc5gda ) |
| 8499 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8500 | ROM_LOAD16_BYTE( "p3509s71.hi", 0x00000, 0x080000, CRC(b7743603) SHA1(d87301810af34e0946d2713e26f9a4d0e17d6d29) ) |
| 8501 | ROM_LOAD16_BYTE( "p3509s71.lo", 0x00001, 0x080000, CRC(4374588e) SHA1(59814e287386414e446fbbc1414499b5a17723cb) ) |
| 8502 | PR3509_GOLD_DIGGER_SOUNDS11 |
| 8503 | ROM_END |
| 8504 | |
| 8505 | |
| 8506 | ROM_START( sc5gdmz ) |
| 8507 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8508 | ROM_LOAD16_BYTE( "95420134.lo", 0x00001, 0x080000, CRC(86537cdd) SHA1(e026961508de73921368986a5fdc19e586ea9909) ) |
| 8509 | ROM_LOAD16_BYTE( "95420135.hi", 0x00000, 0x080000, CRC(5f4fc0ca) SHA1(ce425ee451a83157e5da0d7a2747c7d5b653b67c) ) |
| 8510 | sc_gdmz_others |
| 8511 | ROM_END |
| 8512 | |
| 8513 | ROM_START( sc5gdmza ) |
| 8514 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8515 | ROM_LOAD16_BYTE( "95421134.lo", 0x00001, 0x080000, CRC(603a0237) SHA1(94b5ab8e850634e800072680ceab3c12c3d2be26) ) |
| 8516 | ROM_LOAD16_BYTE( "95421135.hi", 0x00000, 0x080000, CRC(cfa548a4) SHA1(032fe4d1da5d49c1226ae198621676093678d5db) ) |
| 8517 | sc_gdmz_others |
| 8518 | ROM_END |
| 8519 | |
| 8520 | ROM_START( sc5gdclb ) |
| 8521 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8522 | ROM_LOAD16_BYTE( "95426422.lo", 0x00001, 0x080000, CRC(2f0675eb) SHA1(287bb87e372bc0fca568cb63c62bcc81e448935a) ) |
| 8523 | ROM_LOAD16_BYTE( "95426423.hi", 0x00000, 0x080000, CRC(69ca79cd) SHA1(15c59d0ec009cbc73b40767b9194b9cd8220d336) ) |
| 8524 | sc_gdclb_others |
| 8525 | ROM_END |
| 8526 | |
| 8527 | ROM_START( sc5gdclba ) |
| 8528 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8529 | ROM_LOAD16_BYTE( "95426450.lo", 0x00001, 0x080000, CRC(5229a543) SHA1(0d523a0bedfc19fa62702f6472f1112d26e2356a) ) |
| 8530 | ROM_LOAD16_BYTE( "95426451.hi", 0x00000, 0x080000, CRC(cd6288f8) SHA1(530e53e3e66965872217224947423a097cf960ca) ) |
| 8531 | sc_gdclb_others |
| 8532 | ROM_END |
| 8533 | |
| 8534 | ROM_START( sc5gdclbb ) |
| 8535 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8536 | ROM_LOAD16_BYTE( "95426498.lo", 0x00001, 0x080000, CRC(1239da8f) SHA1(436763e75c1729aa37bee74981c53ebec139fe41) ) |
| 8537 | ROM_LOAD16_BYTE( "95426499.hi", 0x00000, 0x080000, CRC(ace06244) SHA1(94b6be0b30976525743ff97f62c465c52bdc3aab) ) |
| 8538 | sc_gdclb_others |
| 8539 | ROM_END |
| 8540 | |
| 8541 | ROM_START( sc5gdclbc ) |
| 8542 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8543 | ROM_LOAD16_BYTE( "95427422.lo", 0x00001, 0x080000, CRC(a940f61f) SHA1(b66099d74a5a2bc3d639ff7dee1e6871e5464c66) ) |
| 8544 | ROM_LOAD16_BYTE( "95427423.hi", 0x00000, 0x080000, CRC(fc57ca0f) SHA1(9b2de50e5ef010edae5f112a13416074e685f2a5) ) |
| 8545 | sc_gdclb_others |
| 8546 | ROM_END |
| 8547 | |
| 8548 | ROM_START( sc5gdclbd ) |
| 8549 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8550 | ROM_LOAD16_BYTE( "95427450.lo", 0x00001, 0x080000, CRC(229112f2) SHA1(93567719f3facd9da6cf076a5e95c6c6482c8e31) ) |
| 8551 | ROM_LOAD16_BYTE( "95427451.hi", 0x00000, 0x080000, CRC(bca120fa) SHA1(8abb14bbb1d29872457fc24bc2311309e17c79eb) ) |
| 8552 | sc_gdclb_others |
| 8553 | ROM_END |
| 8554 | |
| 8555 | ROM_START( sc5gdclbe ) |
| 8556 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8557 | ROM_LOAD16_BYTE( "95427498.lo", 0x00001, 0x080000, CRC(8c1c667c) SHA1(d3f5e92fa347e2c207a9c7e4d1d5a6fac20a8937) ) |
| 8558 | ROM_LOAD16_BYTE( "95427499.hi", 0x00000, 0x080000, CRC(00744041) SHA1(6fb9db03bfcac3ca2687117c056970a62b3ea034) ) |
| 8559 | sc_gdclb_others |
| 8560 | ROM_END |
| 8561 | |
| 8562 | |
| 8563 | ROM_START( sc5gdclbf ) |
| 8564 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8565 | ROM_LOAD16_BYTE( "95428008.lo", 0x000001, 0x080000, CRC(afa4903a) SHA1(484dcfc9c5915d6bc9ddcd12897a958e24a26533) ) |
| 8566 | ROM_LOAD16_BYTE( "95428009.hi", 0x000000, 0x080000, CRC(9db1d347) SHA1(6d464544fb9b5b475c92df75b5acef5de84e4f2e) ) |
| 8567 | sc_gdclb_others |
| 8568 | ROM_END |
| 8569 | |
| 8570 | |
| 8571 | ROM_START( sc5gdclbg ) |
| 8572 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8573 | ROM_LOAD16_BYTE( "95429008.lo", 0x000001, 0x080000, CRC(5c1b04b8) SHA1(124f02685bbf3f0cc35399ae04c7b7657ecff768) ) |
| 8574 | ROM_LOAD16_BYTE( "95429009.hi", 0x000000, 0x080000, CRC(595c6f4a) SHA1(bddfc6c69a244b6b7122aaeba1e35bdf9bc95693) ) |
| 8575 | sc_gdclb_others |
| 8576 | ROM_END |
| 8577 | |
| 8578 | ROM_START( sc5gdclbh ) |
| 8579 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8580 | ROM_LOAD16_BYTE( "95428128.lo", 0x000001, 0x080000, CRC(58ae812d) SHA1(bc84e7ae48572aebae5454af2fe9ba2f09f76618) ) |
| 8581 | ROM_LOAD16_BYTE( "95428129.hi", 0x000000, 0x080000, CRC(ae0b92b9) SHA1(d11feb3b83d56d629507cf0d8ec883fcb542c23d) ) |
| 8582 | sc_gdclb_others |
| 8583 | ROM_END |
| 8584 | |
| 8585 | ROM_START( sc5gdclbi ) |
| 8586 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8587 | ROM_LOAD16_BYTE( "95429128.lo", 0x000001, 0x080000, CRC(14104a44) SHA1(f38753037ac5f0c0aa49ca73bce5e7c8307952b8) ) |
| 8588 | ROM_LOAD16_BYTE( "95429129.hi", 0x000000, 0x080000, CRC(84e83b19) SHA1(70287e7646267c37938d3113fc07d27974ca2517) ) |
| 8589 | sc_gdclb_others |
| 8590 | ROM_END |
| 8591 | |
| 8592 | ROM_START( sc5gdclbj ) |
| 8593 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8594 | ROM_LOAD16_BYTE( "95426680.lo", 0x000001, 0x080000, CRC(90e32641) SHA1(5657c4c00fab44b5b7937cac86181be675c65b0f) ) |
| 8595 | ROM_LOAD16_BYTE( "95426681.hi", 0x000000, 0x080000, CRC(1d8cdc5e) SHA1(26c862326d609ad02bd9718121eb6ad5f0e2b165) ) |
| 8596 | sc_gdclb_others |
| 8597 | ROM_END |
| 8598 | |
| 8599 | ROM_START( sc5gdclbk ) |
| 8600 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8601 | ROM_LOAD16_BYTE( "95427680.lo", 0x000001, 0x080000, CRC(f8bf30ee) SHA1(d453cd2b77c252196c115f76736b3705c0157169) ) |
| 8602 | ROM_LOAD16_BYTE( "95427681.hi", 0x000000, 0x080000, CRC(0ec40459) SHA1(95640eb3b8cc5ccd5fb9a88aa5551b1cf5513693) ) |
| 8603 | sc_gdclb_others |
| 8604 | ROM_END |
| 8605 | |
| 8606 | |
| 8607 | |
| 8608 | ROM_START( sc5gball ) |
| 8609 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8610 | ROM_LOAD16_BYTE( "95412498.lo", 0x00001, 0x080000, CRC(68f12b56) SHA1(13a0520ce2a6e4df14e88e5564d3691e58e4cef1) ) |
| 8611 | ROM_LOAD16_BYTE( "95412499.hi", 0x00000, 0x080000, CRC(2359aa3d) SHA1(d054e96d3f969c54b77a634d3ab6f4b3458855cf) ) |
| 8612 | sc_gball_pthers |
| 8613 | ROM_END |
| 8614 | |
| 8615 | ROM_START( sc5gballa ) |
| 8616 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8617 | ROM_LOAD16_BYTE( "95412614.lo", 0x00001, 0x080000, CRC(3a9207e8) SHA1(87dc40b8c6ea8d40fb899fd1bb7550fc5d65ece0) ) |
| 8618 | ROM_LOAD16_BYTE( "95412615.hi", 0x00000, 0x080000, CRC(1ef5def8) SHA1(97614ccc4cd62b49492dd065d0a9b7920846e71e) ) |
| 8619 | sc_gball_pthers |
| 8620 | ROM_END |
| 8621 | |
| 8622 | ROM_START( sc5gballb ) |
| 8623 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8624 | ROM_LOAD16_BYTE( "95413498.lo", 0x00001, 0x080000, CRC(8db258f8) SHA1(a9bcc6fa2537c05fbe9292188935086f3e89b0f3) ) |
| 8625 | ROM_LOAD16_BYTE( "95413499.hi", 0x00000, 0x080000, CRC(6ff98900) SHA1(ea30390fa74f852d9dfcd5e933149a37089b9005) ) |
| 8626 | sc_gball_pthers |
| 8627 | ROM_END |
| 8628 | |
| 8629 | ROM_START( sc5gballc ) |
| 8630 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8631 | ROM_LOAD16_BYTE( "95413614.lo", 0x00001, 0x080000, CRC(235a0b49) SHA1(2f9dd0b8daf069f9e3b00dca8e54f505748dae09) ) |
| 8632 | ROM_LOAD16_BYTE( "95413615.hi", 0x00000, 0x080000, CRC(c1a82ebd) SHA1(f50e649f5544a5f5c2facb13dc2bfbc7cf12212d) ) |
| 8633 | sc_gball_pthers |
| 8634 | ROM_END |
| 8635 | |
| 8636 | |
| 8637 | ROM_START( sc5ggame ) |
| 8638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8639 | ROM_LOAD16_BYTE( "95416124.lo", 0x00001, 0x080000, CRC(537e86dc) SHA1(592661deadf3cdbbbe7506fc3e362b5de72d9282) ) |
| 8640 | ROM_LOAD16_BYTE( "95416125.hi", 0x00000, 0x080000, CRC(15c575ac) SHA1(6fec7d27b19f2c1b84c4ce83613d5d6af3df0053) ) |
| 8641 | sc_ggame_others |
| 8642 | ROM_END |
| 8643 | |
| 8644 | ROM_START( sc5ggamea ) |
| 8645 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8646 | ROM_LOAD16_BYTE( "95416132.lo", 0x00001, 0x080000, CRC(7e24c13f) SHA1(7d23880df34163322935f0e8cf4dd5cd37b3fcb5) ) |
| 8647 | ROM_LOAD16_BYTE( "95416133.hi", 0x00000, 0x080000, CRC(8014fa57) SHA1(e356ff476da0cfd4cc6c7194bf83c21067c66870) ) |
| 8648 | sc_ggame_others |
| 8649 | ROM_END |
| 8650 | |
| 8651 | ROM_START( sc5ggameb ) |
| 8652 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8653 | ROM_LOAD16_BYTE( "95417124.lo", 0x00001, 0x080000, CRC(a7bcf290) SHA1(56669bfd91f42863526987fc2e1b98dc8cc12d6d) ) |
| 8654 | ROM_LOAD16_BYTE( "95417125.hi", 0x00000, 0x080000, CRC(f7373810) SHA1(56b3b6a2d9fb8a291f9edb023c47c24fd5c05d23) ) |
| 8655 | sc_ggame_others |
| 8656 | ROM_END |
| 8657 | |
| 8658 | ROM_START( sc5ggamec ) |
| 8659 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8660 | ROM_LOAD16_BYTE( "95417126.lo", 0x00001, 0x080000, CRC(b8184d23) SHA1(d6bfa2fe512f5a26e1beaa728837a06ae110f560) ) |
| 8661 | ROM_LOAD16_BYTE( "95417127.hi", 0x00000, 0x080000, CRC(ec1f3c3a) SHA1(214b91ffc2743c04d3030ed1bf005f1ebc124e1a) ) |
| 8662 | sc_ggame_others |
| 8663 | ROM_END |
| 8664 | |
| 8665 | ROM_START( sc5ggamed ) |
| 8666 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8667 | ROM_LOAD16_BYTE( "95417132.lo", 0x00001, 0x080000, CRC(5e6d4f71) SHA1(7aa3bae2651d51a5f46606a43d708484b05ee887) ) |
| 8668 | ROM_LOAD16_BYTE( "95417133.hi", 0x00000, 0x080000, CRC(87c015a5) SHA1(5e031909b746e0051da218fc396a8b1b71a45674) ) |
| 8669 | sc_ggame_others |
| 8670 | ROM_END |
| 8671 | |
| 8672 | |
| 8673 | ROM_START( sc5ggg ) |
| 8674 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8675 | ROM_LOAD16_BYTE( "95420722.lo", 0x00001, 0x080000, CRC(7f7dbf95) SHA1(b02ababb851518e2f9d79f8c5b7bab828d5cd8ba) ) |
| 8676 | ROM_LOAD16_BYTE( "95420723.hi", 0x00000, 0x080000, CRC(997a3b21) SHA1(5b4524848e8c4ad47f2b72d29791e32d67c88d0e) ) |
| 8677 | sc_ggg_others |
| 8678 | ROM_END |
| 8679 | |
| 8680 | ROM_START( sc5ggga ) |
| 8681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8682 | ROM_LOAD16_BYTE( "95421722.lo", 0x00001, 0x080000, CRC(2c7ad6b5) SHA1(6b922ab897da233074813cf5e32960974a46f27c) ) |
| 8683 | ROM_LOAD16_BYTE( "95421723.hi", 0x00000, 0x080000, CRC(bda8844f) SHA1(ed7c5575cb23dc359b868b65744e1bf6bfd92c85) ) |
| 8684 | sc_ggg_others |
| 8685 | ROM_END |
| 8686 | |
| 8687 | ROM_START( sc5gggb ) |
| 8688 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8689 | ROM_LOAD16_BYTE( "95420782.lo", 0x00001, 0x080000, CRC(13b65d83) SHA1(c2065db6d4b978148a49750af368b51d9438ddbc) ) |
| 8690 | ROM_LOAD16_BYTE( "95420783.hi", 0x00000, 0x080000, CRC(e6bd569b) SHA1(b668b661e7afd1c951fa50bfce564e24b712a723) ) |
| 8691 | sc_ggg_others |
| 8692 | ROM_END |
| 8693 | |
| 8694 | ROM_START( sc5gggc ) |
| 8695 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8696 | ROM_LOAD16_BYTE( "95421782.lo", 0x00001, 0x080000, CRC(623c7d94) SHA1(eb757679cdbf9a8657a8c4012ba39d7256e7af16) ) |
| 8697 | ROM_LOAD16_BYTE( "95421783.hi", 0x00000, 0x080000, CRC(dc5cf5b8) SHA1(abf35663582034ad4d62624b4814006de2d194bf) ) |
| 8698 | sc_ggg_others |
| 8699 | ROM_END |
| 8700 | |
| 8701 | |
| 8702 | ROM_START( sc5gunp ) |
| 8703 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8704 | ROM_LOAD16_BYTE( "95422360.lo", 0x00001, 0x080000, CRC(ff22816b) SHA1(29cdd9fe245f62e9455ec3bf2ebff069b2ac182d) ) |
| 8705 | ROM_LOAD16_BYTE( "95422361.hi", 0x00000, 0x080000, CRC(80a12c2e) SHA1(c92a69e4b849e73d42c045ce10a7f9f2d2ea3a9c) ) |
| 8706 | sc_gunp_others |
| 8707 | ROM_END |
| 8708 | |
| 8709 | ROM_START( sc5gunpa ) |
| 8710 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8711 | ROM_LOAD16_BYTE( "95422592.lo", 0x00001, 0x080000, CRC(b546b3bf) SHA1(ce84f806b2648ebb3582a6a68797f347b41d5e17) ) |
| 8712 | ROM_LOAD16_BYTE( "95422593.hi", 0x00000, 0x080000, CRC(74c6b5d2) SHA1(a46a8ee5a77b8310492fd272320db481c30c79f8) ) |
| 8713 | sc_gunp_others |
| 8714 | ROM_END |
| 8715 | |
| 8716 | ROM_START( sc5gunpb ) |
| 8717 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8718 | ROM_LOAD16_BYTE( "95422752.lo", 0x00001, 0x080000, CRC(82368f14) SHA1(d5d2fe0b9c31bd9dede3953ceeebc533c5102cac) ) |
| 8719 | ROM_LOAD16_BYTE( "95422753.hi", 0x00000, 0x080000, CRC(4ba46041) SHA1(ce076fc1027f09f0ab201abf2ec26116df077f93) ) |
| 8720 | sc_gunp_others |
| 8721 | ROM_END |
| 8722 | |
| 8723 | ROM_START( sc5gunpc ) |
| 8724 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8725 | ROM_LOAD16_BYTE( "95423360.lo", 0x00001, 0x080000, CRC(66be2471) SHA1(98932c263ed59dc76a8879e5f95ea37a573b0006) ) |
| 8726 | ROM_LOAD16_BYTE( "95423361.hi", 0x00000, 0x080000, CRC(15227d9d) SHA1(206e95c4c4158ed3421a0eb287a8d777cf0578bc) ) |
| 8727 | sc_gunp_others |
| 8728 | ROM_END |
| 8729 | |
| 8730 | ROM_START( sc5gunpd ) |
| 8731 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8732 | ROM_LOAD16_BYTE( "95423592.lo", 0x00001, 0x080000, CRC(5860325d) SHA1(69cab9605953ca7e93fe2dd58c1bbdf74eb79ff6) ) |
| 8733 | ROM_LOAD16_BYTE( "95423593.hi", 0x00000, 0x080000, CRC(eb8aa03a) SHA1(574683035f635cd2edcadab6b40a9b8f34850fe8) ) |
| 8734 | sc_gunp_others |
| 8735 | ROM_END |
| 8736 | |
| 8737 | ROM_START( sc5gunpe ) |
| 8738 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8739 | ROM_LOAD16_BYTE( "95426118.lo", 0x00001, 0x080000, CRC(697b7c27) SHA1(257b4cd5132a336217bf3ff1eabba8ff460ccbae) ) |
| 8740 | ROM_LOAD16_BYTE( "95426119.hi", 0x00000, 0x080000, CRC(fcee9f17) SHA1(87934f4d8c0cc55cea87dc6027f656ab4587914e) ) |
| 8741 | sc_gunp_others |
| 8742 | ROM_END |
| 8743 | |
| 8744 | ROM_START( sc5gunpf ) |
| 8745 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8746 | ROM_LOAD16_BYTE( "95426276.lo", 0x00001, 0x080000, CRC(1437f193) SHA1(516e745335ebb27c91e033292b946605a0ea3898) ) |
| 8747 | ROM_LOAD16_BYTE( "95426277.hi", 0x00000, 0x080000, CRC(88bc027d) SHA1(d4cdb691131889071e583c91eeb594fa22dc489e) ) |
| 8748 | sc_gunp_others |
| 8749 | ROM_END |
| 8750 | |
| 8751 | ROM_START( sc5gunpg ) |
| 8752 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8753 | ROM_LOAD16_BYTE( "95426398.lo", 0x00001, 0x080000, CRC(abc5b4e3) SHA1(bd2996273328b04e22d65e7737901479b3f2dc59) ) |
| 8754 | ROM_LOAD16_BYTE( "95426399.hi", 0x00000, 0x080000, CRC(d9f8d9ca) SHA1(c634146ade7fdca71c6b2fbc6f7149639a4d4677) ) |
| 8755 | sc_gunp_others |
| 8756 | ROM_END |
| 8757 | |
| 8758 | ROM_START( sc5gunph ) |
| 8759 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8760 | ROM_LOAD16_BYTE( "95427118.lo", 0x00001, 0x080000, CRC(f453ade4) SHA1(49274318d5d31c2fd63b912994870024400405f1) ) |
| 8761 | ROM_LOAD16_BYTE( "95427119.hi", 0x00000, 0x080000, CRC(ccf9ede7) SHA1(32fe6022b2da290a41521f47ce91b5048c7b91cc) ) |
| 8762 | sc_gunp_others |
| 8763 | ROM_END |
| 8764 | |
| 8765 | ROM_START( sc5gunpi ) |
| 8766 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8767 | ROM_LOAD16_BYTE( "95427276.lo", 0x00001, 0x080000, CRC(bce351c9) SHA1(58b93bedcccb79cef1b23f61cf0308331299c034) ) |
| 8768 | ROM_LOAD16_BYTE( "95427277.hi", 0x00000, 0x080000, CRC(39db7e38) SHA1(27dc16145711576962dbe943eac5c9f2ef9c0c70) ) |
| 8769 | sc_gunp_others |
| 8770 | ROM_END |
| 8771 | |
| 8772 | ROM_START( sc5gunpj ) |
| 8773 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8774 | ROM_LOAD16_BYTE( "95427398.lo", 0x00001, 0x080000, CRC(94520a24) SHA1(692fbd63481fec92391dda6dfcb99308eb9d4658) ) |
| 8775 | ROM_LOAD16_BYTE( "95427399.hi", 0x00000, 0x080000, CRC(b2d2f327) SHA1(bbaac6bce520ee957b30a3fe42fa9686ffe135e5) ) |
| 8776 | sc_gunp_others |
| 8777 | ROM_END |
| 8778 | |
| 8779 | ROM_START( sc5gunpk ) |
| 8780 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8781 | ROM_LOAD16_BYTE( "p3016p71.hi", 0x00000, 0x080000, CRC(1dc4ab56) SHA1(1f47429af60d55547f5f14235c29cb1a343778cd) ) |
| 8782 | ROM_LOAD16_BYTE( "p3016p71.lo", 0x00001, 0x080000, CRC(23a21435) SHA1(935875e89860017d4672397f32aff605af37db4c) ) |
| 8783 | sc_gunp_others |
| 8784 | ROM_END |
| 8785 | |
| 8786 | ROM_START( sc5gunpl ) |
| 8787 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8788 | ROM_LOAD16_BYTE( "p3016s71.hi", 0x00000, 0x080000, CRC(a8c8fb0b) SHA1(d79717de7a2577fa0a67271b68671c7ae752bcfc) ) |
| 8789 | ROM_LOAD16_BYTE( "p3016s71.lo", 0x00001, 0x080000, CRC(63dde41b) SHA1(b858eda07805c7149e296657bbf98c9e343209e8) ) |
| 8790 | sc_gunp_others |
| 8791 | ROM_END |
| 8792 | |
| 8793 | |
| 8794 | |
| 8795 | ROM_START( sc5hapnt ) |
| 8796 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8797 | ROM_LOAD16_BYTE( "95408046.lo", 0x00001, 0x080000, CRC(85555e8d) SHA1(3ab297896829794b3aa48924431fc1a9239946f4) ) |
| 8798 | ROM_LOAD16_BYTE( "95408047.hi", 0x00000, 0x080000, CRC(d1003e56) SHA1(e51c8871d8bc93c16507a7cd06f8499fdc93d6af) ) |
| 8799 | sc_hapnt_others |
| 8800 | ROM_END |
| 8801 | |
| 8802 | ROM_START( sc5hapnta ) |
| 8803 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8804 | ROM_LOAD16_BYTE( "95408100.lo", 0x00001, 0x080000, CRC(4aef5042) SHA1(a8e1e83bd1baf3432f775ff6b1acc5b03ccda697) ) |
| 8805 | ROM_LOAD16_BYTE( "95408101.hi", 0x00000, 0x080000, CRC(aa3b70e2) SHA1(86f38715d820717f69c08d8ca52828305f071461) ) |
| 8806 | sc_hapnt_others |
| 8807 | ROM_END |
| 8808 | |
| 8809 | ROM_START( sc5hapntb ) |
| 8810 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8811 | ROM_LOAD16_BYTE( "95408230.lo", 0x00001, 0x080000, CRC(238710bf) SHA1(827593474d179524b7c2a25c264a5b9e99e6e153) ) |
| 8812 | ROM_LOAD16_BYTE( "95408231.hi", 0x00000, 0x080000, CRC(35081642) SHA1(61dbcf6ff57fe0ec3742831e8a13a03450f3cd63) ) |
| 8813 | sc_hapnt_others |
| 8814 | ROM_END |
| 8815 | |
| 8816 | ROM_START( sc5hapntc ) |
| 8817 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8818 | ROM_LOAD16_BYTE( "95408502.lo", 0x00001, 0x080000, CRC(591041d3) SHA1(d9522f4131727b2a9ae5884039bc1c265817fa46) ) |
| 8819 | ROM_LOAD16_BYTE( "95408503.hi", 0x00000, 0x080000, CRC(c35d692f) SHA1(bfec485ba52c7a5a6c2565b02e1e9477d7fef55d) ) |
| 8820 | sc_hapnt_others |
| 8821 | ROM_END |
| 8822 | |
| 8823 | ROM_START( sc5hapntd ) |
| 8824 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8825 | ROM_LOAD16_BYTE( "95409046.lo", 0x00001, 0x080000, CRC(a099171c) SHA1(5487abb941d53c96fb5139438ba5258dc168dc40) ) |
| 8826 | ROM_LOAD16_BYTE( "95409047.hi", 0x00000, 0x080000, CRC(9f1ed231) SHA1(a95440f3225f3428309816e08852bf07f313395e) ) |
| 8827 | sc_hapnt_others |
| 8828 | ROM_END |
| 8829 | |
| 8830 | ROM_START( sc5hapnte ) |
| 8831 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8832 | ROM_LOAD16_BYTE( "95409100.lo", 0x00001, 0x080000, CRC(12f704dc) SHA1(fd1add5cfef1c24fc15cb7d623b1e4903d092f82) ) |
| 8833 | ROM_LOAD16_BYTE( "95409101.hi", 0x00000, 0x080000, CRC(2a9b4c44) SHA1(7be9b24007935ece47d73d2cfb2ba5693e50bc58) ) |
| 8834 | sc_hapnt_others |
| 8835 | ROM_END |
| 8836 | |
| 8837 | ROM_START( sc5hapntf ) |
| 8838 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8839 | ROM_LOAD16_BYTE( "95409230.lo", 0x00001, 0x080000, CRC(b16303a5) SHA1(549b64d3ec0460fa45ff0b98b4271eb2ae272e17) ) |
| 8840 | ROM_LOAD16_BYTE( "95409231.hi", 0x00000, 0x080000, CRC(5149f6c5) SHA1(4a31d7fa699f0deb04fb50d0fe0347b6a4d01c57) ) |
| 8841 | sc_hapnt_others |
| 8842 | ROM_END |
| 8843 | |
| 8844 | ROM_START( sc5hapntg ) |
| 8845 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8846 | ROM_LOAD16_BYTE( "95409502.lo", 0x00001, 0x080000, CRC(26d6f19c) SHA1(1d88a105db4c2cec181a143bded5c1aaf5a32731) ) |
| 8847 | ROM_LOAD16_BYTE( "95409503.hi", 0x00000, 0x080000, CRC(2fbf988f) SHA1(04a3bda0266e2d1430ae5223499f326972ee951c) ) |
| 8848 | sc_hapnt_others |
| 8849 | ROM_END |
| 8850 | |
| 8851 | |
| 8852 | |
| 8853 | ROM_START( sc5hellb ) |
| 8854 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8855 | ROM_LOAD16_BYTE( "p1402p12.hi", 0x00000, 0x080000, CRC(42548acf) SHA1(cc36dbe058a8296f65b123d5e1d21a58ac53252a) ) |
| 8856 | ROM_LOAD16_BYTE( "p1402p12.lo", 0x00001, 0x080000, CRC(d34211b0) SHA1(ae316d09872dab241222269231ffc9a7a5f50b83) ) |
| 8857 | sc_hellb_others |
| 8858 | ROM_END |
| 8859 | |
| 8860 | ROM_START( sc5hellba ) |
| 8861 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8862 | ROM_LOAD16_BYTE( "p1402s12.hi", 0x00000, 0x080000, CRC(3ecd9836) SHA1(c4a367d7efcde4b71e65b551aa830f881beb9cd7) ) |
| 8863 | ROM_LOAD16_BYTE( "p1402s12.lo", 0x00001, 0x080000, CRC(49778505) SHA1(4cf60e9844e30216a64a1a45fadeba780614a180) ) |
| 8864 | sc_hellb_others |
| 8865 | ROM_END |
| 8866 | |
| 8867 | |
| 8868 | |
| 8869 | |
| 8870 | |
| 8871 | ROM_START( sc5hill ) |
| 8872 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8873 | ROM_LOAD16_BYTE( "95412954.lo", 0x00001, 0x080000, CRC(0349a398) SHA1(209c6f8282a3ef95a20ce92db85b9b7e8e179bfd) ) |
| 8874 | ROM_LOAD16_BYTE( "95412955.hi", 0x00000, 0x080000, CRC(336302b6) SHA1(560a71c9de9e11d0a82e048f49ab4bfe4e112ea8) ) |
| 8875 | sc_hill_others |
| 8876 | ROM_END |
| 8877 | |
| 8878 | ROM_START( sc5hilla ) |
| 8879 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8880 | ROM_LOAD16_BYTE( "95413954.lo", 0x00001, 0x080000, CRC(f71a75d2) SHA1(1f1c88513e4aeae694bab21d0b566a5c566771b1) ) |
| 8881 | ROM_LOAD16_BYTE( "95413955.hi", 0x00000, 0x080000, CRC(490e56e2) SHA1(c27b01c773e00aa18084b25df2d145f4948a696f) ) |
| 8882 | sc_hill_others |
| 8883 | ROM_END |
| 8884 | |
| 8885 | ROM_START( sc5hillb ) |
| 8886 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8887 | ROM_LOAD16_BYTE( "hillbill.p1", 0x00001, 0x080000, CRC(997165fa) SHA1(12ffd1b841fcf9b2cd88abb35f540ef2731cbc5e) ) |
| 8888 | ROM_LOAD16_BYTE( "hillbill.p2", 0x00000, 0x080000, CRC(2572af4d) SHA1(9ad6e90a751b483d04189a3f03d76439bc04856b) ) |
| 8889 | sc_hill_others |
| 8890 | ROM_END |
| 8891 | |
| 8892 | |
| 8893 | ROM_START( sc5hiss ) |
| 8894 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8895 | ROM_LOAD16_BYTE( "95416268.odd", 0x00001, 0x080000, CRC(193027b5) SHA1(95a6a11dea8609048e4f00b6c2bc2e48a8174263) ) |
| 8896 | ROM_LOAD16_BYTE( "95416269.evn", 0x00000, 0x080000, CRC(f4782903) SHA1(870340d75d19a876aeb71449424dc41b03a0a6ce) ) |
| 8897 | sc_hiss_others |
| 8898 | ROM_END |
| 8899 | |
| 8900 | ROM_START( sc5hissa ) |
| 8901 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8902 | ROM_LOAD16_BYTE( "95417268.odd", 0x00001, 0x080000, CRC(f6424b2d) SHA1(2ad4e9ed0f5f89e4fa0e758cb74c17ae0a956b15) ) |
| 8903 | ROM_LOAD16_BYTE( "95417269.evn", 0x00000, 0x080000, CRC(709c9253) SHA1(a1075c726ba0d4ad1a4288ce7da9e890773d0393) ) |
| 8904 | sc_hiss_others |
| 8905 | ROM_END |
| 8906 | |
| 8907 | ROM_START( sc5hissb ) |
| 8908 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8909 | ROM_LOAD16_BYTE( "95420752.lo", 0x00001, 0x080000, CRC(06e74bfb) SHA1(240a62a3855925345296ce0fc4e8f47b97a33d3d) ) |
| 8910 | ROM_LOAD16_BYTE( "95420753.hi", 0x00000, 0x080000, CRC(931c2306) SHA1(ba182abda4e4a91d4132223c16686e3d54206f7f) ) |
| 8911 | sc_hiss_others |
| 8912 | ROM_END |
| 8913 | |
| 8914 | ROM_START( sc5hissc ) |
| 8915 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8916 | ROM_LOAD16_BYTE( "95421752.lo", 0x00001, 0x080000, CRC(5addeeae) SHA1(49e13faf64b8e8f895af32b1cbbef083a72ad185) ) |
| 8917 | ROM_LOAD16_BYTE( "95421753.hi", 0x00000, 0x080000, CRC(7c733653) SHA1(f47d960bd2fad92486d80182be68d0187a3c0ce2) ) |
| 8918 | sc_hiss_others |
| 8919 | ROM_END |
| 8920 | |
| 8921 | |
| 8922 | ROM_START( sc5hotdg ) |
| 8923 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8924 | ROM_LOAD16_BYTE( "p1916p12.hi", 0x00000, 0x080000, CRC(0cae3d8f) SHA1(a8599ba8bb48934f4717695e9f54d5f086a30f54) ) |
| 8925 | ROM_LOAD16_BYTE( "p1916p12.lo", 0x00001, 0x080000, CRC(aad6a266) SHA1(98d42dcdd93c800a9b4a93636f3b7dc85137248e) ) |
| 8926 | sc_hotdg_others |
| 8927 | ROM_END |
| 8928 | |
| 8929 | ROM_START( sc5hotdga ) |
| 8930 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8931 | ROM_LOAD16_BYTE( "p1916p42.hi", 0x00000, 0x080000, CRC(24002fad) SHA1(a7d240726de1a78ccd032019cdd2c1a528f68ee4) ) |
| 8932 | ROM_LOAD16_BYTE( "p1916p42.lo", 0x00001, 0x080000, CRC(2e33fc1a) SHA1(a0d9d0935e2c2bb3eb4b5a6c2d34e21d124b8376) ) |
| 8933 | sc_hotdg_others |
| 8934 | ROM_END |
| 8935 | |
| 8936 | ROM_START( sc5hotdgb ) |
| 8937 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8938 | ROM_LOAD16_BYTE( "p1916p43.hi", 0x00000, 0x080000, CRC(7ddda754) SHA1(347d0586b054f463a3572b78c38237da4e9f46b9) ) |
| 8939 | ROM_LOAD16_BYTE( "p1916p43.lo", 0x00001, 0x080000, CRC(63edfe15) SHA1(986bf6845a084d2a06ffc94765b1e56d3dd0a5a4) ) |
| 8940 | sc_hotdg_others |
| 8941 | ROM_END |
| 8942 | |
| 8943 | ROM_START( sc5hotdgc ) |
| 8944 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8945 | ROM_LOAD16_BYTE( "p1916s12.hi", 0x00000, 0x080000, CRC(53ead733) SHA1(2f7ddca4662078fd1f221274cf420f0bc2fce714) ) |
| 8946 | ROM_LOAD16_BYTE( "p1916s12.lo", 0x00001, 0x080000, CRC(2e6a0755) SHA1(62db870df95deb645e22925f6ce234598bbbefeb) ) |
| 8947 | sc_hotdg_others |
| 8948 | ROM_END |
| 8949 | |
| 8950 | ROM_START( sc5hotdgd ) |
| 8951 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8952 | ROM_LOAD16_BYTE( "p1916s42.hi", 0x00000, 0x080000, CRC(0f72d194) SHA1(52dd33c58d720dfb97d008715dda2965786db129) ) |
| 8953 | ROM_LOAD16_BYTE( "p1916s42.lo", 0x00001, 0x080000, CRC(266d2ce7) SHA1(dbd4d5892e6efdcbf72928be7595336d5c04f035) ) |
| 8954 | sc_hotdg_others |
| 8955 | ROM_END |
| 8956 | |
| 8957 | ROM_START( sc5hotdge ) |
| 8958 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8959 | ROM_LOAD16_BYTE( "p1916s43.hi", 0x00000, 0x080000, CRC(5cdb8043) SHA1(4ccce12a13ca65a25aa5936cc81445a93734c2d7) ) |
| 8960 | ROM_LOAD16_BYTE( "p1916s43.lo", 0x00001, 0x080000, CRC(09cf7a39) SHA1(099441349ec9b9cc1fb0c43172623cc2c1ca90af) ) |
| 8961 | sc_hotdg_others |
| 8962 | ROM_END |
| 8963 | |
| 8964 | |
| 8965 | ROM_START( sc5hotrd ) |
| 8966 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8967 | ROM_LOAD16_BYTE( "95418236.lo", 0x00001, 0x080000, CRC(5d269eef) SHA1(cb5771b2e7d59b94140db9fc534b9ea468e32297) ) |
| 8968 | ROM_LOAD16_BYTE( "95418237.hi", 0x00000, 0x080000, CRC(d47fe059) SHA1(8eb3a2cde00c8db17daaad945705e718a7f47930) ) |
| 8969 | sc_hotrd_others |
| 8970 | ROM_END |
| 8971 | |
| 8972 | ROM_START( sc5hotrda ) |
| 8973 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8974 | ROM_LOAD16_BYTE( "95419236.lo", 0x00001, 0x080000, CRC(3497d99f) SHA1(7d97d826e48714ace13cfe683f40338004744bf1) ) |
| 8975 | ROM_LOAD16_BYTE( "95419237.hi", 0x00000, 0x080000, CRC(a982f4ad) SHA1(7e37822ebd9e1373c9aa259a3c30dc29b1077bb8) ) |
| 8976 | sc_hotrd_others |
| 8977 | ROM_END |
| 8978 | |
| 8979 | ROM_START( sc5hotsh ) |
| 8980 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8981 | ROM_LOAD16_BYTE( "95426378.lo", 0x00001, 0x080000, CRC(b2becc3e) SHA1(d4caf998396ef2c05e28d4420f79f92e9e8d6587) ) |
| 8982 | ROM_LOAD16_BYTE( "95426379.hi", 0x00000, 0x080000, CRC(8eac9f24) SHA1(33796e805f62fdf5a06b9f9039b3ba4f26e42c69) ) |
| 8983 | sc_hotsh_others |
| 8984 | ROM_END |
| 8985 | |
| 8986 | ROM_START( sc5hotsha ) |
| 8987 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8988 | ROM_LOAD16_BYTE( "95426432.lo", 0x00001, 0x080000, CRC(8fe78f1a) SHA1(08914988aa4b2cdead5d703e3fc4d72a22e57424) ) |
| 8989 | ROM_LOAD16_BYTE( "95426433.hi", 0x00000, 0x080000, CRC(33ab3fb0) SHA1(a2e9f93595259ad43fd22f4447f524d3a5a9b4f8) ) |
| 8990 | sc_hotsh_others |
| 8991 | ROM_END |
| 8992 | |
| 8993 | ROM_START( sc5hotshb ) |
| 8994 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 8995 | ROM_LOAD16_BYTE( "95426492.lo", 0x00001, 0x080000, CRC(7748a9e4) SHA1(e7c05ffd0818806a14e85d877a930d8a29d3772f) ) |
| 8996 | ROM_LOAD16_BYTE( "95426493.hi", 0x00000, 0x080000, CRC(eb082ebb) SHA1(a12db425c4f574d243d9efc92bb7aee5e9c52bb1) ) |
| 8997 | sc_hotsh_others |
| 8998 | ROM_END |
| 8999 | |
| 9000 | ROM_START( sc5hotshc ) |
| 9001 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9002 | ROM_LOAD16_BYTE( "95426662.lo", 0x00001, 0x080000, CRC(7a1da6e9) SHA1(7d5105a552581bc6e9c51efa6a0133db764bb450) ) |
| 9003 | ROM_LOAD16_BYTE( "95426663.hi", 0x00000, 0x080000, CRC(f91c2a59) SHA1(2465b73fa5f0f307dff5dddc5b731a88b68d2758) ) |
| 9004 | sc_hotsh_others |
| 9005 | ROM_END |
| 9006 | |
| 9007 | ROM_START( sc5hotshd ) |
| 9008 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9009 | ROM_LOAD16_BYTE( "95426706.lo", 0x00001, 0x080000, CRC(fee0a9cb) SHA1(577c61d3592a8a9312f3a93954cf74ea34f62900) ) |
| 9010 | ROM_LOAD16_BYTE( "95426707.hi", 0x00000, 0x080000, CRC(95e2c0f0) SHA1(a82831233060522e92018ad578ae7720498ec19f) ) |
| 9011 | sc_hotsh_others |
| 9012 | ROM_END |
| 9013 | |
| 9014 | ROM_START( sc5hotshe ) |
| 9015 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9016 | ROM_LOAD16_BYTE( "95426806.lo", 0x00001, 0x080000, CRC(31c2e00c) SHA1(f6e891326b43373f0c76256838c2bae0abaa9c6e) ) |
| 9017 | ROM_LOAD16_BYTE( "95426807.hi", 0x00000, 0x080000, CRC(fbcded97) SHA1(5b633c0c84bb75ac3a477d7653df6480246041ec) ) |
| 9018 | sc_hotsh_others |
| 9019 | ROM_END |
| 9020 | |
| 9021 | ROM_START( sc5hotshf ) |
| 9022 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9023 | ROM_LOAD16_BYTE( "95427378.lo", 0x00001, 0x080000, CRC(6e791528) SHA1(9041d2b3b32586f07ebd063d9546ae4ab0a01211) ) |
| 9024 | ROM_LOAD16_BYTE( "95427379.hi", 0x00000, 0x080000, CRC(7a72e8dd) SHA1(eea65ad5357a91f6566bba7dd080f70e3787d500) ) |
| 9025 | sc_hotsh_others |
| 9026 | ROM_END |
| 9027 | |
| 9028 | ROM_START( sc5hotshg ) |
| 9029 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9030 | ROM_LOAD16_BYTE( "95427432.lo", 0x00001, 0x080000, CRC(ea984167) SHA1(114e62c31287eb5eabaf55ab2366bc11d723da54) ) |
| 9031 | ROM_LOAD16_BYTE( "95427433.hi", 0x00000, 0x080000, CRC(ac23eb84) SHA1(4a6279bcf2506f818c65d673caf667f97f7bd7ed) ) |
| 9032 | sc_hotsh_others |
| 9033 | ROM_END |
| 9034 | |
| 9035 | ROM_START( sc5hotshh ) |
| 9036 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9037 | ROM_LOAD16_BYTE( "95427492.lo", 0x00001, 0x080000, CRC(c4f6b00f) SHA1(cdc30c397b70f81ac71af1a9412318204e45a45d) ) |
| 9038 | ROM_LOAD16_BYTE( "95427493.hi", 0x00000, 0x080000, CRC(65addb38) SHA1(c503b49ee656e192e602b78b4128e35e1b70a045) ) |
| 9039 | sc_hotsh_others |
| 9040 | ROM_END |
| 9041 | |
| 9042 | ROM_START( sc5hotshi ) |
| 9043 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9044 | ROM_LOAD16_BYTE( "95427662.lo", 0x00001, 0x080000, CRC(46e7e3ec) SHA1(31101380d68273461dd8c4a0165412b9c27c01d5) ) |
| 9045 | ROM_LOAD16_BYTE( "95427663.hi", 0x00000, 0x080000, CRC(72e5da79) SHA1(76ad619f8de621b238a597d484a05cf5dc96b500) ) |
| 9046 | sc_hotsh_others |
| 9047 | ROM_END |
| 9048 | |
| 9049 | ROM_START( sc5hotshj ) |
| 9050 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9051 | ROM_LOAD16_BYTE( "95427706.lo", 0x00001, 0x080000, CRC(80203185) SHA1(b79b2674cd024ffe34a66bdd75702e80e35ee291) ) |
| 9052 | ROM_LOAD16_BYTE( "95427707.hi", 0x00000, 0x080000, CRC(217834e6) SHA1(3d83e7dc6e9469bc9d84046a3ee50eb9b3e36f22) ) |
| 9053 | sc_hotsh_others |
| 9054 | ROM_END |
| 9055 | |
| 9056 | ROM_START( sc5hotshk ) |
| 9057 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9058 | ROM_LOAD16_BYTE( "95427806.lo", 0x00001, 0x080000, CRC(9e99b3d3) SHA1(7a33d7722be6be998f98a4d0ad20ee11247191f3) ) |
| 9059 | ROM_LOAD16_BYTE( "95427807.hi", 0x00000, 0x080000, CRC(2ba65e5e) SHA1(387ff5b15602033d3a96551ae5e167680c2545c4) ) |
| 9060 | sc_hotsh_others |
| 9061 | ROM_END |
| 9062 | |
| 9063 | ROM_START( sc5hotshl ) |
| 9064 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9065 | ROM_LOAD16_BYTE( "p3211p11.hi", 0x00000, 0x080000, CRC(0b6a1b71) SHA1(d3275c100884f89593747d904f519eb562103954) ) |
| 9066 | ROM_LOAD16_BYTE( "p3211p11.lo", 0x00001, 0x080000, CRC(2942b947) SHA1(e43b95175d3a0410a03c57a1f31971058db8e461) ) |
| 9067 | sc_hotsh_others |
| 9068 | ROM_END |
| 9069 | |
| 9070 | ROM_START( sc5hotshm ) |
| 9071 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9072 | ROM_LOAD16_BYTE( "p3211p12.hi", 0x00000, 0x080000, CRC(3e8bd55d) SHA1(f6df6572d05f078b1c1c06504b470043a1cab575) ) |
| 9073 | ROM_LOAD16_BYTE( "p3211p12.lo", 0x00001, 0x080000, CRC(4ab31d56) SHA1(76013ec461909b0e0e9ac1230d997fe52c31d697) ) |
| 9074 | sc_hotsh_others |
| 9075 | ROM_END |
| 9076 | |
| 9077 | ROM_START( sc5hotshn ) |
| 9078 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9079 | ROM_LOAD16_BYTE( "p3211p14.hi", 0x00000, 0x080000, CRC(5b338215) SHA1(0773e07fef62eb20f8e2534a87cba1f47328dd48) ) |
| 9080 | ROM_LOAD16_BYTE( "p3211p14.lo", 0x00001, 0x080000, CRC(5b0c156c) SHA1(bbec0bb77e5b2049b7a659db8879bdb484cb31eb) ) |
| 9081 | sc_hotsh_others |
| 9082 | ROM_END |
| 9083 | |
| 9084 | ROM_START( sc5hotsho ) |
| 9085 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9086 | ROM_LOAD16_BYTE( "p3211s11.hi", 0x00000, 0x080000, CRC(c7e65025) SHA1(71701b719e4f41788baf61ff02ccce695098e9f0) ) |
| 9087 | ROM_LOAD16_BYTE( "p3211s11.lo", 0x00001, 0x080000, CRC(1a7ffa79) SHA1(7460053653cf7faf401058cdf10e18166b539188) ) |
| 9088 | sc_hotsh_others |
| 9089 | ROM_END |
| 9090 | |
| 9091 | ROM_START( sc5hotshp ) |
| 9092 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9093 | ROM_LOAD16_BYTE( "p3211s12.hi", 0x00000, 0x080000, CRC(e2140ecf) SHA1(149e7e82a425c49a707606853625fe18e5b472c4) ) |
| 9094 | ROM_LOAD16_BYTE( "p3211s12.lo", 0x00001, 0x080000, CRC(63f95c98) SHA1(66e7eca7627fd7920ea9bf99b9edd474c4f8078f) ) |
| 9095 | sc_hotsh_others |
| 9096 | ROM_END |
| 9097 | |
| 9098 | ROM_START( sc5hotshq ) |
| 9099 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9100 | ROM_LOAD16_BYTE( "p3211s14.hi", 0x00000, 0x080000, CRC(dda94558) SHA1(3477387ae0f3d10e0c8008e7408ab5a09854d878) ) |
| 9101 | ROM_LOAD16_BYTE( "p3211s14.lo", 0x00001, 0x080000, CRC(af9d682e) SHA1(0a3a5c2b6374e9d0692ec88698e9ef7a59dd4b48) ) |
| 9102 | sc_hotsh_others |
| 9103 | ROM_END |
| 9104 | |
| 9105 | |
| 9106 | ROM_START( sc5hotwd ) |
| 9107 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9108 | ROM_LOAD16_BYTE( "p1311p11.hi", 0x00000, 0x080000, CRC(0cffb3d1) SHA1(15f11f612f2fc7d5b1b418c2c55cb14ca8b023a2) ) |
| 9109 | ROM_LOAD16_BYTE( "p1311p11.lo", 0x00001, 0x080000, CRC(f5584b61) SHA1(f2a4bab089a574a93ca26571cda82e4c1275663a) ) |
| 9110 | sc_hotwd_others |
| 9111 | ROM_END |
| 9112 | |
| 9113 | ROM_START( sc5hotwda ) |
| 9114 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9115 | ROM_LOAD16_BYTE( "p1311p12.hi", 0x00000, 0x080000, CRC(a8d989c9) SHA1(38fa0909c4572c67e67d48afa51312a654669fbe) ) |
| 9116 | ROM_LOAD16_BYTE( "p1311p12.lo", 0x00001, 0x080000, CRC(75f723ef) SHA1(40eb02aa77e6d515883def4346d825e8f3a85e6f) ) |
| 9117 | sc_hotwd_others |
| 9118 | ROM_END |
| 9119 | |
| 9120 | ROM_START( sc5hotwdb ) |
| 9121 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9122 | ROM_LOAD16_BYTE( "p1311p13.hi", 0x00000, 0x080000, CRC(b1da1f1f) SHA1(8f042f4a2c8442bbbeacbf6aae6b95a36e8c09c4) ) |
| 9123 | ROM_LOAD16_BYTE( "p1311p13.lo", 0x00001, 0x080000, CRC(c76afc6f) SHA1(43e2999c46d0e2e157660dc0e2729393e5fa1f03) ) |
| 9124 | sc_hotwd_others |
| 9125 | ROM_END |
| 9126 | |
| 9127 | ROM_START( sc5hotwdc ) |
| 9128 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9129 | ROM_LOAD16_BYTE( "p1311p15.hi", 0x00000, 0x080000, CRC(1a01e95b) SHA1(9382b739f7e364e252dfeef28fb4b88e99bc8923) ) |
| 9130 | ROM_LOAD16_BYTE( "p1311p15.lo", 0x00001, 0x080000, CRC(a1e5d6ca) SHA1(b670904a7e12c7686b72598e16f1b23683a1f94f) ) |
| 9131 | sc_hotwd_others |
| 9132 | ROM_END |
| 9133 | |
| 9134 | ROM_START( sc5hotwdd ) |
| 9135 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9136 | ROM_LOAD16_BYTE( "p1311s11.hi", 0x00000, 0x080000, CRC(f527759d) SHA1(4f9ccaf11ce0a0a9691aa2c304d92152cb4048f0) ) |
| 9137 | ROM_LOAD16_BYTE( "p1311s11.lo", 0x00001, 0x080000, CRC(77fb5395) SHA1(88f417d2ee5884dd6ceb1fb9ee5b91b81f6b8c30) ) |
| 9138 | sc_hotwd_others |
| 9139 | ROM_END |
| 9140 | |
| 9141 | ROM_START( sc5hotwde ) |
| 9142 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9143 | ROM_LOAD16_BYTE( "p1311s12.hi", 0x00000, 0x080000, CRC(c364eeca) SHA1(e2a6ebbd23329ab517dcedc57ad9df911bff6d4c) ) |
| 9144 | ROM_LOAD16_BYTE( "p1311s12.lo", 0x00001, 0x080000, CRC(ac7674bd) SHA1(f45f83c044bb6761b5c466662d946eb3bccff02c) ) |
| 9145 | sc_hotwd_others |
| 9146 | ROM_END |
| 9147 | |
| 9148 | ROM_START( sc5hotwdf ) |
| 9149 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9150 | ROM_LOAD16_BYTE( "p1311s13.hi", 0x00000, 0x080000, CRC(592ae4bd) SHA1(42d0d6240dd590867b9f5d56797f98d45313a9a0) ) |
| 9151 | ROM_LOAD16_BYTE( "p1311s13.lo", 0x00001, 0x080000, CRC(be15bbb3) SHA1(477bd708c1a6953ecae4d54ba3bb826e1e7a7d13) ) |
| 9152 | sc_hotwd_others |
| 9153 | ROM_END |
| 9154 | |
| 9155 | ROM_START( sc5hotwdg ) |
| 9156 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9157 | ROM_LOAD16_BYTE( "p1311s15.hi", 0x00000, 0x080000, CRC(a5c375e3) SHA1(3eb1ab2b99ced4d6ad411491d30afd4242830c72) ) |
| 9158 | ROM_LOAD16_BYTE( "p1311s15.lo", 0x00001, 0x080000, CRC(a71d1ce2) SHA1(cd3a34f130c83e29640e3f02983eda76169b5611) ) |
| 9159 | sc_hotwd_others |
| 9160 | ROM_END |
| 9161 | |
| 9162 | |
| 9163 | |
| 9164 | ROM_START( sc5celeb ) |
| 9165 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9166 | ROM_LOAD16_BYTE( "95412424.lo", 0x00001, 0x080000, CRC(391bf7c3) SHA1(02c316aa45dd404d9ddb46120ec206ec8830f211) ) |
| 9167 | ROM_LOAD16_BYTE( "95412425.hi", 0x00000, 0x080000, CRC(62784b29) SHA1(ceb750d2a053073d62e4935a94ff4ddbba1a20ec) ) |
| 9168 | sc_celeb_others |
| 9169 | ROM_END |
| 9170 | |
| 9171 | ROM_START( sc5celeba ) |
| 9172 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9173 | ROM_LOAD16_BYTE( "95412568.lo", 0x00001, 0x080000, CRC(2fc69a9d) SHA1(df7a49bc9da5292189adf8b72acfeb8b0c2abebc) ) |
| 9174 | ROM_LOAD16_BYTE( "95412569.hi", 0x00000, 0x080000, CRC(893c2f30) SHA1(84575fd6e815f4978e6fbacf3c5b27313636e98b) ) |
| 9175 | sc_celeb_others |
| 9176 | ROM_END |
| 9177 | |
| 9178 | ROM_START( sc5celebb ) |
| 9179 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9180 | ROM_LOAD16_BYTE( "95413424.lo", 0x00001, 0x080000, CRC(0a399355) SHA1(9402446df85a74515cdc48c693d3feca70946c03) ) |
| 9181 | ROM_LOAD16_BYTE( "95413425.hi", 0x00000, 0x080000, CRC(0381d540) SHA1(55fc831b4ad4a10728de34c813de08e0565d3952) ) |
| 9182 | sc_celeb_others |
| 9183 | ROM_END |
| 9184 | |
| 9185 | ROM_START( sc5celebc ) |
| 9186 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9187 | ROM_LOAD16_BYTE( "95413568.lo", 0x00001, 0x080000, CRC(591c333d) SHA1(d7ee1da41f2ff761d6b354cae887ad5ec1e480a4) ) |
| 9188 | ROM_LOAD16_BYTE( "95413569.hi", 0x00000, 0x080000, CRC(fc6be370) SHA1(8459c6c029d65d5313a6086f44f5c990dfbf4ed4) ) |
| 9189 | sc_celeb_others |
| 9190 | ROM_END |
| 9191 | |
| 9192 | ROM_START( sc5celebd ) |
| 9193 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9194 | ROM_LOAD16_BYTE( "celebs5.lo", 0x00001, 0x080000, CRC(4b13ea1e) SHA1(40cfb21c296531f7cbc97f34b26efe65df03e3a8) ) |
| 9195 | ROM_LOAD16_BYTE( "celebs5.hi", 0x00000, 0x080000, CRC(2db750d2) SHA1(b16e38f82e5661c654f0a82f64b00e840042ec05) ) |
| 9196 | sc_celeb_others |
| 9197 | ROM_END |
| 9198 | |
| 9199 | |
| 9200 | |
| 9201 | ROM_START( sc5inspn ) |
| 9202 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9203 | ROM_LOAD16_BYTE( "95416702.lo", 0x00001, 0x080000, CRC(043ede54) SHA1(479fd31d1eedbf7ac45422f0a5299ad4beb9eadc) ) |
| 9204 | ROM_LOAD16_BYTE( "95416703.hi", 0x00000, 0x080000, CRC(7fa5e2ff) SHA1(92aa510ad144cbe884d5f7b82e3ebbbb05b2eec3) ) |
| 9205 | sc_inspn_others |
| 9206 | ROM_END |
| 9207 | |
| 9208 | ROM_START( sc5inspna ) |
| 9209 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9210 | ROM_LOAD16_BYTE( "95417702.lo", 0x00001, 0x080000, CRC(e6088c2e) SHA1(471ca3116ce3554cc80bd945a113af650a54a81b) ) |
| 9211 | ROM_LOAD16_BYTE( "95417703.hi", 0x00000, 0x080000, CRC(c8ecffdc) SHA1(26730d51e437f6b1701a73dacb34d25c6edbe536) ) |
| 9212 | sc_inspn_others |
| 9213 | ROM_END |
| 9214 | |
| 9215 | |
| 9216 | |
| 9217 | |
| 9218 | ROM_START( sc5ijob ) |
| 9219 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9220 | ROM_LOAD16_BYTE( "95422376.lo", 0x00001, 0x080000, CRC(c1e81dba) SHA1(146ffbbe4c5da6bbfd73250a09d355ed91498539) ) |
| 9221 | ROM_LOAD16_BYTE( "95422377.hi", 0x00000, 0x080000, CRC(ba0bd975) SHA1(0948ca47ffc906e10a9ebc1105e9aafc1d325d24) ) |
| 9222 | sc_ijob_others |
| 9223 | ROM_END |
| 9224 | |
| 9225 | ROM_START( sc5ijoba ) |
| 9226 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9227 | ROM_LOAD16_BYTE( "95422586.lo", 0x00001, 0x080000, CRC(9d5f65d3) SHA1(208344ff0fa960802261d974c53b9e016d6b71b7) ) |
| 9228 | ROM_LOAD16_BYTE( "95422587.hi", 0x00000, 0x080000, CRC(f1931c78) SHA1(9aed7e12edb415dbe3e78ab81ec0775c168b31d2) ) |
| 9229 | sc_ijob_others |
| 9230 | ROM_END |
| 9231 | |
| 9232 | ROM_START( sc5ijobb ) |
| 9233 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9234 | ROM_LOAD16_BYTE( "95423376.lo", 0x00001, 0x080000, CRC(cdd90a5c) SHA1(785dafbac3db909c3d69ce80e14154fac58f614d) ) |
| 9235 | ROM_LOAD16_BYTE( "95423377.hi", 0x00000, 0x080000, CRC(b3813d77) SHA1(ee5fbdd623abbf88a362881f30cc645ea75e8d83) ) |
| 9236 | sc_ijob_others |
| 9237 | ROM_END |
| 9238 | |
| 9239 | ROM_START( sc5ijobc ) |
| 9240 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9241 | ROM_LOAD16_BYTE( "95423586.lo", 0x00001, 0x080000, CRC(1737cf65) SHA1(e29ffc76e4dec2ea77aaf345ab035ef03983ad17) ) |
| 9242 | ROM_LOAD16_BYTE( "95423587.hi", 0x00000, 0x080000, CRC(ecf4da0a) SHA1(f4e6b83a74e32d4c59f0c67564e6969458aaab46) ) |
| 9243 | sc_ijob_others |
| 9244 | ROM_END |
| 9245 | |
| 9246 | ROM_START( sc5ijobd ) |
| 9247 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9248 | ROM_LOAD16_BYTE( "95426076.lo", 0x00001, 0x080000, CRC(9aca7761) SHA1(6998382d3f5867802a429f755875f1e12a6f1dd5) ) |
| 9249 | ROM_LOAD16_BYTE( "95426077.hi", 0x00000, 0x080000, CRC(8d979dec) SHA1(6beeae68a6a2af27ce37366f8ccaeea0dd37f2d9) ) |
| 9250 | sc_ijob_others |
| 9251 | ROM_END |
| 9252 | |
| 9253 | ROM_START( sc5ijobe ) |
| 9254 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9255 | ROM_LOAD16_BYTE( "95426274.lo", 0x00001, 0x080000, CRC(3ec8d159) SHA1(ca7ec3e05f34fdafa270e2850bbcb1873e298f27) ) |
| 9256 | ROM_LOAD16_BYTE( "95426275.hi", 0x00000, 0x080000, CRC(5c2a2eea) SHA1(1e3f7ee4ac09c0edaeed81a49e9e5d112bd65643) ) |
| 9257 | sc_ijob_others |
| 9258 | ROM_END |
| 9259 | |
| 9260 | ROM_START( sc5ijobf ) |
| 9261 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9262 | ROM_LOAD16_BYTE( "95426460.lo", 0x00001, 0x080000, CRC(3d738a1e) SHA1(f1f7e24f95e284b31633bad4673b41e8e9bd4f5a) ) |
| 9263 | ROM_LOAD16_BYTE( "95426461.hi", 0x00000, 0x080000, CRC(eec70c63) SHA1(557bb62d9dd9eec978278b5954861546cf3f1523) ) |
| 9264 | sc_ijob_others |
| 9265 | ROM_END |
| 9266 | |
| 9267 | ROM_START( sc5ijobg ) |
| 9268 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9269 | ROM_LOAD16_BYTE( "95427076.lo", 0x00001, 0x080000, CRC(06a0d769) SHA1(58cb11b2eb0e1166d9f3e121aedf85cff692ecdf) ) |
| 9270 | ROM_LOAD16_BYTE( "95427077.hi", 0x00000, 0x080000, CRC(e235e8e5) SHA1(7a6601649dcb3897390aa11a35286f254045cbf9) ) |
| 9271 | sc_ijob_others |
| 9272 | ROM_END |
| 9273 | |
| 9274 | ROM_START( sc5ijobh ) |
| 9275 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9276 | ROM_LOAD16_BYTE( "95427274.lo", 0x00001, 0x080000, CRC(30efe63b) SHA1(6842d7c36a75a64abaccf3bed1c657e26868e5d2) ) |
| 9277 | ROM_LOAD16_BYTE( "95427275.hi", 0x00000, 0x080000, CRC(39a1266b) SHA1(c87e04d20ae87fb528c1668ea4a7f2e0c5df5e62) ) |
| 9278 | sc_ijob_others |
| 9279 | ROM_END |
| 9280 | |
| 9281 | ROM_START( sc5ijobi ) |
| 9282 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9283 | ROM_LOAD16_BYTE( "95427460.lo", 0x00001, 0x080000, CRC(020fd6d7) SHA1(fe1a4c8196359fc18fb89d5b52d73b2df95c97b8) ) |
| 9284 | ROM_LOAD16_BYTE( "95427461.hi", 0x00000, 0x080000, CRC(167ad51d) SHA1(be27d3c14376f232306dc261810842ec031a7399) ) |
| 9285 | sc_ijob_others |
| 9286 | ROM_END |
| 9287 | |
| 9288 | |
| 9289 | ROM_START( sc5jjok ) |
| 9290 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9291 | ROM_LOAD16_BYTE( "95412588.lo", 0x00001, 0x080000, CRC(c1bd880f) SHA1(985b162876f8d2971b4630a6001da020cd2785a2) ) |
| 9292 | ROM_LOAD16_BYTE( "95412589.hi", 0x00000, 0x080000, CRC(1f083bd2) SHA1(300656a971b6172f2bbf6e5156af58f5589b2e8a) ) |
| 9293 | sc_jjok_others |
| 9294 | ROM_END |
| 9295 | |
| 9296 | ROM_START( sc5jjoka ) |
| 9297 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9298 | ROM_LOAD16_BYTE( "95413588.lo", 0x00001, 0x080000, CRC(dbc1e95d) SHA1(30af0b19422cc35201fbbd533db358d1f7881cf8) ) |
| 9299 | ROM_LOAD16_BYTE( "95413589.hi", 0x00000, 0x080000, CRC(ce90b42f) SHA1(0da6f8e1579cee0b7a1bb2d2828470971da85afb) ) |
| 9300 | sc_jjok_others |
| 9301 | ROM_END |
| 9302 | |
| 9303 | |
| 9304 | ROM_START( sc5ldvl ) |
| 9305 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9306 | ROM_LOAD16_BYTE( "95420972.lo", 0x00001, 0x080000, CRC(92a3c6ab) SHA1(dbfe3c6e9b751dad14993a9ed18a966f7587569b) ) |
| 9307 | ROM_LOAD16_BYTE( "95420973.hi", 0x00000, 0x080000, CRC(eabf2e76) SHA1(9a14afd1a5f8fcd02c43172038323cea53512ac4) ) |
| 9308 | sc_ldvl_others |
| 9309 | ROM_END |
| 9310 | |
| 9311 | ROM_START( sc5ldvla ) |
| 9312 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9313 | ROM_LOAD16_BYTE( "95421972.lo", 0x00001, 0x080000, CRC(14c9318b) SHA1(69a0c1ad26488402cdf8b9e1904ce6ba159f448d) ) |
| 9314 | ROM_LOAD16_BYTE( "95421973.hi", 0x00000, 0x080000, CRC(392e6b98) SHA1(f1600ab27c587cd5b141e721e740c73a08fd563e) ) |
| 9315 | sc_ldvl_others |
| 9316 | ROM_END |
| 9317 | |
| 9318 | ROM_START( sc5ldvlb ) |
| 9319 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9320 | ROM_LOAD16_BYTE( "95424494.lo", 0x00001, 0x080000, CRC(ad821007) SHA1(0498b98222806344d5b29d1866922e705f4bd861) ) |
| 9321 | ROM_LOAD16_BYTE( "95424495.hi", 0x00000, 0x080000, CRC(e5934cc5) SHA1(8641f90f0e1d47bee9d01e75552d94c368f50c87) ) |
| 9322 | sc_ldvl_others |
| 9323 | ROM_END |
| 9324 | |
| 9325 | ROM_START( sc5ldvlc ) |
| 9326 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9327 | ROM_LOAD16_BYTE( "95424534.lo", 0x00001, 0x080000, CRC(40d2de6a) SHA1(9e6e91d68976e9316f3c001cead6f7419bc4c2e0) ) |
| 9328 | ROM_LOAD16_BYTE( "95424535.hi", 0x00000, 0x080000, CRC(6f67a83f) SHA1(37355719a6660f2c8bf2d30fe44c44f99828d6af) ) |
| 9329 | sc_ldvl_others |
| 9330 | ROM_END |
| 9331 | |
| 9332 | ROM_START( sc5ldvld ) |
| 9333 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9334 | ROM_LOAD16_BYTE( "95425494.lo", 0x00001, 0x080000, CRC(8532bb68) SHA1(c090a7150297ac76dcbd86ce2b42c30f37746935) ) |
| 9335 | ROM_LOAD16_BYTE( "95425495.hi", 0x00000, 0x080000, CRC(e72f6e48) SHA1(79570758a8211a1f9d22ae521ba1a84c7d3eb3b5) ) |
| 9336 | sc_ldvl_others |
| 9337 | ROM_END |
| 9338 | |
| 9339 | ROM_START( sc5ldvle ) |
| 9340 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9341 | ROM_LOAD16_BYTE( "95425534.lo", 0x00001, 0x080000, CRC(5171fa1e) SHA1(b465747669956087e2ded1ddcc113cb20b9c3500) ) |
| 9342 | ROM_LOAD16_BYTE( "95425535.hi", 0x00000, 0x080000, CRC(e6a44159) SHA1(64855a21c320d41450c6d5737f1c876493a0e5a3) ) |
| 9343 | sc_ldvl_others |
| 9344 | ROM_END |
| 9345 | |
| 9346 | |
| 9347 | ROM_START( sc5lotrr ) |
| 9348 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9349 | ROM_LOAD16_BYTE( "95410394.lo", 0x00001, 0x080000, CRC(d557f534) SHA1(9efd379e6197a94ec14642871a24c94f71e9a24b) ) |
| 9350 | ROM_LOAD16_BYTE( "95410395.hi", 0x00000, 0x080000, CRC(10314cd5) SHA1(c784bb54c73d959f0e3f35a1e8bb18b139df4eb5) ) |
| 9351 | sc_lotrr_others |
| 9352 | ROM_END |
| 9353 | |
| 9354 | ROM_START( sc5lotrra ) |
| 9355 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9356 | ROM_LOAD16_BYTE( "95410396.lo", 0x00001, 0x080000, CRC(2a3a7527) SHA1(26460b7bf3b7b0908bc3c2dcd6ee28b1980f5e24) ) |
| 9357 | ROM_LOAD16_BYTE( "95410397.hi", 0x00000, 0x080000, CRC(0ec51414) SHA1(8703d411222f88b46316d0bb435fff93c092fef2) ) |
| 9358 | sc_lotrr_others |
| 9359 | ROM_END |
| 9360 | |
| 9361 | ROM_START( sc5lotrrb ) |
| 9362 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9363 | ROM_LOAD16_BYTE( "95410626.lo", 0x00001, 0x080000, CRC(dd2020ce) SHA1(02926072b4c2450eb5f5220a92d008acbc2eae33) ) |
| 9364 | ROM_LOAD16_BYTE( "95410627.hi", 0x00000, 0x080000, CRC(e82db72a) SHA1(697350b6694c3cc1d1a2a56a2757e40892dcd194) ) |
| 9365 | sc_lotrr_others |
| 9366 | ROM_END |
| 9367 | |
| 9368 | ROM_START( sc5lotrrc ) |
| 9369 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9370 | ROM_LOAD16_BYTE( "95410628.lo", 0x00001, 0x080000, CRC(dcd4fb17) SHA1(5b799d1781985295d096e6531c8889adac93c32e) ) |
| 9371 | ROM_LOAD16_BYTE( "95410629.hi", 0x00000, 0x080000, CRC(3092caa2) SHA1(aa271b2deeed72c0683838c360fd95839071f89d) ) |
| 9372 | sc_lotrr_others |
| 9373 | ROM_END |
| 9374 | |
| 9375 | ROM_START( sc5lotrrd ) |
| 9376 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9377 | ROM_LOAD16_BYTE( "95411394.lo", 0x00001, 0x080000, CRC(b5b840e9) SHA1(c30b0a0b2b5783ad6948a72cf81cba75f17a0c22) ) |
| 9378 | ROM_LOAD16_BYTE( "95411395.hi", 0x00000, 0x080000, CRC(6658a38f) SHA1(5827af96fd9a8ff1dc0ad7a166303eee083b66ec) ) |
| 9379 | sc_lotrr_others |
| 9380 | ROM_END |
| 9381 | |
| 9382 | ROM_START( sc5lotrre ) |
| 9383 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9384 | ROM_LOAD16_BYTE( "95411626.lo", 0x00001, 0x080000, CRC(c6c96d4d) SHA1(c03172ae532a8a4f925aab57134e6662a349c3a7) ) |
| 9385 | ROM_LOAD16_BYTE( "95411627.hi", 0x00000, 0x080000, CRC(4dc69691) SHA1(19fe57968e0a1f905b3c5bcdcc728c29ecab9048) ) |
| 9386 | sc_lotrr_others |
| 9387 | ROM_END |
| 9388 | |
| 9389 | ROM_START( sc5lotrrf ) |
| 9390 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9391 | ROM_LOAD16_BYTE( "95411628.lo", 0x00001, 0x080000, CRC(c73db694) SHA1(0974f02f6b033448dbe5853128402aaa3a74ff65) ) |
| 9392 | ROM_LOAD16_BYTE( "95411629.hi", 0x00000, 0x080000, CRC(9579eb19) SHA1(1544a6a1511f2b81286a8903bb5bba50833f86e2) ) |
| 9393 | sc_lotrr_others |
| 9394 | ROM_END |
| 9395 | |
| 9396 | ROM_START( sc5lotrrg ) |
| 9397 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9398 | ROM_LOAD16_BYTE( "95412576.lo", 0x00001, 0x080000, CRC(074e4d44) SHA1(051dfe059170cb03f921b7f3a2d5352edd86cbe1) ) |
| 9399 | ROM_LOAD16_BYTE( "95412577.hi", 0x00000, 0x080000, CRC(979476d8) SHA1(b4be828f6c37039234438f0dc0b73c17bcbceebe) ) |
| 9400 | sc_lotrr_others |
| 9401 | ROM_END |
| 9402 | |
| 9403 | ROM_START( sc5lotrrh ) |
| 9404 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9405 | ROM_LOAD16_BYTE( "95411396.lo", 0x00001, 0x080000, CRC(4ad5c0fa) SHA1(8b881cd9ee1440b48644bf9cdf93637b74c75cb2) ) |
| 9406 | ROM_LOAD16_BYTE( "95411397.hi", 0x00000, 0x080000, CRC(78acfb4e) SHA1(1d9b251a73bfd8452c1842c0a96c020c1d123906) ) |
| 9407 | sc_lotrr_others |
| 9408 | ROM_END |
| 9409 | |
| 9410 | ROM_START( sc5lotrri ) |
| 9411 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9412 | ROM_LOAD16_BYTE( "95413576.lo", 0x00001, 0x080000, CRC(367be3bb) SHA1(0cc3829fab1b7e9472ec8012b95720444252ed33) ) |
| 9413 | ROM_LOAD16_BYTE( "95413577.hi", 0x00000, 0x080000, CRC(d24a64d8) SHA1(ce1f8ec91926bd22be929dadd3e974354ad930d1) ) |
| 9414 | sc_lotrr_others |
| 9415 | ROM_END |
| 9416 | |
| 9417 | |
| 9418 | ROM_START( sc5manic ) |
| 9419 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9420 | ROM_LOAD16_BYTE( "95418954.lo", 0x00001, 0x080000, CRC(3758a20f) SHA1(870bd48a697ef4bf28675a12c9dc00da27693ea2) ) |
| 9421 | ROM_LOAD16_BYTE( "95418955.hi", 0x00000, 0x080000, CRC(ee9bbdd7) SHA1(65ea3d6e74c0b44659ba121dc32f05b2f4df101e) ) |
| 9422 | sc_manic_others |
| 9423 | ROM_END |
| 9424 | |
| 9425 | ROM_START( sc5manica ) |
| 9426 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9427 | ROM_LOAD16_BYTE( "95419954.lo", 0x00001, 0x080000, CRC(e4935b60) SHA1(226dc89b4046f315c01edcd222ed1676687c7b1e) ) |
| 9428 | ROM_LOAD16_BYTE( "95419955.hi", 0x00000, 0x080000, CRC(e4c66930) SHA1(e32c4f1cd0f8db0723d0dd42016d8a4a1b075bc2) ) |
| 9429 | sc_manic_others |
| 9430 | ROM_END |
| 9431 | |
| 9432 | ROM_START( sc5manicb ) |
| 9433 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9434 | ROM_LOAD16_BYTE( "95422040.lo", 0x00001, 0x080000, CRC(3c6cbcac) SHA1(102776c47d924d1c027217095aa33ef09e935bea) ) |
| 9435 | ROM_LOAD16_BYTE( "95422041.hi", 0x00000, 0x080000, CRC(9d3177e6) SHA1(ec939b5b2508c7d420e34efc4d06bb71070e699e) ) |
| 9436 | sc_manic_others |
| 9437 | ROM_END |
| 9438 | |
| 9439 | ROM_START( sc5manicc ) |
| 9440 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9441 | ROM_LOAD16_BYTE( "95422064.lo", 0x00001, 0x080000, CRC(82b62da6) SHA1(8c7f9bab82027dcdba3c3587d607a3deabeb5e47) ) |
| 9442 | ROM_LOAD16_BYTE( "95422065.hi", 0x00000, 0x080000, CRC(b3444633) SHA1(c0c7473475fb8f06731aaa0aac73d914f087a1ee) ) |
| 9443 | sc_manic_others |
| 9444 | ROM_END |
| 9445 | |
| 9446 | ROM_START( sc5manicd ) |
| 9447 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9448 | ROM_LOAD16_BYTE( "95422130.lo", 0x00001, 0x080000, CRC(7c591231) SHA1(b2e23a0c9887fcdea2a9cae0dc7d0569725f7430) ) |
| 9449 | ROM_LOAD16_BYTE( "95422131.hi", 0x00000, 0x080000, CRC(70c795a4) SHA1(830246c935328ae6ed2212df1fd0ebaf7b50922c) ) |
| 9450 | sc_manic_others |
| 9451 | ROM_END |
| 9452 | |
| 9453 | ROM_START( sc5manice ) |
| 9454 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9455 | ROM_LOAD16_BYTE( "95422220.lo", 0x00001, 0x080000, CRC(7f46c357) SHA1(6b5cf3b6c6bae254c4194b4e9c378179e3b954fd) ) |
| 9456 | ROM_LOAD16_BYTE( "95422221.hi", 0x00000, 0x080000, CRC(d465b976) SHA1(29c7ac7cf03bb4bd79b75a4cf7862175ffa58cfc) ) |
| 9457 | sc_manic_others |
| 9458 | ROM_END |
| 9459 | |
| 9460 | ROM_START( sc5manicf ) |
| 9461 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9462 | ROM_LOAD16_BYTE( "95422602.lo", 0x00001, 0x080000, CRC(3b418150) SHA1(82124b1a3baa711bdd0883d06d8c58fb19755230) ) |
| 9463 | ROM_LOAD16_BYTE( "95422603.hi", 0x00000, 0x080000, CRC(6f6a87ad) SHA1(736f386546fd849133fd389d1d06d67eccfd2951) ) |
| 9464 | sc_manic_others |
| 9465 | ROM_END |
| 9466 | |
| 9467 | ROM_START( sc5manicg ) |
| 9468 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9469 | ROM_LOAD16_BYTE( "95422606.lo", 0x00001, 0x080000, CRC(9a280f93) SHA1(a7b5d01dc60457e34ceb2ebca868c2c2b6051b67) ) |
| 9470 | ROM_LOAD16_BYTE( "95422607.hi", 0x00000, 0x080000, CRC(f940ab5b) SHA1(bc61e1b9a11a235f90231e1d68659b2a0435adea) ) |
| 9471 | sc_manic_others |
| 9472 | ROM_END |
| 9473 | |
| 9474 | ROM_START( sc5manich ) |
| 9475 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9476 | ROM_LOAD16_BYTE( "95422848.lo", 0x00001, 0x080000, CRC(fbe5a0c2) SHA1(4e537a9d92ce074faec6ef05410260aceefb1102) ) |
| 9477 | ROM_LOAD16_BYTE( "95422849.hi", 0x00000, 0x080000, CRC(6c713bf1) SHA1(844bc26a49cb84697dbc33990ff79b31a83f6e1c) ) |
| 9478 | sc_manic_others |
| 9479 | ROM_END |
| 9480 | |
| 9481 | ROM_START( sc5manici ) |
| 9482 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9483 | ROM_LOAD16_BYTE( "95423040.lo", 0x00001, 0x080000, CRC(8d9478a2) SHA1(a4e4ea0444bc6b449e388194a4637940b7f083c8) ) |
| 9484 | ROM_LOAD16_BYTE( "95423041.hi", 0x00000, 0x080000, CRC(104ec1d5) SHA1(36c6516cde84cdd75f8e83469756c17b8d7bdd6e) ) |
| 9485 | sc_manic_others |
| 9486 | ROM_END |
| 9487 | |
| 9488 | ROM_START( sc5manicj ) |
| 9489 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9490 | ROM_LOAD16_BYTE( "95423064.lo", 0x00001, 0x080000, CRC(2b38fff9) SHA1(1fa95721790787c9199b7b2f05d591c233c6af05) ) |
| 9491 | ROM_LOAD16_BYTE( "95423065.hi", 0x00000, 0x080000, CRC(c9a9b34f) SHA1(14630d4343fd509e1f6312ce539eeaf7e95f8869) ) |
| 9492 | sc_manic_others |
| 9493 | ROM_END |
| 9494 | |
| 9495 | ROM_START( sc5manick ) |
| 9496 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9497 | ROM_LOAD16_BYTE( "95423130.lo", 0x00001, 0x080000, CRC(3adbe9d3) SHA1(ff798442dd3d9613653c27aed4e584be9955c77f) ) |
| 9498 | ROM_LOAD16_BYTE( "95423131.hi", 0x00000, 0x080000, CRC(ec9fe351) SHA1(1db66081159e45f66935bfe626e1f8dc0d0a28fb) ) |
| 9499 | sc_manic_others |
| 9500 | ROM_END |
| 9501 | |
| 9502 | ROM_START( sc5manicl ) |
| 9503 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9504 | ROM_LOAD16_BYTE( "95423220.lo", 0x00001, 0x080000, CRC(69c473bb) SHA1(21573b9122994a936791d90c3b2ab43147a8e671) ) |
| 9505 | ROM_LOAD16_BYTE( "95423221.hi", 0x00000, 0x080000, CRC(3dcadd66) SHA1(9c62d85f455ff5cf0c14c0afc22e895b335ce1be) ) |
| 9506 | sc_manic_others |
| 9507 | ROM_END |
| 9508 | |
| 9509 | ROM_START( sc5manicm ) |
| 9510 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9511 | ROM_LOAD16_BYTE( "95423602.lo", 0x00001, 0x080000, CRC(d274e0aa) SHA1(bd582efc40256c9c41a2c388645ee572d43bd022) ) |
| 9512 | ROM_LOAD16_BYTE( "95423603.hi", 0x00000, 0x080000, CRC(97ac122a) SHA1(a0d5ab34c3761dadd068ec2c62a859a4382630fa) ) |
| 9513 | sc_manic_others |
| 9514 | ROM_END |
| 9515 | |
| 9516 | ROM_START( sc5manicn ) |
| 9517 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9518 | ROM_LOAD16_BYTE( "95423606.lo", 0x00001, 0x080000, CRC(24d8c137) SHA1(7af4e6a5d60cbab11dcf8db6d6b4016485ffbbb1) ) |
| 9519 | ROM_LOAD16_BYTE( "95423607.hi", 0x00000, 0x080000, CRC(56a4fd89) SHA1(9d86f3a36fd69480aeaeef5c307ecd348ab2bb39) ) |
| 9520 | sc_manic_others |
| 9521 | ROM_END |
| 9522 | |
| 9523 | ROM_START( sc5manico ) |
| 9524 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9525 | ROM_LOAD16_BYTE( "95423848.lo", 0x00001, 0x080000, CRC(7cc1b546) SHA1(a244749c02fb571b2c9ec58a850d2956d00825dc) ) |
| 9526 | ROM_LOAD16_BYTE( "95423849.hi", 0x00000, 0x080000, CRC(5d1b2ec1) SHA1(58a373d7aeb51ae9decac196e2a4093c0d296409) ) |
| 9527 | sc_manic_others |
| 9528 | ROM_END |
| 9529 | |
| 9530 | ROM_START( sc5manicp ) |
| 9531 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9532 | ROM_LOAD16_BYTE( "95426160.lo", 0x00001, 0x080000, CRC(24fd7f44) SHA1(4631c7e8a7a7e4284bcddb7d678d027e11811961) ) |
| 9533 | ROM_LOAD16_BYTE( "95426161.hi", 0x00000, 0x080000, CRC(8c9d61ed) SHA1(06133837c46d701ee235b6fc49dcf6e5506e3ba7) ) |
| 9534 | sc_manic_others |
| 9535 | ROM_END |
| 9536 | |
| 9537 | ROM_START( sc5manicq ) |
| 9538 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9539 | ROM_LOAD16_BYTE( "95427160.lo", 0x00001, 0x080000, CRC(862c8680) SHA1(80e065396cc29ebec3ba657ba4777da634bec80c) ) |
| 9540 | ROM_LOAD16_BYTE( "95427161.hi", 0x00000, 0x080000, CRC(8d0b8065) SHA1(3aeae265d5e65cdf57d105fa80058868378cd053) ) |
| 9541 | sc_manic_others |
| 9542 | ROM_END |
| 9543 | |
| 9544 | ROM_START( sc5manicr ) |
| 9545 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9546 | ROM_LOAD16_BYTE( "p3004p41.hi", 0x00000, 0x080000, CRC(40e95a09) SHA1(83dc70405ec508cce10b4740c10b14e3563306bd) ) |
| 9547 | ROM_LOAD16_BYTE( "p3004p41.lo", 0x00001, 0x080000, CRC(8db63e76) SHA1(eef45761e39ee007a694ac3971c97b1e8b046d25) ) |
| 9548 | sc_manic_others |
| 9549 | ROM_END |
| 9550 | |
| 9551 | ROM_START( sc5manics ) |
| 9552 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9553 | ROM_LOAD16_BYTE( "p3004p43.hi", 0x00000, 0x080000, CRC(5b3e487e) SHA1(86b3a3cdb5988a4eaef031fc03c605af968f721b) ) |
| 9554 | ROM_LOAD16_BYTE( "p3004p43.lo", 0x00001, 0x080000, CRC(cdcf44b6) SHA1(16d1672c6e35659cda22c11357bcb0b3b197e3e0) ) |
| 9555 | sc_manic_others |
| 9556 | ROM_END |
| 9557 | |
| 9558 | ROM_START( sc5manict ) |
| 9559 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9560 | ROM_LOAD16_BYTE( "p3004p44.hi", 0x00000, 0x080000, CRC(150b1ffc) SHA1(23433e39127a6aef4770aaba6f18b44beb5887eb) ) |
| 9561 | ROM_LOAD16_BYTE( "p3004p44.lo", 0x00001, 0x080000, CRC(5e9eaa65) SHA1(d680b621370e332735bf1a3f48c1deff810053e1) ) |
| 9562 | sc_manic_others |
| 9563 | ROM_END |
| 9564 | |
| 9565 | ROM_START( sc5manicu ) |
| 9566 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9567 | ROM_LOAD16_BYTE( "p3004s41.hi", 0x00000, 0x080000, CRC(2ead5734) SHA1(8b5677a38300178edc5afc8e903714a0d7f79c90) ) |
| 9568 | ROM_LOAD16_BYTE( "p3004s41.lo", 0x00001, 0x080000, CRC(cd8b7fa6) SHA1(df3392dc4f5a970ecc2a6a37966507cfa2c5481a) ) |
| 9569 | sc_manic_others |
| 9570 | ROM_END |
| 9571 | |
| 9572 | ROM_START( sc5manicv ) |
| 9573 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9574 | ROM_LOAD16_BYTE( "p3004s43.hi", 0x00000, 0x080000, CRC(befacc80) SHA1(41dcacb2f6e6e6bd2f5dd7ee0f78d9bb06d91197) ) |
| 9575 | ROM_LOAD16_BYTE( "p3004s43.lo", 0x00001, 0x080000, CRC(4e42a679) SHA1(2f23f70c93bc81b0667ae78b2ffdcc50cfc2735d) ) |
| 9576 | sc_manic_others |
| 9577 | ROM_END |
| 9578 | |
| 9579 | ROM_START( sc5manicw ) |
| 9580 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9581 | ROM_LOAD16_BYTE( "p3004s44.hi", 0x00000, 0x080000, CRC(a9b34b7c) SHA1(9fd57ca197fc4309b943fc2b0731c5af4db1d7f5) ) |
| 9582 | ROM_LOAD16_BYTE( "p3004s44.lo", 0x00001, 0x080000, CRC(419e18dd) SHA1(491b029eaf05ac6c08a26141f36c32b22d9955e8) ) |
| 9583 | sc_manic_others |
| 9584 | ROM_END |
| 9585 | |
| 9586 | ROM_START( sc5manicx ) |
| 9587 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9588 | ROM_LOAD16_BYTE( "95422838.lo", 0x000001, 0x080000, CRC(cea2b44d) SHA1(e478dedb11134fcc05742a0f8b510b9a800499bd) ) |
| 9589 | ROM_LOAD16_BYTE( "95422839.hi", 0x000000, 0x080000, CRC(8f6e3a07) SHA1(ea6cd16e2683c2172914868bde572defc8b00101) ) |
| 9590 | sc_manic_others |
| 9591 | ROM_END |
| 9592 | |
| 9593 | ROM_START( sc5manicy ) |
| 9594 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9595 | ROM_LOAD16_BYTE( "95423838.lo", 0x000001, 0x080000, CRC(182382b8) SHA1(e111cfb0a7b2a6f9eed81a1fcbbd898dc5414b36) ) |
| 9596 | ROM_LOAD16_BYTE( "95423839.hi", 0x000000, 0x080000, CRC(c6f22b71) SHA1(e5f0e68f65dbaf654b016d7b2f7659387ec30137) ) |
| 9597 | sc_manic_others |
| 9598 | ROM_END |
| 9599 | |
| 9600 | |
| 9601 | ROM_START( sc5mmm ) |
| 9602 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9603 | ROM_LOAD16_BYTE( "95416792.lo", 0x00001, 0x080000, CRC(4b1ae1cd) SHA1(2b3523032995517dfd46835c2f3483b4da9f4eef) ) |
| 9604 | ROM_LOAD16_BYTE( "95416793.hi", 0x00000, 0x080000, CRC(4d02586f) SHA1(7543b55d0aa1a83e5061d4456006a8412579ece7) ) |
| 9605 | sc_mmm_others |
| 9606 | ROM_END |
| 9607 | |
| 9608 | ROM_START( sc5mmma ) |
| 9609 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9610 | ROM_LOAD16_BYTE( "95417792.lo", 0x00001, 0x080000, CRC(b4145441) SHA1(c468b712077d58943195f1ceac7b6015f8f80286) ) |
| 9611 | ROM_LOAD16_BYTE( "95417793.hi", 0x00000, 0x080000, CRC(e4335ab0) SHA1(2d521a5a4ce726deaf697635d212e4886fecb878) ) |
| 9612 | sc_mmm_others |
| 9613 | ROM_END |
| 9614 | |
| 9615 | ROM_START( sc5mmmb ) |
| 9616 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9617 | ROM_LOAD16_BYTE( "95420198.lo", 0x00001, 0x080000, CRC(e807d9b2) SHA1(f39c9538e4b1d5c58e05a9d5f8175e7b01e87e95) ) |
| 9618 | ROM_LOAD16_BYTE( "95420199.hi", 0x00000, 0x080000, CRC(0d32d35d) SHA1(743ab7d17c6bf71655c932dee2ec588db05fdf4f) ) |
| 9619 | sc_mmm_others |
| 9620 | ROM_END |
| 9621 | |
| 9622 | ROM_START( sc5mmmc ) |
| 9623 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9624 | ROM_LOAD16_BYTE( "95421198.lo", 0x00001, 0x080000, CRC(af505287) SHA1(297c86c15a5ef29a4c40535e64ee7d96e778d4b1) ) |
| 9625 | ROM_LOAD16_BYTE( "95421199.hi", 0x00000, 0x080000, CRC(2281800b) SHA1(3fd26e5f63ac03331e291a852187c5cfea3338d0) ) |
| 9626 | sc_mmm_others |
| 9627 | ROM_END |
| 9628 | |
| 9629 | |
| 9630 | ROM_START( sc5mmad ) |
| 9631 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9632 | ROM_LOAD16_BYTE( "95416292.lo", 0x00001, 0x080000, CRC(6085bc70) SHA1(1232ca906257e281fb7dbe7b8e8bd1a5dfeee3c0) ) |
| 9633 | ROM_LOAD16_BYTE( "95416293.hi", 0x00000, 0x080000, CRC(a3f1a116) SHA1(a3647d6091c00f785bde930543869173bb21b45d) ) |
| 9634 | sc_mmad_others |
| 9635 | ROM_END |
| 9636 | |
| 9637 | ROM_START( sc5mmada ) |
| 9638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9639 | ROM_LOAD16_BYTE( "95417292.lo", 0x00001, 0x080000, CRC(e8fd792a) SHA1(b1f826c0f1dd4a6b84a67a3f2e50a9517f91ef74) ) |
| 9640 | ROM_LOAD16_BYTE( "95417293.hi", 0x00000, 0x080000, CRC(c272846e) SHA1(645c1e7d7452de44319d70722d51c5e192fe8230) ) |
| 9641 | sc_mmad_others |
| 9642 | ROM_END |
| 9643 | |
| 9644 | ROM_START( sc5mmadb ) |
| 9645 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9646 | ROM_LOAD16_BYTE( "95420440.lo", 0x00001, 0x080000, CRC(40a0c5b7) SHA1(11ccb76c795e5d80a82d217bb7321c8e39cb33ee) ) |
| 9647 | ROM_LOAD16_BYTE( "95420441.hi", 0x00000, 0x080000, CRC(31a5b3e1) SHA1(b4cd4f15579c8b5036554da07c06e16c4c4dc731) ) |
| 9648 | sc_mmad_others |
| 9649 | ROM_END |
| 9650 | |
| 9651 | ROM_START( sc5mmadc ) |
| 9652 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9653 | ROM_LOAD16_BYTE( "95421440.lo", 0x00001, 0x080000, CRC(f3a57e0d) SHA1(a04ec2967029e8cef6621add046ceff63ab85896) ) |
| 9654 | ROM_LOAD16_BYTE( "95421441.hi", 0x00000, 0x080000, CRC(794bacd7) SHA1(d292b87abd417c94f9643a50c9b2c2dd12bcfda1) ) |
| 9655 | sc_mmad_others |
| 9656 | ROM_END |
| 9657 | |
| 9658 | |
| 9659 | |
| 9660 | ROM_START( sc5monsp ) |
| 9661 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9662 | ROM_LOAD16_BYTE( "95424496.lo", 0x00001, 0x080000, CRC(707f0a4d) SHA1(49bf6cae5e614b0976ae01577c31ef362c4820b6) ) |
| 9663 | ROM_LOAD16_BYTE( "95424497.hi", 0x00000, 0x080000, CRC(8e00f6bb) SHA1(fea7d48bfe1c40efd54b1fe851930b3bf2bd1cf2) ) |
| 9664 | sc_monsp_others |
| 9665 | ROM_END |
| 9666 | |
| 9667 | ROM_START( sc5monspa ) |
| 9668 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9669 | ROM_LOAD16_BYTE( "95425496.lo", 0x00001, 0x080000, CRC(3f968c3c) SHA1(9ee5665bbd73e76dd887b2e3982bb57c74b98a42) ) |
| 9670 | ROM_LOAD16_BYTE( "95425497.hi", 0x00000, 0x080000, CRC(a44aaa2e) SHA1(ea03a114ad222093556ed44fbad14c67a4cc4aaf) ) |
| 9671 | sc_monsp_others |
| 9672 | ROM_END |
| 9673 | |
| 9674 | |
| 9675 | ROM_START( sc5monop ) |
| 9676 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9677 | ROM_LOAD16_BYTE( "95420488.lo", 0x00001, 0x080000, CRC(33d94d81) SHA1(2d7274636e99ea6b78bdb85676f04fc10d37f973) ) |
| 9678 | ROM_LOAD16_BYTE( "95420489.hi", 0x00000, 0x080000, NO_DUMP ) |
| 9679 | sc_monop_others |
| 9680 | ROM_END |
| 9681 | |
| 9682 | |
| 9683 | ROM_START( sc5mcas ) |
| 9684 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9685 | ROM_LOAD16_BYTE( "95420718.lo", 0x00001, 0x080000, CRC(8ec09243) SHA1(1008e28918926c0198d19bc1a90c59fc8a75efaf) ) |
| 9686 | ROM_LOAD16_BYTE( "95420719.hi", 0x00000, 0x080000, CRC(19b843c2) SHA1(d133fdcba113dbb9c596c14bc7be15fdd08763c7) ) |
| 9687 | sc_mcas_others |
| 9688 | ROM_END |
| 9689 | |
| 9690 | ROM_START( sc5mcasb ) |
| 9691 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9692 | ROM_LOAD16_BYTE( "95420780.lo", 0x00001, 0x080000, CRC(37465003) SHA1(42488e61bd48d06659f5954626046ac2ca48b315) ) |
| 9693 | ROM_LOAD16_BYTE( "95420781.hi", 0x00000, 0x080000, CRC(6e824600) SHA1(fb2254aeec9848d4c56b9ef8ca214db3ed0cadfb) ) |
| 9694 | sc_mcas_others |
| 9695 | ROM_END |
| 9696 | |
| 9697 | ROM_START( sc5mcasa ) |
| 9698 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9699 | ROM_LOAD16_BYTE( "95421718.lo", 0x00001, 0x080000, CRC(9103b282) SHA1(2d247067c10840cc21bb7c84e8b587538c66f1fd) ) |
| 9700 | ROM_LOAD16_BYTE( "95421719.hi", 0x00000, 0x080000, CRC(73f21b2a) SHA1(0f876862771fefb33909f4667b8f740fdd1a56af) ) |
| 9701 | sc_mcas_others |
| 9702 | ROM_END |
| 9703 | |
| 9704 | ROM_START( sc5mcasc ) |
| 9705 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9706 | ROM_LOAD16_BYTE( "95421780.lo", 0x00001, 0x080000, CRC(84543a44) SHA1(db5998172cbad9cfab939dc028e49889d2bec83f) ) |
| 9707 | ROM_LOAD16_BYTE( "95421781.hi", 0x00000, 0x080000, CRC(2fbd7aaa) SHA1(c7e76a7fb74c49c207496c47c90403f027eda33b) ) |
| 9708 | sc_mcas_others |
| 9709 | ROM_END |
| 9710 | |
| 9711 | |
| 9712 | ROM_START( sc5mdm ) |
| 9713 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9714 | ROM_LOAD16_BYTE( "95426660.lo", 0x00001, 0x080000, CRC(b533a2ae) SHA1(21671734a5f0d442bc25d0e946e91f7a790f36f0) ) |
| 9715 | ROM_LOAD16_BYTE( "95426661.hi", 0x00000, 0x080000, CRC(59b4d908) SHA1(82ef3bf1fa6d6ae641bcbc5748ec585c73436b9e) ) |
| 9716 | sc_mdm_others |
| 9717 | ROM_END |
| 9718 | |
| 9719 | ROM_START( sc5mdma ) |
| 9720 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9721 | ROM_LOAD16_BYTE( "95426698.lo", 0x00001, 0x080000, CRC(8a8eef91) SHA1(357926a4af0fa52291d3b2df2d2a5255efa00477) ) |
| 9722 | ROM_LOAD16_BYTE( "95426699.hi", 0x00000, 0x080000, CRC(e1afee66) SHA1(0219cc8c54f53c13a36afa4a5de227e1e6aa197e) ) |
| 9723 | sc_mdm_others |
| 9724 | ROM_END |
| 9725 | |
| 9726 | ROM_START( sc5mdmb ) |
| 9727 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9728 | ROM_LOAD16_BYTE( "95427660.lo", 0x00001, 0x080000, CRC(9778aca2) SHA1(f0b2158012d93f1dd3bdd9af45ff72ee34799f2b) ) |
| 9729 | ROM_LOAD16_BYTE( "95427661.hi", 0x00000, 0x080000, CRC(bacfd623) SHA1(bf7a9841b1a6dce97091965bf0594b85690d0487) ) |
| 9730 | sc_mdm_others |
| 9731 | ROM_END |
| 9732 | |
| 9733 | ROM_START( sc5mdmc ) |
| 9734 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9735 | ROM_LOAD16_BYTE( "95427698.lo", 0x00001, 0x080000, CRC(73292c8c) SHA1(7b55bc288e00c2862949a5f610735e56e13a1a70) ) |
| 9736 | ROM_LOAD16_BYTE( "95427699.hi", 0x00000, 0x080000, CRC(735b72ac) SHA1(432cd5941e072a84b070c9fb136ec670ab013f76) ) |
| 9737 | sc_mdm_others |
| 9738 | ROM_END |
| 9739 | |
| 9740 | |
| 9741 | |
| 9742 | ROM_START( sc5mhn ) |
| 9743 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9744 | ROM_LOAD16_BYTE( "95420796.lo", 0x00001, 0x080000, CRC(556c7064) SHA1(3dd303fc26102093306fb371d700b4864fb7c035) ) |
| 9745 | ROM_LOAD16_BYTE( "95420797.hi", 0x00000, 0x080000, CRC(28e3d8a8) SHA1(0b2427c55e0181d01ec743afe1264cf661e1698e) ) |
| 9746 | sc_mhn_others |
| 9747 | ROM_END |
| 9748 | |
| 9749 | ROM_START( sc5mhna ) |
| 9750 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9751 | ROM_LOAD16_BYTE( "95421796.lo", 0x00001, 0x080000, CRC(69363a0d) SHA1(82dfc0bac3310b00169b2594b4c42ad154c7a7a7) ) |
| 9752 | ROM_LOAD16_BYTE( "95421797.hi", 0x00000, 0x080000, CRC(dfc0b777) SHA1(439455b72493d6fb56a32452fafe34a72d543689) ) |
| 9753 | sc_mhn_others |
| 9754 | ROM_END |
| 9755 | |
| 9756 | ROM_START( sc5mhnb ) |
| 9757 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9758 | ROM_LOAD16_BYTE( "95424492.lo", 0x00001, 0x080000, CRC(33207db3) SHA1(b2af1a29eee50f0e965bcf5804fa8c26f721a410) ) |
| 9759 | ROM_LOAD16_BYTE( "95424493.hi", 0x00000, 0x080000, CRC(449e66fe) SHA1(05350ebbadfe92d42f11d80d52afcb43c1efffd9) ) |
| 9760 | sc_mhn_others |
| 9761 | ROM_END |
| 9762 | |
| 9763 | ROM_START( sc5mhnc ) |
| 9764 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9765 | ROM_LOAD16_BYTE( "95424532.lo", 0x00001, 0x080000, CRC(38669184) SHA1(4d0a27d155b63fdaeb75746e0ba904663ceba209) ) |
| 9766 | ROM_LOAD16_BYTE( "95424533.hi", 0x00000, 0x080000, CRC(e47900a7) SHA1(28839a52130b0a484870a8750a47b3eee8298b9e) ) |
| 9767 | sc_mhn_others |
| 9768 | ROM_END |
| 9769 | |
| 9770 | ROM_START( sc5mhnd ) |
| 9771 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9772 | ROM_LOAD16_BYTE( "95425492.lo", 0x00001, 0x080000, CRC(6e62911d) SHA1(99c6b45e81372f8a6f95f199b6bbf35a1900aa05) ) |
| 9773 | ROM_LOAD16_BYTE( "95425493.hi", 0x00000, 0x080000, CRC(ddb2ca2a) SHA1(bcdf63ffb4192c28fe4752279549d3e6d01ce5a3) ) |
| 9774 | sc_mhn_others |
| 9775 | ROM_END |
| 9776 | |
| 9777 | ROM_START( sc5mhne ) |
| 9778 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9779 | ROM_LOAD16_BYTE( "95425532.lo", 0x00001, 0x080000, CRC(e402011f) SHA1(99391e096e6d3d422a0dc97259d9879b49d02326) ) |
| 9780 | ROM_LOAD16_BYTE( "95425533.hi", 0x00000, 0x080000, CRC(c6951851) SHA1(66212e50c31c05a3ac0900d2180790055f672664) ) |
| 9781 | sc_mhn_others |
| 9782 | ROM_END |
| 9783 | |
| 9784 | |
| 9785 | ROM_START( sc5mhp ) |
| 9786 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9787 | ROM_LOAD16_BYTE( "95422108.lo", 0x00001, 0x080000, CRC(3bf85c25) SHA1(0d73f8280c60aeaa2cb21729d4f1b449e07b7ae5) ) |
| 9788 | ROM_LOAD16_BYTE( "95422109.hi", 0x00000, 0x080000, CRC(b695e6fc) SHA1(7988d0a1566021b49b0cb0ef980b975407c34a7c) ) |
| 9789 | sc_mhp_others |
| 9790 | ROM_END |
| 9791 | |
| 9792 | ROM_START( sc5mhpa ) |
| 9793 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9794 | ROM_LOAD16_BYTE( "95422350.lo", 0x00001, 0x080000, CRC(a802eef0) SHA1(bc0911bdfad7e7ed47add4cf24e85a40eb827f71) ) |
| 9795 | ROM_LOAD16_BYTE( "95422351.hi", 0x00000, 0x080000, CRC(fd5a96a9) SHA1(6ced84eca2a33dda51378835b1b01edc57d25d95) ) |
| 9796 | sc_mhp_others |
| 9797 | ROM_END |
| 9798 | |
| 9799 | ROM_START( sc5mhpb ) |
| 9800 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9801 | ROM_LOAD16_BYTE( "95422578.lo", 0x00001, 0x080000, CRC(73d1951c) SHA1(6c72397c733dd2a440897c65b6e0523967cdad01) ) |
| 9802 | ROM_LOAD16_BYTE( "95422579.hi", 0x00000, 0x080000, CRC(d62c27bf) SHA1(fc0df223e08893df7d5bd37bf7d4724621325e8c) ) |
| 9803 | sc_mhp_others |
| 9804 | ROM_END |
| 9805 | |
| 9806 | ROM_START( sc5mhpc ) |
| 9807 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9808 | ROM_LOAD16_BYTE( "95423108.lo", 0x00001, 0x080000, CRC(68ae1dd9) SHA1(7d2965922a8c4a9b6585bb25b53e68f3fa0d3d75) ) |
| 9809 | ROM_LOAD16_BYTE( "95423109.hi", 0x00000, 0x080000, CRC(f0900f32) SHA1(66937c9b588cc4fca77855ac2583f951944822d8) ) |
| 9810 | sc_mhp_others |
| 9811 | ROM_END |
| 9812 | |
| 9813 | ROM_START( sc5mhpd ) |
| 9814 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9815 | ROM_LOAD16_BYTE( "95423350.lo", 0x00001, 0x080000, CRC(7fecf279) SHA1(c0addf49a032986ec61213fe2fefcfa0bbac828f) ) |
| 9816 | ROM_LOAD16_BYTE( "95423351.hi", 0x00000, 0x080000, CRC(4e9325b5) SHA1(3726e0989648744226b389dde4e8689eb288b1b8) ) |
| 9817 | sc_mhp_others |
| 9818 | ROM_END |
| 9819 | |
| 9820 | ROM_START( sc5mhpe ) |
| 9821 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9822 | ROM_LOAD16_BYTE( "95423578.lo", 0x00001, 0x080000, CRC(ff734c1a) SHA1(0773decf2aa97d33f8096421c9cc2d31fbf35ccf) ) |
| 9823 | ROM_LOAD16_BYTE( "95423579.hi", 0x00000, 0x080000, CRC(73dd2448) SHA1(96e5c1352f3676ec9269c561ad72a59a7ca35b43) ) |
| 9824 | sc_mhp_others |
| 9825 | ROM_END |
| 9826 | |
| 9827 | ROM_START( sc5mhpf ) |
| 9828 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9829 | ROM_LOAD16_BYTE( "95426290.lo", 0x00001, 0x080000, CRC(fd6af641) SHA1(78f08c7361cb0658548519af6703263e729b36c0) ) |
| 9830 | ROM_LOAD16_BYTE( "95426291.hi", 0x00000, 0x080000, CRC(e519cae8) SHA1(2fcf46fe46300fd37a288abbcf3933c2087d6f4d) ) |
| 9831 | sc_mhp_others |
| 9832 | ROM_END |
| 9833 | |
| 9834 | ROM_START( sc5mhpg ) |
| 9835 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9836 | ROM_LOAD16_BYTE( "95426504.lo", 0x00001, 0x080000, CRC(24f24564) SHA1(81c1ca3ac5968cf446119b8c6fd00881f7d3e2e3) ) |
| 9837 | ROM_LOAD16_BYTE( "95426505.hi", 0x00000, 0x080000, CRC(14fd13b3) SHA1(7eb6e86f3b03255542a9b42ae07a4157ca0c65f2) ) |
| 9838 | sc_mhp_others |
| 9839 | ROM_END |
| 9840 | |
| 9841 | ROM_START( sc5mhph ) |
| 9842 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9843 | ROM_LOAD16_BYTE( "95427290.lo", 0x00001, 0x080000, CRC(5cca2853) SHA1(92f8e7ae7ffe8aacf733804cf8117ec3544dbc24) ) |
| 9844 | ROM_LOAD16_BYTE( "95427291.hi", 0x00000, 0x080000, CRC(15e2297e) SHA1(0b588bd3fea05ab59f6af539d43d1ccb536ffa3e) ) |
| 9845 | sc_mhp_others |
| 9846 | ROM_END |
| 9847 | |
| 9848 | ROM_START( sc5mhpi ) |
| 9849 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9850 | ROM_LOAD16_BYTE( "95427504.lo", 0x00001, 0x080000, CRC(4f8abdf7) SHA1(f9e8f96153eb14be481e0a3c9121cf0c9d49bd1a) ) |
| 9851 | ROM_LOAD16_BYTE( "95427505.hi", 0x00000, 0x080000, CRC(94e1925c) SHA1(d7227cf4d5839cfba949cf97f024a38e922b3a03) ) |
| 9852 | sc_mhp_others |
| 9853 | ROM_END |
| 9854 | |
| 9855 | |
| 9856 | ROM_START( sc5mhpj ) |
| 9857 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9858 | ROM_LOAD16_BYTE( "95418852.lo", 0x000001, 0x080000, CRC(855566d3) SHA1(95f13a71c25bb8b3f98755bd911ed4adf5df5b82) ) |
| 9859 | ROM_LOAD16_BYTE( "95418853.hi", 0x000000, 0x080000, CRC(afaa558c) SHA1(1b2034aab323c0ed0c3ee039630dd32d580f96df) ) |
| 9860 | sc_mhp_others |
| 9861 | ROM_END |
| 9862 | |
| 9863 | ROM_START( sc5mhpk ) |
| 9864 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9865 | ROM_LOAD16_BYTE( "95418852.lo", 0x000001, 0x080000, CRC(855566d3) SHA1(95f13a71c25bb8b3f98755bd911ed4adf5df5b82) ) |
| 9866 | ROM_LOAD16_BYTE( "95418853.hi", 0x000000, 0x080000, CRC(afaa558c) SHA1(1b2034aab323c0ed0c3ee039630dd32d580f96df) ) |
| 9867 | sc_mhp_others |
| 9868 | ROM_END |
| 9869 | |
| 9870 | ROM_START( sc5mhpl ) |
| 9871 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9872 | ROM_LOAD16_BYTE( "95426092.lo", 0x000001, 0x080000, CRC(0595fa9b) SHA1(baa2d5ccd138673a19a501830736d3517e52fc25) ) |
| 9873 | ROM_LOAD16_BYTE( "95426093.hi", 0x000000, 0x080000, CRC(918194ea) SHA1(fd957592347434585dd38e39418c83da92746331) ) |
| 9874 | sc_mhp_others |
| 9875 | ROM_END |
| 9876 | |
| 9877 | ROM_START( sc5mhpm ) |
| 9878 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9879 | ROM_LOAD16_BYTE( "95427092.lo", 0x000001, 0x080000, CRC(a1a3ca1d) SHA1(c62a51eb7b791473bbd8e9dff9f7ea100ba191bf) ) |
| 9880 | ROM_LOAD16_BYTE( "95427093.hi", 0x000000, 0x080000, CRC(22d953ab) SHA1(6c5a405c67270350ae3ff0c2ff8fed3c606e9aa1) ) |
| 9881 | sc_mhp_others |
| 9882 | ROM_END |
| 9883 | |
| 9884 | |
| 9885 | ROM_START( sc5mmb ) |
| 9886 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9887 | ROM_LOAD16_BYTE( "95426674.lo", 0x00001, 0x080000, CRC(4e009780) SHA1(8cf7d95da7c6a22427ad5ebe1b9c23bfa6f95cc3) ) |
| 9888 | ROM_LOAD16_BYTE( "95426675.hi", 0x00000, 0x080000, CRC(ee7f46d1) SHA1(2d48bf0f94cb0c82b68e524e3a1ce2f6e0003e63) ) |
| 9889 | PR3413_MPOLY_MB_SOUNDS11 |
| 9890 | ROM_END |
| 9891 | |
| 9892 | ROM_START( sc5mmba ) |
| 9893 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9894 | ROM_LOAD16_BYTE( "95426858.lo", 0x00001, 0x080000, CRC(9dcce7dc) SHA1(aada98497549dd6ed09b40d40cf159774b7c5f1d) ) |
| 9895 | ROM_LOAD16_BYTE( "95426859.hi", 0x00000, 0x080000, CRC(6c0b7245) SHA1(769f4a58d5c255542a80e22029b53afd1563c523) ) |
| 9896 | PR3413_MPOLY_MB_SOUNDS11 |
| 9897 | ROM_END |
| 9898 | |
| 9899 | ROM_START( sc5mmbb ) |
| 9900 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9901 | ROM_LOAD16_BYTE( "95427674.lo", 0x00001, 0x080000, CRC(eeb9b80c) SHA1(bac65da1a18503bfb7c4bac6b4494cd87a80f516) ) |
| 9902 | ROM_LOAD16_BYTE( "95427675.hi", 0x00000, 0x080000, CRC(86c56bd8) SHA1(6de0ba751777e2a9a40d3a2eaf853a8db98da001) ) |
| 9903 | PR3413_MPOLY_MB_SOUNDS11 |
| 9904 | ROM_END |
| 9905 | |
| 9906 | ROM_START( sc5mmbc ) |
| 9907 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9908 | ROM_LOAD16_BYTE( "95427858.lo", 0x00001, 0x080000, CRC(9b17bdfe) SHA1(91a97ca373f404dc20580ed0f5568589e38fb5a9) ) |
| 9909 | ROM_LOAD16_BYTE( "95427859.hi", 0x00000, 0x080000, CRC(b534464c) SHA1(0c68a25020a5dfd37e85db629540096e7ee0dd5d) ) |
| 9910 | PR3413_MPOLY_MB_SOUNDS11 |
| 9911 | ROM_END |
| 9912 | |
| 9913 | ROM_START( sc5mmbd ) |
| 9914 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9915 | ROM_LOAD16_BYTE( "p1911p11.hi", 0x00000, 0x080000, CRC(2478cc2f) SHA1(218219e503f3299f83b3a09f6e947cf912f23184) ) |
| 9916 | ROM_LOAD16_BYTE( "p1911p11.lo", 0x00001, 0x080000, CRC(e19055a0) SHA1(e4f4116bb634e6960cdf6553f5bccb017839b931) ) |
| 9917 | sc_mmb_others |
| 9918 | ROM_END |
| 9919 | |
| 9920 | ROM_START( sc5mmbe ) |
| 9921 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9922 | ROM_LOAD16_BYTE( "p1911s11.hi", 0x00000, 0x080000, CRC(e4c6844e) SHA1(4243f9989d3d7565802ccb50c43004aaf4d40b7a) ) |
| 9923 | ROM_LOAD16_BYTE( "p1911s11.lo", 0x00001, 0x080000, CRC(5c51fde3) SHA1(825d0bbab81f9add9850362d5779c941ec779c7e) ) |
| 9924 | sc_mmb_others |
| 9925 | ROM_END |
| 9926 | |
| 9927 | |
| 9928 | |
| 9929 | ROM_START( sc5mrh ) |
| 9930 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9931 | ROM_LOAD16_BYTE( "95420714.lo", 0x00001, 0x080000, CRC(5c33260c) SHA1(a030666dab276bbaaa4c3c00b89d111b09fdbba4) ) |
| 9932 | ROM_LOAD16_BYTE( "95420715.hi", 0x00000, 0x080000, CRC(5484b193) SHA1(36b5ab84e28a7978bb5f83169decce5abc0a0f00) ) |
| 9933 | sc_mrh_others |
| 9934 | ROM_END |
| 9935 | |
| 9936 | ROM_START( sc5mrha ) |
| 9937 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9938 | ROM_LOAD16_BYTE( "95421714.lo", 0x00001, 0x080000, CRC(ba991634) SHA1(b465109375f795a88582007d89b9c7e99e9aa17e) ) |
| 9939 | ROM_LOAD16_BYTE( "95421715.hi", 0x00000, 0x080000, CRC(234f15a2) SHA1(a1cee0ad3ad7ae89b11edd54f3524e6852e916ab) ) |
| 9940 | sc_mrh_others |
| 9941 | ROM_END |
| 9942 | |
| 9943 | |
| 9944 | ROM_START( sc5mr2r ) |
| 9945 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9946 | ROM_LOAD16_BYTE( "95420770.lo", 0x00001, 0x080000, CRC(8fa276c7) SHA1(d77dc0a50646bf23c6f495f836fde6c1861ddc54) ) |
| 9947 | ROM_LOAD16_BYTE( "95420771.hi", 0x00000, 0x080000, CRC(96c42c86) SHA1(e672b3db0f8a39d214f7cca23cca257fe962afd6) ) |
| 9948 | sc_mr2r_others |
| 9949 | ROM_END |
| 9950 | |
| 9951 | ROM_START( sc5mr2ra ) |
| 9952 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9953 | ROM_LOAD16_BYTE( "95421770.lo", 0x00001, 0x080000, CRC(4a98a8e2) SHA1(72f476ce32b6157db54da84a684b96ff0d6f180a) ) |
| 9954 | ROM_LOAD16_BYTE( "95421771.hi", 0x00000, 0x080000, CRC(9b2ce058) SHA1(a724bbaf757953f3ce452bf53025dd875c33e016) ) |
| 9955 | sc_mr2r_others |
| 9956 | ROM_END |
| 9957 | |
| 9958 | ROM_START( sc5mr2rb ) |
| 9959 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9960 | ROM_LOAD16_BYTE( "95424570.lo", 0x00001, 0x080000, CRC(b21d4863) SHA1(cb2daf306d17fe2508ab45a5b7d8f94af7343e71) ) |
| 9961 | ROM_LOAD16_BYTE( "95424571.hi", 0x00000, 0x080000, CRC(757f8d60) SHA1(1d0918a5c34528d905e7ecf62abb1412d28b40d9) ) |
| 9962 | sc_mr2r_others |
| 9963 | ROM_END |
| 9964 | |
| 9965 | |
| 9966 | |
| 9967 | ROM_START( sc5mww ) |
| 9968 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9969 | ROM_LOAD16_BYTE( "95416102.lo", 0x00001, 0x080000, CRC(c319cc0c) SHA1(e23b06c2d17b38d1d382dbfb042c5ad6ecdb26ed) ) |
| 9970 | ROM_LOAD16_BYTE( "95416103.hi", 0x00000, 0x080000, CRC(6f550690) SHA1(d789c49de952d49153c7dd8da6f22b89fa1e0f6b) ) |
| 9971 | sc_mww_others |
| 9972 | ROM_END |
| 9973 | |
| 9974 | ROM_START( sc5mwwa ) |
| 9975 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9976 | ROM_LOAD16_BYTE( "95416104.lo", 0x00001, 0x080000, CRC(e6ec72cd) SHA1(9f12723de1b55c7df8dfc7910c9e904f7c0a801a) ) |
| 9977 | ROM_LOAD16_BYTE( "95416105.hi", 0x00000, 0x080000, CRC(dff1c3a7) SHA1(b2adae2cfd1b6000eb12d28def081b9327dcce97) ) |
| 9978 | sc_mww_others |
| 9979 | ROM_END |
| 9980 | |
| 9981 | ROM_START( sc5mwwb ) |
| 9982 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9983 | ROM_LOAD16_BYTE( "95417102.lo", 0x00001, 0x080000, CRC(831cdf78) SHA1(53ad6afa40fcc4772dd494524f3b21540ccc9686) ) |
| 9984 | ROM_LOAD16_BYTE( "95417103.hi", 0x00000, 0x080000, CRC(82b4c266) SHA1(f266dddff4bde4de1947f478c3995fa5ba5ae713) ) |
| 9985 | sc_mww_others |
| 9986 | ROM_END |
| 9987 | |
| 9988 | ROM_START( sc5mwwc ) |
| 9989 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9990 | ROM_LOAD16_BYTE( "95417104.lo", 0x00001, 0x080000, CRC(0be18ced) SHA1(07dacb30aa629f100b7514ed4c46a0287345a324) ) |
| 9991 | ROM_LOAD16_BYTE( "95417105.hi", 0x00000, 0x080000, CRC(bc5c665f) SHA1(a8807b90ec3b0f79bd34663d676802e48ca6491e) ) |
| 9992 | sc_mww_others |
| 9993 | ROM_END |
| 9994 | |
| 9995 | |
| 9996 | |
| 9997 | ROM_START( sc5nmare ) |
| 9998 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 9999 | ROM_LOAD16_BYTE( "p3002p41.hi", 0x00000, 0x080000, CRC(89b45502) SHA1(c5e8e23f639a8f2aa6845381025b91a5a5055eba) ) |
| 10000 | ROM_LOAD16_BYTE( "p3002p41.lo", 0x00001, 0x080000, CRC(46a9ba39) SHA1(5cb404da937fd68febf311d9e2f3f5011dc476f5) ) |
| 10001 | sc_nmare_others |
| 10002 | ROM_END |
| 10003 | |
| 10004 | ROM_START( sc5nmarea ) |
| 10005 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10006 | ROM_LOAD16_BYTE( "p3002p42.hi", 0x00000, 0x080000, CRC(61ba58db) SHA1(6994b71b580c1797dc297cb12e5748913973c7f3) ) |
| 10007 | ROM_LOAD16_BYTE( "p3002p42.lo", 0x00001, 0x080000, CRC(2e0c5ada) SHA1(11c1f77ab61adec2341cdc88da1636cf7539e64c) ) |
| 10008 | sc_nmare_others |
| 10009 | ROM_END |
| 10010 | |
| 10011 | ROM_START( sc5nmareb ) |
| 10012 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10013 | ROM_LOAD16_BYTE( "p3002s41.hi", 0x00000, 0x080000, CRC(6f3dc856) SHA1(b4d3f7d3ac58b2935a9a35e6f963b307e6747af7) ) |
| 10014 | ROM_LOAD16_BYTE( "p3002s41.lo", 0x00001, 0x080000, CRC(0d5939f3) SHA1(344d309405d5356c7f3acbffc4ea0605b9b566b3) ) |
| 10015 | sc_nmare_others |
| 10016 | ROM_END |
| 10017 | |
| 10018 | ROM_START( sc5nmarec ) |
| 10019 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10020 | ROM_LOAD16_BYTE( "p3002s42.hi", 0x00000, 0x080000, CRC(fe60eb5c) SHA1(5e882ffcc7fde96ad6a680fe8c09f828d8a007fc) ) |
| 10021 | ROM_LOAD16_BYTE( "p3002s42.lo", 0x00001, 0x080000, CRC(31ad3c43) SHA1(83d6c998142b64ee10fff7d6560af11b060fe525) ) |
| 10022 | sc_nmare_others |
| 10023 | ROM_END |
| 10024 | |
| 10025 | |
| 10026 | |
| 10027 | ROM_START( sc5potp ) |
| 10028 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10029 | ROM_LOAD16_BYTE( "95412720.lo", 0x00001, 0x080000, CRC(d51f9f14) SHA1(2ef9e9458a9030a2c3bc172b6bc6bbf343e702c9) ) |
| 10030 | ROM_LOAD16_BYTE( "95412721.hi", 0x00000, 0x080000, CRC(d67679f5) SHA1(0f723214a5c53227a7a0e2de85c01d9f1f54c8a0) ) |
| 10031 | sc_potp_others |
| 10032 | ROM_END |
| 10033 | |
| 10034 | ROM_START( sc5potpa ) |
| 10035 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10036 | ROM_LOAD16_BYTE( "95413720.lo", 0x00001, 0x080000, CRC(7f47c7cd) SHA1(1f133bcf13f3cf4ce8d7916f44e72af107cd7b11) ) |
| 10037 | ROM_LOAD16_BYTE( "95413721.hi", 0x00000, 0x080000, CRC(e93f0aef) SHA1(0ddcc3a7e748c1b162dbd683c40b62bd8baa28c3) ) |
| 10038 | sc_potp_others |
| 10039 | ROM_END |
| 10040 | |
| 10041 | |
| 10042 | ROM_START( sc5pp ) |
| 10043 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10044 | ROM_LOAD16_BYTE( "95416520.lo", 0x00001, 0x080000, CRC(82217da7) SHA1(1df7dcd4f15ef32cdaba3fa13fc9c46682de9bb5) ) |
| 10045 | ROM_LOAD16_BYTE( "95416521.hi", 0x00000, 0x080000, CRC(d8ddcaed) SHA1(c10339a165b540ae4cecaf3d88965242ed5fddfa) ) |
| 10046 | sc_pp_others |
| 10047 | ROM_END |
| 10048 | |
| 10049 | ROM_START( sc5ppa ) |
| 10050 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10051 | ROM_LOAD16_BYTE( "95420094.lo", 0x00001, 0x080000, CRC(12c9c9ef) SHA1(ef62abad003f1f037f096213c1f216e0f1b06e13) ) |
| 10052 | ROM_LOAD16_BYTE( "95420095.hi", 0x00000, 0x080000, CRC(71137836) SHA1(438d5e7bb1ae21a99086e95fda441329ef785f19) ) |
| 10053 | sc_pp_others |
| 10054 | ROM_END |
| 10055 | |
| 10056 | ROM_START( sc5ppb ) |
| 10057 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10058 | ROM_LOAD16_BYTE( "95420098.lo", 0x00001, 0x080000, CRC(b5803419) SHA1(68f1752d8fc4b99e9c9f81212f9a374a8bc08531) ) |
| 10059 | ROM_LOAD16_BYTE( "95420099.hi", 0x00000, 0x080000, CRC(fd8a979c) SHA1(e922886fac70f4af1c31161a61b7164d4ec31a68) ) |
| 10060 | sc_pp_others |
| 10061 | ROM_END |
| 10062 | |
| 10063 | ROM_START( sc5ppc ) |
| 10064 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10065 | ROM_LOAD16_BYTE( "95420180.lo", 0x00001, 0x080000, CRC(519fd41a) SHA1(288261243c0350290f01225c29ecf405b6c50f5f) ) |
| 10066 | ROM_LOAD16_BYTE( "95420181.hi", 0x00000, 0x080000, CRC(9888d297) SHA1(abeef73fbd887b5b001de016a003f5b8c71ebc34) ) |
| 10067 | sc_pp_others |
| 10068 | ROM_END |
| 10069 | |
| 10070 | ROM_START( sc5ppd ) |
| 10071 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10072 | ROM_LOAD16_BYTE( "95421094.lo", 0x00001, 0x080000, CRC(92c46cb0) SHA1(accd8976632386f3dbf779cf90f57e6c340a147d) ) |
| 10073 | ROM_LOAD16_BYTE( "95421095.hi", 0x00000, 0x080000, CRC(13edda42) SHA1(fb82700f46802356b884768dd2f3fa1b3e2b2718) ) |
| 10074 | sc_pp_others |
| 10075 | ROM_END |
| 10076 | |
| 10077 | ROM_START( sc5ppe ) |
| 10078 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10079 | ROM_LOAD16_BYTE( "95421096.lo", 0x00001, 0x080000, CRC(6c6a7030) SHA1(cf197e300a16d7e22fceb56440efcc32c6b234bd) ) |
| 10080 | ROM_LOAD16_BYTE( "95421097.hi", 0x00000, 0x080000, CRC(9e64dd46) SHA1(82b719066d430b2c2249db11f909504165a5462f) ) |
| 10081 | sc_pp_others |
| 10082 | ROM_END |
| 10083 | |
| 10084 | ROM_START( sc5ppf ) |
| 10085 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10086 | ROM_LOAD16_BYTE( "95421098.lo", 0x00001, 0x080000, CRC(db67d892) SHA1(f09ad9f53af922dedceba30e293e2350d770d3e8) ) |
| 10087 | ROM_LOAD16_BYTE( "95421099.hi", 0x00000, 0x080000, CRC(2c5d0216) SHA1(f3948ff75e55ea72a3ee949ffcbc0914342099e0) ) |
| 10088 | sc_pp_others |
| 10089 | ROM_END |
| 10090 | |
| 10091 | ROM_START( sc5ppg ) |
| 10092 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10093 | ROM_LOAD16_BYTE( "95421180.lo", 0x00001, 0x080000, CRC(3f783891) SHA1(cfcf1c4c0a7a1e8f1d49cabb8ffd9c6a901d5789) ) |
| 10094 | ROM_LOAD16_BYTE( "95421181.hi", 0x00000, 0x080000, CRC(495f471d) SHA1(cc3e320986eda11d41d8932e63a4c90331c51984) ) |
| 10095 | sc_pp_others |
| 10096 | ROM_END |
| 10097 | |
| 10098 | |
| 10099 | |
| 10100 | |
| 10101 | ROM_START( sc5ppcr ) |
| 10102 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10103 | ROM_LOAD16_BYTE( "95416698.lo", 0x00001, 0x080000, CRC(9fd536c7) SHA1(fb778f1a92656aca4061a40cb427db1d6c66d7e7) ) |
| 10104 | ROM_LOAD16_BYTE( "95416699.hi", 0x00000, 0x080000, CRC(247da932) SHA1(0955ffed8ed1caed6cfa67905244ef2ac312ba60) ) |
| 10105 | sc_ppcr_others |
| 10106 | ROM_END |
| 10107 | |
| 10108 | ROM_START( sc5ppcra ) |
| 10109 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10110 | ROM_LOAD16_BYTE( "95416700.lo", 0x00001, 0x080000, CRC(4fb2c37a) SHA1(963fe4116504a1bd6c1f95526a26050d9b66744f) ) |
| 10111 | ROM_LOAD16_BYTE( "95416701.hi", 0x00000, 0x080000, CRC(aca4c3c5) SHA1(eec31ce0a1ddec520dcfca9af1f8eeeabc94bde4) ) |
| 10112 | sc_ppcr_others |
| 10113 | ROM_END |
| 10114 | |
| 10115 | ROM_START( sc5ppcrb ) |
| 10116 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10117 | ROM_LOAD16_BYTE( "95416724.lo", 0x00001, 0x080000, CRC(65cd7765) SHA1(8f97eeefabdfdbc8106202a7bbbe2bf3f7ce888c) ) |
| 10118 | ROM_LOAD16_BYTE( "95416725.hi", 0x00000, 0x080000, CRC(852a0886) SHA1(c1292aff6cbb1a56ae6594f44920fc2d8af0a044) ) |
| 10119 | sc_ppcr_others |
| 10120 | ROM_END |
| 10121 | |
| 10122 | ROM_START( sc5ppcrc ) |
| 10123 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10124 | ROM_LOAD16_BYTE( "95417698.lo", 0x00001, 0x080000, CRC(7848b042) SHA1(bc3afbc7891b19b450116a55f417897c2d6e8a18) ) |
| 10125 | ROM_LOAD16_BYTE( "95417699.hi", 0x00000, 0x080000, CRC(3e0979b1) SHA1(c541961d41d0289a6650363a5d8939d8d7c6ca88) ) |
| 10126 | sc_ppcr_others |
| 10127 | ROM_END |
| 10128 | |
| 10129 | ROM_START( sc5ppcrd ) |
| 10130 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10131 | ROM_LOAD16_BYTE( "95417724.lo", 0x00001, 0x080000, CRC(40ba241d) SHA1(960dc1058b828f02a7fc07acf63be987c9497cbc) ) |
| 10132 | ROM_LOAD16_BYTE( "95417725.hi", 0x00000, 0x080000, CRC(f8525222) SHA1(ab795042a46f84cad59e9f454ee145c0d49418df) ) |
| 10133 | sc_ppcr_others |
| 10134 | ROM_END |
| 10135 | |
| 10136 | |
| 10137 | |
| 10138 | ROM_START( sc5ppctc ) |
| 10139 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10140 | ROM_LOAD16_BYTE( "95422464.lo", 0x00001, 0x080000, CRC(0ba5370e) SHA1(37b54888de5a966f03f6656ca7b49fd8dd019e26) ) |
| 10141 | ROM_LOAD16_BYTE( "95422465.hi", 0x00000, 0x080000, CRC(f17bd040) SHA1(2c2db2f50530fe8f31f763f53a1b324ad1dffce5) ) |
| 10142 | sc_ppctc_others |
| 10143 | ROM_END |
| 10144 | |
| 10145 | ROM_START( sc5ppctca ) |
| 10146 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10147 | ROM_LOAD16_BYTE( "95422690.lo", 0x00001, 0x080000, CRC(4d2fb15d) SHA1(bf0a5a2148ab22427721473748115c2eab62778b) ) |
| 10148 | ROM_LOAD16_BYTE( "95422691.hi", 0x00000, 0x080000, CRC(bf0ca534) SHA1(640a462b40429e67eb4f91b929709a5b5189841b) ) |
| 10149 | sc_ppctc_others |
| 10150 | ROM_END |
| 10151 | |
| 10152 | ROM_START( sc5ppctcb ) |
| 10153 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10154 | ROM_LOAD16_BYTE( "95423464.lo", 0x00001, 0x080000, CRC(a8a14b06) SHA1(4bb2579e92ed2a5ed8457d63ac64236201076dd1) ) |
| 10155 | ROM_LOAD16_BYTE( "95423465.hi", 0x00000, 0x080000, CRC(2c6a4641) SHA1(94d5e7629b5dc35258983538933e1353eb374673) ) |
| 10156 | sc_ppctc_others |
| 10157 | ROM_END |
| 10158 | |
| 10159 | ROM_START( sc5ppctcc ) |
| 10160 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10161 | ROM_LOAD16_BYTE( "95426126.lo", 0x00001, 0x080000, CRC(e9fc5d74) SHA1(73f4f8ca4cd0bfa75d6b8220de6dabe94ecc3ce5) ) |
| 10162 | ROM_LOAD16_BYTE( "95426127.hi", 0x00000, 0x080000, CRC(60fd3c5b) SHA1(dd983b8b562cac1fd985e8024a7c468488c907a2) ) |
| 10163 | sc_ppctc_others |
| 10164 | ROM_END |
| 10165 | |
| 10166 | ROM_START( sc5ppctcd ) |
| 10167 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10168 | ROM_LOAD16_BYTE( "95426266.lo", 0x00001, 0x080000, CRC(16ea49d3) SHA1(ebd48cecaf1ed697290b11a3b57c152e1c77b75d) ) |
| 10169 | ROM_LOAD16_BYTE( "95426267.hi", 0x00000, 0x080000, CRC(d299bd7c) SHA1(2b5900391478628b4b479d44e877f0d164089116) ) |
| 10170 | sc_ppctc_others |
| 10171 | ROM_END |
| 10172 | |
| 10173 | ROM_START( sc5ppctce ) |
| 10174 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10175 | ROM_LOAD16_BYTE( "95426434.lo", 0x00001, 0x080000, CRC(37352ee1) SHA1(3e238ca82bbcf6fb75d5f3bc94f9d2c623076ee1) ) |
| 10176 | ROM_LOAD16_BYTE( "95426435.hi", 0x00000, 0x080000, CRC(810defdc) SHA1(5e7b2cfaebba7042ec2937a899c64f17ab599a2b) ) |
| 10177 | sc_ppctc_others |
| 10178 | ROM_END |
| 10179 | |
| 10180 | ROM_START( sc5ppctcf ) |
| 10181 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10182 | ROM_LOAD16_BYTE( "95427126.lo", 0x00001, 0x080000, CRC(6663ebf4) SHA1(fae1c2eee4da774fbc9dd5ffc3e724e8af735810) ) |
| 10183 | ROM_LOAD16_BYTE( "95427127.hi", 0x00000, 0x080000, CRC(dfe36f86) SHA1(86c1df753344826fa54249e6810765a12dd8e2ff) ) |
| 10184 | sc_ppctc_others |
| 10185 | ROM_END |
| 10186 | |
| 10187 | ROM_START( sc5ppctcg ) |
| 10188 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10189 | ROM_LOAD16_BYTE( "95427266.lo", 0x00001, 0x080000, CRC(4b5f4373) SHA1(77523f5cd56842616e1283a26af3c4201b338eed) ) |
| 10190 | ROM_LOAD16_BYTE( "95427267.hi", 0x00000, 0x080000, CRC(3cc3d99c) SHA1(c28fb51cb3f254c3f8c78b57b923d5a34368ef13) ) |
| 10191 | sc_ppctc_others |
| 10192 | ROM_END |
| 10193 | |
| 10194 | ROM_START( sc5ppctch ) |
| 10195 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10196 | ROM_LOAD16_BYTE( "95427434.lo", 0x00001, 0x080000, CRC(1345ed9f) SHA1(482578d3ae071700d74b795ecb7d4c07f2f19992) ) |
| 10197 | ROM_LOAD16_BYTE( "95427435.hi", 0x00000, 0x080000, CRC(025eef01) SHA1(186fe5136d787cbab233c515cae905a0a50c3d61) ) |
| 10198 | sc_ppctc_others |
| 10199 | ROM_END |
| 10200 | |
| 10201 | ROM_START( sc5ppctci ) |
| 10202 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10203 | ROM_LOAD16_BYTE( "95427072.lo", 0x000001, 0x080000, CRC(8012e55e) SHA1(a014b450efbf6b9982f58a97adbe89a4c4934698) ) |
| 10204 | ROM_LOAD16_BYTE( "95427073.hi", 0x000000, 0x080000, CRC(9ab3c3ab) SHA1(be122272e62b3bfa68a7d3f00289f80463bfefd3) ) |
| 10205 | sc_ppctc_others |
| 10206 | ROM_END |
| 10207 | |
| 10208 | |
| 10209 | |
| 10210 | ROM_START( sc5ppdym ) |
| 10211 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10212 | ROM_LOAD16_BYTE( "95420184.lo", 0x00001, 0x080000, CRC(4fabac48) SHA1(726375dfcd6ae398cc8f0e881397eb0725cd9dfe) ) |
| 10213 | ROM_LOAD16_BYTE( "95420185.hi", 0x00000, 0x080000, CRC(9b633133) SHA1(98407648c17234d618b7043dbd98c8366c68ac01) ) |
| 10214 | sc_ppdym_others |
| 10215 | ROM_END |
| 10216 | |
| 10217 | ROM_START( sc5ppdyma ) |
| 10218 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10219 | ROM_LOAD16_BYTE( "95421184.lo", 0x00001, 0x080000, CRC(d7534170) SHA1(a7f85af72642070f113f1d54cc67dc25ab15f882) ) |
| 10220 | ROM_LOAD16_BYTE( "95421185.hi", 0x00000, 0x080000, CRC(fd29bd92) SHA1(3ce5999dddc3492402d5d1f45a4f020dbbc8645c) ) |
| 10221 | sc_ppdym_others |
| 10222 | ROM_END |
| 10223 | |
| 10224 | |
| 10225 | |
| 10226 | ROM_START( sc5ppsag ) |
| 10227 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10228 | ROM_LOAD16_BYTE( "95416850.lo", 0x00001, 0x080000, CRC(aae094f5) SHA1(cc52856f2e4e408efa87512eb2d6e48a3d73bf18) ) |
| 10229 | ROM_LOAD16_BYTE( "95416851.hi", 0x00000, 0x080000, CRC(e2e5b214) SHA1(ee0944deb1b6a4157d79b78432af562147dbab45) ) |
| 10230 | sc_ppsag_others |
| 10231 | ROM_END |
| 10232 | |
| 10233 | ROM_START( sc5ppsaga ) |
| 10234 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10235 | ROM_LOAD16_BYTE( "95417850.lo", 0x00001, 0x080000, CRC(e35588b6) SHA1(c8aaa985046c8b3ade60eabc829a93526574385d) ) |
| 10236 | ROM_LOAD16_BYTE( "95417851.hi", 0x00000, 0x080000, CRC(2fc88c61) SHA1(03474d91ae0f8e1ce5ef2ec18c82c84c7df32cb0) ) |
| 10237 | sc_ppsag_others |
| 10238 | ROM_END |
| 10239 | |
| 10240 | ROM_START( sc5ppsagb ) |
| 10241 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10242 | ROM_LOAD16_BYTE( "95420650.lo", 0x00001, 0x080000, CRC(f9909656) SHA1(f1ba1eb0e4bd9dd2c78989d4af4ad5a14f205fd3) ) |
| 10243 | ROM_LOAD16_BYTE( "95420651.hi", 0x00000, 0x080000, CRC(0027e675) SHA1(c0adc5d429b5585419d5c73dbca341358873c52a) ) |
| 10244 | sc_ppsag_others |
| 10245 | ROM_END |
| 10246 | |
| 10247 | ROM_START( sc5ppsagc ) |
| 10248 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10249 | ROM_LOAD16_BYTE( "95420656.lo", 0x00001, 0x080000, CRC(a9f86751) SHA1(342ac92cde5655d4c542022629c7800bc81b1d7d) ) |
| 10250 | ROM_LOAD16_BYTE( "95420657.hi", 0x00000, 0x080000, CRC(672112b3) SHA1(7e829e730eef6fdff56231186207b45802f23718) ) |
| 10251 | sc_ppsag_others |
| 10252 | ROM_END |
| 10253 | |
| 10254 | ROM_START( sc5ppsagd ) |
| 10255 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10256 | ROM_LOAD16_BYTE( "95421650.lo", 0x00001, 0x080000, CRC(0ff59c56) SHA1(96b39ae9c10f15c3a43f03c7f12a4ac500ea0fdd) ) |
| 10257 | ROM_LOAD16_BYTE( "95421651.hi", 0x00000, 0x080000, CRC(9247e99e) SHA1(c14b23d56baec2e1732d7d2c9017e206dd672bb0) ) |
| 10258 | sc_ppsag_others |
| 10259 | ROM_END |
| 10260 | |
| 10261 | ROM_START( sc5ppsage ) |
| 10262 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10263 | ROM_LOAD16_BYTE( "95421656.lo", 0x00001, 0x080000, CRC(45398da6) SHA1(af6952b9a5d3227b7a0a4cbffb28300bf1382b70) ) |
| 10264 | ROM_LOAD16_BYTE( "95421657.hi", 0x00000, 0x080000, CRC(1d6c679b) SHA1(3e472ec667b5be18d2c9a60bcd7332b07ab36804) ) |
| 10265 | sc_ppsag_others |
| 10266 | ROM_END |
| 10267 | |
| 10268 | |
| 10269 | |
| 10270 | ROM_START( sc5pony ) |
| 10271 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10272 | ROM_LOAD16_BYTE( "95410818.lo", 0x00001, 0x080000, CRC(f32862a6) SHA1(25014beb93fc8fa71a060d1a1147e3633ae7a975) ) |
| 10273 | ROM_LOAD16_BYTE( "95410819.hi", 0x00000, 0x080000, CRC(0a181038) SHA1(616ec4ae6b6371b39e443ac14a98c3ed432b85cc) ) |
| 10274 | sc_pony_others |
| 10275 | ROM_END |
| 10276 | |
| 10277 | ROM_START( sc5ponya ) |
| 10278 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10279 | ROM_LOAD16_BYTE( "95410820.lo", 0x00001, 0x080000, CRC(717559ad) SHA1(4748ab9dd5b48b24abf906cf3a66621ba9da9a70) ) |
| 10280 | ROM_LOAD16_BYTE( "95410821.hi", 0x00000, 0x080000, CRC(64f25da0) SHA1(5472714e8caafb743e84d3e4bfd6050fe84dcbed) ) |
| 10281 | sc_pony_others |
| 10282 | ROM_END |
| 10283 | |
| 10284 | ROM_START( sc5ponyb ) |
| 10285 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10286 | ROM_LOAD16_BYTE( "95411818.lo", 0x00001, 0x080000, CRC(1216e85c) SHA1(e75b0ff8c77c83fc4d554a83421c2e5abaf8231b) ) |
| 10287 | ROM_LOAD16_BYTE( "95411819.hi", 0x00000, 0x080000, CRC(93f39632) SHA1(18e1fe98a5a1300f161606683e63562d30d4be1c) ) |
| 10288 | sc_pony_others |
| 10289 | ROM_END |
| 10290 | |
| 10291 | ROM_START( sc5ponyc ) |
| 10292 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10293 | ROM_LOAD16_BYTE( "95412572.lo", 0x00001, 0x080000, CRC(b73917fc) SHA1(215e1b312bd31daf9b5240263749d2a9ad10b397) ) |
| 10294 | ROM_LOAD16_BYTE( "95412573.hi", 0x00000, 0x080000, CRC(e05230c7) SHA1(d5b7687f3c8cf854fd882db3f7dee6085503e092) ) |
| 10295 | sc_pony_others |
| 10296 | ROM_END |
| 10297 | |
| 10298 | ROM_START( sc5ponyd ) |
| 10299 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10300 | ROM_LOAD16_BYTE( "95413572.lo", 0x00001, 0x080000, CRC(ab9b41f7) SHA1(7d5af49807722755be5dbc7bad6e39094157bf65) ) |
| 10301 | ROM_LOAD16_BYTE( "95413573.hi", 0x00000, 0x080000, CRC(e8197256) SHA1(e61b601a4969aa29a6fc9e1099a3293bfa5f1741) ) |
| 10302 | sc_pony_others |
| 10303 | ROM_END |
| 10304 | |
| 10305 | ROM_START( sc5ponye ) |
| 10306 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10307 | ROM_LOAD16_BYTE( "95411821.hi", 0x000000, 0x080000, CRC(a7fe9ea7) SHA1(216b62ff5824220c4743b9380a1cb71e0ef932ae) ) |
| 10308 | ROM_LOAD16_BYTE( "95411820.lo", 0x000001, 0x080000, CRC(603e4432) SHA1(713367b8fdd3c3e50eb41daa52d94c4f7722910a) ) |
| 10309 | sc_pony_others |
| 10310 | ROM_END |
| 10311 | |
| 10312 | |
| 10313 | ROM_START( sc5popey ) |
| 10314 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10315 | ROM_LOAD16_BYTE( "95422942.lo", 0x00001, 0x080000, CRC(7a6e1be3) SHA1(d57281ca12ca9ff1b7bb3c6fa10d2f42bef93ffd) ) |
| 10316 | ROM_LOAD16_BYTE( "95422943.hi", 0x00000, 0x080000, CRC(ca6a8fa6) SHA1(2d0ca03086fadb467f7886ab9a1ab4c240f18bf7) ) |
| 10317 | sc_popey_others |
| 10318 | ROM_END |
| 10319 | |
| 10320 | ROM_START( sc5popeya ) |
| 10321 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10322 | ROM_LOAD16_BYTE( "95423942.lo", 0x00001, 0x080000, CRC(0ec64fe9) SHA1(450f5deb83968b3a02ea65f919c767eb9e66346a) ) |
| 10323 | ROM_LOAD16_BYTE( "95423943.hi", 0x00000, 0x080000, CRC(2af8755b) SHA1(d0ae0805cadf28c75dbad9e352c3d0c0189b2b2e) ) |
| 10324 | sc_popey_others |
| 10325 | ROM_END |
| 10326 | |
| 10327 | ROM_START( sc5popeyb ) |
| 10328 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10329 | ROM_LOAD16_BYTE( "95426390.lo", 0x00001, 0x080000, CRC(8f002e83) SHA1(7d20c51ffcb0cfb98109e85aee77dd55c9ede039) ) |
| 10330 | ROM_LOAD16_BYTE( "95426391.hi", 0x00000, 0x080000, CRC(280060b2) SHA1(7b602b482e5ba0d567a632653223cc7ce2ca05d5) ) |
| 10331 | sc_popey_others |
| 10332 | ROM_END |
| 10333 | |
| 10334 | ROM_START( sc5popeyc ) |
| 10335 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10336 | ROM_LOAD16_BYTE( "95427390.lo", 0x00001, 0x080000, CRC(feb87ed6) SHA1(214c5f6e488cd428ca39c548affb339a31b85998) ) |
| 10337 | ROM_LOAD16_BYTE( "95427391.hi", 0x00000, 0x080000, CRC(e9b15649) SHA1(48475a6547d33d876abfd10794850c313e8e7f27) ) |
| 10338 | sc_popey_others |
| 10339 | ROM_END |
| 10340 | |
| 10341 | |
| 10342 | ROM_START( sc5popeyd ) |
| 10343 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10344 | ROM_LOAD16_BYTE( "95422826.lo", 0x000001, 0x080000, CRC(96961de5) SHA1(307d32ee20be2ac7a137b3a926b442589aaefc7b) ) |
| 10345 | ROM_LOAD16_BYTE( "95422827.hi", 0x000000, 0x080000, CRC(43ea4de9) SHA1(22c2ad0c4b30b56fa6ea40e2acd5ebaa2f8c99dd) ) |
| 10346 | sc_popey_others |
| 10347 | ROM_END |
| 10348 | |
| 10349 | ROM_START( sc5popeye ) |
| 10350 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10351 | ROM_LOAD16_BYTE( "95423826.lo", 0x000001, 0x080000, CRC(1788b5c9) SHA1(bc4160008d8c7c46750dc181e93621ff12c83928) ) |
| 10352 | ROM_LOAD16_BYTE( "95423827.hi", 0x000000, 0x080000, CRC(90e4eb4d) SHA1(e6c131555fc3ec8a36792c802861bfadca53259a) ) |
| 10353 | sc_popey_others |
| 10354 | ROM_END |
| 10355 | |
| 10356 | ROM_START( sc5popeyf ) |
| 10357 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10358 | ROM_LOAD16_BYTE( "95426088.lo", 0x000001, 0x080000, CRC(f9eae926) SHA1(21cafa4a07692dbffae5136ce5ff219ba828ed0c) ) |
| 10359 | ROM_LOAD16_BYTE( "95426089.hi", 0x000000, 0x080000, CRC(5114f5aa) SHA1(af9beaf4265a922ce3f8f08abefb778cf6768653) ) |
| 10360 | sc_popey_others |
| 10361 | ROM_END |
| 10362 | |
| 10363 | ROM_START( sc5popeyg ) |
| 10364 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10365 | ROM_LOAD16_BYTE( "95427088.lo", 0x000001, 0x080000, CRC(4882e09c) SHA1(6ece30c84f085168492bdb79c4fccdf64e4a05b0) ) |
| 10366 | ROM_LOAD16_BYTE( "95427089.hi", 0x000000, 0x080000, CRC(ed1eebe7) SHA1(b9315e4f2c7c6dfc723da711d0203dc07f225842) ) |
| 10367 | sc_popey_others |
| 10368 | ROM_END |
| 10369 | |
| 10370 | |
| 10371 | ROM_START( sc5pog ) |
| 10372 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10373 | ROM_LOAD16_BYTE( "95418746.lo", 0x00001, 0x080000, CRC(6ec2f94f) SHA1(6ea688cc7c69c0a50ba59cd1e3c55a67f4b8b980) ) |
| 10374 | ROM_LOAD16_BYTE( "95418747.hi", 0x00000, 0x080000, CRC(899d9f95) SHA1(170803aec2875223424a09326d74a335b2a1efa6) ) |
| 10375 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10376 | ROM_END |
| 10377 | |
| 10378 | ROM_START( sc5poga ) |
| 10379 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10380 | ROM_LOAD16_BYTE( "95419746.lo", 0x00001, 0x080000, CRC(fde32cb2) SHA1(2627f19e787cd9f88d53e3dab6cfd5809912e39c) ) |
| 10381 | ROM_LOAD16_BYTE( "95419747.hi", 0x00000, 0x080000, CRC(2dd74466) SHA1(023af3659bbb31856364e33de1b3a03579248310) ) |
| 10382 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10383 | ROM_END |
| 10384 | |
| 10385 | ROM_START( sc5pogb ) |
| 10386 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10387 | ROM_LOAD16_BYTE( "95422096.lo", 0x00001, 0x080000, CRC(634b915f) SHA1(a64fa41d97d209774e403650e75f02039c714050) ) |
| 10388 | ROM_LOAD16_BYTE( "95422097.hi", 0x00000, 0x080000, CRC(393eeb18) SHA1(a73ddeaad545fc72e7bb970cc5884837df991412) ) |
| 10389 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10390 | ROM_END |
| 10391 | |
| 10392 | ROM_START( sc5pogc ) |
| 10393 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10394 | ROM_LOAD16_BYTE( "95423096.lo", 0x00000, 0x080000, NO_DUMP ) |
| 10395 | ROM_LOAD16_BYTE( "95423097.hi", 0x00000, 0x080000, CRC(6c02b85d) SHA1(be8c898788cc826812a16eece855ce3f21cb1740) ) |
| 10396 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10397 | ROM_END |
| 10398 | |
| 10399 | ROM_START( sc5pogd ) |
| 10400 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10401 | ROM_LOAD16_BYTE( "p1918p42.hi", 0x00000, 0x080000, CRC(9e0c7ebc) SHA1(e81fd6dbb13a25afde4849e54b0f71c0f6a83ad7) ) |
| 10402 | ROM_LOAD16_BYTE( "p1918p42.lo", 0x00001, 0x080000, CRC(330226ed) SHA1(001953a954c73d380d772a3779f104c1dd277505) ) |
| 10403 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10404 | ROM_END |
| 10405 | |
| 10406 | ROM_START( sc5poge ) |
| 10407 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10408 | ROM_LOAD16_BYTE( "p1918s42.hi", 0x00000, 0x080000, CRC(30780d72) SHA1(6731996c6f2addf70d9abae828853dde85df4585) ) |
| 10409 | ROM_LOAD16_BYTE( "p1918s42.lo", 0x00001, 0x080000, CRC(b9829456) SHA1(5c5f250857cc2f96f8e1761402bd46e05df0b549) ) |
| 10410 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10411 | ROM_END |
| 10412 | |
| 10413 | ROM_START( sc5pogf ) |
| 10414 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10415 | ROM_LOAD16_BYTE( "95422846.lo", 0x000001, 0x080000, CRC(ca26cc53) SHA1(43c89a3e834a4c6ee7d17fbd04a43709bdd38ce0) ) |
| 10416 | ROM_LOAD16_BYTE( "95422847.hi", 0x000000, 0x080000, CRC(ec90a40a) SHA1(f6fabb3f003ec397a3824d37a2157bf922c3aeae) ) |
| 10417 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10418 | ROM_END |
| 10419 | |
| 10420 | ROM_START( sc5pogg ) |
| 10421 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10422 | ROM_LOAD16_BYTE( "95423846.lo", 0x000001, 0x080000, CRC(abc356ef) SHA1(f4ac1159b32911af49180765105dce89b04c7762) ) |
| 10423 | ROM_LOAD16_BYTE( "95423847.hi", 0x000000, 0x080000, CRC(40fd5599) SHA1(4a985aa28487682c2a4e744cc41b53c2a6849d9a) ) |
| 10424 | PR1918_POTS_OF_GOLD_SOUNDS11 |
| 10425 | ROM_END |
| 10426 | |
| 10427 | |
| 10428 | ROM_START( sc5potog ) |
| 10429 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10430 | ROM_LOAD16_BYTE( "95426442.lo", 0x00001, 0x080000, CRC(021dbcd3) SHA1(129c49001c9fb87277b1da0fe997822cd68d6833) ) |
| 10431 | ROM_LOAD16_BYTE( "95426443.hi", 0x00000, 0x080000, CRC(974f325d) SHA1(790efeff7b7a3f72a1cf1235771a7757cf844676) ) |
| 10432 | PR000050_POTOFGLD_1 |
| 10433 | ROM_END |
| 10434 | |
| 10435 | ROM_START( sc5potoga ) |
| 10436 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10437 | ROM_LOAD16_BYTE( "95427442.lo", 0x00001, 0x080000, CRC(a461d588) SHA1(93fb5c6b145e5b4291ef3720fad5d527d27ebbda) ) |
| 10438 | ROM_LOAD16_BYTE( "95427443.hi", 0x00000, 0x080000, CRC(f3bcb341) SHA1(0bbfb2d661c99a9dbc5547e73c775b6e1a7cb8b5) ) |
| 10439 | PR000050_POTOFGLD_1 |
| 10440 | ROM_END |
| 10441 | |
| 10442 | ROM_START( sc5potogb ) |
| 10443 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10444 | ROM_LOAD16_BYTE( "g95426376.lo", 0x00001, 0x080000, CRC(9f6b3222) SHA1(044065bfa7f68474351f08c9e1535bd4a590d258) ) |
| 10445 | ROM_LOAD16_BYTE( "g95426377.hi", 0x00000, 0x080000, CRC(02d55db3) SHA1(20e23360cebef9bc93ee2cc21d5851ffddf97e22) ) |
| 10446 | PR000050_POTOFGLD_1 |
| 10447 | ROM_END |
| 10448 | |
| 10449 | ROM_START( sc5potogc ) |
| 10450 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10451 | ROM_LOAD16_BYTE( "g95426574.lo", 0x00001, 0x080000, CRC(2713029a) SHA1(255162dff74f9a68c91b5e3f08423d27b078ebcd) ) |
| 10452 | ROM_LOAD16_BYTE( "g95426575.hi", 0x00000, 0x080000, CRC(3e12bf73) SHA1(00419f72131e341a350056f06e12eddfa3a93dca) ) |
| 10453 | PR000050_POTOFGLD_1 |
| 10454 | ROM_END |
| 10455 | |
| 10456 | ROM_START( sc5potogd ) |
| 10457 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10458 | ROM_LOAD16_BYTE( "g95426622.lo", 0x00001, 0x080000, CRC(fbc0286a) SHA1(0b9b1fef673fac90357799c54aa9b51a0bb97086) ) |
| 10459 | ROM_LOAD16_BYTE( "g95426623.hi", 0x00000, 0x080000, CRC(778fbd39) SHA1(b7087cba148d8b1f700a765f6556c48d08c00a4e) ) |
| 10460 | PR000050_POTOFGLD_1 |
| 10461 | ROM_END |
| 10462 | |
| 10463 | ROM_START( sc5potoge ) |
| 10464 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10465 | ROM_LOAD16_BYTE( "g95427376.lo", 0x00001, 0x080000, CRC(932ba997) SHA1(07247a44c79e7afbe9de887c29051fbbf0a34ed3) ) |
| 10466 | ROM_LOAD16_BYTE( "g95427377.hi", 0x00000, 0x080000, CRC(154e6413) SHA1(2e3d73ffe1f080ce7e223ed31c11242cdb48c5a5) ) |
| 10467 | PR000050_POTOFGLD_1 |
| 10468 | ROM_END |
| 10469 | |
| 10470 | ROM_START( sc5potogf ) |
| 10471 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10472 | ROM_LOAD16_BYTE( "g95427574.lo", 0x00001, 0x080000, CRC(8c1b9871) SHA1(2e2e02c911e45f71a363ffe85f05d76058cc7049) ) |
| 10473 | ROM_LOAD16_BYTE( "g95427575.hi", 0x00000, 0x080000, CRC(e0929b71) SHA1(85d0c52e53e5a414426da91b1d6496a750e519c1) ) |
| 10474 | PR000050_POTOFGLD_1 |
| 10475 | ROM_END |
| 10476 | |
| 10477 | ROM_START( sc5potogg ) |
| 10478 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10479 | ROM_LOAD16_BYTE( "g95427622.lo", 0x00001, 0x080000, CRC(c0629d24) SHA1(8077566d177a5b77d591fca916d7a860854e21f0) ) |
| 10480 | ROM_LOAD16_BYTE( "g95427623.hi", 0x00000, 0x080000, CRC(993cea6e) SHA1(94030b5062e31c32a08421ce0420af11227a9bd8) ) |
| 10481 | PR000050_POTOFGLD_1 |
| 10482 | ROM_END |
| 10483 | |
| 10484 | |
| 10485 | ROM_START( sc5potogh ) |
| 10486 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10487 | ROM_LOAD16_BYTE( "95426348.lo", 0x000001, 0x080000, CRC(7c2b0d38) SHA1(f6080898f1ccf6afe69d62f90b44a65b3836003c) ) |
| 10488 | ROM_LOAD16_BYTE( "95426349.hi", 0x000000, 0x080000, CRC(b3b230b3) SHA1(9834531ac50138ad5b34859f790398c061e797ac) ) |
| 10489 | PR000050_POTOFGLD_1 |
| 10490 | ROM_END |
| 10491 | |
| 10492 | |
| 10493 | ROM_START( sc5potogi ) |
| 10494 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10495 | ROM_LOAD16_BYTE( "95427348.lo", 0x000001, 0x080000, CRC(1e27b61c) SHA1(90b440786d6876fdb2776d902b54402f0d23e6e2) ) |
| 10496 | ROM_LOAD16_BYTE( "95427349.hi", 0x000000, 0x080000, CRC(5d17dd25) SHA1(f1c4e46071d28aac866a331fdc310a71f51580df) ) |
| 10497 | PR000050_POTOFGLD_1 |
| 10498 | ROM_END |
| 10499 | |
| 10500 | ROM_START( sc5pwrpl ) |
| 10501 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10502 | ROM_LOAD16_BYTE( "95416764.lo", 0x00001, 0x080000, CRC(2565da29) SHA1(a12f7479f112fcdbccf9814ba403ac2382fd2010) ) |
| 10503 | ROM_LOAD16_BYTE( "95416765.hi", 0x00000, 0x080000, CRC(bcf9b9af) SHA1(dd442f37c1e76de90eac23539f300465054e7f60) ) |
| 10504 | sc_pwrpl_others |
| 10505 | ROM_END |
| 10506 | |
| 10507 | ROM_START( sc5pwrpla ) |
| 10508 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10509 | ROM_LOAD16_BYTE( "95417764.lo", 0x00001, 0x080000, CRC(0a527024) SHA1(9870841fc4c6d8ad236cc721d0a04853a9626a6a) ) |
| 10510 | ROM_LOAD16_BYTE( "95417765.hi", 0x00000, 0x080000, CRC(e5de2f39) SHA1(9420ee35da44bebdf14a1d62e22a0e66f71449f8) ) |
| 10511 | sc_pwrpl_others |
| 10512 | ROM_END |
| 10513 | |
| 10514 | |
| 10515 | ROM_START( sc5pwrbl ) |
| 10516 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10517 | ROM_LOAD16_BYTE( "95412926.lo", 0x00001, 0x080000, CRC(4edb4645) SHA1(a2eeab7c922e855ac570da59ff1c14946a9dd2b5) ) |
| 10518 | ROM_LOAD16_BYTE( "95412927.hi", 0x00000, 0x080000, CRC(fca5a985) SHA1(0631df75cd07a328a255e012159b9330930bc031) ) |
| 10519 | sc_pwrbl_others |
| 10520 | ROM_END |
| 10521 | |
| 10522 | |
| 10523 | ROM_START( sc5pwrbla ) |
| 10524 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10525 | ROM_LOAD16_BYTE( "95413926.lo", 0x00001, 0x080000, CRC(391f3610) SHA1(ef73ccd1fcd15284aa721bb3bbba40d8d3fcf64b) ) |
| 10526 | ROM_LOAD16_BYTE( "95413927.hi", 0x00000, 0x080000, CRC(b476f6f1) SHA1(b5d4eab67e61d551b7b6fa5dc12e4fadb25db1f2) ) |
| 10527 | sc_pwrbl_others |
| 10528 | ROM_END |
| 10529 | |
| 10530 | |
| 10531 | ROM_START( sc5quidv ) |
| 10532 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10533 | ROM_LOAD16_BYTE( "95420788.lo", 0x00001, 0x080000, CRC(fdfb704b) SHA1(19e71d2650e824e16c2d42bb0c68a98b7bd81d2e) ) |
| 10534 | ROM_LOAD16_BYTE( "95420789.hi", 0x00000, 0x080000, CRC(f325013c) SHA1(ea601e27f5c61110b8cf669e206db289b4731521) ) |
| 10535 | sc_quidv_others |
| 10536 | ROM_END |
| 10537 | |
| 10538 | ROM_START( sc5quidva ) |
| 10539 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10540 | ROM_LOAD16_BYTE( "95421788.lo", 0x00001, 0x080000, CRC(64610205) SHA1(bd9ce6e6e6060db22ec049a042354a986eb9cdfc) ) |
| 10541 | ROM_LOAD16_BYTE( "95421789.hi", 0x00000, 0x080000, CRC(ae1900b6) SHA1(6c868810ea0510d7de40fe0129c72f1d7e42aff9) ) |
| 10542 | sc_quidv_others |
| 10543 | ROM_END |
| 10544 | |
| 10545 | ROM_START( sc5quidvb ) |
| 10546 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10547 | ROM_LOAD16_BYTE( "95424490.lo", 0x00001, 0x080000, CRC(6f94b7de) SHA1(3dafcd2046b12e4c74bbb281c860476f01ed90c8) ) |
| 10548 | ROM_LOAD16_BYTE( "95424491.hi", 0x00000, 0x080000, CRC(8f5507f7) SHA1(41678c4346784b3e4badb05eabcaa5a0561a7e6f) ) |
| 10549 | sc_quidv_others |
| 10550 | ROM_END |
| 10551 | |
| 10552 | ROM_START( sc5quidvc ) |
| 10553 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10554 | ROM_LOAD16_BYTE( "95424564.lo", 0x00001, 0x080000, CRC(7d26ebca) SHA1(c63ba51e924cf61bf81a52fe3fa403ff681a6259) ) |
| 10555 | ROM_LOAD16_BYTE( "95424565.hi", 0x00000, 0x080000, CRC(52436e90) SHA1(a37e3b956bacff1e7c2a4688904202f34c120929) ) |
| 10556 | sc_quidv_others |
| 10557 | ROM_END |
| 10558 | |
| 10559 | ROM_START( sc5quidvd ) |
| 10560 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10561 | ROM_LOAD16_BYTE( "95424652.lo", 0x00001, 0x080000, CRC(6ca57650) SHA1(29e183d47fe80f9e051049189a294c217b93f78e) ) |
| 10562 | ROM_LOAD16_BYTE( "95424653.hi", 0x00000, 0x080000, CRC(01518c58) SHA1(531e3b689b87b1f0eb888e2224d58b91ed266e07) ) |
| 10563 | sc_quidv_others |
| 10564 | ROM_END |
| 10565 | |
| 10566 | ROM_START( sc5quidve ) |
| 10567 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10568 | ROM_LOAD16_BYTE( "95425490.lo", 0x00001, 0x080000, CRC(83c0c0c7) SHA1(30d03ab7e1c893ab96b6ddc3153141803e4193dc) ) |
| 10569 | ROM_LOAD16_BYTE( "95425491.hi", 0x00000, 0x080000, CRC(d2497dc6) SHA1(787ca5debf6f823234862c68e1685e8f2ef74ac2) ) |
| 10570 | sc_quidv_others |
| 10571 | ROM_END |
| 10572 | |
| 10573 | ROM_START( sc5quidvf ) |
| 10574 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10575 | ROM_LOAD16_BYTE( "95425564.lo", 0x00001, 0x080000, CRC(53eb62d1) SHA1(a619211efadcbec74db9751ca3d0f10254ebc2a6) ) |
| 10576 | ROM_LOAD16_BYTE( "95425565.hi", 0x00000, 0x080000, CRC(f37b0c31) SHA1(c1a3f7841f226180c6743b03904139a9dd250a1d) ) |
| 10577 | sc_quidv_others |
| 10578 | ROM_END |
| 10579 | |
| 10580 | ROM_START( sc5quidvg ) |
| 10581 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10582 | ROM_LOAD16_BYTE( "95425652.lo", 0x00001, 0x080000, CRC(a99e0bed) SHA1(8082362471da6890d1b3f47006e1fe9e1bc10270) ) |
| 10583 | ROM_LOAD16_BYTE( "95425653.hi", 0x00000, 0x080000, CRC(760f55cf) SHA1(d72c60ac5d2cc3dcd611509b2003c54cb33782bc) ) |
| 10584 | sc_quidv_others |
| 10585 | ROM_END |
| 10586 | |
| 10587 | ROM_START( sc5rhx ) |
| 10588 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10589 | ROM_LOAD16_BYTE( "95408654.lo", 0x00001, 0x080000, CRC(99972de1) SHA1(ae30fd6b32ef13542fa6e3bc3f565ce5395877de) ) |
| 10590 | ROM_LOAD16_BYTE( "95408655.hi", 0x00000, 0x080000, CRC(dc5bd5fb) SHA1(f7e994a2416b01304e75f25609c75e164b347620) ) |
| 10591 | sc_rhx_others |
| 10592 | ROM_END |
| 10593 | |
| 10594 | ROM_START( sc5rhxa ) |
| 10595 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10596 | ROM_LOAD16_BYTE( "95410078.lo", 0x00001, 0x080000, CRC(0c148324) SHA1(7110b5467601aac4551188ec0a1c9caee1c97692) ) |
| 10597 | ROM_LOAD16_BYTE( "95410079.hi", 0x00000, 0x080000, CRC(1cb3de28) SHA1(fe0b9fb4db18b3e98480b46b14ca37b7dae013c6) ) |
| 10598 | sc_rhx_others |
| 10599 | ROM_END |
| 10600 | |
| 10601 | ROM_START( sc5rhxb ) |
| 10602 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10603 | ROM_LOAD16_BYTE( "95410126.lo", 0x00001, 0x080000, CRC(1ddc4a15) SHA1(6391efb041dba04fa5eb8f0474cc9b90dd5e52e4) ) |
| 10604 | ROM_LOAD16_BYTE( "95410127.hi", 0x00000, 0x080000, CRC(4bb4ea72) SHA1(de5ca8394ce36ae4866da67cbc37ea91df4fbe6c) ) |
| 10605 | sc_rhx_others |
| 10606 | ROM_END |
| 10607 | |
| 10608 | ROM_START( sc5rhxc ) |
| 10609 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10610 | ROM_LOAD16_BYTE( "95411078.lo", 0x00001, 0x080000, CRC(1b8a607f) SHA1(977353289c673470203e6bdd2623a597eb6018e4) ) |
| 10611 | ROM_LOAD16_BYTE( "95411079.hi", 0x00000, 0x080000, CRC(ce90ea81) SHA1(39a6f733d93fe19a829424d68e087f89c10e6c2d) ) |
| 10612 | sc_rhx_others |
| 10613 | ROM_END |
| 10614 | |
| 10615 | ROM_START( sc5rhxd ) |
| 10616 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10617 | ROM_LOAD16_BYTE( "95411082.lo", 0x00001, 0x080000, CRC(81e37de1) SHA1(a7332a4ce1156a2aaf6c100268607e94fce524fa) ) |
| 10618 | ROM_LOAD16_BYTE( "95411083.hi", 0x00000, 0x080000, CRC(8e51bd5e) SHA1(3f91ea8b6140c83cda41a5ccedd2b5398737a41c) ) |
| 10619 | sc_rhx_others |
| 10620 | ROM_END |
| 10621 | |
| 10622 | ROM_START( sc5rhxe ) |
| 10623 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10624 | ROM_LOAD16_BYTE( "95411084.lo", 0x00001, 0x080000, CRC(9357b033) SHA1(db9dd0391422ea1bf57e03b9a95d2333cccc1b50) ) |
| 10625 | ROM_LOAD16_BYTE( "95411085.hi", 0x00000, 0x080000, CRC(41a7f320) SHA1(2d3b3adf880ac01dd99b155d12287f162168225b) ) |
| 10626 | sc_rhx_others |
| 10627 | ROM_END |
| 10628 | |
| 10629 | ROM_START( sc5rhxf ) |
| 10630 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10631 | ROM_LOAD16_BYTE( "95411126.lo", 0x00001, 0x080000, CRC(516cb51a) SHA1(609e62dd2d896ca979e3d29b0f1e9a762e6d3464) ) |
| 10632 | ROM_LOAD16_BYTE( "95411127.hi", 0x00000, 0x080000, CRC(f517a8db) SHA1(c01460d8bc427b963310ef9c877c882556ad7aef) ) |
| 10633 | sc_rhx_others |
| 10634 | ROM_END |
| 10635 | |
| 10636 | |
| 10637 | ROM_START( sc5rhxcs ) |
| 10638 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10639 | ROM_LOAD16_BYTE( "95420716.lo", 0x00001, 0x080000, CRC(a713a289) SHA1(327b2e3e0313582743061685638d70846ccf711a) ) |
| 10640 | ROM_LOAD16_BYTE( "95420717.hi", 0x00000, 0x080000, CRC(a3c88ba3) SHA1(af5c4931f133dccebd8d2ec9be6e74eba707f3ee) ) |
| 10641 | sc_rhxcs_others |
| 10642 | ROM_END |
| 10643 | |
| 10644 | ROM_START( sc5rhxcsa ) |
| 10645 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10646 | ROM_LOAD16_BYTE( "95421716.lo", 0x00001, 0x080000, CRC(302719b9) SHA1(3e9df6d227a901c4f19028cd8e4b6fa640209ac5) ) |
| 10647 | ROM_LOAD16_BYTE( "95421717.hi", 0x00000, 0x080000, CRC(3b022f78) SHA1(bb1798468fe99c269712bc06bff8613ae03c81e7) ) |
| 10648 | sc_rhxcs_others |
| 10649 | ROM_END |
| 10650 | |
| 10651 | |
| 10652 | ROM_START( sc5redsq ) |
| 10653 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10654 | ROM_LOAD16_BYTE( "95416590.lo", 0x00001, 0x080000, CRC(4d08d688) SHA1(fe9e65553d9e8df7231c9a959b4a7c9f05de1e01) ) |
| 10655 | ROM_LOAD16_BYTE( "95416591.hi", 0x00000, 0x080000, CRC(0d4d40fc) SHA1(1e671db1f035117a57f96b5c8343f602501f5ba9) ) |
| 10656 | sc_redsq_others |
| 10657 | ROM_END |
| 10658 | |
| 10659 | ROM_START( sc5redsqa ) |
| 10660 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10661 | ROM_LOAD16_BYTE( "95417590.lo", 0x00001, 0x080000, CRC(2c7c829c) SHA1(d540309dfea5240316c0d10e410d5cf7f9e0b9c5) ) |
| 10662 | ROM_LOAD16_BYTE( "95417591.hi", 0x00000, 0x080000, CRC(52b4ca1d) SHA1(0a86824ebde3d9b33a2cd58a81b9232bde76bfd4) ) |
| 10663 | sc_redsq_others |
| 10664 | ROM_END |
| 10665 | |
| 10666 | |
| 10667 | ROM_START( sc5rosts ) |
| 10668 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10669 | ROM_LOAD16_BYTE( "95426024.lo", 0x00001, 0x080000, CRC(344ae121) SHA1(3b6b24492ba0e7d22adb9a8b152ebc61b433af17) ) |
| 10670 | ROM_LOAD16_BYTE( "95426025.hi", 0x00000, 0x080000, CRC(543eb055) SHA1(8468395c2a805751cfd8d67f9a124ede4bca269e) ) |
| 10671 | sc_rosts_others |
| 10672 | ROM_END |
| 10673 | |
| 10674 | ROM_START( sc5rostsa ) |
| 10675 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10676 | ROM_LOAD16_BYTE( "95426242.lo", 0x00001, 0x080000, CRC(8e98e510) SHA1(2f122ff8b329542376153c43d1cabc2d5a221edf) ) |
| 10677 | ROM_LOAD16_BYTE( "95426243.hi", 0x00000, 0x080000, CRC(652dd45c) SHA1(3618fe3f2dc28d05b24a40ee75409a114833f07b) ) |
| 10678 | sc_rosts_others |
| 10679 | ROM_END |
| 10680 | |
| 10681 | ROM_START( sc5rostsb ) |
| 10682 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10683 | ROM_LOAD16_BYTE( "95426480.lo", 0x00001, 0x080000, CRC(f9b6864d) SHA1(cc9e91391e7aea6c11e7d5a544030ccc7fbbafbe) ) |
| 10684 | ROM_LOAD16_BYTE( "95426481.hi", 0x00000, 0x080000, CRC(2f8f519a) SHA1(d8b3c255e1dc490ae7edd0add77b3d752591c39b) ) |
| 10685 | sc_rosts_others |
| 10686 | ROM_END |
| 10687 | |
| 10688 | ROM_START( sc5rostsc ) |
| 10689 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10690 | ROM_LOAD16_BYTE( "95427024.lo", 0x00001, 0x080000, CRC(01da3740) SHA1(b765683f2944351217a61c2aacfb09f959e5ad00) ) |
| 10691 | ROM_LOAD16_BYTE( "95427025.hi", 0x00000, 0x080000, CRC(8956a0e0) SHA1(c8d070fce0336f63df05d18dd860337cba9dda1a) ) |
| 10692 | sc_rosts_others |
| 10693 | ROM_END |
| 10694 | |
| 10695 | ROM_START( sc5rostsd ) |
| 10696 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10697 | ROM_LOAD16_BYTE( "95427242.lo", 0x00001, 0x080000, CRC(11826e47) SHA1(712dffaafc5c1c9dbae430187dd53ed711fe016c) ) |
| 10698 | ROM_LOAD16_BYTE( "95427243.hi", 0x00000, 0x080000, CRC(2e6e312e) SHA1(2abd8fafe1bb21bcaddc39f70c23eb9d457ab311) ) |
| 10699 | sc_rosts_others |
| 10700 | ROM_END |
| 10701 | |
| 10702 | ROM_START( sc5rostse ) |
| 10703 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10704 | ROM_LOAD16_BYTE( "95427480.lo", 0x00001, 0x080000, CRC(ce66e59b) SHA1(2ec6cf2f9cdda4cc3c259506d3f7fb089eef6afa) ) |
| 10705 | ROM_LOAD16_BYTE( "95427481.hi", 0x00000, 0x080000, CRC(a9ec2b1f) SHA1(14e815cc451316aa6ff3456e0c1d881236dbe6af) ) |
| 10706 | sc_rosts_others |
| 10707 | ROM_END |
| 10708 | |
| 10709 | ROM_START( sc5rovrt ) |
| 10710 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10711 | ROM_LOAD16_BYTE( "95416804.lo", 0x00001, 0x080000, CRC(4753f2ea) SHA1(6c0e7a890d89fe98cf1ad19bb1d6658be92c0233) ) |
| 10712 | ROM_LOAD16_BYTE( "95416805.hi", 0x00000, 0x080000, CRC(db3bf6ce) SHA1(ad10d7d0df5d63cecf41d111545fc64313d9db88) ) |
| 10713 | sc_rovrt_others |
| 10714 | ROM_END |
| 10715 | |
| 10716 | ROM_START( sc5rovrta ) |
| 10717 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10718 | ROM_LOAD16_BYTE( "95417804.lo", 0x00001, 0x080000, CRC(40098300) SHA1(de7d3966c46ba58d49efcea568ba8d52fc53a1bc) ) |
| 10719 | ROM_LOAD16_BYTE( "95417805.hi", 0x00000, 0x080000, CRC(c39f21d0) SHA1(585ac468849a788b47e3dbf9f41dbc618e67405a) ) |
| 10720 | sc_rovrt_others |
| 10721 | ROM_END |
| 10722 | |
| 10723 | ROM_START( sc5rovrtb ) |
| 10724 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10725 | ROM_LOAD16_BYTE( "95420208.lo", 0x00001, 0x080000, CRC(69c11c3d) SHA1(5269060fa78a929e379fa46d993d630534307cdc) ) |
| 10726 | ROM_LOAD16_BYTE( "95420209.hi", 0x00000, 0x080000, CRC(614b3dd1) SHA1(a04fb9c173afd2d54948dbbd1ab7979cceeb1c31) ) |
| 10727 | sc_rovrt_others |
| 10728 | ROM_END |
| 10729 | |
| 10730 | ROM_START( sc5rovrtc ) |
| 10731 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10732 | ROM_LOAD16_BYTE( "95421208.lo", 0x00001, 0x080000, CRC(f982c649) SHA1(45c6e7460fe5ae11e972ff117b1af6ddc8acb3cc) ) |
| 10733 | ROM_LOAD16_BYTE( "95421209.hi", 0x00000, 0x080000, CRC(1b4df6b3) SHA1(ab1e94315f3841f4abc3f2729152d85dc42bfc9a) ) |
| 10734 | sc_rovrt_others |
| 10735 | ROM_END |
| 10736 | |
| 10737 | ROM_START( sc5smtm ) |
| 10738 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10739 | ROM_LOAD16_BYTE( "95416774.lo", 0x00001, 0x080000, CRC(69c428c1) SHA1(820ee15cd362c59b045b7c8367d090bb0cba8b52) ) |
| 10740 | ROM_LOAD16_BYTE( "95416775.hi", 0x00000, 0x080000, CRC(fe319548) SHA1(d5c4ea5a0e5eb11bebcba5df00932b38d562a83d) ) |
| 10741 | sc_smtm_others |
| 10742 | ROM_END |
| 10743 | |
| 10744 | ROM_START( sc5smtma ) |
| 10745 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10746 | ROM_LOAD16_BYTE( "95417774.lo", 0x00001, 0x080000, CRC(c7c3a41f) SHA1(0af495f5d387b53c3d8640ecccaeac3152b26ee5) ) |
| 10747 | ROM_LOAD16_BYTE( "95417775.hi", 0x00000, 0x080000, CRC(776b8acb) SHA1(cf9f92a548caf101815094e32e5b1f2e3e6e85cb) ) |
| 10748 | sc_smtm_others |
| 10749 | ROM_END |
| 10750 | |
| 10751 | |
| 10752 | ROM_START( sc5showt ) |
| 10753 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10754 | ROM_LOAD16_BYTE( "95422250.lo", 0x00001, 0x080000, CRC(f5ccf736) SHA1(515020f2caeaa17da5c24cec7dd7591cd1bd1c9f) ) |
| 10755 | ROM_LOAD16_BYTE( "95422251.hi", 0x00000, 0x080000, CRC(353cc294) SHA1(182dd862b0827ac843531ac471b28a1e0dba8452) ) |
| 10756 | sc_showt_others |
| 10757 | ROM_END |
| 10758 | |
| 10759 | ROM_START( sc5showta ) |
| 10760 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10761 | ROM_LOAD16_BYTE( "95422264.lo", 0x00001, 0x080000, CRC(60f0aaa4) SHA1(5959317094e03e520d2fa09912bba317f09bb18d) ) |
| 10762 | ROM_LOAD16_BYTE( "95422265.hi", 0x00000, 0x080000, CRC(250e5f22) SHA1(21c57910c4e998287dcd7de2c09e6f2393e34561) ) |
| 10763 | sc_showt_others |
| 10764 | ROM_END |
| 10765 | |
| 10766 | ROM_START( sc5showtb ) |
| 10767 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10768 | ROM_LOAD16_BYTE( "95422266.lo", 0x00001, 0x080000, CRC(cd90c3a6) SHA1(7e87d8972bddaeecd370ea90cfe401b31e45cf3a) ) |
| 10769 | ROM_LOAD16_BYTE( "95422267.hi", 0x00000, 0x080000, CRC(94408414) SHA1(a6e093020f8eef4390fe9de8314bf7ef7e4a3fdd) ) |
| 10770 | sc_showt_others |
| 10771 | ROM_END |
| 10772 | |
| 10773 | ROM_START( sc5showtc ) |
| 10774 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10775 | ROM_LOAD16_BYTE( "95422282.lo", 0x00001, 0x080000, CRC(8dd2c938) SHA1(c4f51b27e51dc0a37ccf65731029497d9078b093) ) |
| 10776 | ROM_LOAD16_BYTE( "95422283.hi", 0x00000, 0x080000, CRC(c4562c9b) SHA1(39355f1a9ffcfcc9da8fb650cc2bcdca298a4013) ) |
| 10777 | sc_showt_others |
| 10778 | ROM_END |
| 10779 | |
| 10780 | ROM_START( sc5showtd ) |
| 10781 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10782 | ROM_LOAD16_BYTE( "95422508.lo", 0x00001, 0x080000, CRC(2331b6d8) SHA1(925f62a8b899210dd5b9fad84978757c581423b7) ) |
| 10783 | ROM_LOAD16_BYTE( "95422509.hi", 0x00000, 0x080000, CRC(8b039dca) SHA1(3c881ad34e1406749cd80d71754febe618c13fea) ) |
| 10784 | sc_showt_others |
| 10785 | ROM_END |
| 10786 | |
| 10787 | ROM_START( sc5showte ) |
| 10788 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10789 | ROM_LOAD16_BYTE( "95422760.lo", 0x00001, 0x080000, CRC(1375e194) SHA1(05292e05c469890eebdfa125a293a7a27b41d77d) ) |
| 10790 | ROM_LOAD16_BYTE( "95422761.hi", 0x00000, 0x080000, CRC(e0aec359) SHA1(75a241a6e170f691eea7552bbb8dc97e40b723d3) ) |
| 10791 | sc_showt_others |
| 10792 | ROM_END |
| 10793 | |
| 10794 | ROM_START( sc5showtf ) |
| 10795 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10796 | ROM_LOAD16_BYTE( "95423250.lo", 0x00001, 0x080000, CRC(3245a8a6) SHA1(9341ff47bb9a2d22f49c114234daec283ad7e879) ) |
| 10797 | ROM_LOAD16_BYTE( "95423251.hi", 0x00000, 0x080000, CRC(40a0ec3a) SHA1(3e32e96f0484cb15ec24e659218c815732905277) ) |
| 10798 | sc_showt_others |
| 10799 | ROM_END |
| 10800 | |
| 10801 | ROM_START( sc5showtg ) |
| 10802 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10803 | ROM_LOAD16_BYTE( "95423264.lo", 0x00001, 0x080000, CRC(72a1d258) SHA1(4e2989f1a5826907200ed2b90c96d68bf4b2f272) ) |
| 10804 | ROM_LOAD16_BYTE( "95423265.hi", 0x00000, 0x080000, CRC(f45d4470) SHA1(d5598c079bc69bab8e205a0713b7f04b7f2a1645) ) |
| 10805 | sc_showt_others |
| 10806 | ROM_END |
| 10807 | |
| 10808 | ROM_START( sc5showth ) |
| 10809 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10810 | ROM_LOAD16_BYTE( "95423266.lo", 0x00001, 0x080000, CRC(d57d3dc9) SHA1(388ef7d70e39b1cf7c490b5728a41d56c13e89bb) ) |
| 10811 | ROM_LOAD16_BYTE( "95423267.hi", 0x00000, 0x080000, CRC(1a0dc2a4) SHA1(93b17f39436078245df3e3ada3525b397372717d) ) |
| 10812 | sc_showt_others |
| 10813 | ROM_END |
| 10814 | |
| 10815 | ROM_START( sc5showti ) |
| 10816 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10817 | ROM_LOAD16_BYTE( "95423282.lo", 0x00001, 0x080000, CRC(0f797a89) SHA1(d877282a0fc6a8e8324df461c16c50da9c58f586) ) |
| 10818 | ROM_LOAD16_BYTE( "95423283.hi", 0x00000, 0x080000, CRC(7a6f6a99) SHA1(1863e215a03c0e97c6aea97d8cc23d219bffb1cd) ) |
| 10819 | sc_showt_others |
| 10820 | ROM_END |
| 10821 | |
| 10822 | ROM_START( sc5showtj ) |
| 10823 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10824 | ROM_LOAD16_BYTE( "95423508.lo", 0x00001, 0x080000, CRC(f6c86a6d) SHA1(feb7bc7d0014a4030ed0582412f31f9fa0ca2452) ) |
| 10825 | ROM_LOAD16_BYTE( "95423509.hi", 0x00000, 0x080000, CRC(d305bd12) SHA1(9cab958cbd54b16344356768c2b910e972740290) ) |
| 10826 | sc_showt_others |
| 10827 | ROM_END |
| 10828 | |
| 10829 | ROM_START( sc5showtk ) |
| 10830 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10831 | ROM_LOAD16_BYTE( "95423760.lo", 0x00001, 0x080000, CRC(27e3af32) SHA1(d441367f254304c1b7e2f4a40384f222080fbdfb) ) |
| 10832 | ROM_LOAD16_BYTE( "95423761.hi", 0x00000, 0x080000, CRC(e522bc87) SHA1(1c8e8ad395696e9dad4e1b7bbd7ff4fff772771b) ) |
| 10833 | sc_showt_others |
| 10834 | ROM_END |
| 10835 | |
| 10836 | ROM_START( sc5showtl ) |
| 10837 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10838 | ROM_LOAD16_BYTE( "95426280.lo", 0x00001, 0x080000, CRC(df58a77a) SHA1(4873fb57d1f7305638655e662290382ec8f71d83) ) |
| 10839 | ROM_LOAD16_BYTE( "95426281.hi", 0x00000, 0x080000, CRC(fc06f41f) SHA1(23543ed0bd3f3d19254b13b025f3bb7d72069074) ) |
| 10840 | sc_showt_others |
| 10841 | ROM_END |
| 10842 | |
| 10843 | ROM_START( sc5showtm ) |
| 10844 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10845 | ROM_LOAD16_BYTE( "95427280.lo", 0x00001, 0x080000, CRC(9f6eb87a) SHA1(8ec853dcfc2ab70aa9b354a7d53830fb98372b72) ) |
| 10846 | ROM_LOAD16_BYTE( "95427281.hi", 0x00000, 0x080000, CRC(dffa8c35) SHA1(d73cb184593d1f2c1d60c9e71c130317f5302624) ) |
| 10847 | sc_showt_others |
| 10848 | ROM_END |
| 10849 | |
| 10850 | ROM_START( sc5showtn ) |
| 10851 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10852 | ROM_LOAD16_BYTE( "p3013p72.hi", 0x00000, 0x080000, CRC(4a2bb3f4) SHA1(c83e20f1481fd6be86f9b8bc3bbc075b984602d0) ) |
| 10853 | ROM_LOAD16_BYTE( "p3013p72.lo", 0x00001, 0x080000, CRC(0c356331) SHA1(b1539d2f191ea00265674b13ca8098f91462f545) ) |
| 10854 | sc_showt_others |
| 10855 | ROM_END |
| 10856 | |
| 10857 | ROM_START( sc5showto ) |
| 10858 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10859 | ROM_LOAD16_BYTE( "p3013p73.hi", 0x00000, 0x080000, CRC(33584a9f) SHA1(9c4fb053feb1be7e80466d83e04190a045ba0739) ) |
| 10860 | ROM_LOAD16_BYTE( "p3013p73.lo", 0x00001, 0x080000, CRC(04a0ef49) SHA1(9d08c72b4c243892ea21e82bf6daf21f218c1b60) ) |
| 10861 | sc_showt_others |
| 10862 | ROM_END |
| 10863 | |
| 10864 | ROM_START( sc5showtp ) |
| 10865 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10866 | ROM_LOAD16_BYTE( "p3013s72.hi", 0x00000, 0x080000, CRC(a7fa33b6) SHA1(fdbbb4ad615570a80b8e96a2cda64655ae079e39) ) |
| 10867 | ROM_LOAD16_BYTE( "p3013s72.lo", 0x00001, 0x080000, CRC(44921322) SHA1(ffd0d5ff9a0d013f43c031e60b7db9208d98d5bc) ) |
| 10868 | sc_showt_others |
| 10869 | ROM_END |
| 10870 | |
| 10871 | ROM_START( sc5showtq ) |
| 10872 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10873 | ROM_LOAD16_BYTE( "p3013s73.hi", 0x00000, 0x080000, CRC(a7e54de1) SHA1(72ac11cbc9c75da11a3064e1b48533db60d3ba8f) ) |
| 10874 | ROM_LOAD16_BYTE( "p3013s73.lo", 0x00001, 0x080000, CRC(9a696a93) SHA1(c051803e47d73ab33abb539e58e83630940e1d77) ) |
| 10875 | sc_showt_others |
| 10876 | ROM_END |
| 10877 | |
| 10878 | ROM_START( sc5showtr ) |
| 10879 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10880 | ROM_LOAD16_BYTE( "95426098.lo", 0x000001, 0x080000, CRC(66653c17) SHA1(bf57f4dc083f3c1c70d779492d66b57386eea0ec) ) |
| 10881 | ROM_LOAD16_BYTE( "95426099.hi", 0x000000, 0x080000, CRC(bda705a8) SHA1(82019cbdd8e5f8057e9fd3de51c93ada551ce229) ) |
| 10882 | sc_showt_others |
| 10883 | ROM_END |
| 10884 | |
| 10885 | ROM_START( sc5showts ) |
| 10886 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10887 | ROM_LOAD16_BYTE( "95427098.lo", 0x000001, 0x080000, CRC(965162e2) SHA1(17b74562bd86ac8c5883594242a69b0a964f48ed) ) |
| 10888 | ROM_LOAD16_BYTE( "95427099.hi", 0x000000, 0x080000, CRC(bb61814f) SHA1(83f7d73de1eca2fd321b36a62928ca79fcf8f782) ) |
| 10889 | sc_showt_others |
| 10890 | ROM_END |
| 10891 | |
| 10892 | ROM_START( sc5slad ) |
| 10893 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10894 | ROM_LOAD16_BYTE( "95408992.lo", 0x00001, 0x080000, CRC(52b25a9c) SHA1(a886bbb06fc446551d03b7fccdc51b0c7426f554) ) |
| 10895 | ROM_LOAD16_BYTE( "95408993.hi", 0x00000, 0x080000, CRC(34232091) SHA1(aff81aefc6816df5fbe121a365597b1efd255b91) ) |
| 10896 | sc_slad_others |
| 10897 | ROM_END |
| 10898 | |
| 10899 | ROM_START( sc5slada ) |
| 10900 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10901 | ROM_LOAD16_BYTE( "95408994.lo", 0x00001, 0x080000, CRC(7952dd9b) SHA1(b314dfc941594b379c0bf3ac8a215f9da8fce5ad) ) |
| 10902 | ROM_LOAD16_BYTE( "95408995.hi", 0x00000, 0x080000, CRC(1fa6cbc9) SHA1(4602ee52f7c3cdc4ea6624cf9269c934e45026ec) ) |
| 10903 | sc_slad_others |
| 10904 | ROM_END |
| 10905 | |
| 10906 | ROM_START( sc5sladb ) |
| 10907 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10908 | ROM_LOAD16_BYTE( "95409992.lo", 0x00001, 0x080000, CRC(4c8a4ac5) SHA1(4587a6f9b5224fd3001f70902b6dcbf6b10133a1) ) |
| 10909 | ROM_LOAD16_BYTE( "95409993.hi", 0x00000, 0x080000, CRC(8a1f3400) SHA1(d4e94be6c8738ced82bf6399b7ab12c95a91d92f) ) |
| 10910 | sc_slad_others |
| 10911 | ROM_END |
| 10912 | |
| 10913 | ROM_START( sc5sladc ) |
| 10914 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10915 | ROM_LOAD16_BYTE( "95409994.lo", 0x00001, 0x080000, CRC(676acdc2) SHA1(60bed4e1ce0bcb95cd4d47dfa17dfc0312715a60) ) |
| 10916 | ROM_LOAD16_BYTE( "95409995.hi", 0x00000, 0x080000, CRC(a19adf58) SHA1(783f91b89ab95523803d2ebf547ab37a9f864ebe) ) |
| 10917 | sc_slad_others |
| 10918 | ROM_END |
| 10919 | |
| 10920 | ROM_START( sc5sladd ) |
| 10921 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10922 | ROM_LOAD16_BYTE( "95410836.lo", 0x00001, 0x080000, CRC(b50072a5) SHA1(5c4603576a9a2efe2a03d3ad98026124ec57f1fb) ) |
| 10923 | ROM_LOAD16_BYTE( "95410837.hi", 0x00000, 0x080000, CRC(1b9c675f) SHA1(2e62c9149d7f8fc4af63bcb8399259197cb4108e) ) |
| 10924 | sc_slad_others |
| 10925 | ROM_END |
| 10926 | |
| 10927 | ROM_START( sc5slade ) |
| 10928 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10929 | ROM_LOAD16_BYTE( "95410838.lo", 0x00001, 0x080000, CRC(f4925ba2) SHA1(d606b1e3e936d1f4c924484cc36ee99146b5b41b) ) |
| 10930 | ROM_LOAD16_BYTE( "95410839.hi", 0x00000, 0x080000, CRC(04e4bf17) SHA1(98ab9f35ff9e5cfdd62fefb1ca5c09b41a821eb4) ) |
| 10931 | sc_slad_others |
| 10932 | ROM_END |
| 10933 | |
| 10934 | ROM_START( sc5sladf ) |
| 10935 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10936 | ROM_LOAD16_BYTE( "95411836.lo", 0x00001, 0x080000, CRC(19607aa0) SHA1(3818ea45d13f5c510b9aa68a91d1042382112d2c) ) |
| 10937 | ROM_LOAD16_BYTE( "95411837.hi", 0x00000, 0x080000, CRC(9f357e2b) SHA1(ba4dfa42f5b9b56f0d0fc0b9a5a6f3f4a9d320ec) ) |
| 10938 | sc_slad_others |
| 10939 | ROM_END |
| 10940 | |
| 10941 | ROM_START( sc5sladg ) |
| 10942 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10943 | ROM_LOAD16_BYTE( "95411838.lo", 0x00001, 0x080000, CRC(58f253a7) SHA1(45372be7175a6dfd7f53f81d4b605b4c462d1962) ) |
| 10944 | ROM_LOAD16_BYTE( "95411839.hi", 0x00000, 0x080000, CRC(804da663) SHA1(f5fbf8d701a907cdddf0f0adced4485444ba9cad) ) |
| 10945 | sc_slad_others |
| 10946 | ROM_END |
| 10947 | |
| 10948 | |
| 10949 | |
| 10950 | ROM_START( sc5spice ) |
| 10951 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10952 | ROM_LOAD16_BYTE( "95418376.lo", 0x00001, 0x080000, CRC(f5d1d605) SHA1(83cbbedd35260fc4a66d0dba935ee61cf1939ed0) ) |
| 10953 | ROM_LOAD16_BYTE( "95418377.hi", 0x00000, 0x080000, CRC(4fce1d68) SHA1(36c81646d76e0bc89146fcbbfbad661c2320b4c8) ) |
| 10954 | sc_spice_others |
| 10955 | ROM_END |
| 10956 | |
| 10957 | ROM_START( sc5spicea ) |
| 10958 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10959 | ROM_LOAD16_BYTE( "95418488.lo", 0x00001, 0x080000, CRC(f8de81a8) SHA1(2cede8dc509bab58e7613611ca9a7aec4713acf5) ) |
| 10960 | ROM_LOAD16_BYTE( "95418489.hi", 0x00000, 0x080000, CRC(170454a4) SHA1(3c5dc1a19a58bf72a90d74d1ba9f970dc11833fb) ) |
| 10961 | sc_spice_others |
| 10962 | ROM_END |
| 10963 | |
| 10964 | ROM_START( sc5spiceb ) |
| 10965 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10966 | ROM_LOAD16_BYTE( "95419376.lo", 0x00001, 0x080000, CRC(5f66dde4) SHA1(62318dda642830b829636efa02b2051824ffe1f7) ) |
| 10967 | ROM_LOAD16_BYTE( "95419377.hi", 0x00000, 0x080000, CRC(3ae406a2) SHA1(d042cb577229e30f31735e8c461821b3d7c8ed59) ) |
| 10968 | sc_spice_others |
| 10969 | ROM_END |
| 10970 | |
| 10971 | ROM_START( sc5spicec ) |
| 10972 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10973 | ROM_LOAD16_BYTE( "95419488.lo", 0x00001, 0x080000, CRC(c17394ee) SHA1(384ecc4450d161459cadff6c6b8b05cd2c50562a) ) |
| 10974 | ROM_LOAD16_BYTE( "95419489.hi", 0x00000, 0x080000, CRC(9e962a61) SHA1(2a5984ff26e0ae4c24b0efa1cc3321a609db93f9) ) |
| 10975 | sc_spice_others |
| 10976 | ROM_END |
| 10977 | |
| 10978 | ROM_START( sc5spiced ) |
| 10979 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10980 | ROM_LOAD16_BYTE( "95422968.lo", 0x00001, 0x080000, CRC(1be00ec6) SHA1(805769692fce2ad70ee71c3a82f63f90e58186d4) ) |
| 10981 | ROM_LOAD16_BYTE( "95422969.hi", 0x00000, 0x080000, CRC(b3c7d7f3) SHA1(0d66b1930e765c4cc91e8028584b4632ba00bb44) ) |
| 10982 | sc_spice_others |
| 10983 | ROM_END |
| 10984 | |
| 10985 | ROM_START( sc5spicee ) |
| 10986 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10987 | ROM_LOAD16_BYTE( "95423968.lo", 0x00001, 0x080000, CRC(a96eda7e) SHA1(7ec117adb50821f99fda5def3f7851ed880fcf15) ) |
| 10988 | ROM_LOAD16_BYTE( "95423969.hi", 0x00000, 0x080000, CRC(dff7d5ef) SHA1(f8c8630bad47d9dfb1e4f3d2b090cdb66a51195c) ) |
| 10989 | sc_spice_others |
| 10990 | ROM_END |
| 10991 | |
| 10992 | ROM_START( sc5swywm ) |
| 10993 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 10994 | ROM_LOAD16_BYTE( "95416370.lo", 0x00001, 0x080000, CRC(c318c638) SHA1(f9e9bc1dabd51901bd6bd5fda7d9b808cd323c21) ) |
| 10995 | ROM_LOAD16_BYTE( "95416371.hi", 0x00000, 0x080000, CRC(3c583cc6) SHA1(9cd0e6010e3e8d13acb6efba5a962c3db2daa65a) ) |
| 10996 | sc_swywm_others |
| 10997 | ROM_END |
| 10998 | |
| 10999 | ROM_START( sc5swywma ) |
| 11000 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11001 | ROM_LOAD16_BYTE( "95417370.lo", 0x00001, 0x080000, CRC(32232445) SHA1(4ccef584781987e73cecef8932620bcec6e1efe7) ) |
| 11002 | ROM_LOAD16_BYTE( "95417371.hi", 0x00000, 0x080000, CRC(e647d430) SHA1(5ae9258149dace4999e62fa6369aa78064739575) ) |
| 11003 | sc_swywm_others |
| 11004 | ROM_END |
| 11005 | |
| 11006 | ROM_START( sc5swywmb ) |
| 11007 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11008 | ROM_LOAD16_BYTE( "95420306.lo", 0x00001, 0x080000, CRC(14f6e069) SHA1(c3af8f51b17c078e9293d514cb2bbe4045bfb66a) ) |
| 11009 | ROM_LOAD16_BYTE( "95420307.hi", 0x00000, 0x080000, CRC(f6dedbc3) SHA1(23a433453cd518b3d17770e4d5638877eaecb5ae) ) |
| 11010 | sc_swywm_others |
| 11011 | ROM_END |
| 11012 | |
| 11013 | ROM_START( sc5swywmc ) |
| 11014 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11015 | ROM_LOAD16_BYTE( "95421306.lo", 0x00001, 0x080000, CRC(36527439) SHA1(7d1b8d18b8689992bc16106fed655fd930f682a9) ) |
| 11016 | ROM_LOAD16_BYTE( "95421307.hi", 0x00000, 0x080000, CRC(ee60c6dc) SHA1(ed74e4a4833c4a01f0ec3be456fb48269520e725) ) |
| 11017 | sc_swywm_others |
| 11018 | ROM_END |
| 11019 | |
| 11020 | ROM_START( sc5sumit ) |
| 11021 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11022 | ROM_LOAD16_BYTE( "95416732.lo", 0x00001, 0x080000, CRC(78bb861e) SHA1(ba80e658f04d8d24676155df0f89b478df9ddc11) ) |
| 11023 | ROM_LOAD16_BYTE( "95416733.hi", 0x00000, 0x080000, CRC(a4a347d0) SHA1(7e9c0679fdaff59a7fe56c6a7ceedda2e0b56786) ) |
| 11024 | sc_sus_others |
| 11025 | ROM_END |
| 11026 | |
| 11027 | ROM_START( sc5sus ) |
| 11028 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11029 | ROM_LOAD16_BYTE( "95416798.lo", 0x00001, 0x080000, CRC(b0fe16d2) SHA1(fa10b63dba55c834a5facb0d624b1015fbe04c2e) ) |
| 11030 | ROM_LOAD16_BYTE( "95416799.hi", 0x00000, 0x080000, CRC(eeb20d9c) SHA1(acc3ba10a2c9858f862ceca3ebe00512f2ce0088) ) |
| 11031 | sc_sus_others |
| 11032 | ROM_END |
| 11033 | |
| 11034 | ROM_START( sc5sumita ) |
| 11035 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11036 | ROM_LOAD16_BYTE( "95417732.lo", 0x00001, 0x080000, CRC(b279d17c) SHA1(4f44ec13fde326ccc61a75827245267d82ea64e3) ) |
| 11037 | ROM_LOAD16_BYTE( "95417733.hi", 0x00000, 0x080000, CRC(938e7b0d) SHA1(0b62020e57a972c54b2b5f204178089b3870daef) ) |
| 11038 | sc_sus_others |
| 11039 | ROM_END |
| 11040 | |
| 11041 | ROM_START( sc5susa ) |
| 11042 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11043 | ROM_LOAD16_BYTE( "95417798.lo", 0x00001, 0x080000, CRC(013e9bb0) SHA1(002e444df92b1d9859510ad15e3b19780c18a147) ) |
| 11044 | ROM_LOAD16_BYTE( "95417799.hi", 0x00000, 0x080000, CRC(74ac42ff) SHA1(af5242a5e44d77cedf8972212548781206ccf9e9) ) |
| 11045 | sc_sus_others |
| 11046 | ROM_END |
| 11047 | |
| 11048 | ROM_START( sc5susb ) |
| 11049 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11050 | ROM_LOAD16_BYTE( "95420126.lo", 0x00001, 0x080000, CRC(e3b01116) SHA1(35d793963a3f22319ee368cee7c5b9403ecba5a1) ) |
| 11051 | ROM_LOAD16_BYTE( "95420127.hi", 0x00000, 0x080000, CRC(b0ba53e3) SHA1(968bb739443c4d4145c1f5dc9ce75bdf2a54c670) ) |
| 11052 | sc_sus_others |
| 11053 | ROM_END |
| 11054 | |
| 11055 | ROM_START( sc5susc ) |
| 11056 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11057 | ROM_LOAD16_BYTE( "95421126.lo", 0x00001, 0x080000, CRC(491c57d9) SHA1(c97c4866dead95064ac5a13ab61b279c67474d5d) ) |
| 11058 | ROM_LOAD16_BYTE( "95421127.hi", 0x00000, 0x080000, CRC(7920ee8d) SHA1(2470c468973ed814c1114e88b45d950e82716767) ) |
| 11059 | sc_sus_others |
| 11060 | ROM_END |
| 11061 | |
| 11062 | |
| 11063 | |
| 11064 | |
| 11065 | ROM_START( sc5swbak ) |
| 11066 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11067 | ROM_LOAD16_BYTE( "95416584.lo", 0x00001, 0x080000, CRC(6a391e3e) SHA1(2356f172565c73f9ee48b174831e39401770eabe) ) |
| 11068 | ROM_LOAD16_BYTE( "95416585.hi", 0x00000, 0x080000, CRC(485bec6b) SHA1(1f591352d4d6a5a668ad69e49131e58d507edac3) ) |
| 11069 | sc_swbak_others |
| 11070 | ROM_END |
| 11071 | |
| 11072 | ROM_START( sc5swbaka ) |
| 11073 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11074 | ROM_LOAD16_BYTE( "95417584.lo", 0x00001, 0x080000, CRC(7f77c234) SHA1(74f438838747e874fe5e5c568431c936cad6cf6c) ) |
| 11075 | ROM_LOAD16_BYTE( "95417585.hi", 0x00000, 0x080000, CRC(ac32e805) SHA1(aed5dd9c7ce77686d8908b5d39f2527e8b037792) ) |
| 11076 | sc_swbak_others |
| 11077 | ROM_END |
| 11078 | |
| 11079 | |
| 11080 | ROM_START( sc5ttpie ) |
| 11081 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11082 | ROM_LOAD16_BYTE( "95418282.lo", 0x00001, 0x080000, CRC(e88a7afe) SHA1(c478af44d2980e48c9642c3e98354141a596e617) ) |
| 11083 | ROM_LOAD16_BYTE( "95418283.hi", 0x00000, 0x080000, CRC(31f34712) SHA1(0f3c0660957adf4f304f027c85b27005c259ffb1) ) |
| 11084 | sc_ttpie_others |
| 11085 | ROM_END |
| 11086 | |
| 11087 | ROM_START( sc5ttpiea ) |
| 11088 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11089 | ROM_LOAD16_BYTE( "95418484.lo", 0x00001, 0x080000, CRC(55001073) SHA1(cf81787d83004eecec27a4543fbc0b8f20d28fd8) ) |
| 11090 | ROM_LOAD16_BYTE( "95418485.hi", 0x00000, 0x080000, CRC(943aee32) SHA1(d07d05a0b4a6a8688428a83174b9def2db96095e) ) |
| 11091 | sc_ttpie_others |
| 11092 | ROM_END |
| 11093 | |
| 11094 | ROM_START( sc5ttpieb ) |
| 11095 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11096 | ROM_LOAD16_BYTE( "95418670.lo", 0x00001, 0x080000, CRC(8ca1c291) SHA1(2f9ad8a5f4533327c828eb441f408a98ad86794d) ) |
| 11097 | ROM_LOAD16_BYTE( "95418671.hi", 0x00000, 0x080000, CRC(bab3dbde) SHA1(da3a589c45d529eb328ba051f8fcf92bbae01023) ) |
| 11098 | sc_ttpie_others |
| 11099 | ROM_END |
| 11100 | |
| 11101 | ROM_START( sc5ttpiec ) |
| 11102 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11103 | ROM_LOAD16_BYTE( "95419282.lo", 0x00001, 0x080000, CRC(558d912f) SHA1(c5e6fed235ac7616e56f6fb4a161148943569a61) ) |
| 11104 | ROM_LOAD16_BYTE( "95419283.hi", 0x00000, 0x080000, CRC(e7835704) SHA1(fa2769cb248df57b60f3849261c91e4cd7fc9cf5) ) |
| 11105 | sc_ttpie_others |
| 11106 | ROM_END |
| 11107 | |
| 11108 | ROM_START( sc5ttpied ) |
| 11109 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11110 | ROM_LOAD16_BYTE( "95419484.lo", 0x00001, 0x080000, CRC(912fed2e) SHA1(c7efc626e19cd0253c4dc7117a3346e36b6de8f9) ) |
| 11111 | ROM_LOAD16_BYTE( "95419485.hi", 0x00000, 0x080000, CRC(8e4c2150) SHA1(72ee84d6d6a01475d29ab8b1380d7a7d2272b609) ) |
| 11112 | sc_ttpie_others |
| 11113 | ROM_END |
| 11114 | |
| 11115 | ROM_START( sc5ttpiee ) |
| 11116 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11117 | ROM_LOAD16_BYTE( "95419670.lo", 0x00001, 0x080000, CRC(c38bf8c9) SHA1(bc3125e754208e90578433ca6c6982443c98482d) ) |
| 11118 | ROM_LOAD16_BYTE( "95419671.hi", 0x00000, 0x080000, CRC(6890ef77) SHA1(2e7d13a2e511f991faa1c1a34913927f7e64df50) ) |
| 11119 | sc_ttpie_others |
| 11120 | ROM_END |
| 11121 | |
| 11122 | ROM_START( sc5ttpief ) |
| 11123 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11124 | ROM_LOAD16_BYTE( "95422032.lo", 0x00001, 0x080000, CRC(c5ae746d) SHA1(c66d5ed13934953507a8fed1d733b5062fc77b98) ) |
| 11125 | ROM_LOAD16_BYTE( "95422033.hi", 0x00000, 0x080000, CRC(24ca3563) SHA1(8b1c822c44fb65186bdd5004b9de7e98a048f13f) ) |
| 11126 | sc_ttpie_others |
| 11127 | ROM_END |
| 11128 | |
| 11129 | ROM_START( sc5ttpieg ) |
| 11130 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11131 | ROM_LOAD16_BYTE( "95422970.lo", 0x00001, 0x080000, CRC(32b28b53) SHA1(ad9999f28239296a470d1120335415ac3d8e84d3) ) |
| 11132 | ROM_LOAD16_BYTE( "95422971.hi", 0x00000, 0x080000, CRC(b8a184f6) SHA1(122443d162f287dbc4da893f370a9cbffba00280) ) |
| 11133 | sc_ttpie_others |
| 11134 | ROM_END |
| 11135 | |
| 11136 | ROM_START( sc5ttpieh ) |
| 11137 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11138 | ROM_LOAD16_BYTE( "95423032.lo", 0x00001, 0x080000, CRC(58f16ef9) SHA1(2e50650c3863c11eb606869c0b402192e8e412b4) ) |
| 11139 | ROM_LOAD16_BYTE( "95423033.hi", 0x00000, 0x080000, CRC(fe9c70dc) SHA1(98cc409fc0753be3ab23c2986e92a96413471dd1) ) |
| 11140 | sc_ttpie_others |
| 11141 | ROM_END |
| 11142 | |
| 11143 | ROM_START( sc5ttpiei ) |
| 11144 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11145 | ROM_LOAD16_BYTE( "95423970.lo", 0x00001, 0x080000, CRC(522a5e74) SHA1(7365f414f1c907f71322649474d77a69e211413f) ) |
| 11146 | ROM_LOAD16_BYTE( "95423971.hi", 0x00000, 0x080000, CRC(0db07610) SHA1(9ef0e66301a63c756bc212daabb49718fdbf3c3a) ) |
| 11147 | sc_ttpie_others |
| 11148 | ROM_END |
| 11149 | |
| 11150 | |
| 11151 | ROM_START( sc5typ ) |
| 11152 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11153 | ROM_LOAD16_BYTE( "p3001p41.hi", 0x00000, 0x080000, CRC(e2748f7f) SHA1(895f441cc3019fa52a226e428e449f78d2bf78b8) ) |
| 11154 | ROM_LOAD16_BYTE( "p3001p41.lo", 0x00001, 0x080000, CRC(bb208986) SHA1(44f98d8c37ef2d7a22f93ed5a62ac7c3cbe9c258) ) |
| 11155 | sc_typ_others |
| 11156 | ROM_END |
| 11157 | |
| 11158 | ROM_START( sc5typa ) |
| 11159 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11160 | ROM_LOAD16_BYTE( "p3001p42.hi", 0x00000, 0x080000, CRC(8b3e94f4) SHA1(4bfc1b5179af439aa1370ba202eb7eb2bb9375e7) ) |
| 11161 | ROM_LOAD16_BYTE( "p3001p42.lo", 0x00001, 0x080000, CRC(8fb76c4c) SHA1(f5486b934d83460787075973281a23beb83f101b) ) |
| 11162 | sc_typ_others |
| 11163 | ROM_END |
| 11164 | |
| 11165 | ROM_START( sc5typb ) |
| 11166 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11167 | ROM_LOAD16_BYTE( "p3001s41.hi", 0x00000, 0x080000, CRC(791a5b14) SHA1(8fd9da104ae6b95e4c651bd164f3b421f85c4050) ) |
| 11168 | ROM_LOAD16_BYTE( "p3001s41.lo", 0x00001, 0x080000, CRC(0d6eabd8) SHA1(83773fb597bc994a442fc5317bd81a0565816a7d) ) |
| 11169 | sc_typ_others |
| 11170 | ROM_END |
| 11171 | |
| 11172 | ROM_START( sc5typc ) |
| 11173 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11174 | ROM_LOAD16_BYTE( "p3001s42.hi", 0x00000, 0x080000, CRC(7314531f) SHA1(6d5f9becd5e0ca11cd37b018ccac4ec196c0cfb5) ) |
| 11175 | ROM_LOAD16_BYTE( "p3001s42.lo", 0x00001, 0x080000, CRC(16ad6b11) SHA1(f24ac0fe97ea1f6f36a6ca75e602d819e50489ab) ) |
| 11176 | sc_typ_others |
| 11177 | ROM_END |
| 11178 | |
| 11179 | |
| 11180 | ROM_START( sc5tbox ) |
| 11181 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11182 | ROM_LOAD16_BYTE( "95414778.lo", 0x00001, 0x080000, CRC(487c5cc4) SHA1(a9145aba9402d86ab70c46f09c85f6f3d46fd205) ) |
| 11183 | ROM_LOAD16_BYTE( "95414779.hi", 0x00000, 0x080000, CRC(2873e6b2) SHA1(81c9a4505367402924793720a753e035972e38ce) ) |
| 11184 | sc5tbox_others |
| 11185 | ROM_END |
| 11186 | |
| 11187 | ROM_START( sc5tboxa ) |
| 11188 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11189 | ROM_LOAD16_BYTE( "95414828.lo", 0x00001, 0x080000, CRC(498fd1c1) SHA1(12827f2538b6affb095ffa5b5f6350490664a332) ) |
| 11190 | ROM_LOAD16_BYTE( "95414829.hi", 0x00000, 0x080000, CRC(b8935360) SHA1(2f9b9ea2ba3041a7372b138dc2bfdd98813ca0ad) ) |
| 11191 | sc5tbox_others |
| 11192 | ROM_END |
| 11193 | |
| 11194 | ROM_START( sc5tboxb ) |
| 11195 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11196 | ROM_LOAD16_BYTE( "95414926.lo", 0x00001, 0x080000, CRC(ee169b9c) SHA1(f9cc88955e2647530571aff5c7384b018415a042) ) |
| 11197 | ROM_LOAD16_BYTE( "95414927.hi", 0x00000, 0x080000, CRC(8a602459) SHA1(2aea959105938abe734f823f10babec29d7c3425) ) |
| 11198 | sc5tbox_others |
| 11199 | ROM_END |
| 11200 | |
| 11201 | ROM_START( sc5tboxc ) |
| 11202 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11203 | ROM_LOAD16_BYTE( "95414942.lo", 0x00001, 0x080000, CRC(19c6636a) SHA1(da21ad5208544a24f9e3dad23ee20318b5bb64af) ) |
| 11204 | ROM_LOAD16_BYTE( "95414943.hi", 0x00000, 0x080000, CRC(21c68cb2) SHA1(e0ea75ef06fe9e91138371cb415797a84bbc49ce) ) |
| 11205 | sc5tbox_others |
| 11206 | ROM_END |
| 11207 | |
| 11208 | ROM_START( sc5tboxd ) |
| 11209 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11210 | ROM_LOAD16_BYTE( "95415774.lo", 0x00001, 0x080000, CRC(0d4016bf) SHA1(b82058a82b8d06604dd960b506fdfe836ede769c) ) |
| 11211 | ROM_LOAD16_BYTE( "95415775.hi", 0x00000, 0x080000, CRC(3e889448) SHA1(6729784afc2d968bcf2dcfa5b6051efbf3fab7f9) ) |
| 11212 | sc5tbox_others |
| 11213 | ROM_END |
| 11214 | |
| 11215 | ROM_START( sc5tboxe ) |
| 11216 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11217 | ROM_LOAD16_BYTE( "95415776.lo", 0x00001, 0x080000, CRC(ef75f453) SHA1(16d6a5ab415026108187fc55dfd0b1a3a9efc3e9) ) |
| 11218 | ROM_LOAD16_BYTE( "95415777.hi", 0x00000, 0x080000, CRC(af76919b) SHA1(c344de9eafd22383c05ad972c8e71898e01d6310) ) |
| 11219 | sc5tbox_others |
| 11220 | ROM_END |
| 11221 | |
| 11222 | ROM_START( sc5tboxf ) |
| 11223 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11224 | ROM_LOAD16_BYTE( "95415778.lo", 0x00001, 0x080000, CRC(e5377604) SHA1(58d2fb3683477e104f064120bd974873977517da) ) |
| 11225 | ROM_LOAD16_BYTE( "95415779.hi", 0x00000, 0x080000, CRC(d56a79f5) SHA1(52ae9a2179cd69cf56c96e946ed7d3b8eb977c31) ) |
| 11226 | sc5tbox_others |
| 11227 | ROM_END |
| 11228 | |
| 11229 | ROM_START( sc5tboxg ) |
| 11230 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11231 | ROM_LOAD16_BYTE( "95415828.lo", 0x00001, 0x080000, CRC(e4c4fb01) SHA1(4e5fbf06a994ec8c08ba592305346df61300ab3d) ) |
| 11232 | ROM_LOAD16_BYTE( "95415829.hi", 0x00000, 0x080000, CRC(458acc27) SHA1(ee1037070fa799479db203a4f73aa76faaa58885) ) |
| 11233 | sc5tbox_others |
| 11234 | ROM_END |
| 11235 | |
| 11236 | ROM_START( sc5tboxh ) |
| 11237 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11238 | ROM_LOAD16_BYTE( "95415926.lo", 0x00001, 0x080000, CRC(cf6706dd) SHA1(8430d2528f6390b3bbb7882d6388b1d996e30cbd) ) |
| 11239 | ROM_LOAD16_BYTE( "95415927.hi", 0x00000, 0x080000, CRC(8b5e8829) SHA1(386ead851e3ff7546d071c09a6882d89f7c9b765) ) |
| 11240 | sc5tbox_others |
| 11241 | ROM_END |
| 11242 | |
| 11243 | ROM_START( sc5tboxi ) |
| 11244 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11245 | ROM_LOAD16_BYTE( "95415942.lo", 0x00001, 0x080000, CRC(8efebd16) SHA1(bd6e043f2346006769f44fecb375219a3f7c2868) ) |
| 11246 | ROM_LOAD16_BYTE( "95415943.hi", 0x00000, 0x080000, CRC(4dd9ac8a) SHA1(d22ac1c4710888b9d103325a3f6aa6a5a2d92b6b) ) |
| 11247 | sc5tbox_others |
| 11248 | ROM_END |
| 11249 | |
| 11250 | ROM_START( sc5tboxj ) |
| 11251 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11252 | ROM_LOAD16_BYTE( "95416098.lo", 0x00001, 0x080000, CRC(40e7887c) SHA1(9ff0c5895b8453da276a888863ef97386c95de97) ) |
| 11253 | ROM_LOAD16_BYTE( "95416099.hi", 0x00000, 0x080000, CRC(e3697e0b) SHA1(badcc5d35f95c568fb21f22b39f25b65a337f15a) ) |
| 11254 | sc5tbox_others |
| 11255 | ROM_END |
| 11256 | |
| 11257 | ROM_START( sc5tboxk ) |
| 11258 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11259 | ROM_LOAD16_BYTE( "95416142.lo", 0x00001, 0x080000, CRC(be042d98) SHA1(bafb71c0d4579b73e2b04e4834220e6be5928fba) ) |
| 11260 | ROM_LOAD16_BYTE( "95416143.hi", 0x00000, 0x080000, CRC(a4ac3bdf) SHA1(c3e82fe7fb62d0128fca1b9aa9cbcfb3b12217b5) ) |
| 11261 | sc5tbox_others |
| 11262 | ROM_END |
| 11263 | |
| 11264 | ROM_START( sc5tboxl ) |
| 11265 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11266 | ROM_LOAD16_BYTE( "95416176.lo", 0x00001, 0x080000, CRC(835ec17f) SHA1(a7db233111112e7fed5dbe8490d02b8bc9d16cbd) ) |
| 11267 | ROM_LOAD16_BYTE( "95416177.hi", 0x00000, 0x080000, CRC(f1919ea4) SHA1(2b8bef90b66b7682ef2ca6a6face929d73239551) ) |
| 11268 | sc5tbox_others |
| 11269 | ROM_END |
| 11270 | |
| 11271 | ROM_START( sc5tboxm ) |
| 11272 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11273 | ROM_LOAD16_BYTE( "95416572.lo", 0x00001, 0x080000, CRC(70489d47) SHA1(18127558ba138db015f5219001e05082ccc695b6) ) |
| 11274 | ROM_LOAD16_BYTE( "95416573.hi", 0x00000, 0x080000, CRC(681f1467) SHA1(04ac5e5f809d3f4b7240c4326080e67815557245) ) |
| 11275 | sc5tbox_others |
| 11276 | ROM_END |
| 11277 | |
| 11278 | ROM_START( sc5tboxn ) |
| 11279 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11280 | ROM_LOAD16_BYTE( "95417098.lo", 0x00001, 0x080000, CRC(d13c9710) SHA1(12a4906254127fa623289ae1fffbb0cbb5d24c95) ) |
| 11281 | ROM_LOAD16_BYTE( "95417099.hi", 0x00000, 0x080000, CRC(61f4177d) SHA1(eb125e0062030fdc98828f8c48d130516b62d978) ) |
| 11282 | sc5tbox_others |
| 11283 | ROM_END |
| 11284 | |
| 11285 | ROM_START( sc5tboxo ) |
| 11286 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11287 | ROM_LOAD16_BYTE( "95417142.lo", 0x00001, 0x080000, CRC(e51d2ea6) SHA1(7270cd90ea1c95675102bc7cb75e819a9c4b51c5) ) |
| 11288 | ROM_LOAD16_BYTE( "95417143.hi", 0x00000, 0x080000, CRC(0204eef4) SHA1(6a240c108f5e196aff7b0e2caf81cd9b366d12dd) ) |
| 11289 | sc5tbox_others |
| 11290 | ROM_END |
| 11291 | |
| 11292 | ROM_START( sc5tboxp ) |
| 11293 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11294 | ROM_LOAD16_BYTE( "95417176.lo", 0x00001, 0x080000, CRC(5668faa3) SHA1(2b1e64ddb59bbd99df123caec5fe22911101b126) ) |
| 11295 | ROM_LOAD16_BYTE( "95417177.hi", 0x00000, 0x080000, CRC(beb1deb3) SHA1(a222890d80fa97e6b8f4bd0d12dee1b7adce022a) ) |
| 11296 | sc5tbox_others |
| 11297 | ROM_END |
| 11298 | |
| 11299 | ROM_START( sc5tboxq ) |
| 11300 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11301 | ROM_LOAD16_BYTE( "95417572.lo", 0x00001, 0x080000, CRC(b016031d) SHA1(e81aaadaccc72fabbb3c4b75a7dd4e069bdcb87c) ) |
| 11302 | ROM_LOAD16_BYTE( "95417573.hi", 0x00000, 0x080000, CRC(067d6cbf) SHA1(5b152efd5977a2b5a5428db79a1d7261e332fb0e) ) |
| 11303 | sc5tbox_others |
| 11304 | ROM_END |
| 11305 | |
| 11306 | |
| 11307 | ROM_START( sc5tpsht ) |
| 11308 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11309 | ROM_LOAD16_BYTE( "95416320.lo", 0x00001, 0x080000, CRC(a43419b2) SHA1(e26d4225b922868ca341c50a8e739b8b63ccb866) ) |
| 11310 | ROM_LOAD16_BYTE( "95416321.hi", 0x00000, 0x080000, CRC(1dcc98e0) SHA1(4eea0f246bd53728ef068e3ee4754acc5e3aeffb) ) |
| 11311 | sc_tpsht_others |
| 11312 | ROM_END |
| 11313 | |
| 11314 | ROM_START( sc5tpshta ) |
| 11315 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11316 | ROM_LOAD16_BYTE( "95417320.lo", 0x00001, 0x080000, CRC(58058edf) SHA1(f92a0350d82b77c740ada7cb4670f05486a1d115) ) |
| 11317 | ROM_LOAD16_BYTE( "95417321.hi", 0x00000, 0x080000, CRC(38fd30b5) SHA1(d52b9c9f4da11984af5c16ea42c0b462c4f6bf87) ) |
| 11318 | sc_tpsht_others |
| 11319 | ROM_END |
| 11320 | |
| 11321 | ROM_START( sc5tpshtb ) |
| 11322 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11323 | ROM_LOAD16_BYTE( "95420100.lo", 0x00001, 0x080000, CRC(9a84928c) SHA1(9c360110f2b35320222a4dab942ff70cf39f9888) ) |
| 11324 | ROM_LOAD16_BYTE( "95420101.hi", 0x00000, 0x080000, CRC(e403add7) SHA1(56cf7c4fb4dee8878662afcfea2e5682c4a2f586) ) |
| 11325 | sc_tpsht_others |
| 11326 | ROM_END |
| 11327 | |
| 11328 | ROM_START( sc5tpshtc ) |
| 11329 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11330 | ROM_LOAD16_BYTE( "95421100.lo", 0x00001, 0x080000, CRC(0574029a) SHA1(8cecd1e4a39a66d9737c6d08b0631fb18ab0e114) ) |
| 11331 | ROM_LOAD16_BYTE( "95421101.hi", 0x00000, 0x080000, CRC(6d895bf8) SHA1(79663c2f61bbdcffeb91d6e0a131551438c3296c) ) |
| 11332 | sc_tpsht_others |
| 11333 | ROM_END |
| 11334 | |
| 11335 | ROM_START( sc5tpshtd ) |
| 11336 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11337 | ROM_LOAD16_BYTE( "t0p0f_th.l0", 0x00001, 0x080000, CRC(396cd52d) SHA1(0f8493510f0ad057f0327fd066a8ce46e1452adf) ) |
| 11338 | ROM_LOAD16_BYTE( "t0pof_th.hi", 0x00000, 0x080000, CRC(e73ac578) SHA1(7ece9f95d88598664cee3a8482169a6f02f28523) ) |
| 11339 | sc_tpsht_others |
| 11340 | ROM_END |
| 11341 | |
| 11342 | |
| 11343 | ROM_START( sc5trail ) |
| 11344 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11345 | ROM_LOAD16_BYTE( "95414888.lo", 0x00001, 0x080000, CRC(72c1bb74) SHA1(cc98cc984a5d99afcbc5641e72a0fa20fca4420e) ) |
| 11346 | ROM_LOAD16_BYTE( "95414889.hi", 0x00000, 0x080000, CRC(8a946127) SHA1(044f4ec93b161aa72665c363213448de8bc0f43a) ) |
| 11347 | sc_trail_others |
| 11348 | ROM_END |
| 11349 | |
| 11350 | ROM_START( sc5traila ) |
| 11351 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11352 | ROM_LOAD16_BYTE( "95415888.lo", 0x00001, 0x080000, CRC(91825b39) SHA1(d1833f404be2f473ee01c373b0396a9f17eef1b2) ) |
| 11353 | ROM_LOAD16_BYTE( "95415889.hi", 0x00000, 0x080000, CRC(7577b260) SHA1(9137ddb1c04e7ec44a6e9213effa3ffd56706b50) ) |
| 11354 | sc_trail_others |
| 11355 | ROM_END |
| 11356 | |
| 11357 | ROM_START( sc5vivam ) |
| 11358 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11359 | ROM_LOAD16_BYTE( "p3010p41.hi", 0x00000, 0x080000, CRC(25ded37d) SHA1(3a24cae18d80e7f77975157d37483cecd3ed0e55) ) |
| 11360 | ROM_LOAD16_BYTE( "p3010p41.lo", 0x00001, 0x080000, CRC(4cfc8f4d) SHA1(ecc7bb4ce72de9f7cbdaaf4ff5182bc9d1325f45) ) |
| 11361 | PR3010_VIVA_MEXICO_SOUNDS11 |
| 11362 | ROM_END |
| 11363 | |
| 11364 | ROM_START( sc5vivama ) |
| 11365 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11366 | ROM_LOAD16_BYTE( "p3010s41.hi", 0x00000, 0x080000, CRC(1003cf54) SHA1(34e47911517a77dfd113af14bae4f335207f30be) ) |
| 11367 | ROM_LOAD16_BYTE( "p3010s41.lo", 0x00001, 0x080000, CRC(89c37841) SHA1(9b2d313c2498a1d05903490adbf9b0157a14e65f) ) |
| 11368 | PR3010_VIVA_MEXICO_SOUNDS11 |
| 11369 | ROM_END |
| 11370 | |
| 11371 | ROM_START( sc5wldjk ) |
| 11372 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11373 | ROM_LOAD16_BYTE( "95420552.lo", 0x00001, 0x080000, CRC(27c67626) SHA1(8ec95b1bed40c710f1ce67f722009c7fd886fdf4) ) |
| 11374 | ROM_LOAD16_BYTE( "95420553.hi", 0x00000, 0x080000, CRC(e058b60d) SHA1(ba6fe8e6fbb0d1bf8064e6c8dd5eedbaa2afff16) ) |
| 11375 | sc_wldjk_others |
| 11376 | ROM_END |
| 11377 | |
| 11378 | ROM_START( sc5wldjka ) |
| 11379 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11380 | ROM_LOAD16_BYTE( "95421552.lo", 0x00001, 0x080000, CRC(7dd4a966) SHA1(792679ba64495bbfefdd7a4d4db8981d83ad4a0e) ) |
| 11381 | ROM_LOAD16_BYTE( "95421553.hi", 0x00000, 0x080000, CRC(f9826f0f) SHA1(c62e820fe9ac6a2c7691a9c1b2d43158c006c9ec) ) |
| 11382 | sc_wldjk_others |
| 11383 | ROM_END |
| 11384 | |
| 11385 | ROM_START( sc5adsnt ) |
| 11386 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11387 | ROM_LOAD16_BYTE( "95412702.lo", 0x00001, 0x080000, CRC(3993a885) SHA1(5672c8c617d14f0898726a22bc4fbb52ef570c1e) ) |
| 11388 | ROM_LOAD16_BYTE( "95412703.hi", 0x00000, 0x080000, CRC(0e16a5e5) SHA1(fa86fba7eeb68a3d36c8e68e67abdd9e5a3e9cd2) ) |
| 11389 | sc_adsnt_others |
| 11390 | ROM_END |
| 11391 | |
| 11392 | |
| 11393 | ROM_START( sc5adsnta ) |
| 11394 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11395 | ROM_LOAD16_BYTE( "95413702.lo", 0x00001, 0x080000, CRC(4fed4b97) SHA1(e902467882026dc48423b9fee95cae97bbb12e84) ) |
| 11396 | ROM_LOAD16_BYTE( "95413703.hi", 0x00000, 0x080000, CRC(3e5a472c) SHA1(f7395f63ab59492d0684734d95c63893e4a2b438) ) |
| 11397 | sc_adsnt_others |
| 11398 | ROM_END |
| 11399 | |
| 11400 | |
| 11401 | |
| 11402 | |
| 11403 | |
| 11404 | |
| 11405 | ROM_START( sc5bpb ) |
| 11406 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11407 | ROM_LOAD16_BYTE( "95418022.lo", 0x00001, 0x080000, CRC(c6a84731) SHA1(65b7d1fef892644c5e07aa203e703a9400cd7049) ) |
| 11408 | ROM_LOAD16_BYTE( "95418023.hi", 0x00000, 0x080000, CRC(b8a33eae) SHA1(8fbabac58b287130db49b5c37aca4e674ae89906) ) |
| 11409 | sc_bpb_others |
| 11410 | ROM_END |
| 11411 | |
| 11412 | ROM_START( sc5bpba ) |
| 11413 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11414 | ROM_LOAD16_BYTE( "95418818.lo", 0x00001, 0x080000, CRC(17103948) SHA1(d27f15629f03630ea38c388ea17ce71cf3dd9a4f) ) |
| 11415 | ROM_LOAD16_BYTE( "95418819.hi", 0x00000, 0x080000, CRC(cf0029af) SHA1(f0b230a70edb057c1e0b3a2add846e08968c0ed5) ) |
| 11416 | sc_bpb_others |
| 11417 | ROM_END |
| 11418 | |
| 11419 | ROM_START( sc5bpbb ) |
| 11420 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11421 | ROM_LOAD16_BYTE( "95419022.lo", 0x00001, 0x080000, CRC(ab8f24e8) SHA1(d2730c78bdc6e7e50781a74e8f80a2fa807736f1) ) |
| 11422 | ROM_LOAD16_BYTE( "95419023.hi", 0x00000, 0x080000, CRC(0492566f) SHA1(7d026bcf43000ad696a3c800743904aaf8475331) ) |
| 11423 | sc_bpb_others |
| 11424 | ROM_END |
| 11425 | |
| 11426 | ROM_START( sc5bpbc ) |
| 11427 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11428 | ROM_LOAD16_BYTE( "95419818.lo", 0x00001, 0x080000, CRC(71f668c4) SHA1(82c960547acbcead07c4efe8673731e3ba573961) ) |
| 11429 | ROM_LOAD16_BYTE( "95419819.hi", 0x00000, 0x080000, CRC(982bfe3a) SHA1(008f1f2c756237d3a8333301170e8dbcc13b9743) ) |
| 11430 | sc_bpb_others |
| 11431 | ROM_END |
| 11432 | |
| 11433 | ROM_START( sc5bpbd ) |
| 11434 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11435 | ROM_LOAD16_BYTE( "p1708p11.hi", 0x00000, 0x080000, CRC(d529391a) SHA1(1d095a8f665b5d67c51a05c6cd77fdbbe494d941) ) |
| 11436 | ROM_LOAD16_BYTE( "p1708p11.lo", 0x00001, 0x080000, CRC(27f50f01) SHA1(bb71c6e44f0ad30716f4b39caeb982bd49a4b393) ) |
| 11437 | sc_bpb_others |
| 11438 | ROM_END |
| 11439 | |
| 11440 | ROM_START( sc5bpbe ) |
| 11441 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11442 | ROM_LOAD16_BYTE( "p1708s11.hi", 0x00000, 0x080000, CRC(45dc3169) SHA1(d06fccc34a2ce7e76132e7789d3161487e7033ea) ) |
| 11443 | ROM_LOAD16_BYTE( "p1708s11.lo", 0x00001, 0x080000, CRC(3f9363bc) SHA1(632a870193b71cb6518c1e58366d636a484188a9) ) |
| 11444 | sc_bpb_others |
| 11445 | ROM_END |
| 11446 | |
| 11447 | ROM_START( sc5bpbf ) |
| 11448 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11449 | ROM_LOAD16_BYTE( "95418922.lo", 0x000001, 0x080000, CRC(d3c61916) SHA1(b0c3a9c1edc6f768e2125050e00c929ac4cf4d4c) ) |
| 11450 | ROM_LOAD16_BYTE( "95418923.hi", 0x000000, 0x080000, CRC(c87f8b8e) SHA1(6dcf8ba9c5d2b434d0f14941266fa940ceb918ce) ) |
| 11451 | sc_bpb_others |
| 11452 | ROM_END |
| 11453 | |
| 11454 | ROM_START( sc5bpbg ) |
| 11455 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11456 | ROM_LOAD16_BYTE( "95419922.lo", 0x000001, 0x080000, CRC(cfd33a39) SHA1(eb9fbde19f5ec5faa015bca10d0df6ab974a53df) ) |
| 11457 | ROM_LOAD16_BYTE( "95419923.hi", 0x000000, 0x080000, CRC(6d94aa35) SHA1(8b67e2d8db374f6eb155d0fc42645d019580ed16) ) |
| 11458 | sc_bpb_others |
| 11459 | ROM_END |
| 11460 | |
| 11461 | |
| 11462 | ROM_START( sc5bsp ) |
| 11463 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11464 | ROM_LOAD16_BYTE( "95422224.lo", 0x00001, 0x080000, CRC(4aa91225) SHA1(18be588d87bfa4953c943bc2dc2629d3105ae81b) ) |
| 11465 | ROM_LOAD16_BYTE( "95422225.hi", 0x00000, 0x080000, CRC(cf857a93) SHA1(a5a25b773c146b14d98be271053a09fc14ea1ca9) ) |
| 11466 | sc_bsp_others |
| 11467 | ROM_END |
| 11468 | |
| 11469 | ROM_START( sc5bspa ) |
| 11470 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11471 | ROM_LOAD16_BYTE( "95422348.lo", 0x00001, 0x080000, CRC(d2c9d70c) SHA1(aaf01d423a8e74bab1551df3a4cf58d67b1081d1) ) |
| 11472 | ROM_LOAD16_BYTE( "95422349.hi", 0x00000, 0x080000, CRC(b93691cc) SHA1(c3a17fdc39cff7fd4fcf34af9aa59876e06bd95c) ) |
| 11473 | sc_bsp_others |
| 11474 | ROM_END |
| 11475 | |
| 11476 | ROM_START( sc5bspb ) |
| 11477 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11478 | ROM_LOAD16_BYTE( "95422372.lo", 0x00001, 0x080000, CRC(d4b9ca13) SHA1(b960f9b72650b59e1cbaa4ac67582c31065bf789) ) |
| 11479 | ROM_LOAD16_BYTE( "95422373.hi", 0x00000, 0x080000, CRC(108a56af) SHA1(04e062c425845d309ddef7c1d1d1b228ba230eb8) ) |
| 11480 | sc_bsp_others |
| 11481 | ROM_END |
| 11482 | |
| 11483 | ROM_START( sc5bspc ) |
| 11484 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11485 | ROM_LOAD16_BYTE( "95422506.lo", 0x00001, 0x080000, CRC(72df1cd5) SHA1(8f3ec5242a0e666d33245321073dcd090092cbc2) ) |
| 11486 | ROM_LOAD16_BYTE( "95422507.hi", 0x00000, 0x080000, CRC(068ec97f) SHA1(2dbe3133a6e0db31472074dc9d9c060d905da70f) ) |
| 11487 | sc_bsp_others |
| 11488 | ROM_END |
| 11489 | |
| 11490 | ROM_START( sc5bspd ) |
| 11491 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11492 | ROM_LOAD16_BYTE( "95422710.lo", 0x00001, 0x080000, CRC(92191d36) SHA1(081b21df2817ed73fb7406532f7ab6e0f79968df) ) |
| 11493 | ROM_LOAD16_BYTE( "95422711.hi", 0x00000, 0x080000, CRC(4ff402f5) SHA1(c9781e41ef769bba90d625ad1296c19f2bdbef42) ) |
| 11494 | sc_bsp_others |
| 11495 | ROM_END |
| 11496 | |
| 11497 | ROM_START( sc5bspe ) |
| 11498 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11499 | ROM_LOAD16_BYTE( "95423224.lo", 0x00001, 0x080000, CRC(12032bda) SHA1(abceef649a6fa7f46cf097eb4541391d66d42d7b) ) |
| 11500 | ROM_LOAD16_BYTE( "95423225.hi", 0x00000, 0x080000, CRC(9f372c59) SHA1(f5265bd5c5f17a08b8312575b2e133debfea6914) ) |
| 11501 | sc_bsp_others |
| 11502 | ROM_END |
| 11503 | |
| 11504 | ROM_START( sc5bspf ) |
| 11505 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11506 | ROM_LOAD16_BYTE( "95423348.lo", 0x00001, 0x080000, CRC(2373e487) SHA1(de47d3728e3ba067085c4e5962012e39ae94ba9a) ) |
| 11507 | ROM_LOAD16_BYTE( "95423349.hi", 0x00000, 0x080000, CRC(ccf27b49) SHA1(d8c6f8862073db392394319666d15b6ee314066d) ) |
| 11508 | sc_bsp_others |
| 11509 | ROM_END |
| 11510 | |
| 11511 | ROM_START( sc5bspg ) |
| 11512 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11513 | ROM_LOAD16_BYTE( "95423372.lo", 0x00001, 0x080000, CRC(21b01d1f) SHA1(436736fc5f158c9e250a167f7cc34c9f505cc0e5) ) |
| 11514 | ROM_LOAD16_BYTE( "95423373.hi", 0x00000, 0x080000, CRC(73c08edb) SHA1(0529f59496b1a495f48978d8dff5fe3419a11349) ) |
| 11515 | sc_bsp_others |
| 11516 | ROM_END |
| 11517 | |
| 11518 | ROM_START( sc5bsph ) |
| 11519 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11520 | ROM_LOAD16_BYTE( "95423506.lo", 0x00001, 0x080000, CRC(dc8b85dd) SHA1(497634c277b3779dd4f57a5929c5101e079fb296) ) |
| 11521 | ROM_LOAD16_BYTE( "95423507.hi", 0x00000, 0x080000, CRC(08cca11d) SHA1(e17cef5cff10cb592bbe8d2d173832f5d28f42f2) ) |
| 11522 | sc_bsp_others |
| 11523 | ROM_END |
| 11524 | |
| 11525 | ROM_START( sc5bspi ) |
| 11526 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11527 | ROM_LOAD16_BYTE( "95423710.lo", 0x00001, 0x080000, CRC(659f3613) SHA1(99ad4158c87dd83242be7b14fccf7120b533dc15) ) |
| 11528 | ROM_LOAD16_BYTE( "95423711.hi", 0x00000, 0x080000, CRC(c001f60b) SHA1(9f540ee0f131578207edf1769e2c3de759cf5438) ) |
| 11529 | sc_bsp_others |
| 11530 | ROM_END |
| 11531 | |
| 11532 | |
| 11533 | ROM_START( sc5bspj ) |
| 11534 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11535 | ROM_LOAD16_BYTE( "95426402.lo", 0x00001, 0x080000, CRC(9b82ca7f) SHA1(64d1de521357b014feeb924f680ebddaa0844fe2) ) |
| 11536 | ROM_LOAD16_BYTE( "95426403.hi", 0x00000, 0x080000, CRC(352f353e) SHA1(b56f35c75d292c1cca8c7d7728f55a85d9f3e747) ) |
| 11537 | sc_bsp_others |
| 11538 | ROM_END |
| 11539 | |
| 11540 | ROM_START( sc5bspk ) |
| 11541 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11542 | ROM_LOAD16_BYTE( "95427402.lo", 0x00001, 0x080000, CRC(2d14361a) SHA1(ac555e45bfffdfb2d1b42bfdf195aef80558f441) ) |
| 11543 | ROM_LOAD16_BYTE( "95427403.hi", 0x00000, 0x080000, CRC(fe0684d4) SHA1(9d11d455e3ef5d9b7b3f5b40ab10fb11f0e4d0d8) ) |
| 11544 | sc_bsp_others |
| 11545 | ROM_END |
| 11546 | |
| 11547 | ROM_START( sc5bspl ) |
| 11548 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11549 | ROM_LOAD16_BYTE( "p3012p71.hi", 0x00000, 0x080000, CRC(0f2d1056) SHA1(ef69dc75ce581a2b58df71f5fe8615a83d586680) ) |
| 11550 | ROM_LOAD16_BYTE( "p3012p71.lo", 0x00001, 0x080000, CRC(e59265f1) SHA1(4a7fc13383076d7f2b2999f994c5b2064eec18e8) ) |
| 11551 | sc_bsp_others |
| 11552 | ROM_END |
| 11553 | |
| 11554 | ROM_START( sc5bspm ) |
| 11555 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11556 | ROM_LOAD16_BYTE( "p3012p73.hi", 0x00000, 0x080000, CRC(660c709c) SHA1(a020b16ede3d160d8a9715cc0aec9e21caf389e2) ) |
| 11557 | ROM_LOAD16_BYTE( "p3012p73.lo", 0x00001, 0x080000, CRC(3ada5001) SHA1(5056ce3056c2d7defc31100ba2a9b53401ae962b) ) |
| 11558 | sc_bsp_others |
| 11559 | ROM_END |
| 11560 | |
| 11561 | ROM_START( sc5bspn ) |
| 11562 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11563 | ROM_LOAD16_BYTE( "p3012s71.hi", 0x00000, 0x080000, CRC(1c3e5a08) SHA1(0cea2fc9e9ed0f00414c697bcc88815771968bca) ) |
| 11564 | ROM_LOAD16_BYTE( "p3012s71.lo", 0x00001, 0x080000, CRC(7ab0cd4d) SHA1(030e166abfc19fc4597b2c2fca80c0775ff11d7f) ) |
| 11565 | sc_bsp_others |
| 11566 | ROM_END |
| 11567 | |
| 11568 | ROM_START( sc5bspo ) |
| 11569 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11570 | ROM_LOAD16_BYTE( "p3012s73.hi", 0x00000, 0x080000, CRC(1fe675ca) SHA1(8309d76925d4a2e62f42da0bb7ebc31e68d2e2a7) ) |
| 11571 | ROM_LOAD16_BYTE( "p3012s73.lo", 0x00001, 0x080000, CRC(e1c6d034) SHA1(9d07da9f7fd38bae44ad88a291bdcce8641d46b7) ) |
| 11572 | sc_bsp_others |
| 11573 | ROM_END |
| 11574 | |
| 11575 | ROM_START( sc5bspp ) |
| 11576 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11577 | ROM_LOAD16_BYTE( "95426102.lo", 0x000001, 0x080000, CRC(89ecba69) SHA1(adcc0a487af5fe4f7fba304bfce08180dfd09cb5) ) |
| 11578 | ROM_LOAD16_BYTE( "95426103.hi", 0x000000, 0x080000, CRC(5ffde0d7) SHA1(f239279fc1a6267d8f8c655928b9d2c45a6edd99) ) |
| 11579 | sc_bsp_others |
| 11580 | ROM_END |
| 11581 | |
| 11582 | ROM_START( sc5bspq ) |
| 11583 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11584 | ROM_LOAD16_BYTE( "95427102.lo", 0x000001, 0x080000, CRC(40f85d06) SHA1(c2ce6d97f0c19564ff6e1dbdbd19ca4b094dc5ba) ) |
| 11585 | ROM_LOAD16_BYTE( "95427103.hi", 0x000000, 0x080000, CRC(bac67ffa) SHA1(3b98460bda87d6ad6fb1bb804470cc0bd7edb0d4) ) |
| 11586 | sc_bsp_others |
| 11587 | ROM_END |
| 11588 | |
| 11589 | |
| 11590 | ROM_START( sc5chain ) |
| 11591 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11592 | ROM_LOAD16_BYTE( "p1312p13.hi", 0x00000, 0x080000, CRC(6ce6a39b) SHA1(329cde7eed857a1a772974725027db3531857ccd) ) |
| 11593 | ROM_LOAD16_BYTE( "p1312p13.lo", 0x00001, 0x080000, CRC(e258be41) SHA1(b4012c5d2d08971a09bc1bac6ff78686aa38db30) ) |
| 11594 | sc_chain_others |
| 11595 | ROM_END |
| 11596 | |
| 11597 | ROM_START( sc5chaina ) |
| 11598 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11599 | ROM_LOAD16_BYTE( "p1312p23.hi", 0x00000, 0x080000, CRC(e7b27d08) SHA1(07171c023f6382513d2671ba838d59bfdb8a6f4f) ) |
| 11600 | ROM_LOAD16_BYTE( "p1312p23.lo", 0x00001, 0x080000, CRC(07643205) SHA1(5ddffad4b6034b1d600854aa2e2f9f3489c32775) ) |
| 11601 | sc_chain_others |
| 11602 | ROM_END |
| 11603 | |
| 11604 | ROM_START( sc5chainb ) |
| 11605 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11606 | ROM_LOAD16_BYTE( "p1312p24.hi", 0x00000, 0x080000, CRC(0628e1e9) SHA1(32c5063ed218998a0732c480acc6fce34ff42451) ) |
| 11607 | ROM_LOAD16_BYTE( "p1312p24.lo", 0x00001, 0x080000, CRC(ba87c653) SHA1(d88cd779bc6088ae4bf231970b5cfddd99a43c73) ) |
| 11608 | sc_chain_others |
| 11609 | ROM_END |
| 11610 | |
| 11611 | ROM_START( sc5chainc ) |
| 11612 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11613 | ROM_LOAD16_BYTE( "p1312s13.hi", 0x00000, 0x080000, CRC(f5e38577) SHA1(d921bb4520547f85c0e190875305d0562fa36cc6) ) |
| 11614 | ROM_LOAD16_BYTE( "p1312s13.lo", 0x00001, 0x080000, CRC(55b7a061) SHA1(01b7c564f21570feee2c2c01c4717b786784cc8f) ) |
| 11615 | sc_chain_others |
| 11616 | ROM_END |
| 11617 | |
| 11618 | ROM_START( sc5chaind ) |
| 11619 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11620 | ROM_LOAD16_BYTE( "p1312s23.hi", 0x00000, 0x080000, CRC(66aacd7a) SHA1(45f5ecb35cc6a2d88fe5bdb7d70f719b1ab0ce4a) ) |
| 11621 | ROM_LOAD16_BYTE( "p1312s23.lo", 0x00001, 0x080000, CRC(2124ed53) SHA1(4ae362fd6a7e6116873ddba3f52e1b4195b3a34c) ) |
| 11622 | sc_chain_others |
| 11623 | ROM_END |
| 11624 | |
| 11625 | ROM_START( sc5chaine ) |
| 11626 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11627 | ROM_LOAD16_BYTE( "p1312s24.hi", 0x00000, 0x080000, CRC(6bbf0b47) SHA1(a4955efb886a57b2840fe9a97288555c7d937fae) ) |
| 11628 | ROM_LOAD16_BYTE( "p1312s24.lo", 0x00001, 0x080000, CRC(17b60464) SHA1(e1857fd5b17e6c9fd62d49a68ada38d2b73ed81c) ) |
| 11629 | sc_chain_others |
| 11630 | ROM_END |
| 11631 | |
| 11632 | |
| 11633 | |
| 11634 | |
| 11635 | ROM_START( sc5clown ) |
| 11636 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11637 | ROM_LOAD16_BYTE( "95418182.lo", 0x00001, 0x080000, CRC(f6e960f7) SHA1(c3f94e0b90f2bfb13111f933107926f4dbe1e1da) ) |
| 11638 | ROM_LOAD16_BYTE( "95418183.hi", 0x00000, 0x080000, CRC(8593167c) SHA1(cbac923e69ad43c75027cca66917bc41fa30ac0c) ) |
| 11639 | sc_clown_others |
| 11640 | ROM_END |
| 11641 | |
| 11642 | ROM_START( sc5clowna ) |
| 11643 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11644 | ROM_LOAD16_BYTE( "95418820.lo", 0x00001, 0x080000, CRC(ccb31a88) SHA1(7f30cccf58bb1bf044f515bbd7d9b2817d283757) ) |
| 11645 | ROM_LOAD16_BYTE( "95418821.hi", 0x00000, 0x080000, CRC(867c31f5) SHA1(9f47ca053e7aab09561c61e6c1886c753b089dfe) ) |
| 11646 | sc_clown_others |
| 11647 | ROM_END |
| 11648 | |
| 11649 | ROM_START( sc5clownb ) |
| 11650 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11651 | ROM_LOAD16_BYTE( "95419182.lo", 0x00001, 0x080000, CRC(7f1ba659) SHA1(60e160259512555b9a86a886967ca9c6cd8c4c6f) ) |
| 11652 | ROM_LOAD16_BYTE( "95419183.hi", 0x00000, 0x080000, CRC(3830ef7c) SHA1(fc093adfd9776d9975572c56c22e4c53e5586788) ) |
| 11653 | sc_clown_others |
| 11654 | ROM_END |
| 11655 | |
| 11656 | ROM_START( sc5clownc ) |
| 11657 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11658 | ROM_LOAD16_BYTE( "95419820.lo", 0x00001, 0x080000, CRC(8967e729) SHA1(c717512b1d965d89019e0cbc4713c0f8900921ae) ) |
| 11659 | ROM_LOAD16_BYTE( "95419821.hi", 0x00000, 0x080000, CRC(56225dbc) SHA1(83102dec281b99eea75f14422217f78db27c0012) ) |
| 11660 | sc_clown_others |
| 11661 | ROM_END |
| 11662 | |
| 11663 | ROM_START( sc5clownd ) |
| 11664 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11665 | ROM_LOAD16_BYTE( "95418928.lo", 0x000001, 0x080000, CRC(98498777) SHA1(370b1839d79c56056cab9d8cbf9906b60f59df0c) ) |
| 11666 | ROM_LOAD16_BYTE( "95418929.hi", 0x000000, 0x080000, CRC(7267390c) SHA1(1ef527f63b8a399599156c17a67ecb14967d3608) ) |
| 11667 | sc_clown_others |
| 11668 | ROM_END |
| 11669 | |
| 11670 | ROM_START( sc5clowne ) |
| 11671 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11672 | ROM_LOAD16_BYTE( "95419928.lo", 0x000001, 0x080000, CRC(14580036) SHA1(dcc310f99e1ce5d50822164d68ba8f43d2a09f29) ) |
| 11673 | ROM_LOAD16_BYTE( "95419929.hi", 0x000000, 0x080000, CRC(79d2061f) SHA1(88bde8f85e4137f6ce36b2912cd5ae575d8af182) ) |
| 11674 | sc_clown_others |
| 11675 | ROM_END |
| 11676 | |
| 11677 | |
| 11678 | |
| 11679 | |
| 11680 | ROM_START( sc5copsr ) |
| 11681 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11682 | ROM_LOAD16_BYTE( "95410312.lo", 0x00001, 0x080000, CRC(969fb1ab) SHA1(6224309662e012e432698b0c760bd25586aa2b7f) ) |
| 11683 | ROM_LOAD16_BYTE( "95410313.hi", 0x00000, 0x080000, CRC(c5eed678) SHA1(1b139bb296b0843192715016cc500354027cf1a1) ) |
| 11684 | sc_copsr_others |
| 11685 | ROM_END |
| 11686 | |
| 11687 | ROM_START( sc5copsra ) |
| 11688 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11689 | ROM_LOAD16_BYTE( "95410314.lo", 0x00001, 0x080000, CRC(46e40095) SHA1(eab1f9c0ebbcd0a11fa8e6abc34ea3681cc2fffb) ) |
| 11690 | ROM_LOAD16_BYTE( "95410315.hi", 0x00000, 0x080000, CRC(2d321463) SHA1(071ab915f8ff3c9fbce1ca0f9c0885d45a09a306) ) |
| 11691 | sc_copsr_others |
| 11692 | ROM_END |
| 11693 | |
| 11694 | ROM_START( sc5copsrb ) |
| 11695 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11696 | ROM_LOAD16_BYTE( "95410608.lo", 0x00001, 0x080000, CRC(658c5b6d) SHA1(0586fe753e16f0d044e65e9cbb9c1cff61c5f84e) ) |
| 11697 | ROM_LOAD16_BYTE( "95410609.hi", 0x00000, 0x080000, CRC(20674963) SHA1(28d0364be5def1a172962ba2a132b266e35c50f7) ) |
| 11698 | sc_copsr_others |
| 11699 | ROM_END |
| 11700 | |
| 11701 | ROM_START( sc5copsrc ) |
| 11702 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11703 | ROM_LOAD16_BYTE( "95410610.lo", 0x00001, 0x080000, CRC(f72522c7) SHA1(2120710195120c5f398b7ffb7dc2fed6fe88a79b) ) |
| 11704 | ROM_LOAD16_BYTE( "95410611.hi", 0x00000, 0x080000, CRC(cbe9cf90) SHA1(ecc8644aab30f017537191c37c4de6c98f6662e9) ) |
| 11705 | sc_copsr_others |
| 11706 | ROM_END |
| 11707 | |
| 11708 | ROM_START( sc5copsrd ) |
| 11709 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11710 | ROM_LOAD16_BYTE( "95411312.lo", 0x00001, 0x080000, CRC(497d25fd) SHA1(66c325eb6c5f0a1deb761914d6f804fad412900e) ) |
| 11711 | ROM_LOAD16_BYTE( "95411313.hi", 0x00000, 0x080000, CRC(a4813889) SHA1(abc2642c11f17bcf995e493c1bfbd488192a0eb6) ) |
| 11712 | sc_copsr_others |
| 11713 | ROM_END |
| 11714 | |
| 11715 | ROM_START( sc5copsre ) |
| 11716 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11717 | ROM_LOAD16_BYTE( "95411314.lo", 0x00001, 0x080000, CRC(b44ee169) SHA1(37ea84ed8a0b8697d08d609d98bc35c05c246da6) ) |
| 11718 | ROM_LOAD16_BYTE( "95411315.hi", 0x00000, 0x080000, CRC(7939ff32) SHA1(468e43634f33f02823c3d8f878ecf9c71d2b6be5) ) |
| 11719 | sc_copsr_others |
| 11720 | ROM_END |
| 11721 | |
| 11722 | ROM_START( sc5copsrf ) |
| 11723 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11724 | ROM_LOAD16_BYTE( "95411608.lo", 0x00001, 0x080000, CRC(8279a3c2) SHA1(73ff7c9c5e8589759d24ede74c035065a8e7863b) ) |
| 11725 | ROM_LOAD16_BYTE( "95411609.hi", 0x00000, 0x080000, CRC(4fa4cbf3) SHA1(444a8a2657cadfa143e70b1878991fa3903bb86b) ) |
| 11726 | sc_copsr_others |
| 11727 | ROM_END |
| 11728 | |
| 11729 | ROM_START( sc5copsrg ) |
| 11730 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11731 | ROM_LOAD16_BYTE( "95411610.lo", 0x00001, 0x080000, CRC(10d0da68) SHA1(36a45b25f9003362b6daad98080c9beb6db49371) ) |
| 11732 | ROM_LOAD16_BYTE( "95411611.hi", 0x00000, 0x080000, CRC(a42a4d00) SHA1(6a74c226b15b4a0282300f53ad8868cea5deaaa9) ) |
| 11733 | sc_copsr_others |
| 11734 | ROM_END |
| 11735 | |
| 11736 | ROM_START( sc5copsrh ) |
| 11737 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11738 | ROM_LOAD16_BYTE( "95412564.lo", 0x00001, 0x080000, CRC(3eaebc41) SHA1(867887d1d06126dc989c530999aea1a0944b969e) ) |
| 11739 | ROM_LOAD16_BYTE( "95412565.hi", 0x00000, 0x080000, CRC(079d1921) SHA1(d6f8cea3b211c8fd86adca84e24748a23f48bfb4) ) |
| 11740 | sc_copsr_others |
| 11741 | ROM_END |
| 11742 | |
| 11743 | ROM_START( sc5copsri ) |
| 11744 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11745 | ROM_LOAD16_BYTE( "95413564.lo", 0x00001, 0x080000, CRC(f6f9caea) SHA1(e23f5553be66d293428932b06bcf057833ea30e4) ) |
| 11746 | ROM_LOAD16_BYTE( "95413565.hi", 0x00000, 0x080000, CRC(26ee9922) SHA1(5906557c201ecc1b84092803c3e848471aca5bd9) ) |
| 11747 | sc_copsr_others |
| 11748 | ROM_END |
| 11749 | |
| 11750 | |
| 11751 | |
| 11752 | |
| 11753 | |
| 11754 | |
| 11755 | ROM_START( sc5dndbe ) |
| 11756 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11757 | ROM_LOAD16_BYTE( "95418408.lo", 0x00001, 0x080000, CRC(cfed16c5) SHA1(fdec6bb6865c258af8ebfd5db529ef0e1c54fe35) ) |
| 11758 | ROM_LOAD16_BYTE( "95418409.hi", 0x00000, 0x080000, CRC(a7fa99e7) SHA1(ff098a9adf00dce6d975d20c66734ac789f4d82d) ) |
| 11759 | sc_dndbe_others |
| 11760 | ROM_END |
| 11761 | |
| 11762 | |
| 11763 | ROM_START( sc5dndbea ) |
| 11764 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11765 | ROM_LOAD16_BYTE( "95418562.lo", 0x00001, 0x080000, CRC(71ddd3aa) SHA1(8e48d21e41454e1fc1845638baeee17da8f99a3e) ) |
| 11766 | ROM_LOAD16_BYTE( "95418563.hi", 0x00000, 0x080000, CRC(4e4baee8) SHA1(064c7e05bee768f6240d766000f8480a08d59738) ) |
| 11767 | sc_dndbe_others |
| 11768 | ROM_END |
| 11769 | |
| 11770 | |
| 11771 | ROM_START( sc5dndbeb ) |
| 11772 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11773 | ROM_LOAD16_BYTE( "95419408.lo", 0x00001, 0x080000, CRC(948adf45) SHA1(9faf9eaaae60994c7653c35c8886e329eb6cef56) ) |
| 11774 | ROM_LOAD16_BYTE( "95419409.hi", 0x00000, 0x080000, CRC(79dc668f) SHA1(263fb10f42a6586283a0b6dbdeb401c639a837e8) ) |
| 11775 | sc_dndbe_others |
| 11776 | ROM_END |
| 11777 | |
| 11778 | |
| 11779 | ROM_START( sc5dndbec ) |
| 11780 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11781 | ROM_LOAD16_BYTE( "95419562.lo", 0x00001, 0x080000, CRC(c6a73fc8) SHA1(d33694a4b67581d450835d89709d859fda3bdb09) ) |
| 11782 | ROM_LOAD16_BYTE( "95419563.hi", 0x00000, 0x080000, CRC(a521350c) SHA1(45dddd7791b0ac76ed6d39450624c8e2140fed3f) ) |
| 11783 | sc_dndbe_others |
| 11784 | ROM_END |
| 11785 | |
| 11786 | |
| 11787 | ROM_START( sc5ddbbc ) |
| 11788 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11789 | ROM_LOAD16_BYTE( "95422008.lo", 0x00001, 0x080000, CRC(1071a6bf) SHA1(1ccd638a4899707f024575bf30db2ffd17b63d3c) ) // check these belong here, the pairings were broken |
| 11790 | ROM_LOAD16_BYTE( "95422009.hi", 0x00000, 0x080000, CRC(4360ee22) SHA1(98b08fdcf3efdb9d056f7c2f213a3e5d650686a7) ) // from sc_dndtp Deal Or No Deal The Power (Bellfruit) |
| 11791 | sc_dndbe_others |
| 11792 | ROM_END |
| 11793 | |
| 11794 | |
| 11795 | ROM_START( sc5ddbbca ) |
| 11796 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11797 | ROM_LOAD16_BYTE( "95422094.lo", 0x00001, 0x080000, CRC(4b3cce67) SHA1(1e85f125308ffcbdc1564d2b00ce07db83a7b5ba) ) |
| 11798 | ROM_LOAD16_BYTE( "95422095.hi", 0x00000, 0x080000, CRC(e4fa031f) SHA1(7438d213055bd5f26ac6c2e3798a0db1a11c1dc5) ) |
| 11799 | sc_dndbe_others |
| 11800 | ROM_END |
| 11801 | |
| 11802 | |
| 11803 | ROM_START( sc5dndbed ) |
| 11804 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11805 | ROM_LOAD16_BYTE( "95422138.lo", 0x00001, 0x080000, CRC(14830e37) SHA1(728e7b3c71d69c71e20daa1d766d238b2167dd0d) ) |
| 11806 | ROM_LOAD16_BYTE( "95422139.hi", 0x00000, 0x080000, CRC(63172b46) SHA1(0ca1032a31f2a75840ca2689167054bf9dd48718) ) |
| 11807 | sc_dndbe_others |
| 11808 | ROM_END |
| 11809 | |
| 11810 | |
| 11811 | ROM_START( sc5dndbee ) |
| 11812 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11813 | ROM_LOAD16_BYTE( "95422536.lo", 0x00001, 0x080000, CRC(bb212e12) SHA1(31022880984eaebc5a9164ff9116f85ffa6ac7af) ) |
| 11814 | ROM_LOAD16_BYTE( "95422537.hi", 0x00000, 0x080000, CRC(1094f140) SHA1(a17824ec68d7d0ee2ea10090807974e41b202e00) ) |
| 11815 | sc_dndbe_others |
| 11816 | ROM_END |
| 11817 | |
| 11818 | |
| 11819 | ROM_START( sc5dndbef ) |
| 11820 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11821 | ROM_LOAD16_BYTE( "95422716.lo", 0x00001, 0x080000, CRC(9012dfb9) SHA1(58fa79aa00ab91d60ed222ab5e7befd89544c488) ) |
| 11822 | ROM_LOAD16_BYTE( "95422717.hi", 0x00000, 0x080000, CRC(fec7aa06) SHA1(50f11ca1073d546cc3e6fdf40c0e004e0c8a65b2) ) |
| 11823 | sc_dndbe_others |
| 11824 | ROM_END |
| 11825 | |
| 11826 | ROM_START( sc5dndbeg ) |
| 11827 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11828 | ROM_LOAD16_BYTE( "95422864.lo", 0x00001, 0x080000, CRC(f969e95d) SHA1(c4dc12d745ad4e4e1a37cbf696875c65d0e33349) ) |
| 11829 | ROM_LOAD16_BYTE( "95422865.hi", 0x00000, 0x080000, CRC(76abce7e) SHA1(737bdf6c3fa3820b8e114d61acc072a493fe7b26) ) |
| 11830 | sc_dndbe_others |
| 11831 | ROM_END |
| 11832 | |
| 11833 | |
| 11834 | ROM_START( sc5dndbeh ) |
| 11835 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11836 | ROM_LOAD16_BYTE( "95422888.lo", 0x00001, 0x080000, CRC(75df9f2a) SHA1(6b0356a37a4cf5b9d687e22ff767a44cd4acda74) ) |
| 11837 | ROM_LOAD16_BYTE( "95422889.hi", 0x00000, 0x080000, CRC(b1c5800f) SHA1(23da01d0095b741960182f8f2e336cbd74ddf87b) ) |
| 11838 | sc_dndbe_others |
| 11839 | ROM_END |
| 11840 | |
| 11841 | |
| 11842 | ROM_START( sc5ddbbcb ) |
| 11843 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11844 | ROM_LOAD16_BYTE( "95423008.lo", 0x00001, 0x080000, CRC(90b98909) SHA1(e37f728fbd3aabeef4109778daf992314a2884a6) ) // check these belong here, the pairings were broken |
| 11845 | ROM_LOAD16_BYTE( "95423009.hi", 0x00000, 0x080000, CRC(38a4e959) SHA1(dd0c9c07a0eab6d77a09cae3ed78a3e034289398) ) // from sc_dndtp Deal Or No Deal The Power (Bellfruit) |
| 11846 | sc_dndbe_others |
| 11847 | ROM_END |
| 11848 | |
| 11849 | |
| 11850 | ROM_START( sc5ddbbcc ) |
| 11851 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11852 | ROM_LOAD16_BYTE( "95423094.lo", 0x00001, 0x080000, CRC(69bd6da4) SHA1(96cdc3f4a05eca4fc4f650fc1dbf9b2c20247916) ) |
| 11853 | ROM_LOAD16_BYTE( "95423095.hi", 0x00000, 0x080000, CRC(f117c581) SHA1(cc4404b587f30e77e73860b57156ef8e57baab58) ) |
| 11854 | sc_dndbe_others |
| 11855 | ROM_END |
| 11856 | |
| 11857 | |
| 11858 | ROM_START( sc5dndbei ) |
| 11859 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11860 | ROM_LOAD16_BYTE( "95423138.lo", 0x00001, 0x080000, CRC(8ed1cc62) SHA1(c80dad36e8b742b9577fada6642cf76fc87ae838) ) |
| 11861 | ROM_LOAD16_BYTE( "95423139.hi", 0x00000, 0x080000, CRC(10ddb941) SHA1(d41c6382f699a7ed7551027e62be387347a8b7b8) ) |
| 11862 | sc_dndbe_others |
| 11863 | ROM_END |
| 11864 | |
| 11865 | |
| 11866 | ROM_START( sc5dndbej ) |
| 11867 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11868 | ROM_LOAD16_BYTE( "95423536.lo", 0x00001, 0x080000, CRC(dadf5809) SHA1(fddb333a725ca655cbb510652f99111d57f2a0c0) ) |
| 11869 | ROM_LOAD16_BYTE( "95423537.hi", 0x00000, 0x080000, CRC(64e96cf9) SHA1(5606fa6dc0c12aba697da8f0184c9a474d890f96) ) |
| 11870 | sc_dndbe_others |
| 11871 | ROM_END |
| 11872 | |
| 11873 | |
| 11874 | ROM_START( sc5dndbek ) |
| 11875 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11876 | ROM_LOAD16_BYTE( "95423864.lo", 0x00001, 0x080000, CRC(06e43774) SHA1(d01802ed4a2da78dd5c1b99890b32fb582ba745e) ) |
| 11877 | ROM_LOAD16_BYTE( "95423865.hi", 0x00000, 0x080000, CRC(18f40e09) SHA1(8e3be8b84ed0833c9306e17d14bc3784babc1153) ) |
| 11878 | sc_dndbe_others |
| 11879 | ROM_END |
| 11880 | |
| 11881 | |
| 11882 | ROM_START( sc5dndbel ) |
| 11883 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11884 | ROM_LOAD16_BYTE( "95423888.lo", 0x00001, 0x080000, CRC(45dbf280) SHA1(6e6226984c7ad4cee3021cd50c7d853fee51d1cd) ) |
| 11885 | ROM_LOAD16_BYTE( "95423889.hi", 0x00000, 0x080000, CRC(2184fc7d) SHA1(6b08cd6b3d8e860c3d73181a8ced7b26ecad4243) ) |
| 11886 | sc_dndbe_others |
| 11887 | ROM_END |
| 11888 | |
| 11889 | |
| 11890 | ROM_START( sc5dndbem ) |
| 11891 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11892 | ROM_LOAD16_BYTE( "95426148.lo", 0x00001, 0x080000, CRC(b064f517) SHA1(170b5671407f6c65c3ad41d07fa0fb616da1fb99) ) |
| 11893 | ROM_LOAD16_BYTE( "95426149.hi", 0x00000, 0x080000, CRC(4bfc2d8d) SHA1(2333ebf2cdb9322fcd41d5d07ebbd9ecd178d8ff) ) |
| 11894 | sc_dndbe_others |
| 11895 | ROM_END |
| 11896 | |
| 11897 | |
| 11898 | ROM_START( sc5dndben ) |
| 11899 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11900 | ROM_LOAD16_BYTE( "95427148.lo", 0x00001, 0x080000, CRC(e28fc33c) SHA1(1658f809021e8a7993025ad0884444f1cd5aac1d) ) |
| 11901 | ROM_LOAD16_BYTE( "95427149.hi", 0x00000, 0x080000, CRC(f01bf5b2) SHA1(e7c9a50c64210cc790cb1d14cdba785d84f9252f) ) |
| 11902 | sc_dndbe_others |
| 11903 | ROM_END |
| 11904 | |
| 11905 | |
| 11906 | ROM_START( sc5ddbbcd ) |
| 11907 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11908 | ROM_LOAD16_BYTE( "p3063p41.hi", 0x00000, 0x080000, CRC(0b458c4a) SHA1(6983b9509136b6534c4ddd2bae171018142e8c5c) ) |
| 11909 | ROM_LOAD16_BYTE( "p3063p41.lo", 0x00001, 0x080000, CRC(ade6c7a2) SHA1(8b7a42cf616fb7b7f93584acaecc0b405b47d020) ) |
| 11910 | sc_dndbe_others |
| 11911 | ROM_END |
| 11912 | |
| 11913 | |
| 11914 | ROM_START( sc5ddbbce ) |
| 11915 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11916 | ROM_LOAD16_BYTE( "p3063p51.hi", 0x00000, 0x080000, CRC(959e73df) SHA1(866dfcf64958ae2e36ba5180aa8f045d624fa817) ) |
| 11917 | ROM_LOAD16_BYTE( "p3063p51.lo", 0x00001, 0x080000, CRC(9b4f1dd8) SHA1(4c55dd6a8e899a072d4537c78e3d1f1d4e00384f) ) |
| 11918 | sc_dndbe_others |
| 11919 | ROM_END |
| 11920 | |
| 11921 | |
| 11922 | ROM_START( sc5ddbbcf ) |
| 11923 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11924 | ROM_LOAD16_BYTE( "p3063s41.hi", 0x00000, 0x080000, CRC(1aace185) SHA1(7b5e14dd79bd911890c1269d8400cdd1171a1011) ) |
| 11925 | ROM_LOAD16_BYTE( "p3063s41.lo", 0x00001, 0x080000, CRC(5afa2568) SHA1(b7a5b7899f5b8464539f9a3153ab7848f5e6be8f) ) |
| 11926 | sc_dndbe_others |
| 11927 | ROM_END |
| 11928 | |
| 11929 | |
| 11930 | ROM_START( sc5ddbbcg ) |
| 11931 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11932 | ROM_LOAD16_BYTE( "p3063s51.hi", 0x00000, 0x080000, CRC(2b55719c) SHA1(5fc9af53e2ca6fa0735d30723433e793db61fdcb) ) |
| 11933 | ROM_LOAD16_BYTE( "p3063s51.lo", 0x00001, 0x080000, CRC(4a339c8b) SHA1(710e1ff391517dcb6122026de85ba79948d5de1f) ) |
| 11934 | sc_dndbe_others |
| 11935 | ROM_END |
| 11936 | |
| 11937 | |
| 11938 | |
| 11939 | |
| 11940 | |
| 11941 | |
| 11942 | ROM_START( sc5dndbc ) |
| 11943 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11944 | ROM_LOAD16_BYTE( "95426508.lo", 0x00001, 0x080000, CRC(17e3bc31) SHA1(a26066e4cb4e3c0109c6bdf6fd2d0b539688b71a) ) |
| 11945 | ROM_LOAD16_BYTE( "95426509.hi", 0x00000, 0x080000, CRC(c8c97bca) SHA1(c246af21a048beecd73739d314f76f1a50c88138) ) |
| 11946 | sc_dndbc_others |
| 11947 | ROM_END |
| 11948 | |
| 11949 | ROM_START( sc5dndbca ) |
| 11950 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11951 | ROM_LOAD16_BYTE( "95426656.lo", 0x00001, 0x080000, CRC(94a14d32) SHA1(3d78e7ccf70665e0668b3459655877525e3d2e29) ) |
| 11952 | ROM_LOAD16_BYTE( "95426657.hi", 0x00000, 0x080000, CRC(35c7b6b0) SHA1(37639fc41dcf1632a76b80e404ee35fe95f23a4e) ) |
| 11953 | sc_dndbc_others |
| 11954 | ROM_END |
| 11955 | |
| 11956 | ROM_START( sc5dndbcb ) |
| 11957 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11958 | ROM_LOAD16_BYTE( "95426704.lo", 0x00001, 0x080000, CRC(71e48612) SHA1(d64fb9b27ad705bcaef2e4ce4ae7aa35403a6c25) ) |
| 11959 | ROM_LOAD16_BYTE( "95426705.hi", 0x00000, 0x080000, CRC(76c0a661) SHA1(78cf4b37c8e216dad1c0c67725a1181a75e51878) ) |
| 11960 | sc_dndbc_others |
| 11961 | ROM_END |
| 11962 | |
| 11963 | ROM_START( sc5dndbcc ) |
| 11964 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11965 | ROM_LOAD16_BYTE( "95426808.lo", 0x00001, 0x080000, CRC(bad06e32) SHA1(6a63c93ca7f9b970ee44a1314c5637c0f3f6ec6c) ) |
| 11966 | ROM_LOAD16_BYTE( "95426809.hi", 0x00000, 0x080000, CRC(1c2f66e7) SHA1(1acffa960e5badd60021417632a0d904dd6e11c5) ) |
| 11967 | sc_dndbc_others |
| 11968 | ROM_END |
| 11969 | |
| 11970 | ROM_START( sc5dndbcd ) |
| 11971 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11972 | ROM_LOAD16_BYTE( "95427508.lo", 0x00001, 0x080000, CRC(f06cf1c8) SHA1(745af8c14e0ed424bd124b8b12ace26e716fa36c) ) |
| 11973 | ROM_LOAD16_BYTE( "95427509.hi", 0x00000, 0x080000, CRC(9459fce4) SHA1(4c02457468771e027b2447b4d78a2306ac975057) ) |
| 11974 | sc_dndbc_others |
| 11975 | ROM_END |
| 11976 | |
| 11977 | ROM_START( sc5dndbce ) |
| 11978 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11979 | ROM_LOAD16_BYTE( "95427656.lo", 0x00001, 0x080000, CRC(a4411416) SHA1(8724e8613ad00fc829e7a97a11c3a654a8c6e0a9) ) |
| 11980 | ROM_LOAD16_BYTE( "95427657.hi", 0x00000, 0x080000, CRC(26fdcc94) SHA1(c2ac19a0fd94dd32ece5113613e51888ba3b39be) ) |
| 11981 | sc_dndbc_others |
| 11982 | ROM_END |
| 11983 | |
| 11984 | ROM_START( sc5dndbcf ) |
| 11985 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11986 | ROM_LOAD16_BYTE( "95427704.lo", 0x00001, 0x080000, CRC(fe58add2) SHA1(3a33665a53661e57459c5e3d75b24e87c946bd2a) ) |
| 11987 | ROM_LOAD16_BYTE( "95427705.hi", 0x00000, 0x080000, CRC(efb27e44) SHA1(c6918bcf8bff48e935b6f4000ac7505a9381e3d9) ) |
| 11988 | sc_dndbc_others |
| 11989 | ROM_END |
| 11990 | |
| 11991 | ROM_START( sc5dndbcg ) |
| 11992 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 11993 | ROM_LOAD16_BYTE( "95427808.lo", 0x00001, 0x080000, CRC(c16fe4dd) SHA1(8eae8e1c26b050f195b8161edf36644cf2fc7a3a) ) |
| 11994 | ROM_LOAD16_BYTE( "95427809.hi", 0x00000, 0x080000, CRC(88e7cb95) SHA1(35b3dfd80aedb75b997338d212ca6a5e8af5e3ed) ) |
| 11995 | sc_dndbc_others |
| 11996 | ROM_END |
| 11997 | |
| 11998 | ROM_START( sc5dndbch ) |
| 11999 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12000 | ROM_LOAD16_BYTE( "p3312p01.hi", 0x00000, 0x080000, CRC(f15c7ec4) SHA1(b73ac27e894cd1749f331363f94bdf5ddb2e73d5) ) |
| 12001 | ROM_LOAD16_BYTE( "p3312p01.lo", 0x00001, 0x080000, CRC(6f6baaf4) SHA1(b2d6d2c6bda0f7d11ee70c2e3c57991de21fa5c0) ) |
| 12002 | sc_dndbc_others |
| 12003 | ROM_END |
| 12004 | |
| 12005 | ROM_START( sc5dndbci ) |
| 12006 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12007 | ROM_LOAD16_BYTE( "p3312p71.hi", 0x00000, 0x080000, CRC(0fa9bdcd) SHA1(cd302c1c297cae17c41b4d187169a86764f23ccf) ) |
| 12008 | ROM_LOAD16_BYTE( "p3312p71.lo", 0x00001, 0x080000, CRC(9fd10bf5) SHA1(f1689e55469c04736ed095d7b95d8327ea179333) ) |
| 12009 | sc_dndbc_others |
| 12010 | ROM_END |
| 12011 | |
| 12012 | ROM_START( sc5dndbcj ) |
| 12013 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12014 | ROM_LOAD16_BYTE( "p3312s01.hi", 0x00000, 0x080000, CRC(2468a800) SHA1(3edd7645cd320f57ec92a023b97716984b8b99cf) ) |
| 12015 | ROM_LOAD16_BYTE( "p3312s01.lo", 0x00001, 0x080000, CRC(8bbd30d7) SHA1(62ba1668e78385c1d3f595ede9debbe65711d556) ) |
| 12016 | sc_dndbc_others |
| 12017 | ROM_END |
| 12018 | |
| 12019 | ROM_START( sc5dndbck ) |
| 12020 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12021 | ROM_LOAD16_BYTE( "p3312s71.hi", 0x00000, 0x080000, CRC(9d2f60c1) SHA1(b0300c779cd0e86621ad0d04da948662c074822a) ) |
| 12022 | ROM_LOAD16_BYTE( "p3312s71.lo", 0x00001, 0x080000, CRC(5de05c8c) SHA1(520ec4c7d9bc1d93e7a60396c1aa3b9697a57689) ) |
| 12023 | sc_dndbc_others |
| 12024 | ROM_END |
| 12025 | |
| 12026 | |
| 12027 | |
| 12028 | ROM_START( sc5mowow ) |
| 12029 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12030 | ROM_LOAD16_BYTE( "95418076.lo", 0x00001, 0x080000, CRC(3a1340cd) SHA1(5567323e42a0e87abeae9a2f4433d9b64af145e9) ) |
| 12031 | ROM_LOAD16_BYTE( "95418077.hi", 0x00000, 0x080000, CRC(73abe57d) SHA1(82deeb7a88346ad8e16e52feeb9ac81e7650b569) ) |
| 12032 | sc_mowow_others |
| 12033 | ROM_END |
| 12034 | |
| 12035 | ROM_START( sc5mowowb ) |
| 12036 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12037 | ROM_LOAD16_BYTE( "95419076.lo", 0x00001, 0x080000, CRC(117f4e3e) SHA1(dd712361d05ad34d58b892a3fe98e057adf14a23) ) |
| 12038 | ROM_LOAD16_BYTE( "95419077.hi", 0x00000, 0x080000, CRC(c67ba8dd) SHA1(bd14783c59f745f2be929fa9b217563916d8a585) ) |
| 12039 | sc_mowow_others |
| 12040 | ROM_END |
| 12041 | |
| 12042 | |
| 12043 | |
| 12044 | |
| 12045 | |
| 12046 | ROM_START( sc5nunsm ) |
| 12047 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12048 | ROM_LOAD16_BYTE( "95416074.lo", 0x00001, 0x080000, CRC(4da36836) SHA1(1a14c21e67047714817cd8f7c2050b3f018b4deb) ) |
| 12049 | ROM_LOAD16_BYTE( "95416075.hi", 0x00000, 0x080000, CRC(d84cb53c) SHA1(f90d71bedb95450c5eea37dc64775d5b93ae7ab2) ) |
| 12050 | sc_nunsm_others |
| 12051 | ROM_END |
| 12052 | |
| 12053 | ROM_START( sc5nunsma ) |
| 12054 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12055 | ROM_LOAD16_BYTE( "95417074.lo", 0x00001, 0x080000, CRC(9688de66) SHA1(e53a5225a37e0c22872be7f4613caafce752019e) ) |
| 12056 | ROM_LOAD16_BYTE( "95417075.hi", 0x00000, 0x080000, CRC(69ae75e2) SHA1(506231981495cb432320373a81855843272cfe18) ) |
| 12057 | sc_nunsm_others |
| 12058 | ROM_END |
| 12059 | |
| 12060 | ROM_START( sc5nunsmb ) |
| 12061 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12062 | ROM_LOAD16_BYTE( "95416682.lo", 0x00001, 0x080000, CRC(bc930119) SHA1(208ea184e634c054c67a03d7644539a1d59462e5) ) |
| 12063 | ROM_LOAD16_BYTE( "95416683.hi", 0x00000, 0x080000, CRC(efb0ccf4) SHA1(2ff450b788050bb22e874b833903e09fb88aedf3) ) |
| 12064 | sc_nunsm_others |
| 12065 | ROM_END |
| 12066 | |
| 12067 | ROM_START( sc5nunsmc ) |
| 12068 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12069 | ROM_LOAD16_BYTE( "95417682.lo", 0x00001, 0x080000, CRC(6f3e9dd3) SHA1(ac97685f0c964f888c7a457e8cab50282283f2eb) ) |
| 12070 | ROM_LOAD16_BYTE( "95417683.hi", 0x00000, 0x080000, CRC(948156dc) SHA1(76db7472c8e86a8f682a2954b3e54e7b487d12b9) ) |
| 12071 | sc_nunsm_others |
| 12072 | ROM_END |
| 12073 | |
| 12074 | ROM_START( sc5nunsmd ) |
| 12075 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12076 | ROM_LOAD16_BYTE( "95420446.lo", 0x00001, 0x080000, CRC(27a45977) SHA1(1e15a814fc99f4d749929f569b61f1e241cf8f91) ) |
| 12077 | ROM_LOAD16_BYTE( "95420447.hi", 0x00000, 0x080000, CRC(b8a8fb4f) SHA1(e7792a60355f3b5ebb03b71ea1009b982ba4fab5) ) |
| 12078 | sc_nunsm_others |
| 12079 | ROM_END |
| 12080 | |
| 12081 | ROM_START( sc5nunsme ) |
| 12082 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12083 | ROM_LOAD16_BYTE( "95421446.lo", 0x00001, 0x080000, CRC(73d6847d) SHA1(5886ee6c2154173a9fa0e62bbae70af2c885f56d) ) |
| 12084 | ROM_LOAD16_BYTE( "95421447.hi", 0x00000, 0x080000, CRC(a24ee8d9) SHA1(cdef31a0a0a284bc2d6ccc44d88714ba0702bf17) ) |
| 12085 | sc_nunsm_others |
| 12086 | ROM_END |
| 12087 | |
| 12088 | #if 0 |
| 12089 | // this is all orphaned roms where we only have sound roms, but no program, as well as what appear to be some more |
| 12090 | // recent bits possibly on a newer platform, acknowledge they exists but just ignore them for the time being |
| 12091 | ROM_START( sc5unsrt ) |
| 12092 | ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF ) |
| 12093 | // MAZOOMA 'LOLLYWOOD SOUNDS' |
| 12094 | ROM_LOAD( "95004332.bin", 0x0000, 0x0a5e3d, CRC(266d4371) SHA1(8e72022db71b432f53826720aac79901e8ba37af) ) |
| 12095 | // MAZOOMA 'SAM SOUNDS' |
| 12096 | ROM_LOAD( "95004360.bin", 0x0000, 0x03ab65, CRC(b357535e) SHA1(b9c03ca1c29f6414ac18e454a2a98ed24799fa92) ) |
| 12097 | // MAZOOMA 'SWAGSND' |
| 12098 | ROM_LOAD( "95008377.bin", 0x0000, 0x0f6813, CRC(55fad813) SHA1(efa07cd5aa68e1372e8de6bb955ee114cf74ae9c) ) |
| 12099 | // MAZOOMA 'DOWNMEXICOWAYSND' |
| 12100 | ROM_LOAD( "95008379.bin", 0x0000, 0x0f1c34, CRC(3d18e770) SHA1(cdcc600a14329c645ff35fefc355a9ff6b845224) ) |
| 12101 | // MAZOOMA 'GRIDLOCKSND' |
| 12102 | ROM_LOAD( "95008401.bin", 0x0000, 0x0e486b, CRC(d81d7736) SHA1(8046b95482058ea55735a278dd3b71f708d66b1a) ) |
| 12103 | // QPS 'CASHSPLASHSND' |
| 12104 | ROM_LOAD( "95008403.bin", 0x0000, 0x0facbf, CRC(cf3969bb) SHA1(4cb6fb4e536882a11bb6c1548ffb94daea70ca5f) ) |
| 12105 | // MAZOOMA 'REVO_SOUNDS' |
| 12106 | ROM_LOAD( "95008871.bin", 0x0000, 0x0fd182, CRC(e4f3b731) SHA1(ef829105e1b45c307546127ba85f5e0e5403ab98) ) |
| 12107 | |
| 12108 | // miss PR1032 game (Fire Cracker, but not sc4fcc) |
| 12109 | // PR1032 SND |
| 12110 | ROM_LOAD( "95004262.bin", 0x0000, 0x080000, CRC(3f5fad9e) SHA1(528a2803baa155d66cb896f643f858238aa7f189) ) |
| 12111 | // PR1032 unknown (what are these?) |
| 12112 | ROM_LOAD( "95712394.bin", 0x000, 0x800, CRC(2658fedf) SHA1(32125bc5a58ddd49f8be36c7cb2ebbbdf2cb292b) ) |
| 12113 | ROM_LOAD( "95712395.bin", 0x800, 0x800, CRC(d5df2317) SHA1(66f25a2a11657653f5eed3e8196d9b52119236c3) ) |
| 12114 | // miss PR1131 game |
| 12115 | // PR1331 SND |
| 12116 | ROM_LOAD( "95004278.bin", 0x0000, 0x080000, CRC(c21ff246) SHA1(56345ee0af02a51a96df98ed01ffb6202b8cd772) ) |
| 12117 | // miss PR1026 game |
| 12118 | // PR1026 SND |
| 12119 | ROM_LOAD( "95008183.bin", 0x000000, 0x080000, CRC(ab29f841) SHA1(908603184c3f7ead278dabd224d60e5362cdafbe) ) |
| 12120 | ROM_LOAD( "95008184.bin", 0x080000, 0x080000, CRC(45ef95ea) SHA1(1e1126b542621e723eaf6e38918162fe701247e0) ) |
| 12121 | // miss 95008551 PR1666 game |
| 12122 | // 95008551 PR1666 SND |
| 12123 | ROM_LOAD( "95008551.bin", 0x000000, 0x100000, CRC(2d89a52a) SHA1(244101df7f6beae545f9b823750f908f532ac1e4) ) |
| 12124 | // miss PR1236 game |
| 12125 | // PR1236 SND |
| 12126 | ROM_LOAD( "95008298.bin", 0x0000, 0x100000, CRC(96a487da) SHA1(491c5133757d6f26c106d122a29cd7ed454c2353) ) |
| 12127 | // miss PR1407 game |
| 12128 | // PR1407 SND |
| 12129 | ROM_LOAD( "95008382.bin", 0x000000, 0x100000, CRC(cbf27ec8) SHA1(5be29fb836688e63d90e5a5108c6bdec09dd12a5) ) |
| 12130 | // miss PR1367 game |
| 12131 | // PR1367 SND |
| 12132 | ROM_LOAD( "95008334.bin", 0x000000, 0x100000, CRC(0c334241) SHA1(3e5bde03330a5684a2a40fa94b33345039cd3755) ) |
| 12133 | // miss PR1618 game |
| 12134 | // PR1618 SND |
| 12135 | ROM_LOAD( "95008517.bin", 0x000000, 0x100000, CRC(8092eaeb) SHA1(fea226ea7fb97226c79132aa67b89078f67cd920) ) |
| 12136 | ROM_LOAD( "95008518.bin", 0x100000, 0x100000, CRC(6ac28d4e) SHA1(cdf50c856324130156115259efbfb7553480c749) ) |
| 12137 | // miss PR1409 game |
| 12138 | // PR1409 SND |
| 12139 | ROM_LOAD( "95008402.bin", 0x000000, 0x100000, CRC(d9cbc877) SHA1(aa35f9da3d7d470ebc712a958ee2f2d2646c0cce) ) |
| 12140 | // miss PR1414 game |
| 12141 | // PR1414 SND |
| 12142 | ROM_LOAD( "95008404.bin", 0x000000, 0x100000, CRC(4197f3d1) SHA1(5529090d7d396054b0b4bdf251c6c86c76ed6648) ) |
| 12143 | // miss PR1410 game |
| 12144 | // PR1410 SND |
| 12145 | ROM_LOAD( "95008420.bin", 0x000000, 0x100000, CRC(cce5f09a) SHA1(8b1f30eb1c48a3e3c6c403f28e97918ddac51033) ) |
| 12146 | // miss PR1415 game |
| 12147 | // PR1415 SND |
| 12148 | ROM_LOAD( "95008422.bin", 0x000000, 0x100000, CRC(5d9a6af7) SHA1(b32fd97d0e248f59b199c143f8fc2deddb4ec5fc) ) |
| 12149 | // miss PR1635 game |
| 12150 | // PR1635 SND |
| 12151 | ROM_LOAD( "95008451.bin", 0x000000, 0x100000, CRC(061d309e) SHA1(588d0ecf6e27815054f4e164c44f3f1464be832b) ) |
| 12152 | ROM_LOAD( "95008452.bin", 0x100000, 0x100000, CRC(08c35e66) SHA1(531f532e55303621d17e497cddc9398745a18211) ) |
| 12153 | // miss PR1409 game |
| 12154 | // PR1409 SND |
| 12155 | ROM_LOAD( "95008458.bin", 0x000000, 0x100000, CRC(845b4fec) SHA1(4f4089bd4db0fbb50594d0e96e7d6198d85c81ba) ) |
| 12156 | // miss PR1626 game |
| 12157 | // PR1626 SND |
| 12158 | ROM_LOAD( "95008497.bin", 0x000000, 0x100000, CRC(4f7907bd) SHA1(cf5dab2a40a07293b727e8a6f35dc1a57cdec6fc) ) |
| 12159 | // miss PR1624 game |
| 12160 | // PR1624 SND |
| 12161 | ROM_LOAD( "95008501.bin", 0x000000, 0x080000, CRC(dd7937a8) SHA1(7aef4f451f307d0074992cdda3401fde0112b977) ) |
| 12162 | // miss PR1630 game |
| 12163 | // PR1630 SND |
| 12164 | ROM_LOAD( "95008513.bin", 0x000000, 0x080000, CRC(e57f076a) SHA1(9c9c4686cc39849748f212e073a0959ff93d0ed3) ) |
| 12165 | // miss PR1703 game |
| 12166 | // PR1703 SND |
| 12167 | ROM_LOAD( "95008534.bin", 0x000000, 0x100000, CRC(fe599d0a) SHA1(f5f31ea43bfc446f2b3ed1c0c88b718428addbdf) ) |
| 12168 | // miss PR1705 game |
| 12169 | // PR1705 SND |
| 12170 | ROM_LOAD( "95008545.bin", 0x000000, 0x100000, CRC(8ec806e1) SHA1(1af9dd83e4da4848b7d84ee23bee29f9bcf2b404) ) |
| 12171 | // miss PR1709 game |
| 12172 | // PR1709 SND |
| 12173 | ROM_LOAD( "95008558.bin", 0x000000, 0x100000, CRC(6c032de9) SHA1(3aed801f8b6f2d62fffa03054afd8ff1c3ff3ac3) ) |
| 12174 | // miss PR1717 game |
| 12175 | // PR1717 SND |
| 12176 | ROM_LOAD( "95008580.bin", 0x000000, 0x100000, CRC(f6019676) SHA1(535896a199047e61274d82413904580572523e2a) ) |
| 12177 | // miss PR1902 game |
| 12178 | // PR1902 SND |
| 12179 | ROM_LOAD( "95008591.bin", 0x000000, 0x100000, CRC(1cecf466) SHA1(7c54acf00b8dd4272843a7b3b3d60dc683a5f6d8) ) |
| 12180 | // miss PR000061 GAME |
| 12181 | // PR000061 SND |
| 12182 | ROM_LOAD( "95009220.bin", 0x000000, 0x100000, CRC(fcfba3bf) SHA1(a06055394330e08c37d31871bafe6dbfaf9c8156) ) |
| 12183 | ROM_LOAD( "95009221.bin", 0x100000, 0x100000, CRC(675cde24) SHA1(34dd7c654c1ec5f77a0e77840a368b084c1c302a) ) |
| 12184 | // miss PR1014 game |
| 12185 | // PR1014 SND |
| 12186 | ROM_LOAD( "95008179.bin", 0x000000, 0x100000, CRC(14b735fa) SHA1(7533510de6687747fc635a5bf66da0a58c6fc718) ) |
| 12187 | ROM_LOAD( "95008180.bin", 0x100000, 0x100000, CRC(ec441f54) SHA1(7e8bec5cd293f29fca2363e5f1ab278a532b8a47) ) |
| 12188 | // miss PR1002 game |
| 12189 | // PR1002 SND |
| 12190 | ROM_LOAD( "95008115.bin", 0x000000, 0x100000, CRC(c3b2faac) SHA1(2c54d48f5798178006e82654abed42df43457e25) ) |
| 12191 | ROM_LOAD( "95008116.bin", 0x100000, 0x100000, CRC(84e663f0) SHA1(cb0275cc3761aa16640ac5383125e2098ba80850) ) |
| 12192 | // miss PR1008 game |
| 12193 | // PR1008 SND |
| 12194 | ROM_LOAD( "95008135.bin", 0x000000, 0x100000, CRC(08d7040d) SHA1(c62ce0de0d57451d0c02f0796573eef1edcab947) ) |
| 12195 | ROM_LOAD( "95008136.bin", 0x100000, 0x100000, CRC(456cc709) SHA1(85ae7a81fbd1dc13b4395baefea82ba31e6c4d3f) ) |
| 12196 | // miss PR1009 game |
| 12197 | // PR1009 SND |
| 12198 | ROM_LOAD( "95008147.bin", 0x000000, 0x100000, CRC(c74ce6b4) SHA1(426ac64234bc07ba676570b90e28fa7439d68eaa) ) |
| 12199 | ROM_LOAD( "95008148.bin", 0x100000, 0x100000, CRC(ea146768) SHA1(2ef2e619d0c48f150619ba2176aed0fc42d43ef8) ) |
| 12200 | // miss PR7116 game |
| 12201 | // PR7116 SND |
| 12202 | ROM_LOAD( "95008077.bin", 0x000000, 0x100000, CRC(32a34d15) SHA1(c23ebd30165ebc80098fd956755b98cb433a3e28) ) |
| 12203 | ROM_LOAD( "95008078.bin", 0x100000, 0x100000, CRC(d4832994) SHA1(bdde017bb2f876252d8984a0c5b60950669f579e) ) |
| 12204 | // miss PR1018 game |
| 12205 | // PR1018 SND |
| 12206 | ROM_LOAD( "95008106.bin", 0x000000, 0x100000, CRC(403935bb) SHA1(471cbc822dc2765e5c32948f7b25b2301ddab990) ) |
| 12207 | // miss PR1004 game |
| 12208 | // PR1004 SND |
| 12209 | ROM_LOAD( "95008125.bin", 0x000000, 0x100000, CRC(ad1d69d5) SHA1(66d07488fdec6b1c65b41e20d74d5add22746334) ) |
| 12210 | ROM_LOAD( "95008126.bin", 0x100000, 0x100000, CRC(28f979a8) SHA1(ce480ab19b3066343bf88d2fda78dc6a71cd61e2) ) |
| 12211 | // PR3512 |
| 12212 | ROM_LOAD16_BYTE( "95426966.lo", 0x000001, 0x080000, CRC(70401984) SHA1(30c409ecba15e8ca8eedc67b677808ec2afde83a) ) |
| 12213 | ROM_LOAD16_BYTE( "95426967.hi", 0x000000, 0x080000, CRC(582785a3) SHA1(a8f96b6888429cf1ef6ecd74c3082121b444018d) ) |
| 12214 | ROM_LOAD16_BYTE( "95427966.lo", 0x000001, 0x080000, CRC(7f62f051) SHA1(450d282ae599eaba2cb390f69a6b889d082e4971) ) |
| 12215 | ROM_LOAD16_BYTE( "95427967.hi", 0x000000, 0x080000, CRC(d811724c) SHA1(8c2753f307d0d72234d8fc7883baa817ac2b90ee) ) |
| 12216 | ROM_LOAD16_BYTE( "95428079.hi", 0x000000, 0x080000, CRC(d3beb40e) SHA1(34438e01d411b544b4ee2c51c76f9f5a268ab7fb) ) |
| 12217 | ROM_LOAD16_BYTE( "95428078.lo", 0x000001, 0x080000, CRC(d430db7b) SHA1(2e26c7d87a70c204679915872ea07bf6065416c6) ) |
| 12218 | ROM_LOAD16_BYTE( "95429078.lo", 0x000001, 0x080000, CRC(3c9acdef) SHA1(bca1d78f9075396398322728449a580439e8e42f) ) |
| 12219 | ROM_LOAD16_BYTE( "95429079.hi", 0x000000, 0x080000, CRC(0a923659) SHA1(d92d1524242a96591f9b6db956ed439a597a6d0c) ) |
| 12220 | ROM_LOAD16_BYTE( "95426928.lo", 0x000001, 0x080000, CRC(36e650aa) SHA1(584af4c9d3b4d3579fed61b14f5383c233c4cafa) ) |
| 12221 | ROM_LOAD16_BYTE( "95426929.hi", 0x000000, 0x080000, CRC(ce67f814) SHA1(bf25901bd42f2aa0f9e823f77d2ce489ada93bcf) ) |
| 12222 | ROM_LOAD16_BYTE( "95427928.lo", 0x000001, 0x080000, CRC(acd1254c) SHA1(3981ed29eebe77607e3ef6d9d10c8d8cf4eb2321) ) |
| 12223 | ROM_LOAD16_BYTE( "95427929.hi", 0x000000, 0x080000, CRC(c2eef558) SHA1(5f24b5c49a96ffc6e3b3ee6a6a7f58631cc99641) ) |
| 12224 | // PR3512 SND |
| 12225 | ROM_LOAD( "95009065.bin", 0x000000, 0x100000, CRC(bc5b0987) SHA1(f480f72f816b09ba2a584d4da11506fdbc3750bb) ) |
| 12226 | ROM_LOAD( "95009066.bin", 0x100000, 0x100000, CRC(8e7257ab) SHA1(8fec36322e22e1529b565bb07897ad690c50a9d4) ) |
| 12227 | // PR3437 |
| 12228 | ROM_LOAD16_BYTE( "95426997.hi", 0x000000, 0x080000, CRC(cfc530b6) SHA1(38ed5f638befe9c840aa594588b5e14ea7d2aa56) ) |
| 12229 | ROM_LOAD16_BYTE( "95426996.lo", 0x000001, 0x080000, CRC(af2d7070) SHA1(a71e5e4e0cfdd157fec94a42fa7f3983e83d393a) ) |
| 12230 | ROM_LOAD16_BYTE( "95427997.hi", 0x000000, 0x080000, CRC(dc22f47a) SHA1(97e4d3de91a526dc66de1866b322cc591c4505d9) ) |
| 12231 | ROM_LOAD16_BYTE( "95427996.lo", 0x000001, 0x080000, CRC(4ffb226a) SHA1(14cd94bf764284ec3205ee54b325384c8e3e0229) ) |
| 12232 | ROM_LOAD16_BYTE( "95428286.lo", 0x000001, 0x080000, CRC(8ddea645) SHA1(283716248914fb492898030149446c94b8c8140e) ) |
| 12233 | ROM_LOAD16_BYTE( "95428287.hi", 0x000000, 0x080000, CRC(9d8d8a5a) SHA1(c244849f08d4b98c9ccab9a438d38680106abe37) ) |
| 12234 | ROM_LOAD16_BYTE( "95429286.lo", 0x000001, 0x080000, CRC(cad82085) SHA1(c9b33ed5f74fc00bdab5bae5d2b8348859f012b0) ) |
| 12235 | ROM_LOAD16_BYTE( "95429287.hi", 0x000000, 0x080000, CRC(b9af5025) SHA1(72e04e64f65987428c79e8f5984aa854b1a9e959) ) |
| 12236 | ROM_LOAD16_BYTE( "95426950.lo", 0x000001, 0x080000, CRC(088a3d8c) SHA1(a53ef36925147fa2d93dff012f6cba415b7383a4) ) |
| 12237 | ROM_LOAD16_BYTE( "95426951.hi", 0x000000, 0x080000, CRC(bbaaa981) SHA1(ace5b1765b9e82b4e0d547426dc8d6115bd489ef) ) |
| 12238 | ROM_LOAD16_BYTE( "95426970.lo", 0x000001, 0x080000, CRC(c5695d2a) SHA1(4d3a09273370c9dae88251ec39e580850c1352d2) ) |
| 12239 | ROM_LOAD16_BYTE( "95426971.hi", 0x000000, 0x080000, CRC(f52746e4) SHA1(7b5fdeef0b0f48ce1d99e57a4a8f9ace2a41f7ee) ) |
| 12240 | ROM_LOAD16_BYTE( "95427950.lo", 0x000001, 0x080000, CRC(c0f108fd) SHA1(5bf41ea3e5d97aa7301b332b09e8562f34c82023) ) |
| 12241 | ROM_LOAD16_BYTE( "95427951.hi", 0x000000, 0x080000, CRC(4ca9165e) SHA1(170e24faf32aa30980ba93eaa0a20caa6e06b7b1) ) |
| 12242 | ROM_LOAD16_BYTE( "95427970.lo", 0x000001, 0x080000, CRC(438f6448) SHA1(fd51ba7a562f6e33d14f4eadb05cb2d22fe405ca) ) |
| 12243 | ROM_LOAD16_BYTE( "95427971.hi", 0x000000, 0x080000, CRC(ba9091c8) SHA1(682592749ad6ffa48afd08cc4bfebdea157dacaa) ) |
| 12244 | ROM_LOAD16_BYTE( "95428108.lo", 0x000001, 0x080000, CRC(14c69fc8) SHA1(823a34f2c08359a86eecdddc63bcf432824e8571) ) |
| 12245 | ROM_LOAD16_BYTE( "95428109.hi", 0x000000, 0x080000, CRC(a9464a7f) SHA1(ecb98a4b977ffa1cfd75373d9eeffed808d57ee1) ) |
| 12246 | ROM_LOAD16_BYTE( "95428148.lo", 0x000001, 0x080000, CRC(9cbb8c81) SHA1(1715be2dc039076421f35ff3c8aabebc41e93faa) ) |
| 12247 | ROM_LOAD16_BYTE( "95428149.hi", 0x000000, 0x080000, CRC(5d8a4eb0) SHA1(db7992253575e6f369ea025a37834f18e42099dd) ) |
| 12248 | ROM_LOAD16_BYTE( "95429108.lo", 0x000001, 0x080000, CRC(886a212d) SHA1(9e519cf19f14786802b82c327b03d14ef193a119) ) |
| 12249 | ROM_LOAD16_BYTE( "95429109.hi", 0x000000, 0x080000, CRC(7a97b417) SHA1(bc60009e5fa8d3a58963c2324492a7cc7085e73b) ) |
| 12250 | ROM_LOAD16_BYTE( "95429148.lo", 0x000001, 0x080000, CRC(d3bf8cec) SHA1(e0517392a0835bc91dc96fbe57a575b9e9e2e2f3) ) |
| 12251 | ROM_LOAD16_BYTE( "95429149.hi", 0x000000, 0x080000, CRC(fb6af2dd) SHA1(abf9ea20095d16a1a00d9ed8131804b80db3da05) ) |
| 12252 | // PR3437 SND |
| 12253 | ROM_LOAD( "95009069.bin", 0x000000, 0x100000, CRC(ad83ccaa) SHA1(c979f00e53e15c1d5e4663a2dec30157b78ff3e5) ) |
| 12254 | ROM_LOAD( "95009070.bin", 0x100000, 0x100000, CRC(79b3d50f) SHA1(1b322d4df4f4a08632f0d6515928ac23815b7d8f) ) |
| 12255 | // PR3438 |
| 12256 | ROM_LOAD16_BYTE( "95426999.hi", 0x000000, 0x080000, CRC(e3e6ece1) SHA1(bf130fb9be14bf92a487b283c3d7c469d4013e83) ) |
| 12257 | ROM_LOAD16_BYTE( "95426998.lo", 0x000001, 0x080000, CRC(7b2931ad) SHA1(3c86cc47878f53fec27208390900269b91a6d14c) ) |
| 12258 | ROM_LOAD16_BYTE( "95427999.hi", 0x000000, 0x080000, CRC(5eb0e390) SHA1(ed1f3a487b8736bcbd28be8ccf148b5b215a161f) ) |
| 12259 | ROM_LOAD16_BYTE( "95427998.lo", 0x000001, 0x080000, CRC(755aef06) SHA1(6663a97efa38f5adde2881fc59dc5e19e5fafb80) ) |
| 12260 | ROM_LOAD16_BYTE( "95428284.lo", 0x000001, 0x080000, CRC(44605237) SHA1(8e5a9b441da192be043601c28d0fdc8310f762a8) ) |
| 12261 | ROM_LOAD16_BYTE( "95428285.hi", 0x000000, 0x080000, CRC(df28de6a) SHA1(7e1daa42bc213b0317d608094f64e2fd7135e752) ) |
| 12262 | ROM_LOAD16_BYTE( "95429284.lo", 0x000001, 0x080000, CRC(b45d8272) SHA1(0e4996b1278e681cfaee0117d18d2213632f572f) ) |
| 12263 | ROM_LOAD16_BYTE( "95429285.hi", 0x000000, 0x080000, CRC(e94c58f6) SHA1(c8d215bde1c82f5635b78c3d86dc83ab80625123) ) |
| 12264 | ROM_LOAD16_BYTE( "95426952.lo", 0x000001, 0x080000, CRC(33724534) SHA1(7a6d9a13a224d908ec0e79ecc05f674a431c14e8) ) |
| 12265 | ROM_LOAD16_BYTE( "95426953.hi", 0x000000, 0x080000, CRC(2b76201e) SHA1(ef54b8ef53ce2ed3022febae25767d3610f22e18) ) |
| 12266 | ROM_LOAD16_BYTE( "95427952.lo", 0x000001, 0x080000, CRC(20cbf5e0) SHA1(e54bd22139913f643e0fa5b6e6977d3afa0b90c3) ) |
| 12267 | ROM_LOAD16_BYTE( "95427953.hi", 0x000000, 0x080000, CRC(716c39c6) SHA1(6d47e59535f00c1cb466c08244b9c78661a15501) ) |
| 12268 | ROM_LOAD16_BYTE( "95428106.lo", 0x000001, 0x080000, CRC(cede897f) SHA1(01cecb404806a733c69bacce1238275825f28ff9) ) |
| 12269 | ROM_LOAD16_BYTE( "95428107.hi", 0x000000, 0x080000, CRC(d7ba6801) SHA1(6cdd8370a3f6e1de2c755cec1da820a1d4902afc) ) |
| 12270 | ROM_LOAD16_BYTE( "95428146.lo", 0x000001, 0x080000, CRC(c3b5c9f1) SHA1(324f553d543f82196e3bea36de26e6bd4c9bd692) ) |
| 12271 | ROM_LOAD16_BYTE( "95428147.hi", 0x000000, 0x080000, CRC(1c7e1e9b) SHA1(d7666aec328f48b3f93d86ded8df7db68dac0216) ) |
| 12272 | ROM_LOAD16_BYTE( "95429106.lo", 0x000001, 0x080000, CRC(0f7c2371) SHA1(12e6a26757174e2f4ac6bb4e8e59e46820a2be77) ) |
| 12273 | ROM_LOAD16_BYTE( "95429107.hi", 0x000000, 0x080000, CRC(0ca72191) SHA1(1b38b285c3b19119dd3c45f97bc60829eea916f2) ) |
| 12274 | ROM_LOAD16_BYTE( "95429146.lo", 0x000001, 0x080000, CRC(f732a9d1) SHA1(c6ba08bfcdea9f7bf6656bee8048bacc0317d7f4) ) |
| 12275 | ROM_LOAD16_BYTE( "95429147.hi", 0x000000, 0x080000, CRC(218b3e3d) SHA1(77b5782b35b62f8f79551d164ec01da911edf0b7) ) |
| 12276 | // PR3438 SND |
| 12277 | ROM_LOAD( "95009071.bin", 0x000000, 0x100000, CRC(6a5428ff) SHA1(6b3e541568c991c90c35fe7021ab6cbcd46b8555) ) |
| 12278 | ROM_LOAD( "95009072.bin", 0x100000, 0x100000, CRC(bf03e5b0) SHA1(f455664360617d8a2bc9ffce5603c59bc9bffbce) ) |
| 12279 | // PR3508 |
| 12280 | ROM_LOAD16_BYTE( "95428036.lo", 0x000001, 0x080000, CRC(2d58806c) SHA1(019af35be4f9bba7b8fa5b1c040f2f5e288811e3) ) |
| 12281 | ROM_LOAD16_BYTE( "95428037.hi", 0x000000, 0x080000, CRC(a0cabede) SHA1(e82e49d770d5c99fac4e24049090c10c553f4545) ) |
| 12282 | ROM_LOAD16_BYTE( "95429036.lo", 0x000001, 0x080000, CRC(e0d12a00) SHA1(c8a16ef6c751caac686da5d2cd95c096dd1ef861) ) |
| 12283 | ROM_LOAD16_BYTE( "95429037.hi", 0x000000, 0x080000, CRC(fdff30d8) SHA1(1e7da87f29c852913fcb2add449a0892acd7f01b) ) |
| 12284 | // PR3529 (PR3508) |
| 12285 | ROM_LOAD16_BYTE( "95428098.lo", 0x000001, 0x080000, CRC(1a83405b) SHA1(227c9d055103519243d37595ce446a3b2a9f703f) ) |
| 12286 | ROM_LOAD16_BYTE( "95428099.hi", 0x000000, 0x080000, CRC(1a8c5d39) SHA1(396ecb0adffa71ff156f8475572c1e13f91ac8e2) ) |
| 12287 | ROM_LOAD16_BYTE( "95429098.lo", 0x000001, 0x080000, CRC(cf0b27f6) SHA1(d6a7e2edf632dde814ea20210323d954b0ba2006) ) |
| 12288 | ROM_LOAD16_BYTE( "95429099.hi", 0x000000, 0x080000, CRC(ec9de330) SHA1(761130037ca1fcc058fb843c15de2be6f9948eed) ) |
| 12289 | // PR3508 SND |
| 12290 | ROM_LOAD( "95009051.bin", 0x000000, 0x100000, CRC(7906b397) SHA1(a15fed14c0b1473e039210e28ff15a16ffd04b3e) ) |
| 12291 | ROM_LOAD( "95009052.bin", 0x100000, 0x100000, CRC(84d83879) SHA1(c2ad06bd24579392372d9ef592e2c26f5618a75b) ) |
| 12292 | // PR3514 |
| 12293 | ROM_LOAD16_BYTE( "95428069.hi", 0x000000, 0x080000, CRC(f9b93bb5) SHA1(149c3bece4d0fcb093c956c9f654649865fe851d) ) |
| 12294 | ROM_LOAD16_BYTE( "95428068.lo", 0x000001, 0x080000, CRC(e5fef6c8) SHA1(ed91eb0877ca271c8efadb17f52c812b0ec8d490) ) |
| 12295 | ROM_LOAD16_BYTE( "95428156.lo", 0x000001, 0x080000, CRC(7d9067b2) SHA1(663b438ae6ebde5a7846000d2b956adbd2d517ba) ) |
| 12296 | ROM_LOAD16_BYTE( "95428157.hi", 0x000000, 0x080000, CRC(549f1b12) SHA1(1a1508d0cf4a57366b632840ad46a5c163ed97bc) ) |
| 12297 | ROM_LOAD16_BYTE( "95429068.lo", 0x000001, 0x080000, CRC(7b4798db) SHA1(f6d4db5eafdfd1cd9d50ea68822c42ea4b66438f) ) |
| 12298 | ROM_LOAD16_BYTE( "95429069.hi", 0x000000, 0x080000, CRC(ee595b7a) SHA1(9a6efb051a8c4c0d02802a0ab363733e29e43f29) ) |
| 12299 | ROM_LOAD16_BYTE( "95429156.lo", 0x000001, 0x080000, CRC(8ff0d699) SHA1(93cb49add8851a569209298587ba4decda3054a5) ) |
| 12300 | ROM_LOAD16_BYTE( "95429157.hi", 0x000000, 0x080000, CRC(ba63296a) SHA1(f8cda6b788dfb498f36823abb2c4ae85564e64ac) ) |
| 12301 | ROM_LOAD16_BYTE( "p3514p72.lo", 0x000001, 0x080000, CRC(03e139a5) SHA1(03edcd20b81f6675591a5d7e8382890aa1d7eccb) ) |
| 12302 | ROM_LOAD16_BYTE( "p3514p72.hi", 0x000000, 0x080000, CRC(8f50ff98) SHA1(1add4691cc7777b54eb88c3a3396ba6684cb6667) ) |
| 12303 | ROM_LOAD16_BYTE( "p3514s72.lo", 0x000001, 0x080000, CRC(1472f2a9) SHA1(b6282ccdafda1feb642af7e9e51308cea67d1b3d) ) |
| 12304 | ROM_LOAD16_BYTE( "p3514s72.hi", 0x000000, 0x080000, CRC(1b90a20a) SHA1(5d49199483c8cb79c3b4e81dade49038a7abec22) ) |
| 12305 | // PR3514 SND |
| 12306 | ROM_LOAD( "95009083.bin", 0x000000, 0x100000, CRC(f88b86e7) SHA1(626f6aaeb5e71de113e0b7715cf68386adbe5f86) ) |
| 12307 | ROM_LOAD( "95009084.bin", 0x100000, 0x100000, CRC(db16a8ff) SHA1(0fb5b7a5cc16e30a17cd85279b31443215135657) ) |
| 12308 | // PR3517 |
| 12309 | ROM_LOAD16_BYTE( "95428070.lo", 0x000001, 0x080000, CRC(f367368d) SHA1(80be2ab2bae77e7d2eb275a09c0f66e88c61431f) ) |
| 12310 | ROM_LOAD16_BYTE( "95428071.hi", 0x000000, 0x080000, CRC(bdb6d356) SHA1(cff74b60f52393424273c78bdc946b2e21a92f1f) ) |
| 12311 | ROM_LOAD16_BYTE( "95428216.lo", 0x000001, 0x080000, CRC(357a34c6) SHA1(f1d3d695fe4a3ad7de8e67153193894ab2b5a291) ) |
| 12312 | ROM_LOAD16_BYTE( "95428217.hi", 0x000000, 0x080000, CRC(8beea62d) SHA1(8169014917c1d95ae0549cec0507fcf353c5b4c7) ) |
| 12313 | ROM_LOAD16_BYTE( "95429070.lo", 0x000001, 0x080000, CRC(37a12f67) SHA1(5490b7894e023c86fe57b62444c04342fce2e16d) ) |
| 12314 | ROM_LOAD16_BYTE( "95429071.hi", 0x000000, 0x080000, CRC(6eda6da6) SHA1(87e5dd26f77af56278e548f10a831a85f9f8197c) ) |
| 12315 | ROM_LOAD16_BYTE( "95429216.lo", 0x000001, 0x080000, CRC(7cb97ad7) SHA1(5eec34cdfb49c107be139196722a9eb224e6388b) ) |
| 12316 | ROM_LOAD16_BYTE( "95429217.hi", 0x000000, 0x080000, CRC(84d4ca2c) SHA1(d53a4a85a14b211d45e5ca611bda471ad1cbfb48) ) |
| 12317 | // PR3517 SND |
| 12318 | ROM_LOAD( "95009087.bin", 0x000000, 0x100000, CRC(f6c4afa6) SHA1(0891cf1e8514fea6f676c27e0fef3e1098315f9d) ) |
| 12319 | ROM_LOAD( "95009088.bin", 0x100000, 0x100000, CRC(03340dd1) SHA1(71043502f18e0d74794700abf0a479d0da8a2718) ) |
| 12320 | // PR3524 |
| 12321 | ROM_LOAD16_BYTE( "95428074.lo", 0x000001, 0x080000, CRC(56c27552) SHA1(99a10071112cdb8096f9f82c07925ee246ba309d) ) |
| 12322 | ROM_LOAD16_BYTE( "95428075.hi", 0x000000, 0x080000, CRC(c6f115fe) SHA1(82fa853628e63dd6b18b167d1b93a25538e7e0ee) ) |
| 12323 | ROM_LOAD16_BYTE( "95429074.lo", 0x000001, 0x080000, CRC(b70d6faa) SHA1(fd65f817a05d9769571293715c15d9f970bc67f8) ) |
| 12324 | ROM_LOAD16_BYTE( "95429075.hi", 0x000000, 0x080000, CRC(ca1b1ea1) SHA1(98c7e16c77025bc1661b67de7359d585214d4c80) ) |
| 12325 | ROM_LOAD16_BYTE( "95426976.lo", 0x000001, 0x080000, CRC(cf3575bf) SHA1(6f4ebe46c9511e03a4fa9089651b3ab0d35577f7) ) |
| 12326 | ROM_LOAD16_BYTE( "95426977.hi", 0x000000, 0x080000, CRC(3199fa1c) SHA1(fc00f47e91b85d1278dde9828462975d39ce28c5) ) |
| 12327 | ROM_LOAD16_BYTE( "95427976.lo", 0x000001, 0x080000, CRC(60eef37a) SHA1(46d261cba4c90d606c50269078c3cbb434991ae7) ) |
| 12328 | ROM_LOAD16_BYTE( "95427977.hi", 0x000000, 0x080000, CRC(48eae9b2) SHA1(29a8dd329e9939e505537b4789654a3036a75610) ) |
| 12329 | // PR3524 SND |
| 12330 | ROM_LOAD( "95009075.bin", 0x000000, 0x100000, CRC(ebf64ae7) SHA1(c7e696acdbf2565959d9b7c76544738d467747f8) ) |
| 12331 | ROM_LOAD( "95009076.bin", 0x100000, 0x100000, CRC(c066ee96) SHA1(ded6c8e778fe2f7055a006a49cc500184902d14b) ) |
| 12332 | // PR3515 |
| 12333 | ROM_LOAD16_BYTE( "95428102.lo", 0x000001, 0x080000, CRC(928d7368) SHA1(fe0f0e267086c70396a7767010ccb63fc04314a1) ) |
| 12334 | ROM_LOAD16_BYTE( "95428103.hi", 0x000000, 0x080000, CRC(085f53a4) SHA1(25d0bbfaeb5734bfc601e9972e367b53136155cb) ) |
| 12335 | ROM_LOAD16_BYTE( "95429102.lo", 0x000001, 0x080000, CRC(1c3adf38) SHA1(284bc2d4599b183a3363dbc084900b9fa42ef753) ) |
| 12336 | ROM_LOAD16_BYTE( "95429103.hi", 0x000000, 0x080000, CRC(04517fe4) SHA1(7f72272709dd24d5d3c7cb87fdda45d0e58dd122) ) |
| 12337 | // PR3515 SND |
| 12338 | ROM_LOAD( "95009096.bin", 0x000000, 0x100000, CRC(169abeea) SHA1(86e5509ac9b8d4c683e518cbcbadf7cfc5513a03) ) |
| 12339 | ROM_LOAD( "95009097.bin", 0x100000, 0x100000, CRC(ead286a6) SHA1(823e59c7c4ddecf65f84011dcc2ec37533cfcd5c) ) |
| 12340 | // PR3548 (PR3511) |
| 12341 | ROM_LOAD16_BYTE( "95428124.lo", 0x000001, 0x080000, CRC(1fe615f3) SHA1(1a78c964824e01c8bd1ab44dd81feb8229d85cb9) ) |
| 12342 | ROM_LOAD16_BYTE( "95428125.hi", 0x000000, 0x080000, CRC(07c479f1) SHA1(28fe1cd5cd436e7a291ec3ffbc6c922d3a94b7e3) ) |
| 12343 | ROM_LOAD16_BYTE( "95429124.lo", 0x000001, 0x080000, CRC(004745f8) SHA1(a0674e198d92eab830b199d4e379d11d605a7726) ) |
| 12344 | ROM_LOAD16_BYTE( "95429125.hi", 0x000000, 0x080000, CRC(f901c4ee) SHA1(d31ef322c6f3d85194cbfe57128280d42fec3ee3) ) |
| 12345 | ROM_LOAD16_BYTE( "95426910.lo", 0x000001, 0x080000, CRC(1c4e72dd) SHA1(0174c559c5899825b03834d6a9ebf59ea51942de) ) |
| 12346 | ROM_LOAD16_BYTE( "95426911.hi", 0x000000, 0x080000, CRC(f33cc387) SHA1(741e5cddf56c536f5685c9ebb3e53bf36a09cb76) ) |
| 12347 | ROM_LOAD16_BYTE( "95426962.lo", 0x000001, 0x080000, CRC(88ef00e3) SHA1(dd31c412d8b5ea3fa04c4dcbe88251e95fdf3f0f) ) |
| 12348 | ROM_LOAD16_BYTE( "95426963.hi", 0x000000, 0x080000, CRC(b080bd37) SHA1(a8df111a75705240d8b557f1000f311f0ae60662) ) |
| 12349 | ROM_LOAD16_BYTE( "95427910.lo", 0x000001, 0x080000, CRC(e2fc20ab) SHA1(2e8f452bb814ecef00b506520c3a4526995b619f) ) |
| 12350 | ROM_LOAD16_BYTE( "95427911.hi", 0x000000, 0x080000, CRC(cd86378e) SHA1(c622dfd057bccba430f1fe4a876444864612262d) ) |
| 12351 | ROM_LOAD16_BYTE( "95427962.lo", 0x000001, 0x080000, CRC(531125bb) SHA1(1e723f30ea2c08a678c0a1e406ac6241e7367136) ) |
| 12352 | ROM_LOAD16_BYTE( "95427963.hi", 0x000000, 0x080000, CRC(a373b07d) SHA1(2e9cd284cd217444bcf656e1ac8e44cc1270f9ba) ) |
| 12353 | ROM_LOAD16_BYTE( "95428118.lo", 0x000001, 0x080000, CRC(8df759dd) SHA1(c01b54de944cbbb867c4ce4cc82c61683dc09495) ) |
| 12354 | ROM_LOAD16_BYTE( "95428119.hi", 0x000000, 0x080000, CRC(6fc46dc7) SHA1(600ebcf7ee8bd60a110ebc4440ff42e26327c47d) ) |
| 12355 | ROM_LOAD16_BYTE( "95429118.lo", 0x000001, 0x080000, CRC(457f5ed0) SHA1(92259ec19e813157cd950312bb972b3b782226c8) ) |
| 12356 | ROM_LOAD16_BYTE( "95429119.hi", 0x000000, 0x080000, CRC(0ba31071) SHA1(33411bb55ab890d96dfb2ebf74eab8032395526a) ) |
| 12357 | // PR3511 SND |
| 12358 | ROM_LOAD( "95009059.bin", 0x000000, 0x100000, CRC(a3264545) SHA1(94b324c93edad7975ee152a7daaf7f6d7b91cb5e) ) |
| 12359 | ROM_LOAD( "95009060.bin", 0x100000, 0x100000, CRC(3cb58cf3) SHA1(f1eaeba8633c42ef43b4b32deb154f0683d8d42a) ) |
| 12360 | // PR3513 |
| 12361 | ROM_LOAD16_BYTE( "95428134.lo", 0x000001, 0x080000, CRC(2ea5ea17) SHA1(beb98a46a03a46a9a9d8c25dbd65b44b1f006148) ) |
| 12362 | ROM_LOAD16_BYTE( "95428135.hi", 0x000000, 0x080000, CRC(1acf4c22) SHA1(f1b0363136e022dd8fe943ae9796b064f6b8fd13) ) |
| 12363 | ROM_LOAD16_BYTE( "95428138.lo", 0x000001, 0x080000, CRC(0600a569) SHA1(e1b23441bc61f02894a886fb684dcb50cba796fd) ) |
| 12364 | ROM_LOAD16_BYTE( "95428139.hi", 0x000000, 0x080000, CRC(d00be062) SHA1(2b7d3b83014e382f4be8d25db79588ddc2647094) ) |
| 12365 | ROM_LOAD16_BYTE( "95428174.lo", 0x000001, 0x080000, CRC(415118af) SHA1(ac01b89a3ef92f07f1564277b57b83f673e7dd02) ) |
| 12366 | ROM_LOAD16_BYTE( "95428175.hi", 0x000000, 0x080000, CRC(6263c70d) SHA1(fdcfeef1ecd7277a88eb9a9543d1d0f5572809ba) ) |
| 12367 | ROM_LOAD16_BYTE( "95429134.lo", 0x000001, 0x080000, CRC(7653aa15) SHA1(e0d92f6da8de301ff592eb01b492b2f60edfd314) ) |
| 12368 | ROM_LOAD16_BYTE( "95429135.hi", 0x000000, 0x080000, CRC(18a3533e) SHA1(a89c768f0e08558a040a41e133fda30f66c54983) ) |
| 12369 | ROM_LOAD16_BYTE( "95429138.lo", 0x000001, 0x080000, CRC(0da33fe3) SHA1(098e996f7c8464e5775be9a9b7235c7adccf2a71) ) |
| 12370 | ROM_LOAD16_BYTE( "95429139.hi", 0x000000, 0x080000, CRC(47597d83) SHA1(8c7a9682b127678c5b7577ee40621ea6e3a42730) ) |
| 12371 | ROM_LOAD16_BYTE( "95429174.lo", 0x000001, 0x080000, CRC(839cae98) SHA1(bcb11a15d4ae88abc8bbe89491387827592a59ef) ) |
| 12372 | ROM_LOAD16_BYTE( "95429175.hi", 0x000000, 0x080000, CRC(d398a4a7) SHA1(9e311666dccb3ee2cd8a9c058e4c5552a34b863e) ) |
| 12373 | ROM_LOAD16_BYTE( "95428072.lo", 0x000001, 0x080000, CRC(9bb6d054) SHA1(50d467352ee1a1a1c5be7ccbb6d9e0f3a199a270) ) |
| 12374 | ROM_LOAD16_BYTE( "95428073.hi", 0x000000, 0x080000, CRC(8d4483d4) SHA1(be034806dcf6ae0cb05f46d2b1118a15929fa1af) ) |
| 12375 | ROM_LOAD16_BYTE( "95429072.lo", 0x000001, 0x080000, CRC(3ea6b56b) SHA1(1644611cf0e3cff45ccbc2f5c124eb8cafa15c98) ) |
| 12376 | ROM_LOAD16_BYTE( "95429073.hi", 0x000000, 0x080000, CRC(a14b4977) SHA1(6f51b919609b510a65198cca9a472875ff4b7d63) ) |
| 12377 | // PR3513 SND |
| 12378 | ROM_LOAD( "95009079.bin", 0x000000, 0x100000, CRC(4c7d4c93) SHA1(0660160ced0b43c420ed8abd3572c11feb45065a) ) |
| 12379 | ROM_LOAD( "95009080.bin", 0x100000, 0x100000, CRC(08052a11) SHA1(44f76e02edaedf9ee4a11d7eb433df3127133c91) ) |
| 12380 | // PR3516 |
| 12381 | ROM_LOAD16_BYTE( "95428155.hi", 0x000000, 0x080000, CRC(07def814) SHA1(34aaa04ea1e5b3c3c2ce86a2405cc367ed1c1c49) ) |
| 12382 | ROM_LOAD16_BYTE( "95428154.lo", 0x000001, 0x080000, CRC(2a3bcc53) SHA1(d1ed8ab07e0bab008fc17829a3399b4efe74a888) ) |
| 12383 | ROM_LOAD16_BYTE( "95429155.hi", 0x000000, 0x080000, CRC(37dea4ed) SHA1(49f0227ba54ac2a95692d0474fd9b09c7508e2a1) ) |
| 12384 | ROM_LOAD16_BYTE( "95429154.lo", 0x000001, 0x080000, CRC(9d0ecc83) SHA1(40d4255526ac43f11696a96ad881277229444d8b) ) |
| 12385 | // PR3516 SND |
| 12386 | ROM_LOAD( "95009085.bin", 0x000000, 0x100000, CRC(b1d06a53) SHA1(f552a8996bb6da21493e742e274edadbfc39a7ce) ) |
| 12387 | ROM_LOAD( "95009086.bin", 0x100000, 0x100000, CRC(d686d21c) SHA1(041aa809d97a29a9cf9677ecf58bee0d3b33d3c9) ) |
| 12388 | // PR3530 |
| 12389 | ROM_LOAD16_BYTE( "95428215.hi", 0x000000, 0x080000, CRC(28786a84) SHA1(b7567de67523a8999f08ec92ae5001a3105d2792) ) |
| 12390 | ROM_LOAD16_BYTE( "95428214.lo", 0x000001, 0x080000, CRC(36c60f3e) SHA1(39e92bc3f13a31eed20520025ef2a0ee0b5b8847) ) |
| 12391 | ROM_LOAD16_BYTE( "95429215.hi", 0x000000, 0x080000, CRC(f4175b05) SHA1(7d2e176933a7c42d9560640dd053daa74074095b) ) |
| 12392 | ROM_LOAD16_BYTE( "95429214.lo", 0x000001, 0x080000, CRC(bd3a6383) SHA1(5e64da2dd7729efd7469116db6753ce52adf5799) ) |
| 12393 | // PR3530 SND |
| 12394 | ROM_LOAD( "95009226.bin", 0x000000, 0x100000, CRC(d2a48a2b) SHA1(16f5e56af424ba78bc3378984ef5caaa65dcd8ae) ) |
| 12395 | ROM_LOAD( "95009227.bin", 0x100000, 0x100000, CRC(f6eae9c0) SHA1(73092581d314e91e3472d95aa1a4cf0fea03d333) ) |
| 12396 | // PR3552 |
| 12397 | ROM_LOAD16_BYTE( "95429183.hi", 0x000000, 0x080000, CRC(728e5461) SHA1(2151eecc457bd88902dd89b7ad0483618968076f) ) |
| 12398 | ROM_LOAD16_BYTE( "95429182.lo", 0x000001, 0x080000, CRC(780379b4) SHA1(5bd4ebc146f5685664c67b3e6ff1b82d4d2e5253) ) |
| 12399 | ROM_LOAD16_BYTE( "95429178.lo", 0x000001, 0x080000, CRC(b450a87e) SHA1(e92eee85a87adf71f76796d5c2a3804ae2b624fd) ) |
| 12400 | ROM_LOAD16_BYTE( "95429179.hi", 0x000000, 0x080000, CRC(ac8b12a4) SHA1(67745c880a9877e8707a7ea7092f3cf3b55da970) ) |
| 12401 | ROM_LOAD16_BYTE( "95428178.lo", 0x000001, 0x080000, CRC(22335d81) SHA1(c6b82eb47155ef4b269a2d1c9ef4a75163a4f3d4) ) |
| 12402 | ROM_LOAD16_BYTE( "95428179.hi", 0x000000, 0x080000, CRC(ecd72f14) SHA1(6693e7dbdb81e33d5f7c85d0e3198c0ec4236522) ) |
| 12403 | ROM_LOAD16_BYTE( "95428228.lo", 0x000001, 0x080000, CRC(0f82787c) SHA1(cb198171e9932be1c0b8afbaeee0b98b8f3dbe12) ) |
| 12404 | ROM_LOAD16_BYTE( "95428229.hi", 0x000000, 0x080000, CRC(4654985b) SHA1(3265d7948c5546a77af48a972ea088154fe862d8) ) |
| 12405 | ROM_LOAD16_BYTE( "95429228.lo", 0x000001, 0x080000, CRC(3fc56849) SHA1(035de2fd128a3a857d34674399a0c09c913fe504) ) |
| 12406 | ROM_LOAD16_BYTE( "95429229.hi", 0x000000, 0x080000, CRC(4ac6f75d) SHA1(a212018d963ad62b83074f9716df7b9e76c4cfbf) ) |
| 12407 | // PR3552 SND |
| 12408 | ROM_LOAD( "95009218.bin", 0x000000, 0x100000, CRC(07abc1b6) SHA1(b180e47dc0c17feb447563c3dc907aee2f10940f) ) |
| 12409 | ROM_LOAD( "95009219.bin", 0x100000, 0x100000, CRC(ba796f0a) SHA1(f0e772b0bde828c8491f19a52d42591749aea79a) ) |
| 12410 | // PR3551 |
| 12411 | ROM_LOAD16_BYTE( "95429166.lo", 0x000001, 0x080000, CRC(6a3e04bd) SHA1(337293ae08aa701fb69d8611c272dade257a06a7) ) |
| 12412 | ROM_LOAD16_BYTE( "95429167.hi", 0x000000, 0x080000, CRC(043e2a42) SHA1(3303057d13e003478593c0613ca5b72d9c0fa816) ) |
| 12413 | ROM_LOAD16_BYTE( "95428166.lo", 0x000001, 0x080000, CRC(79bc8e6a) SHA1(cd6d4bbd69fc62d42246b8323e2d6cdb89539daa) ) |
| 12414 | ROM_LOAD16_BYTE( "95428167.hi", 0x000000, 0x080000, CRC(58ffa855) SHA1(bf0c707632f04291d6d2517c1c3a9713c1070419) ) |
| 12415 | ROM_LOAD16_BYTE( "95428232.lo", 0x000001, 0x080000, CRC(91515fc6) SHA1(cffac7e52c69225236d51464040c558c57df67c5) ) |
| 12416 | ROM_LOAD16_BYTE( "95428233.hi", 0x000000, 0x080000, CRC(abc92bb6) SHA1(184f00ad721fe3cfacc45c18fc0e43859dbb7049) ) |
| 12417 | ROM_LOAD16_BYTE( "95429232.lo", 0x000001, 0x080000, CRC(cf9a866f) SHA1(ced25623a38d1bee789f22110c690aa75a8161b2) ) |
| 12418 | ROM_LOAD16_BYTE( "95429233.hi", 0x000000, 0x080000, CRC(0ba7a3b3) SHA1(3e700dd18e88892273b032f249682a0cb87e4ea8) ) |
| 12419 | ROM_LOAD16_BYTE( "95428150.lo", 0x000001, 0x080000, CRC(1a59d51b) SHA1(31f05e63212f9593bfe49e8c268c7bc2c3c36f72) ) |
| 12420 | ROM_LOAD16_BYTE( "95428151.hi", 0x000000, 0x080000, CRC(9953d2cf) SHA1(846cca1f51bc39aa2d04476e54c06f7ef258a9ba) ) |
| 12421 | ROM_LOAD16_BYTE( "95429150.lo", 0x000001, 0x080000, CRC(5a9c54bf) SHA1(cd5b44419a3677b9bc53541ddb45256b0cb6ece7) ) |
| 12422 | ROM_LOAD16_BYTE( "95429151.hi", 0x000000, 0x080000, CRC(63f465a2) SHA1(cedb38529e38272cb289f78d4e19aa77e93cc85f) ) |
| 12423 | // PR3551 SND |
| 12424 | ROM_LOAD( "95009210.bin", 0x000000, 0x100000, CRC(ac43a79b) SHA1(e987337506d10f0d430eebbe9e736c905ea06ffd) ) |
| 12425 | ROM_LOAD( "95009211.bin", 0x100000, 0x100000, CRC(f2cc0e0f) SHA1(29fbf4cc573bd5eceda6d8b722b2708f5b2fb3d5) ) |
| 12426 | // PR3525 |
| 12427 | ROM_LOAD16_BYTE( "95429200.lo", 0x000001, 0x080000, CRC(d3d165cb) SHA1(e948e486859e8398ac27688a3370ac5b089539f9) ) |
| 12428 | ROM_LOAD16_BYTE( "95429201.hi", 0x000000, 0x080000, CRC(239f02fc) SHA1(3e26ffa6a5618db211c9de56ee13d5f453fd0e03) ) |
| 12429 | ROM_LOAD16_BYTE( "95428200.lo", 0x000001, 0x080000, CRC(0c8e5f3e) SHA1(c5b3e724ff1493afc74f93d7697dd8ba967f86a5) ) |
| 12430 | ROM_LOAD16_BYTE( "95428201.hi", 0x000000, 0x080000, CRC(22fea826) SHA1(d83563d848f9ddecd7934f09f4cca30b6d7f4f3d) ) |
| 12431 | ROM_LOAD16_BYTE( "95428241.hi", 0x000000, 0x080000, CRC(9a088b29) SHA1(760e1736f4bf32f54c9c4585588d328c9f9528d9) ) |
| 12432 | ROM_LOAD16_BYTE( "95428240.lo", 0x000001, 0x080000, CRC(e0903e18) SHA1(9de804958205ccbd5bc40f0f788eaaeacebb0330) ) |
| 12433 | ROM_LOAD16_BYTE( "95429241.hi", 0x000000, 0x080000, CRC(008c38e7) SHA1(1b84f830c98eecaeffb70291fbda374642ea06c6) ) |
| 12434 | ROM_LOAD16_BYTE( "95429240.lo", 0x000001, 0x080000, CRC(8005f150) SHA1(ec90466684cb5c9854f6778e2fd33d40b2ff8b97) ) |
| 12435 | // PR3525 SND |
| 12436 | ROM_LOAD( "95009214.bin", 0x000000, 0x100000, CRC(0802e651) SHA1(6ef9e02fb62693109119f69315615cc854a9ec06) ) |
| 12437 | ROM_LOAD( "95009215.bin", 0x100000, 0x100000, CRC(7b7796a3) SHA1(4283a74ff62d0ecf4beaae5e1c8805e3bf8a2e25) ) |
| 12438 | // PR3516 (PR3553) |
| 12439 | ROM_LOAD16_BYTE( "95428244.lo", 0x000001, 0x080000, CRC(7963fb2a) SHA1(3ab98e4fd1fe5e82ba828f552ccb559e23f2a606) ) |
| 12440 | ROM_LOAD16_BYTE( "95428245.hi", 0x000000, 0x080000, CRC(71d6865d) SHA1(8167b473215e5e914f323da86ec9a2138be2c455) ) |
| 12441 | ROM_LOAD16_BYTE( "95429244.lo", 0x000001, 0x080000, CRC(a8979a3d) SHA1(284eb03d4cb93a2aa1f2f8e59ddbbfc20de759e5) ) |
| 12442 | ROM_LOAD16_BYTE( "95429245.hi", 0x000000, 0x080000, CRC(d27ef12c) SHA1(dcbc5bb36af9088607fc4894b5786c5cac41b6d7) ) |
| 12443 | // PR3553 SND |
| 12444 | ROM_LOAD( "95009234.bin", 0x000000, 0x100000, CRC(5604cf0e) SHA1(48d04af6e6bfa77828bd26fdcf60a9b70cfc7f84) ) |
| 12445 | ROM_LOAD( "95009235.bin", 0x100000, 0x100000, CRC(ec2f7228) SHA1(2921c80c29bff886c7a35b382b5569dd9636cd67) ) |
| 12446 | // PR3555 |
| 12447 | ROM_LOAD16_BYTE( "95428246.lo", 0x000001, 0x080000, CRC(f83110b9) SHA1(9cd761594c14be016eff4156433913ea5c70ff3a) ) |
| 12448 | ROM_LOAD16_BYTE( "95428247.hi", 0x000000, 0x080000, CRC(d467e5aa) SHA1(be8b08ed917545c0d72927784959cddc758cbef8) ) |
| 12449 | ROM_LOAD16_BYTE( "95429246.lo", 0x000001, 0x080000, CRC(74a9c38d) SHA1(2b5d4a29d498b89102f91fceae270f677517b063) ) |
| 12450 | ROM_LOAD16_BYTE( "95429247.hi", 0x000000, 0x080000, CRC(9b2244be) SHA1(77aa424b352af1341349895f4d333e3e01dcad7b) ) |
| 12451 | // PR3555 SND |
| 12452 | ROM_LOAD( "95009236.bin", 0x000000, 0x100000, CRC(b0d13b6c) SHA1(67338e149b1f48f2c796c708928dbade234b99ba) ) |
| 12453 | ROM_LOAD( "95009237.bin", 0x100000, 0x100000, CRC(14e9f22a) SHA1(a2a2c65f0dc5e28b54f8f9c0b0b61d8f1eee9070) ) |
| 12454 | // PR3519 |
| 12455 | ROM_LOAD16_BYTE( "95428248.lo", 0x000001, 0x080000, CRC(d1ea8b9c) SHA1(c0f17c092eadf14da4e1a919dbaf523290c0d594) ) |
| 12456 | ROM_LOAD16_BYTE( "95428249.hi", 0x000000, 0x080000, CRC(5de2d32a) SHA1(789374f7b14d23093def97985eff78448187e76f) ) |
| 12457 | ROM_LOAD16_BYTE( "95429248.lo", 0x000001, 0x080000, CRC(0457d4b5) SHA1(2d4080b94482c94e5789675eb5a57b3720312202) ) |
| 12458 | ROM_LOAD16_BYTE( "95429249.hi", 0x000000, 0x080000, CRC(ea4d9a10) SHA1(1fc3e5a555bc130f27fee2eb76ed9c013b8483f9) ) |
| 12459 | ROM_LOAD16_BYTE( "95428132.lo", 0x000001, 0x080000, CRC(781dffb6) SHA1(df66673040e0d4d46ab74f105b7aa3c3ae8e313f) ) |
| 12460 | ROM_LOAD16_BYTE( "95428133.hi", 0x000000, 0x080000, CRC(50e21705) SHA1(0a8683150b48be0001830225fe2d5f7b169f16d8) ) |
| 12461 | ROM_LOAD16_BYTE( "95429132.lo", 0x000001, 0x080000, CRC(0c14244b) SHA1(e08d057237c5bac4fd138a343d1033afce4e65cf) ) |
| 12462 | ROM_LOAD16_BYTE( "95429133.hi", 0x000000, 0x080000, CRC(4f923ae6) SHA1(237a8771cb42a2965c92b0ceb16461d34575f721) ) |
| 12463 | // PR3519 SND |
| 12464 | ROM_LOAD( "95009208.bin", 0x000000, 0x100000, CRC(f6450dbf) SHA1(3c48a2ca3cd08bff0d47e7b98c7d1d16b537b216) ) |
| 12465 | ROM_LOAD( "95009209.bin", 0x100000, 0x100000, CRC(c4b8b089) SHA1(e305f4fbaad2f4b6f96303fcefe2caf60fa8566d) ) |
| 12466 | // PR3510 |
| 12467 | ROM_LOAD16_BYTE( "95428250.lo", 0x000001, 0x080000, CRC(e701b624) SHA1(1a035ba991004e011576626dd3e98a8c6a0dfd98) ) |
| 12468 | ROM_LOAD16_BYTE( "95428251.hi", 0x000000, 0x080000, CRC(a2f096bf) SHA1(208e44098afe1be5d086b3645be60d4599be7515) ) |
| 12469 | ROM_LOAD16_BYTE( "95429250.lo", 0x000001, 0x080000, CRC(c1034889) SHA1(b77388120546089344cb982efa7e1bac743ba7cd) ) |
| 12470 | ROM_LOAD16_BYTE( "95429251.hi", 0x000000, 0x080000, CRC(cdfe8680) SHA1(4b72a155c368a46b430cd3846564526ffd7fa153) ) |
| 12471 | ROM_LOAD16_BYTE( "95428002.lo", 0x000001, 0x080000, CRC(e0ee8933) SHA1(97e5e4591450a535dd54f5498b647cb0ee4f3b04) ) |
| 12472 | ROM_LOAD16_BYTE( "95428003.hi", 0x000000, 0x080000, CRC(7c942976) SHA1(41d3e6913e802ce503416d344ef0b93c0144ad61) ) |
| 12473 | ROM_LOAD16_BYTE( "95428120.lo", 0x000001, 0x080000, CRC(45b94cb2) SHA1(d6c5a18ad158d5896dda3f988fb86cb93b47f699) ) |
| 12474 | ROM_LOAD16_BYTE( "95428121.hi", 0x000000, 0x080000, CRC(ad1b823b) SHA1(a3693c905934c706736b435c2d66b58644ab353d) ) |
| 12475 | ROM_LOAD16_BYTE( "95429002.lo", 0x000001, 0x080000, CRC(cb2d5941) SHA1(589dd84d0ab7ee2d19e2042f1031aca8f4f15100) ) |
| 12476 | ROM_LOAD16_BYTE( "95429003.hi", 0x000000, 0x080000, CRC(aaa38e6d) SHA1(e2bf2643598477fda668f6ede704bbf11d6c4adf) ) |
| 12477 | ROM_LOAD16_BYTE( "95429120.lo", 0x000001, 0x080000, CRC(fa705cea) SHA1(31f327c2d869739ac991181cec5f72ffbb953263) ) |
| 12478 | ROM_LOAD16_BYTE( "95429121.hi", 0x000000, 0x080000, CRC(91a2508e) SHA1(b9d43a0f60128d2cd83f3a5bd88dd2188d41f87d) ) |
| 12479 | ROM_LOAD16_BYTE( "p3510p73.hi", 0x000000, 0x080000, CRC(a0d86215) SHA1(7d70ce343b43d228d1d026794a363b3b66601c07) ) |
| 12480 | ROM_LOAD16_BYTE( "p3510p73.lo", 0x000001, 0x080000, CRC(bd2ed4a6) SHA1(17956840cc1b7b2e1ed5412d0db4564d3a6e5806) ) |
| 12481 | ROM_LOAD16_BYTE( "p3510s73.hi", 0x000000, 0x080000, CRC(4c86bf9a) SHA1(24ae2f8a12cc8b2bef8eb6843755d622544f7057) ) |
| 12482 | ROM_LOAD16_BYTE( "p3510s73.lo", 0x000001, 0x080000, CRC(ff96daaa) SHA1(92db4be80a509c5f68532c772b7408041ae4983a) ) |
| 12483 | // PR3510 SND |
| 12484 | ROM_LOAD( "95009063.bin", 0x000000, 0x100000, CRC(52b4e9a1) SHA1(2ff66ed13b2307ebc24500b920585f9cf04b0f4e) ) |
| 12485 | ROM_LOAD( "95009064.bin", 0x100000, 0x100000, CRC(1a94524b) SHA1(f5fa0904682888131ae359671ceeff0336adf5dd) ) |
| 12486 | // PR3557 |
| 12487 | ROM_LOAD16_BYTE( "95428254.lo", 0x000001, 0x080000, CRC(8d0edd28) SHA1(b79024c2ed55722d420db66ab7875143ac0d992d) ) |
| 12488 | ROM_LOAD16_BYTE( "95428255.hi", 0x000000, 0x080000, CRC(a5133c40) SHA1(76d8668c64d2ef3068c6e872bc2633ab22d196f0) ) |
| 12489 | ROM_LOAD16_BYTE( "95429254.lo", 0x000001, 0x080000, CRC(97c3527b) SHA1(6cbd2aa5207ae59affd5686e0156abc09f964ebf) ) |
| 12490 | ROM_LOAD16_BYTE( "95429255.hi", 0x000000, 0x080000, CRC(0bb71578) SHA1(5154ad4735de0ad667505a155d103d1fd51e2043) ) |
| 12491 | // PR3557 SND |
| 12492 | ROM_LOAD( "95009238.bin", 0x000000, 0x100000, CRC(fba0d54b) SHA1(e1dc6404f54b08a6c20c37fae135ff550574d523) ) |
| 12493 | ROM_LOAD( "95009239.bin", 0x100000, 0x100000, CRC(f7770307) SHA1(00363906064bdd67e800944df3f8d85236d8bc4c) ) |
| 12494 | // PR3451 |
| 12495 | ROM_LOAD16_BYTE( "95428183.hi", 0x000000, 0x080000, CRC(03a9fc4b) SHA1(b2b604469679bd670fd86f6cf201d320cbaae291) ) |
| 12496 | ROM_LOAD16_BYTE( "95428182.lo", 0x000001, 0x080000, CRC(63f2313a) SHA1(a50710a7fb102f07d18d6c4134b961231c2b634f) ) |
| 12497 | ROM_LOAD16_BYTE( "95428256.lo", 0x000001, 0x080000, CRC(80d7e8ca) SHA1(b157a73d40586415ff78c6b8b050e8117ff4b2ef) ) |
| 12498 | ROM_LOAD16_BYTE( "95428257.hi", 0x000000, 0x080000, CRC(da9724f2) SHA1(9900e971ccc149a6877d7da06a2839b236ae6dfc) ) |
| 12499 | ROM_LOAD16_BYTE( "95429256.lo", 0x000001, 0x080000, CRC(36a23035) SHA1(318de90205b23553a1f2f18bac6a98270701ff37) ) |
| 12500 | ROM_LOAD16_BYTE( "95429257.hi", 0x000000, 0x080000, CRC(368e2e72) SHA1(36e1459dae22ee92c3f17cd92f4772dbf6d1b352) ) |
| 12501 | // PR3451 SND |
| 12502 | ROM_LOAD( "95009222.bin", 0x000000, 0x100000, CRC(9c2f31b1) SHA1(1677701d9dd9fe3afd483d09effa02a4b84a99d2) ) |
| 12503 | ROM_LOAD( "95009223.bin", 0x100000, 0x100000, CRC(2dc9cf5d) SHA1(27ecfa037aa200d0a67b03b9d9e591c14f1c6a2d) ) |
| 12504 | // PR3450 |
| 12505 | ROM_LOAD16_BYTE( "95429185.hi", 0x000000, 0x080000, CRC(ce4c85a1) SHA1(cec72a0f76338c9d995330f445364727b75718af) ) |
| 12506 | ROM_LOAD16_BYTE( "95429184.lo", 0x000001, 0x080000, CRC(cffffe96) SHA1(23030bd866d181f7a2fb6e46a55b540e9359ad31) ) |
| 12507 | ROM_LOAD16_BYTE( "95428185.hi", 0x000000, 0x080000, CRC(f93dbb24) SHA1(57a858f552bfad7703bcab9dc52c84fe65fd3bb9) ) |
| 12508 | ROM_LOAD16_BYTE( "95428184.lo", 0x000001, 0x080000, CRC(299808b4) SHA1(14dec31f1e3ff2472fe8a07578e6487837b12d4a) ) |
| 12509 | ROM_LOAD16_BYTE( "95428274.lo", 0x000001, 0x080000, CRC(5650da11) SHA1(8a60b672d10bd6f77c222a277fd902fa64439515) ) |
| 12510 | ROM_LOAD16_BYTE( "95428275.hi", 0x000000, 0x080000, CRC(f539b93d) SHA1(13af44f858e0cf95df4ef590d46a1b76e7c048ac) ) |
| 12511 | ROM_LOAD16_BYTE( "95429274.lo", 0x000001, 0x080000, CRC(7121d4aa) SHA1(0559e473ee43aef4d0ab4eafc27613914f05fd3c) ) |
| 12512 | ROM_LOAD16_BYTE( "95429275.hi", 0x000000, 0x080000, CRC(5eb4252f) SHA1(ec3fd055f0da1d6272845261477909ecd0f6b663) ) |
| 12513 | // PR3450 SND |
| 12514 | ROM_LOAD( "95009212.bin", 0x000000, 0x100000, CRC(c838d238) SHA1(854d938eae4e717c46fc48cfcbe7127df0804d86) ) |
| 12515 | ROM_LOAD( "95009213.bin", 0x100000, 0x100000, CRC(bb2b77fe) SHA1(8ed40fdf10b61e0553a6b37af6467c9e2f9d3596) ) |
| 12516 | // PR3435 |
| 12517 | ROM_LOAD16_BYTE( "95429171.hi", 0x000000, 0x080000, CRC(f8476169) SHA1(7230cee8c0b170ad886d3c592e11fa60d166b319) ) |
| 12518 | ROM_LOAD16_BYTE( "95429170.lo", 0x000001, 0x080000, CRC(34006f6a) SHA1(15a72f241a46fb62db59705a02b5ed423f0a5102) ) |
| 12519 | ROM_LOAD16_BYTE( "95428171.hi", 0x000000, 0x080000, CRC(e4cb47f1) SHA1(d83a50b34b820eb4d427350ea108d1def29a3e76) ) |
| 12520 | ROM_LOAD16_BYTE( "95428170.lo", 0x000001, 0x080000, CRC(04d54cdc) SHA1(cfa1375c58c6a5f64e3559021309fc9eaa2a9c67) ) |
| 12521 | ROM_LOAD16_BYTE( "95428276.lo", 0x000001, 0x080000, CRC(e16310fb) SHA1(ec1f262be0d6a549819d43692c36cce6049e775e) ) |
| 12522 | ROM_LOAD16_BYTE( "95428277.hi", 0x000000, 0x080000, CRC(590df2b8) SHA1(f963405b412e61c9795b191376d6007025fc560a) ) |
| 12523 | ROM_LOAD16_BYTE( "95429276.lo", 0x000001, 0x080000, CRC(91df93e3) SHA1(6e52ea4cb6a01edb041a5659d640ac89b32871ff) ) |
| 12524 | ROM_LOAD16_BYTE( "95429277.hi", 0x000000, 0x080000, CRC(30e1c2a7) SHA1(68990022a5d50bf99d18eb4f78648a95a06a2ffc) ) |
| 12525 | ROM_LOAD16_BYTE( "95428100.lo", 0x000001, 0x080000, CRC(4ae63998) SHA1(9469ef4ca69f79220626c683dca8a69b455d7f06) ) |
| 12526 | ROM_LOAD16_BYTE( "95428101.hi", 0x000000, 0x080000, CRC(4bd76d7a) SHA1(ec938fc89eee435651be9160069cebe05239b94c) ) |
| 12527 | ROM_LOAD16_BYTE( "95428140.lo", 0x000001, 0x080000, CRC(e326dbfe) SHA1(ab2c13db0db0ab5c4bcb3c2cd29e16746792838e) ) |
| 12528 | ROM_LOAD16_BYTE( "95428141.hi", 0x000000, 0x080000, CRC(8ab50b6d) SHA1(daa1bb66ef02b505408e101eb8d6035541195411) ) |
| 12529 | ROM_LOAD16_BYTE( "95429100.lo", 0x000001, 0x080000, CRC(d5ab0274) SHA1(bcbf21815cd60a71b726cc2cfbd35a2b26d1ad47) ) |
| 12530 | ROM_LOAD16_BYTE( "95429101.hi", 0x000000, 0x080000, CRC(c4e7ef55) SHA1(2f51086ae0f28733a023773867ff50da54a2d483) ) |
| 12531 | ROM_LOAD16_BYTE( "95429140.lo", 0x000001, 0x080000, CRC(6c1d3be4) SHA1(bd66ab9bc2d16e2a2fa8e8c91a4671da611bbcd3) ) |
| 12532 | ROM_LOAD16_BYTE( "95429141.hi", 0x000000, 0x080000, CRC(5d935ca4) SHA1(8338054ae6338d0247f46b6740ffdbac8951c707) ) |
| 12533 | // PR3435 SND11 |
| 12534 | ROM_LOAD( "95009089.bin", 0x000000, 0x100000, CRC(38575a28) SHA1(ae7e0c9bcdc62290bd246abfe2a5f43d42048589) ) |
| 12535 | ROM_LOAD( "95009090.bin", 0x100000, 0x100000, CRC(63816b52) SHA1(860b6bb695abb7afc1517b6ed827af8c7d3617f7) ) |
| 12536 | // PR3435 SND12 |
| 12537 | ROM_LOAD( "95009216.bin", 0x000000, 0x100000, CRC(91f02b7d) SHA1(de7e81cef8cb985bb6d55630090c04e36b2713f3) ) |
| 12538 | ROM_LOAD( "95009217.bin", 0x100000, 0x100000, CRC(65dc36a4) SHA1(48e58a2d266630b6d2f1d98dd8bb322470fa1e06) ) |
| 12539 | // PR3520 |
| 12540 | ROM_LOAD16_BYTE( "95428278.lo", 0x000001, 0x080000, CRC(22102e42) SHA1(9eae87d856175a73aa5585737ffbfa1fd05c02d6) ) |
| 12541 | ROM_LOAD16_BYTE( "95428279.hi", 0x000000, 0x080000, CRC(41d3a29c) SHA1(30287015891a151a1d5124268a36f146a7b854fb) ) |
| 12542 | ROM_LOAD16_BYTE( "95429278.lo", 0x000001, 0x080000, CRC(febe3410) SHA1(ead0b6aa3a50e73168bf7042ab532244f1845d31) ) |
| 12543 | ROM_LOAD16_BYTE( "95429279.hi", 0x000000, 0x080000, CRC(61259dab) SHA1(687e7dc58c3b0516ea1bcf88775211de50ca3bdc) ) |
| 12544 | ROM_LOAD16_BYTE( "95428126.lo", 0x000001, 0x080000, CRC(ebf27c45) SHA1(e278bbcd9be901b3f504aef3895c949dc680f8bc) ) |
| 12545 | ROM_LOAD16_BYTE( "95428127.hi", 0x000000, 0x080000, CRC(c5bfe982) SHA1(3b87cf8a33a4a396abb4cf313f19630840b8dd74) ) |
| 12546 | ROM_LOAD16_BYTE( "95429126.lo", 0x000001, 0x080000, CRC(08897201) SHA1(9c56317059157818af3291d72cc777c0b9724c6c) ) |
| 12547 | ROM_LOAD16_BYTE( "95429127.hi", 0x000000, 0x080000, CRC(4511fc76) SHA1(8f36905527683c5bbb0d28ad3f88c3a9d83cfc7e) ) |
| 12548 | // PR3520 SND |
| 12549 | ROM_LOAD( "95009206.bin", 0x000000, 0x100000, CRC(46910a1e) SHA1(e0b5dc6a2d0567bacf37261c523a45dc15e7dadf) ) |
| 12550 | ROM_LOAD( "95009207.bin", 0x100000, 0x100000, CRC(2200a071) SHA1(bb1f1a4c51768dca2d0a221da1f7ccbad6932e0a) ) |
| 12551 | // PR3434 |
| 12552 | ROM_LOAD16_BYTE( "95428280.lo", 0x000001, 0x080000, CRC(bcbfed84) SHA1(e93a4be9ab8f6a677c246d511595a76f7e0072d6) ) |
| 12553 | ROM_LOAD16_BYTE( "95428281.hi", 0x000000, 0x080000, CRC(d0f2f2f0) SHA1(822fb563d8680f411362c9e457dc4832fb2b0e74) ) |
| 12554 | ROM_LOAD16_BYTE( "95429280.lo", 0x000001, 0x080000, CRC(aa7f4ba4) SHA1(38a5b444c7ed88ece824a8d536eee0f5d66de420) ) |
| 12555 | ROM_LOAD16_BYTE( "95429281.hi", 0x000000, 0x080000, CRC(df6d8d8e) SHA1(fc21dad1d52b532ed4a2d91c93b09793566f3351) ) |
| 12556 | ROM_LOAD16_BYTE( "95428064.lo", 0x000001, 0x080000, CRC(806eb56c) SHA1(816d4b6469c403b4b9d1ff3934146c262f537be6) ) |
| 12557 | ROM_LOAD16_BYTE( "95428065.hi", 0x000000, 0x080000, CRC(28936214) SHA1(92981bc9f17e715be07f59a0fb1197444491883f) ) |
| 12558 | ROM_LOAD16_BYTE( "95428142.lo", 0x000001, 0x080000, CRC(22f0329c) SHA1(6980cf77feb087e84af38facde014b3449e4c992) ) |
| 12559 | ROM_LOAD16_BYTE( "95428143.hi", 0x000000, 0x080000, CRC(3775e33c) SHA1(a6c1df771a3ca84dbc9af3813f78bf824ddf2abe) ) |
| 12560 | ROM_LOAD16_BYTE( "95429064.lo", 0x000001, 0x080000, CRC(2a619aa1) SHA1(c71b6dcfc029a6a8d9fbf8dc0ff8b87d88b29284) ) |
| 12561 | ROM_LOAD16_BYTE( "95429065.hi", 0x000000, 0x080000, CRC(436243d3) SHA1(731a6a62de5c2b790e2d0a3e5fd5c424c1ed6b57) ) |
| 12562 | ROM_LOAD16_BYTE( "95429142.lo", 0x000001, 0x080000, CRC(1542fa69) SHA1(6e7e2bd82222fe7c8a480f696156a4f9894250d3) ) |
| 12563 | ROM_LOAD16_BYTE( "95429143.hi", 0x000000, 0x080000, CRC(f933e597) SHA1(305f7385a38485d9745c1889c8370bde17d07984) ) |
| 12564 | // PR3434 SND |
| 12565 | ROM_LOAD( "95009093.bin", 0x000000, 0x100000, CRC(97e2e023) SHA1(5405fd2ad34ca74d608005d31c279074e5eed9cd) ) |
| 12566 | // Z059 (PR000059) |
| 12567 | ROM_LOAD16_BYTE( "g95424662.lo", 0x000001, 0x080000, CRC(c0d0ec66) SHA1(8fde84a3b88eb9217a040741aa92c8c896981ae5) ) |
| 12568 | ROM_LOAD16_BYTE( "g95424663.hi", 0x000000, 0x080000, CRC(3e456253) SHA1(ba509f0d25368f1833d0afb2682eb119fb0dd4e9) ) |
| 12569 | ROM_LOAD16_BYTE( "g95424664.lo", 0x000001, 0x080000, CRC(1b56d182) SHA1(cf21a27e298f4eeb703cc7e13d302f5548132c45) ) |
| 12570 | ROM_LOAD16_BYTE( "g95424665.hi", 0x000000, 0x080000, CRC(8f188cf7) SHA1(3c19ff06e723836277d263621a2808a90b5077ff) ) |
| 12571 | ROM_LOAD16_BYTE( "g95425662.lo", 0x000001, 0x080000, CRC(1101eda8) SHA1(08ecac3d5ad5b917a6f9004166f27516adecd058) ) |
| 12572 | ROM_LOAD16_BYTE( "g95425663.hi", 0x000000, 0x080000, CRC(edf71e7d) SHA1(70884ffb87adbcf71487a7a44318990f34e5e924) ) |
| 12573 | ROM_LOAD16_BYTE( "g95425664.lo", 0x000001, 0x080000, CRC(7eb5a7e2) SHA1(94e45e88d8fc89f2c1291089377dce16f30f844e) ) |
| 12574 | ROM_LOAD16_BYTE( "g95425665.hi", 0x000000, 0x080000, CRC(bec47b36) SHA1(f8f318e0118024cb4f6da7764507c94e3875dc7a) ) |
| 12575 | // miss PR000059 SND |
| 12576 | // Z058 (PR000058) |
| 12577 | ROM_LOAD16_BYTE( "g95424667.hi", 0x000000, 0x080000, CRC(438326ef) SHA1(96d1b1202fbfc65eed2e88c49d94152abbd98e6c) ) |
| 12578 | ROM_LOAD16_BYTE( "g95424666.lo", 0x000001, 0x080000, CRC(64776a5c) SHA1(639b31eea214c76afd643ae86edd9add4abe8bd7) ) |
| 12579 | ROM_LOAD16_BYTE( "g95425667.hi", 0x000000, 0x080000, CRC(15906e4e) SHA1(ed41de08538f20d1fcf42d8d99ec5e8d869fc0ab) ) |
| 12580 | ROM_LOAD16_BYTE( "g95425666.lo", 0x000001, 0x080000, CRC(7ebc857a) SHA1(9a5c804fe6d572b6bd0547ae7cc8dd35d0296c6a) ) |
| 12581 | // miss PR000058 SND |
| 12582 | // Z060 (PR000060) |
| 12583 | ROM_LOAD16_BYTE( "g95424668.lo", 0x000001, 0x080000, CRC(67a7ee0b) SHA1(2b5111624990a28f674b23af9113b5102c161f5e) ) |
| 12584 | ROM_LOAD16_BYTE( "g95424669.hi", 0x000000, 0x080000, CRC(f804fb64) SHA1(bf3487340dbf74583d1ac86509f5921ee5b4bce0) ) |
| 12585 | ROM_LOAD16_BYTE( "g95425668.lo", 0x000001, 0x080000, CRC(b07ef4f4) SHA1(50d0c94c4389c7bb54f7920b0eaca89361771c24) ) |
| 12586 | ROM_LOAD16_BYTE( "g95425669.hi", 0x000000, 0x080000, CRC(95de0faa) SHA1(4688417026c0cd18365d09b60675bf766e0e6255) ) |
| 12587 | // miss PR000060 SND |
| 12588 | // Z057 (PR000057) |
| 12589 | ROM_LOAD16_BYTE( "g95424880.lo", 0x000001, 0x080000, CRC(d7863b7b) SHA1(0093c799479342ae6a5431e9b683321797ce8af4) ) |
| 12590 | ROM_LOAD16_BYTE( "g95424881.hi", 0x000000, 0x080000, CRC(265ac609) SHA1(36246f74621a434057d2547c7b644a1e44cbeebe) ) |
| 12591 | ROM_LOAD16_BYTE( "g95425880.lo", 0x000001, 0x080000, CRC(289836e3) SHA1(8987a525c0007f6859caad6d5889317c7cec3c90) ) |
| 12592 | ROM_LOAD16_BYTE( "g95425881.hi", 0x000000, 0x080000, CRC(fd4142aa) SHA1(149910ed083ee3a5632226c1451c362815d47d85) ) |
| 12593 | // PR000057 SND |
| 12594 | ROM_LOAD( "95009073.bin", 0x000000, 0x100000, CRC(8aa1bbb1) SHA1(fe7a0f7b24c595a71bbc4389fbcf235181ea7f2b) ) |
| 12595 | ROM_LOAD( "95009074.bin", 0x100000, 0x100000, CRC(4e80d070) SHA1(649815a1c3dbb10e30593db3372bf047e7fbb6da) ) |
| 12596 | // PR3414 |
| 12597 | ROM_LOAD16_BYTE( "p3414p72.lo", 0x000001, 0x080000, CRC(3079b576) SHA1(dbfccd791247d36d798236afd2d718ab1cc21270) ) |
| 12598 | ROM_LOAD16_BYTE( "p3414p72.hi", 0x000000, 0x080000, CRC(3dd0d659) SHA1(67b767c41f271d3298e3fce923f6b491cd69df50) ) |
| 12599 | ROM_LOAD16_BYTE( "p3414s72.lo", 0x000001, 0x080000, CRC(d82d6368) SHA1(937aa3aacda81db157935175be57ec1c34275894) ) |
| 12600 | ROM_LOAD16_BYTE( "p3414s72.hi", 0x000000, 0x080000, CRC(20a0f375) SHA1(af104c3faac72afe8ab9053b16ce41c75b4754ad) ) |
| 12601 | // miss PR3414 SND |
| 12602 | // PR3518 |
| 12603 | ROM_LOAD16_BYTE( "95429164.lo", 0x000001, 0x080000, CRC(cf578097) SHA1(cfb8f8cd5f14e8d53b3907fa876408e741c59de8) ) |
| 12604 | ROM_LOAD16_BYTE( "95429165.hi", 0x000000, 0x080000, CRC(883592f8) SHA1(ee1fa02df89caa9fb5087670d3c0fb671bb2f6cd) ) |
| 12605 | ROM_LOAD16_BYTE( "95428164.lo", 0x000001, 0x080000, CRC(b3107171) SHA1(aff472eb60b4919110c898683a96b4c0d5d81422) ) |
| 12606 | ROM_LOAD16_BYTE( "95428165.hi", 0x000000, 0x080000, CRC(7480f9db) SHA1(ffbb048f19c07a39bede1f3aaabeadbaba6ec304) ) |
| 12607 | ROM_LOAD16_BYTE( "95428076.lo", 0x000001, 0x080000, CRC(00d267ab) SHA1(1c5c50843585695c3a3240c5769a3a2b2ae37640) ) |
| 12608 | ROM_LOAD16_BYTE( "95428077.hi", 0x000000, 0x080000, CRC(d13848de) SHA1(daecb8cbe033f9ed7281fd3f923355ee6ba2ab08) ) |
| 12609 | ROM_LOAD16_BYTE( "95428152.lo", 0x000001, 0x080000, CRC(175430fa) SHA1(1eb533feedf28c39c6cadc31e573c2634a5d0afc) ) |
| 12610 | ROM_LOAD16_BYTE( "95428153.hi", 0x000000, 0x080000, CRC(33c746e8) SHA1(fe9f8206ca175553a6f106e521a0186d92548267) ) |
| 12611 | ROM_LOAD16_BYTE( "95429076.lo", 0x000001, 0x080000, CRC(ef4959f7) SHA1(098fce0093abda055ad5592c02d183260c9ed775) ) |
| 12612 | ROM_LOAD16_BYTE( "95429077.hi", 0x000000, 0x080000, CRC(e19b89a4) SHA1(c4f7a147c639515bbe372739a2cc9fd0a90954fe) ) |
| 12613 | ROM_LOAD16_BYTE( "95429152.lo", 0x000001, 0x080000, CRC(e78901b0) SHA1(6e2c59bf12db63dcbdd350101578327f5100ce5d) ) |
| 12614 | ROM_LOAD16_BYTE( "95429153.hi", 0x000000, 0x080000, CRC(a5980144) SHA1(7fde32148408aa3f7fedeb27c08dac40d7e9e6a1) ) |
| 12615 | // PR3518 SND |
| 12616 | ROM_LOAD( "95009094.bin", 0x000000, 0x100000, CRC(709bafca) SHA1(8ccf03e84cdbde20befb36cd79d6c883a3073bb0) ) |
| 12617 | ROM_LOAD( "95009095.bin", 0x100000, 0x100000, CRC(a5eb937b) SHA1(6247722041e250141acbec644e9a02133f2adeef) ) |
| 12618 | ROM_END |
| 12619 | #endif |
| 12620 | |
| 12621 | |
| 12622 | extern int find_project_string(running_machine &machine, int addrxor, int mode); |
| 12623 | |
| 12624 | |
| 12625 | DRIVER_INIT_MEMBER(bfm_sc5_state,sc5) |
| 12626 | { |
| 12627 | // sc5 roms always start with SC5 |
| 12628 | UINT8 *src = machine().root_device().memregion( "maincpu" )->base(); |
| 12629 | // printf("%02x %02x %02x %02x\n", src[0], src[1], src[2], src[3]); |
| 12630 | if (((src[0] == 0x20) && (src[2] == 0x43)) || ((src[1] == 0x35) && (src[3] == 0x53))) |
| 12631 | { |
| 12632 | printf("Confirmed SC5 ROM\n"); |
| 12633 | } |
| 12634 | else |
| 12635 | { |
| 12636 | printf("NOT AN SC5 ROM!!!!!\n"); |
| 12637 | } |
| 12638 | |
| 12639 | |
| 12640 | // there is usually a string in the rom with identification info, often also saying which sound rom should be used! |
| 12641 | // find it. |
| 12642 | int found = find_project_string(machine(), 3, 0); |
| 12643 | if (!found) |
| 12644 | printf("Normal rom pair string not found, checking mismatched / missing rom string\n"); |
| 12645 | |
| 12646 | // help identify roms where one of the pair is missing too |
| 12647 | if (!found) |
| 12648 | { |
| 12649 | found = find_project_string(machine(), 3, 1); |
| 12650 | found = find_project_string(machine(), 3, 2); |
| 12651 | } |
| 12652 | |
| 12653 | if (!found) |
| 12654 | printf("No suitable string found\n"); |
| 12655 | |
| 12656 | } |
| 12657 | |
| 12658 | // PR2437 28 PLAYS LATER TEDL SOUNDS NITH |
| 12659 | GAME( 200?, sc5plays ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","28 Plays Later (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12660 | GAME( 200?, sc5playsa ,sc5plays, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","28 Plays Later (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12661 | |
| 12662 | // PR3214 AWP ANT N DECS SNT GRAB THE ADS S5 PR3214 SNT GRAB THE ADS SOUNDS11 GRAB THE ADS S.SITE |
| 12663 | GAME( 200?, sc5adga ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12664 | GAME( 200?, sc5adgaa ,sc5adga, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12665 | GAME( 200?, sc5adgab ,sc5adga, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12666 | GAME( 200?, sc5adgac ,sc5adga, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12667 | GAME( 200?, sc5adgad ,sc5adga, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12668 | GAME( 200?, sc5adgae ,sc5adga, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Ads (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12669 | |
| 12670 | // PR3214 AWP ANT N DECS GRAB THE CASH S5 PR3214 GRAB THE CASH SOUNDS11 GRAB THE CASH S.SITE |
| 12671 | GAME( 200?, sc5adgtc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Cash (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12672 | GAME( 200?, sc5adgtca ,sc5adgtc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Grab The Cash (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12673 | |
| 12674 | // Z053 BANKJOB PR000053 BANKJOB 1 BANKJOB AWP (this numbering looks more like QPS) |
| 12675 | GAME( 200?, sc5bjob ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12676 | GAME( 200?, sc5bjoba ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12677 | GAME( 200?, sc5bjobb ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12678 | GAME( 200?, sc5bjobc ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12679 | GAME( 200?, sc5bjobd ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12680 | GAME( 200?, sc5bjobe ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12681 | GAME( 200?, sc5bjobf ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12682 | GAME( 200?, sc5bjobg ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12683 | GAME( 200?, sc5bjobh ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12684 | GAME( 200?, sc5bjobi ,sc5bjob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bank Job (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12685 | |
| 12686 | // PR2077KING X KING X MAZ BARKX SOUNDS KING X |
| 12687 | GAME( 200?, sc5bkngx ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bar King X (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12688 | GAME( 200?, sc5bkngxa ,sc5bkngx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bar King X (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12689 | |
| 12690 | // PR3216 AWP BUCKANEERS SCORP5 PR3216 BUCKANEERS SOUNDS11 BUCKANEERS S.SITE |
| 12691 | GAME( 200?, sc5bucc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12692 | GAME( 200?, sc5bucca ,sc5bucc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12693 | GAME( 200?, sc5buccb ,sc5bucc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12694 | GAME( 200?, sc5buccc ,sc5bucc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12695 | GAME( 200?, sc5buccd ,sc5bucc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12696 | GAME( 200?, sc5bucce ,sc5bucc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Buccaneers (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12697 | |
| 12698 | // PR3205 AWP BULLSEYE POUNDS FOR POINTS S5 PR3205 BULLYS PNDSFPTS SOUNDS11 POUNDS FOR POINT S.SITE |
| 12699 | GAME( 200?, sc5bpfpb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Pounds For Points (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12700 | GAME( 200?, sc5bpfpba ,sc5bpfpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Pounds For Points (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12701 | |
| 12702 | // PR1914 AWP THREE IN A BED BULLSEYE SCORP5 PR1914 THREE I A BED B SOUNDS11 3IAB BULLSEYE S.SITE |
| 12703 | GAME( 200?, sc5btiab ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Three In A Bed (Bellfruit) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12704 | |
| 12705 | // PR1744 BULLSEYE TRIPLE BULLSEYE TRIPLE ARCADE PR1743 CASINO BULLSEYE SOUNDS11 |
| 12706 | GAME( 200?, sc5btrip ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12707 | GAME( 200?, sc5btripa ,sc5btrip, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12708 | // PR1743 CASINO BULLSEYE CASINO BULLSEYE ARCADE PR1743 CASINO BULLSEYE SOUNDS11 |
| 12709 | GAME( 200?, sc5btripb ,sc5btrip, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12710 | GAME( 200?, sc5btripc ,sc5btrip, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye Triple (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12711 | |
| 12712 | |
| 12713 | // PR2197 BUNNY MONEY BUNNY MONEY BUNN SOUNDS BUNNY MONEY |
| 12714 | GAME( 200?, sc5bunny ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bunny Money (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12715 | GAME( 200?, sc5bunnya ,sc5bunny, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bunny Money (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12716 | |
| 12717 | // Z054 CANNON PR000054 CANNON 1 CANNON AWP (looks more like a QPS header) |
| 12718 | GAME( 200?, sc5cbrun ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cannonball Run (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12719 | GAME( 200?, sc5cbruna ,sc5cbrun, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cannonball Run (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12720 | |
| 12721 | // PR1681 181104 CASH FACTOR PR1681 CASH FACTOR 1 CASH FACTOR AWP |
| 12722 | GAME( 200?, sc5cfact ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Factor (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12723 | GAME( 200?, sc5cfacta ,sc5cfact, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Factor (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12724 | |
| 12725 | |
| 12726 | // PR3204 AWP CASH OF THE TITANS S5 PR3204 CASH TITANS SOUNDS11 CASH OF TITANS S.SITE |
| 12727 | GAME( 200?, sc5ctit ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Of The Titans (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12728 | GAME( 200?, sc5ctita ,sc5ctit, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Of The Titans (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12729 | |
| 12730 | // PR2343 CASH RAIDER RAID SOUNDS NITH |
| 12731 | GAME( 200?, sc5craid ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cash Raider (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12732 | GAME( 200?, sc5craida ,sc5craid, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cash Raider (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12733 | |
| 12734 | // PR1610 AWP CASH VEGAS PR1610 CASH VEGAS SOUNDS11 CASH VEGAS S.SITE |
| 12735 | GAME( 200?, sc5cvega ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Vegas (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12736 | GAME( 200?, sc5cvegaa ,sc5cvega, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Vegas (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12737 | |
| 12738 | // PR2210 CHOP 'N' CHANGE CHOP SOUNDS CHOP 'N' CHANGE |
| 12739 | GAME( 200?, sc5chopc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chop 'n' Change (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12740 | GAME( 200?, sc5chopca ,sc5chopc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chop 'n' Change (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12741 | |
| 12742 | // PR2422 BINGO BAR7 S5 PR1433 BAR SEVENS SOUNDS11 BAR7 S.SITE |
| 12743 | GAME( 200?, sc5cbar7 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Classic Bar 7 (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12744 | GAME( 200?, sc5cbar7a ,sc5cbar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Classic Bar 7 (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12745 | |
| 12746 | // PR2495 CLUEDO CLUEDO SOUNDS CLUEDO |
| 12747 | GAME( 200?, sc5clu70 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Cluedo 70 (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12748 | GAME( 200?, sc5clu70a ,sc5clu70, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Cluedo 70 (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12749 | |
| 12750 | // PR2339 CLUEDO CASINO CLUEDO CASINO MAZ CCLU SOUNDS GET A CLUE |
| 12751 | GAME( 200?, sc5clcas ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12752 | GAME( 200?, sc5clcasa ,sc5clcas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12753 | |
| 12754 | // PR3320 AWP CLUEDO NOTORIOUS S5 PR3320 CLUEDO SOUNDS11 CLUEDO NOTORIOUS S.SITE |
| 12755 | GAME( 200?, sc5clnot ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12756 | GAME( 200?, sc5clnota ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12757 | GAME( 200?, sc5clnotb ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12758 | GAME( 200?, sc5clnotc ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12759 | GAME( 200?, sc5clnotd ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12760 | GAME( 200?, sc5clnote ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12761 | GAME( 200?, sc5clnotf ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12762 | GAME( 200?, sc5clnotg ,sc5clnot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cluedo Notorious (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12763 | |
| 12764 | // PR2332 CLUEDO THE USUAL SUSPECTS CTUS SOUNDS CLUEDO CTUL |
| 12765 | GAME( 200?, sc5clus ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12766 | GAME( 200?, sc5clusa ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12767 | GAME( 200?, sc5clusb ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12768 | GAME( 200?, sc5clusc ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12769 | GAME( 200?, sc5clusd ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12770 | GAME( 200?, sc5cluse ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12771 | GAME( 200?, sc5clusf ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12772 | GAME( 200?, sc5clusg ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12773 | GAME( 200?, sc5clush ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12774 | GAME( 200?, sc5clusi ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12775 | GAME( 200?, sc5clusj ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12776 | GAME( 200?, sc5clusk ,sc5clus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo The Usual Suspects (Mazooma) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12777 | |
| 12778 | |
| 12779 | |
| 12780 | // PR3317 AWP THE COLOUR OF MONEY S5 PR3317 COLOUR OF MONEY SOUNDS11 COLOUR OF MONEY S.SITE |
| 12781 | GAME( 200?, sc5colmo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12782 | GAME( 200?, sc5colmoa ,sc5colmo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12783 | GAME( 200?, sc5colmob ,sc5colmo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12784 | GAME( 200?, sc5colmoc ,sc5colmo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12785 | |
| 12786 | // PR3502 AWP THE COLOUR OF MONEY NEW S5 PR3502 C OF M TEN SOUNDS11 COLOUR OF MONEY2 S.SITE |
| 12787 | GAME( 200?, sc5newcm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12788 | GAME( 200?, sc5newcma ,sc5newcm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12789 | GAME( 200?, sc5newcmb ,sc5newcm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12790 | GAME( 200?, sc5newcmc ,sc5newcm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12791 | GAME( 200?, sc5newcmd ,sc5newcm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12792 | GAME( 200?, sc5newcme ,sc5newcm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Of Money New, The (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12793 | |
| 12794 | |
| 12795 | // PR3506 AWP COPS AND ROBBERS ON THE RUN S5 PR3506 C & R ON T RUN SOUNDS11 ON THE RUN S.SITE |
| 12796 | GAME( 200?, sc5crotr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers On The Run (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12797 | GAME( 200?, sc5crotra ,sc5crotr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers On The Run (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12798 | |
| 12799 | // PR3427 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB |
| 12800 | GAME( 200?, sc5crsgc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12801 | GAME( 200?, sc5crsgca ,sc5crsgc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12802 | // PR3421 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB |
| 12803 | GAME( 200?, sc5crsgcb ,sc5crsgc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12804 | GAME( 200?, sc5crsgcc ,sc5crsgc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12805 | // PR3421 CLUB COPS N ROBBERS SMASH N GRAB SCORP5 PR3421 CNR_SNG SOUNDS11 SMASH N GRAB CLUB (same ident as some of the sc5crsgc sets..) |
| 12806 | GAME( 200?, sc5crsgr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12807 | GAME( 200?, sc5crsgra ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12808 | GAME( 200?, sc5crsgrb ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12809 | GAME( 200?, sc5crsgrc ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12810 | GAME( 200?, sc5crsgrd ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12811 | GAME( 200?, sc5crsgre ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12812 | GAME( 200?, sc5crsgrf ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12813 | GAME( 200?, sc5crsgrg ,sc5crsgr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Smash 'n' Grab (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12814 | |
| 12815 | // PR3521 AWP CORONATION STREET SCORP5 PR3521 CORRONATION ST SOUNDS11 CORONATION ST S.SITE |
| 12816 | GAME( 200?, sc5corst ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12817 | GAME( 200?, sc5corsta ,sc5corst, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12818 | GAME( 200?, sc5corstb ,sc5corst, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12819 | GAME( 200?, sc5corstc ,sc5corst, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Coronation Street (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12820 | |
| 12821 | // PR3417 AWP CRAZYFRUIT AND NUTCASE SCORP5 PR3417 CF NUTCASE SOUNDS11 CF& NUTCASE S.SITE |
| 12822 | GAME( 200?, sc5cfnc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruit & Nutcase (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12823 | GAME( 200?, sc5cfnca ,sc5cfnc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruit & Nutcase (Bellfruit) (Scorpion 5) (set 2", GAME_IS_SKELETON_MECHANICAL ) |
| 12824 | |
| 12825 | // PR3436 CRAZY FRUITS COMMUNITY PARTY CRAZY FRUITS CP ARCADE PR3436 CF COMMUNITY P SOUNDS11 |
| 12826 | GAME( 200?, sc5cfcp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12827 | GAME( 200?, sc5cfcpa ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12828 | GAME( 200?, sc5cfcpb ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12829 | GAME( 200?, sc5cfcpc ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12830 | GAME( 200?, sc5cfcpd ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12831 | GAME( 200?, sc5cfcpe ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12832 | GAME( 200?, sc5cfcpf ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12833 | GAME( 200?, sc5cfcpg ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12834 | GAME( 200?, sc5cfcph ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12835 | GAME( 200?, sc5cfcpi ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12836 | GAME( 200?, sc5cfcpj ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12837 | GAME( 200?, sc5cfcpk ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12838 | GAME( 200?, sc5cfcpl ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12839 | GAME( 200?, sc5cfcpm ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12840 | GAME( 200?, sc5cfcpn ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12841 | GAME( 200?, sc5cfcpo ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12842 | GAME( 200?, sc5cfcpp ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12843 | GAME( 200?, sc5cfcpq ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12844 | GAME( 200?, sc5cfcpr ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12845 | GAME( 200?, sc5cfcps ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 12846 | GAME( 200?, sc5cfcpt ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 12847 | GAME( 200?, sc5cfcpu ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 12848 | GAME( 200?, sc5cfcpv ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL ) |
| 12849 | GAME( 200?, sc5cfcpw ,sc5cfcp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Community Party (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL ) |
| 12850 | |
| 12851 | |
| 12852 | // PR1359 CASINO CRAZY FRUITS PARTY PR1359 CRAZY F PARTY SOUNDS11 |
| 12853 | GAME( 200?, sc5cfpt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12854 | GAME( 200?, sc5cfpta ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12855 | GAME( 200?, sc5cfptb ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12856 | GAME( 200?, sc5cfptc ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12857 | GAME( 200?, sc5cfptd ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12858 | GAME( 200?, sc5cfpte ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12859 | GAME( 200?, sc5cfptf ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12860 | GAME( 200?, sc5cfptg ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12861 | GAME( 200?, sc5cfpth ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12862 | GAME( 200?, sc5cfpti ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12863 | // PR1359 CASINO CRAZY FRUITS PARTY PR1359 TB CRAZY F P SOUNDS11 |
| 12864 | GAME( 200?, sc5cfptj ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12865 | GAME( 200?, sc5cfptk ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12866 | GAME( 200?, sc5cfptl ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12867 | GAME( 200?, sc5cfptm ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12868 | // PR1430 CASINO CRAZY FRUITS SIT DOWN PR1430 CRAZY F SIT D SOUNDS11 |
| 12869 | GAME( 200?, sc5cfptn ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12870 | GAME( 200?, sc5cfpto ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12871 | GAME( 200?, sc5cfptp ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12872 | GAME( 200?, sc5cfptq ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12873 | GAME( 200?, sc5cfptr ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12874 | GAME( 200?, sc5cfpts ,sc5cfpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Fruits Casino Party Time (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 12875 | |
| 12876 | |
| 12877 | |
| 12878 | |
| 12879 | // PR3418 AWP CRAZY KNIGHTS SCORP5 PR3418 CRAZY KNIGHTS SOUNDS11 CRAZY KNIGHTS S.SITE |
| 12880 | GAME( 200?, sc5cknig ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12881 | GAME( 200?, sc5ckniga ,sc5cknig, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12882 | GAME( 200?, sc5cknigb ,sc5cknig, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12883 | GAME( 200?, sc5cknigc ,sc5cknig, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Knights (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12884 | |
| 12885 | // PR1741 CRAZY PAYS SCORP5 PR1741 CRAZY PAYS SOUNDS11 CRAZY PAYS S.SITE |
| 12886 | GAME( 200?, sc5cpays ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Pays (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12887 | GAME( 200?, sc5cpaysa ,sc5cpays, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crazy Pays (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12888 | |
| 12889 | // PR3409 AWP DEAL OR NO DEAL BANKERS BONUS S5 PR3409 BANKERS BONUS SOUNDS11 BANKERS BONUS S.SITE |
| 12890 | GAME( 200?, sc5dndbo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12891 | GAME( 200?, sc5dndboa ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12892 | GAME( 200?, sc5dndbob ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12893 | GAME( 200?, sc5dndboc ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12894 | GAME( 200?, sc5dndbod ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12895 | GAME( 200?, sc5dndboe ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12896 | GAME( 200?, sc5dndbof ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12897 | GAME( 200?, sc5dndbog ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12898 | GAME( 200?, sc5dndboh ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12899 | GAME( 200?, sc5dndboi ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12900 | GAME( 200?, sc5dndboj ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12901 | GAME( 200?, sc5dndbok ,sc5dndbo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Banker's Bonus (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12902 | |
| 12903 | // PR3068 CLUB BEAT THE BANKER BEAT THE BANKER CLUB PR3068 BEAT THE BANKER SOUNDS11 |
| 12904 | GAME( 200?, sc5dndbl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12905 | GAME( 200?, sc5dndbla ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12906 | GAME( 200?, sc5dndblb ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12907 | GAME( 200?, sc5dndblc ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12908 | GAME( 200?, sc5dndbld ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12909 | GAME( 200?, sc5dndble ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12910 | GAME( 200?, sc5dndblf ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12911 | GAME( 200?, sc5dndblg ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12912 | GAME( 200?, sc5dndblh ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12913 | GAME( 200?, sc5dndbli ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12914 | GAME( 200?, sc5dndblj ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12915 | GAME( 200?, sc5dndblk ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 12916 | GAME( 200?, sc5dndbll ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 12917 | GAME( 200?, sc5dndblm ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 12918 | GAME( 200?, sc5dndbln ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 12919 | GAME( 200?, sc5dndblo ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 12920 | GAME( 200?, sc5dndblp ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 12921 | GAME( 200?, sc5dndblq ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 12922 | GAME( 200?, sc5dndblr ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 12923 | GAME( 200?, sc5dndbls ,sc5dndbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Club (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 12924 | |
| 12925 | // these contain no 'PROJECT NUMBER' ident string. |
| 12926 | GAME( 200?, sc5dndbq ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12927 | GAME( 200?, sc5dndbqa ,sc5dndbq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12928 | GAME( 200?, sc5dndbqb ,sc5dndbq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12929 | GAME( 200?, sc5dndbqc ,sc5dndbq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12930 | GAME( 200?, sc5dndbqd ,sc5dndbq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12931 | GAME( 200?, sc5dndbqe ,sc5dndbq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Deal Or No Deal Beat The Banker (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12932 | |
| 12933 | // PR3503 AWP DEAL OR NO DEAL COPS AND ROBBERS S5 PR3503 DOND CNR SOUNDS11 DOND COPS S.SITE |
| 12934 | GAME( 200?, sc5dndcr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12935 | GAME( 200?, sc5dndcra ,sc5dndcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12936 | GAME( 200?, sc5dndcrb ,sc5dndcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12937 | GAME( 200?, sc5dndcrc ,sc5dndcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12938 | GAME( 200?, sc5dndcrd ,sc5dndcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12939 | GAME( 200?, sc5dndcre ,sc5dndcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12940 | |
| 12941 | // PR3545 AWP DESERT ISLAND DEAL S5 PR3545 DOND D I D SOUNDS11 DESERT ISLAND DL S.SITE |
| 12942 | GAME( 200?, sc5dndde ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12943 | GAME( 200?, sc5dnddea ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12944 | GAME( 200?, sc5dnddeb ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12945 | GAME( 200?, sc5dnddec ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12946 | GAME( 200?, sc5dndded ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12947 | GAME( 200?, sc5dnddee ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12948 | GAME( 200?, sc5dnddef ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12949 | GAME( 200?, sc5dnddeg ,sc5dndde, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Desert Island Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12950 | |
| 12951 | |
| 12952 | // PR3420 AWP DIAMOND DOND S5 PR3420 DIAMOND DOND SOUNDS11 DIAMOND DOND S.SITE |
| 12953 | GAME( 200?, sc5dnddi ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12954 | GAME( 200?, sc5dnddia ,sc5dnddi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12955 | GAME( 200?, sc5dnddib ,sc5dnddi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12956 | GAME( 200?, sc5dnddic ,sc5dnddi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Diamond (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12957 | |
| 12958 | // PR3313 AWP DEAL OR NO DEAL DOUBLE TAKE S5 PR3313 DOUBLE TAKE SOUNDS11 DOUBLE TAKE S.SITE |
| 12959 | GAME( 200?, sc5dnddt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12960 | GAME( 200?, sc5dnddta ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12961 | GAME( 200?, sc5dnddtb ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12962 | GAME( 200?, sc5dnddtc ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12963 | GAME( 200?, sc5dnddtd ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12964 | GAME( 200?, sc5dnddte ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12965 | GAME( 200?, sc5dnddtf ,sc5dnddt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Take (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12966 | |
| 12967 | // PR3316 AWP DOND DREAM OFFER S5 PR3316 DREAM OFFER SOUNDS11 DREAM OFFER S.SITE |
| 12968 | GAME( 200?, sc5dnddo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12969 | GAME( 200?, sc5dnddoa ,sc5dnddo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12970 | GAME( 200?, sc5dnddob ,sc5dnddo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12971 | GAME( 200?, sc5dnddoc ,sc5dnddo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Dream Offer (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12972 | |
| 12973 | |
| 12974 | // PR3432 AWP DEAL OR NO DEAL FEELING LUCKY SCORP5 PR3309 FEELING LUCKY SOUNDS11 FEELING LUCKY S.SITE |
| 12975 | GAME( 200?, sc5dndfl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3432) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12976 | GAME( 200?, sc5dndfla ,sc5dndfl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3432) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12977 | // PR3309 AWP DEAL OR NO DEAL FEELING LUCKY SCORP5 PR3309 FEELING LUCKY SOUNDS11 FEELING LUCKY S.SITE |
| 12978 | GAME( 200?, sc5dndflb ,sc5dndfl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12979 | GAME( 200?, sc5dndflc ,sc5dndfl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12980 | GAME( 200?, sc5dndfld ,sc5dndfl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12981 | GAME( 200?, sc5dndfle ,sc5dndfl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Feeling Lucky (PR3309) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12982 | |
| 12983 | // PR3501 AWP DEAL OR NO DEAL GAME ON SCORP5 PR3501 DOND GAME ON SOUNDS11 DOND GAME ON S.SITE |
| 12984 | GAME( 200?, sc5dndgo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Game On (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12985 | GAME( 200?, sc5dndgoa ,sc5dndgo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Game On (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12986 | |
| 12987 | // PR3310 AWP DEAL OR NO DEAL GOLD S5 PR3310 DOND GOLD SOUNDS11 DOND GOLD S.SITE |
| 12988 | GAME( 200?, sc5dndgl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 12989 | GAME( 200?, sc5dndgla ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 12990 | GAME( 200?, sc5dndglb ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 12991 | GAME( 200?, sc5dndglc ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 12992 | GAME( 200?, sc5dndgld ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 12993 | GAME( 200?, sc5dndgle ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 12994 | GAME( 200?, sc5dndglf ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 12995 | GAME( 200?, sc5dndglg ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 12996 | GAME( 200?, sc5dndglh ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 12997 | GAME( 200?, sc5dndgli ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 12998 | GAME( 200?, sc5dndglj ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 12999 | GAME( 200?, sc5dndglk ,sc5dndgl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Gold (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13000 | |
| 13001 | // PR3415 AWP DEAL OR NO DEAL LIVE THE DREAM S5 PR3415 LIVE THE DREAM SOUNDS11 LIVE THE DREAM S.SITE |
| 13002 | GAME( 200?, sc5dndld ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13003 | GAME( 200?, sc5dndlda ,sc5dndld, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13004 | GAME( 200?, sc5dndldb ,sc5dndld, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13005 | GAME( 200?, sc5dndldc ,sc5dndld, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Live The Dream (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13006 | |
| 13007 | // PR3407 AWP DEAL OR NO DEAL MAKE OR BREAK S5 PR3407 MAKE OR BREAK SOUNDS11 MAKE OR BREAK S.SITE |
| 13008 | GAME( 200?, sc5dndmb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13009 | GAME( 200?, sc5dndmba ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13010 | GAME( 200?, sc5dndmbb ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13011 | GAME( 200?, sc5dndmbc ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13012 | GAME( 200?, sc5dndmbd ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13013 | GAME( 200?, sc5dndmbe ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13014 | GAME( 200?, sc5dndmbf ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13015 | GAME( 200?, sc5dndmbg ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13016 | GAME( 200?, sc5dndmbh ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13017 | GAME( 200?, sc5dndmbi ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13018 | GAME( 200?, sc5dndmbj ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13019 | GAME( 200?, sc5dndmbk ,sc5dndmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Make Or Break (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13020 | |
| 13021 | // PR3411 AWP MEGA DEAL OR NO DEAL S5 PR3411 MEGA DOND SOUNDS11 MEGA DOND S.SITE |
| 13022 | GAME( 200?, sc5dndmd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13023 | GAME( 200?, sc5dndmda ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13024 | GAME( 200?, sc5dndmdd ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13025 | GAME( 200?, sc5dndmde ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13026 | GAME( 200?, sc5dndmdf ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13027 | GAME( 200?, sc5dndmdi ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13028 | GAME( 200?, sc5dndmdj ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13029 | GAME( 200?, sc5dndmdk ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3411) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13030 | // PR3496 AWP MEGA DEAL OR NO DEAL S5 PR3411 MEGA DOND SOUNDS11 MEGA DOND S.SITE |
| 13031 | GAME( 200?, sc5dndmdb ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13032 | GAME( 200?, sc5dndmdc ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13033 | GAME( 200?, sc5dndmdg ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13034 | GAME( 200?, sc5dndmdh ,sc5dndmd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Mega Deal Or No Deal (PR3496) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13035 | |
| 13036 | |
| 13037 | // PR3404 AWP DEAL OR NO DEAL PLAY IT AGAIN SCORP5 PR3404 PLAY IT AGAIN SOUNDS11 PLAY IT AGAIN S.SITE |
| 13038 | GAME( 200?, sc5dndpa ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13039 | GAME( 200?, sc5dndpaa ,sc5dndpa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13040 | GAME( 200?, sc5dndpab ,sc5dndpa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13041 | GAME( 200?, sc5dndpac ,sc5dndpa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play It Again (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13042 | |
| 13043 | |
| 13044 | // PR3505 AWP DEAL OR NO DEAL PLAY THE GAME S5 PR3505 PLAY THE GAME SOUNDS11 PLAY THE GAME S.SITE |
| 13045 | GAME( 200?, sc5ddptg ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13046 | GAME( 200?, sc5ddptga ,sc5ddptg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13047 | GAME( 200?, sc5ddptgb ,sc5ddptg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13048 | GAME( 200?, sc5ddptgc ,sc5ddptg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Play The Game (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13049 | |
| 13050 | // PR3303 AWP DEAL OR NO DEAL THE PLAYERS CHOICE SCORP5 PR3303 PLAYERS CHOICE SOUNDS11 PLAYERS CHOICE S.SITE |
| 13051 | GAME( 200?, sc5ddply ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Player's Choice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13052 | GAME( 200?, sc5ddplya ,sc5ddply, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Player's Choice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13053 | |
| 13054 | // PR3419 AWP DOND ROAD TO RICHES SCORP5 PR3419 ROAD TO RICHES SOUNDS11 ROAD TO RICHES S.SITE |
| 13055 | GAME( 200?, sc5dndrr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13056 | GAME( 200?, sc5dndrra ,sc5dndrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13057 | GAME( 200?, sc5dndrrb ,sc5dndrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13058 | GAME( 200?, sc5dndrrc ,sc5dndrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13059 | GAME( 200?, sc5dndrrd ,sc5dndrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13060 | GAME( 200?, sc5dndrre ,sc5dndrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Road To Riches (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13061 | |
| 13062 | // PR3239 AWP SIMPLY DEAL OR NO DEAL SCORP5 PR3219 SIMPLY DOND SOUNDS11 SIMPLY DOND S.SITE |
| 13063 | GAME( 200?, sc5dndsi ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13064 | GAME( 200?, sc5dndsia ,sc5dndsi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13065 | GAME( 200?, sc5dndsib ,sc5dndsi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13066 | GAME( 200?, sc5dndsic ,sc5dndsi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13067 | GAME( 200?, sc5dndsid ,sc5dndsi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Simply Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13068 | |
| 13069 | // PR3405 AWP DEAL OR NO DEAL THE BANKER RINGS TWICE S5 PR3405 DOND BANKER SOUNDS11 DOND THE BANKER S.SITE |
| 13070 | GAME( 200?, sc5dndrt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13071 | GAME( 200?, sc5dndrta ,sc5dndrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13072 | GAME( 200?, sc5dndrtb ,sc5dndrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13073 | GAME( 200?, sc5dndrtc ,sc5dndrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13074 | GAME( 200?, sc5dndrtd ,sc5dndrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13075 | GAME( 200?, sc5dndrte ,sc5dndrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Banker Rings Twice (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13076 | |
| 13077 | // PR3412 AWP DEAL OR NO DEAL THE PERFECT DEAL SCORP5 PR3412 PERFECT DEAL SOUNDS11 THE PERFECT DEAL S.SITE |
| 13078 | GAME( 200?, sc5dndpd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13079 | GAME( 200?, sc5dndpda ,sc5dndpd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13080 | GAME( 200?, sc5dndpdb ,sc5dndpd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13081 | GAME( 200?, sc5dndpdc ,sc5dndpd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13082 | GAME( 200?, sc5dndpdd ,sc5dndpd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13083 | GAME( 200?, sc5dndpde ,sc5dndpd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13084 | |
| 13085 | |
| 13086 | // PR3303 AWP DEAL OR NO DEAL THE PLAYERS CHOICE SCORP5 PR3303 PLAYERS CHOICE SOUNDS11 PLAYERS CHOICE S.SITE |
| 13087 | GAME( 200?, sc5dndpc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Players Choice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13088 | GAME( 200?, sc5dndpca ,sc5dndpc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Players Choice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13089 | |
| 13090 | // PR3416 AWP DEAL OR NO DEAL THINK BIG SCORP5 PR3416 DOND THINK BIG SOUNDS11 DOND THINK BIG S.SITE |
| 13091 | GAME( 200?, sc5dndtb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Big (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13092 | GAME( 200?, sc5dndtba ,sc5dndtb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Big (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13093 | |
| 13094 | // PR2323 DEVIL OF A DEAL DOAD SOUNDS DEVIL OF A DEAL S.SITE |
| 13095 | GAME( 200?, sc5devil ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13096 | GAME( 200?, sc5devila ,sc5devil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13097 | GAME( 200?, sc5devilb ,sc5devil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13098 | GAME( 200?, sc5devilc ,sc5devil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Devil Of A Deal (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13099 | |
| 13100 | // PR3007 AWP DRAC PACK SCORP5 PR3007 DRACPACK SOUNDS11 DRAC PACK S.SITE |
| 13101 | GAME( 200?, sc5dracp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Drac Pack (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13102 | GAME( 200?, sc5dracpa ,sc5dracp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Drac Pack (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13103 | |
| 13104 | // PR3306 AWP FAMILY GUY BOOZE HOUND SCORP5 PR3306 BOOZE HOUND SOUNDS11 BOOZE HOUND S.SITE |
| 13105 | GAME( 200?, sc5fgbh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13106 | GAME( 200?, sc5fgbha ,sc5fgbh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13107 | GAME( 200?, sc5fgbhb ,sc5fgbh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13108 | GAME( 200?, sc5fgbhc ,sc5fgbh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Booze Hound (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13109 | |
| 13110 | // PR3301 AWP FAMILY GUY GRIFFIN PLUMBING S5 PR3301 GRIFFIN PLUMB SOUNDS11 GRIFFIN PLUMBING S.SITE |
| 13111 | GAME( 200?, sc5fggp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13112 | GAME( 200?, sc5fggpa ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13113 | GAME( 200?, sc5fggpb ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13114 | GAME( 200?, sc5fggpc ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13115 | GAME( 200?, sc5fggpd ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13116 | GAME( 200?, sc5fggpe ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13117 | GAME( 200?, sc5fggpf ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13118 | GAME( 200?, sc5fggpg ,sc5fggp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy Griffin Plumbing (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13119 | |
| 13120 | // PR IT FAST CASH FASTCASHSOUND FAST CASH |
| 13121 | GAME( 200?, sc5fast ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Fast Cash (Qps) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13122 | |
| 13123 | // PR3061 CLUB FIGHT NIGHT FIGHT NIGHT CLUB PR3061 CLUB FIGHT NIGHT SOUNDS11 CLUB FIGHT NIGHT |
| 13124 | GAME( 200?, sc5fnclb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13125 | GAME( 200?, sc5fnclba ,sc5fnclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13126 | GAME( 200?, sc5fnclbb ,sc5fnclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13127 | GAME( 200?, sc5fnclbc ,sc5fnclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13128 | GAME( 200?, sc5fnclbd ,sc5fnclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13129 | GAME( 200?, sc5fnclbe ,sc5fnclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fight Night Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13130 | |
| 13131 | // PR1939 FIRE N DICE PR1919 FIRE N DICE SOUNDS11 FIRE N DICE S.SITE |
| 13132 | GAME( 200?, sc5fdice ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fire 'n' Dice (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13133 | GAME( 200?, sc5fdicea ,sc5fdice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fire 'n' Dice (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13134 | |
| 13135 | // PR1602 AWP FIRESTARTER SCORP5 PR1602 FIRESTARTER SOUNDS11 FIRESTARTER S.SITE |
| 13136 | GAME( 200?, sc5fires ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13137 | GAME( 200?, sc5firesa ,sc5fires, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13138 | GAME( 200?, sc5firesb ,sc5fires, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13139 | GAME( 200?, sc5firesc ,sc5fires, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Firestarter (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13140 | |
| 13141 | // PR2418 FLASH THE CASH FLASHCASH SOUNDS FLASHTHECASH |
| 13142 | GAME( 200?, sc5ftcas ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Flash The Cash (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13143 | GAME( 200?, sc5ftcasa ,sc5ftcas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Flash The Cash (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13144 | |
| 13145 | // PR2319 FRUIT LOOP FLOOP SOUNDS FRUIT LOOP |
| 13146 | GAME( 200?, sc5floop ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Fruit Loops (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13147 | GAME( 200?, sc5floopa ,sc5floop, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Fruit Loops (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13148 | |
| 13149 | // PR1404 GET RICH QUICK PR1404 GET RICH QUICK SOUNDS11 |
| 13150 | GAME( 200?, sc5grq ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13151 | GAME( 200?, sc5grqa ,sc5grq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13152 | GAME( 200?, sc5grqb ,sc5grq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13153 | GAME( 200?, sc5grqc ,sc5grq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Get Rich Quick (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13154 | |
| 13155 | // PR1403 GOLD FEVER PR1403 GOLD FEVER SOUNDS11 |
| 13156 | GAME( 200?, sc5gldfv ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13157 | GAME( 200?, sc5gldfva ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13158 | GAME( 200?, sc5gldfvb ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13159 | GAME( 200?, sc5gldfvc ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13160 | GAME( 200?, sc5gldfvd ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13161 | GAME( 200?, sc5gldfve ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13162 | GAME( 200?, sc5gldfvf ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13163 | GAME( 200?, sc5gldfvg ,sc5gldfv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Fever (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13164 | |
| 13165 | |
| 13166 | // PR3410 AWP GOLDEN GOALS SCORP5 PR3410 GOLDEN GOALS SOUNDS11 GOLDEN GOALS S.SITE |
| 13167 | GAME( 200?, sc5gldgo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Goals (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13168 | GAME( 200?, sc5gldgoa ,sc5gldgo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Goals (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13169 | |
| 13170 | // PR2203 GOLDEN SPINNER GSPINSND (top box?) |
| 13171 | GAME( 200?, sc5gldsp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner (PR2203) (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13172 | // PR2546 GOLDEN SPINNER Bingo Version 011 GSPINSND GOLDEN SPINNER |
| 13173 | GAME( 200?, sc5gldspa ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13174 | GAME( 200?, sc5gldspb ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13175 | GAME( 200?, sc5gldspc ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13176 | GAME( 200?, sc5gldspe ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13177 | GAME( 200?, sc5gldspg ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13178 | GAME( 200?, sc5gldspi ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13179 | GAME( 200?, sc5gldspj ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13180 | GAME( 200?, sc5gldspk ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13181 | GAME( 200?, sc5gldspl ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13182 | GAME( 200?, sc5gldspm ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13183 | GAME( 200?, sc5gldspo ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Bingo (011) (PR2546) (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13184 | |
| 13185 | // PR2546 GOLDEN SPINNER Arcade Version 061 GSPINSND GOLDEN SPINNER |
| 13186 | GAME( 200?, sc5gldspd ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13187 | GAME( 200?, sc5gldspf ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13188 | GAME( 200?, sc5gldsph ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13189 | GAME( 200?, sc5gldspn ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13190 | GAME( 200?, sc5gldspp ,sc5gldsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Spinner Arcade (061) (PR2546) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13191 | |
| 13192 | |
| 13193 | // Z052 GRANDMASTER PR000052 GRANDMASTER 1 GRANDMASTER AWP (looks like a QPS header) |
| 13194 | GAME( 200?, sc5gmclb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13195 | GAME( 200?, sc5gmclba ,sc5gmclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13196 | GAME( 200?, sc5gmclbb ,sc5gmclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13197 | GAME( 200?, sc5gmclbc ,sc5gmclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Grand Master Cash (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13198 | |
| 13199 | // PR2318 HI ROLLER HIROLL SOUNDS HIGH ROLLER |
| 13200 | GAME( 200?, sc5hirol ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13201 | GAME( 200?, sc5hirola ,sc5hirol, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13202 | GAME( 200?, sc5hirolb ,sc5hirol, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13203 | GAME( 200?, sc5hirolc ,sc5hirol, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13204 | GAME( 200?, sc5hirold ,sc5hirol, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13205 | GAME( 200?, sc5hirole ,sc5hirol, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","High Roller (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13206 | |
| 13207 | |
| 13208 | // PR1405 THE HULK PR1405 THE HULK SOUNDS11 |
| 13209 | GAME( 200?, sc5hulk ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13210 | GAME( 200?, sc5hulka ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13211 | GAME( 200?, sc5hulkb ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13212 | GAME( 200?, sc5hulkc ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13213 | GAME( 200?, sc5hulkd ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13214 | GAME( 200?, sc5hulke ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13215 | GAME( 200?, sc5hulkf ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13216 | GAME( 200?, sc5hulkg ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13217 | GAME( 200?, sc5hulkh ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13218 | GAME( 200?, sc5hulki ,sc5hulk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hulk, The (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13219 | |
| 13220 | // PR2316 IT'S A BULLSEYE ITSBULLSEYE SOUNDS IT'S A BULLSEYE |
| 13221 | GAME( 200?, sc5iab ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","It's A Bullseye (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13222 | GAME( 200?, sc5iaba ,sc5iab, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","It's A Bullseye (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13223 | |
| 13224 | // PR2450 ITALIAN JOB BTDO ITLY SOUNDS NITH |
| 13225 | GAME( 200?, sc5ijbdo ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13226 | GAME( 200?, sc5ijbdoa ,sc5ijbdo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13227 | GAME( 200?, sc5ijbdob ,sc5ijbdo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13228 | GAME( 200?, sc5ijbdoc ,sc5ijbdo, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Italian Job - Blow The Doors Off (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13229 | |
| 13230 | // PR2077KING X KING X MAZ BARKX SOUNDS KING X 3 |
| 13231 | GAME( 200?, sc5kingx ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X (PR2077) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13232 | GAME( 200?, sc5kingxa ,sc5kingx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X (PR2077) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13233 | // PR2336KING X KING X MAZ BARKX SOUNDS KING X 3P |
| 13234 | GAME( 200?, sc5kingxc ,sc5kingx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X 3P (PR2336) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13235 | GAME( 200?, sc5kingxe ,sc5kingx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X 3P (PR2336) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13236 | // PR2279 KING X TRIPLE BARKX SOUNDS + + |
| 13237 | GAME( 200?, sc5kingxb ,sc5kingx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X Triple (PR2279) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13238 | GAME( 200?, sc5kingxd ,sc5kingx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","King X Triple (PR2279) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13239 | |
| 13240 | // PR2344 TOSSTHEMONKEY TOSTM SOUNDS TOSS THE MONKEY |
| 13241 | GAME( 200?, sc5monky ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monkey Business / Toss The Monkey (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13242 | GAME( 200?, sc5monkya ,sc5monky, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monkey Business / Toss The Monkey (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13243 | |
| 13244 | // PR3431 AWP MONOPOLY BOOM OR BUST CLASSIC S5 PR3307 MPOLY BOOM OR B SOUNDS11 BOOM OR BUST S.SITE |
| 13245 | GAME( 200?, sc5mobob ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13246 | GAME( 200?, sc5moboba ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13247 | GAME( 200?, sc5mobobd ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13248 | GAME( 200?, sc5mobobe ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13249 | // PR3307 AWP MONOPOLY BOOM OR BUST S5 PR3307 MPOLY BOOM OR B SOUNDS11 BOOM OR BUST S.SITE |
| 13250 | GAME( 200?, sc5mobobb ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13251 | GAME( 200?, sc5mobobc ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13252 | GAME( 200?, sc5mobobf ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13253 | GAME( 200?, sc5mobobg ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13254 | GAME( 200?, sc5mobobh ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13255 | GAME( 200?, sc5mobobi ,sc5mobob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Boom Or Bust (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13256 | |
| 13257 | // PR3504 AWP MONOPOLY AUCTION SCORP5 PR3504 MPOLY AUCTION SOUNDS11 MONO AUCTION S.SITE |
| 13258 | GAME( 200?, sc5mogta ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13259 | GAME( 200?, sc5mogtaa ,sc5mogta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13260 | GAME( 200?, sc5mogtab ,sc5mogta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13261 | GAME( 200?, sc5mogtac ,sc5mogta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13262 | GAME( 200?, sc5mogtad ,sc5mogta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13263 | GAME( 200?, sc5mogtae ,sc5mogta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Go To Auction (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13264 | |
| 13265 | |
| 13266 | // PR3311 AWP MONOPOLY MILLIONAIRE SCORP5 PR3311 MPOLY MILL SOUNDS11 MILLIONAIRE S.SITE |
| 13267 | GAME( 200?, sc5momil ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13268 | GAME( 200?, sc5momila ,sc5momil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13269 | GAME( 200?, sc5momilb ,sc5momil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13270 | GAME( 200?, sc5momilc ,sc5momil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13271 | GAME( 200?, sc5momild ,sc5momil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13272 | GAME( 200?, sc5momile ,sc5momil, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Millionaire (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13273 | |
| 13274 | // PR1945 CLUB MONEYBAGS MONEY BAGS CLUB PR1955 C M MONEYBAGS SOUNDS11 DEAL OR NO DEAL |
| 13275 | GAME( 200?, sc5mombc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags Club (PR1945) (BFM) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13276 | GAME( 200?, sc5mombca ,sc5mombc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags Club (PR1945) (BFM) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13277 | GAME( 200?, sc5mombcb ,sc5mombc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags Club (PR1945) (BFM) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13278 | GAME( 200?, sc5mombcc ,sc5mombc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags Club (PR1945) (BFM) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13279 | |
| 13280 | // PR2496 MONOPOLY MONEY SPINNER MONY SOUNDS NITH |
| 13281 | GAME( 200?, sc5moms ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13282 | GAME( 200?, sc5momsa ,sc5moms, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13283 | GAME( 200?, sc5momsc ,sc5moms, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13284 | GAME( 200?, sc5momsd ,sc5moms, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Money Spinner (PR2496) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13285 | // PR2395 MONEY SPINNER MONY SOUNDS NITH (== sc5monsp code?) |
| 13286 | GAME( 200?, sc5momsb ,sc5moms, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Money Spinner (PR2395) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13287 | GAME( 200?, sc5momse ,sc5moms, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Money Spinner (PR2395) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13288 | |
| 13289 | // PR3408 AWP MONOPOLY PROPERTY LADDER S5 PR3408 MPOLY PROP LAD SOUNDS11 PROPERTY LADDER S.SITE |
| 13290 | GAME( 200?, sc5mopl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13291 | GAME( 200?, sc5mopla ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13292 | GAME( 200?, sc5moplb ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13293 | GAME( 200?, sc5moplc ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13294 | GAME( 200?, sc5mopld ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13295 | GAME( 200?, sc5mople ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13296 | GAME( 200?, sc5moplf ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13297 | GAME( 200?, sc5moplg ,sc5mopl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Property Ladder (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13298 | |
| 13299 | |
| 13300 | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 13301 | GAME( 200?, sc5mor2r ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Road To Riches (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13302 | GAME( 200?, sc5mor2ra ,sc5mor2r, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Road To Riches (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13303 | |
| 13304 | // PR2449 PR2449,MONOPOLY WA MONOPOLY WA MAZ |
| 13305 | GAME( 200?, sc5monwa ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Win Again (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13306 | GAME( 200?, sc5monwaa ,sc5monwa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monopoly Win Again (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13307 | |
| 13308 | // PR2485 CLUB MONTE CARLO OR BUST CLUB MONTE CARLO CLUB CLUB MONTE SOUNDS CLUB MONTE CARLO |
| 13309 | GAME( 200?, sc5cmcob ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13310 | GAME( 200?, sc5cmcoba ,sc5cmcob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13311 | GAME( 200?, sc5cmcobb ,sc5cmcob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13312 | GAME( 200?, sc5cmcobc ,sc5cmcob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Monte Carlo Or Bust Club (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13313 | |
| 13314 | // PR2166 NUN N ROSES NANR SOUNDS NUNS N ROSES |
| 13315 | GAME( 200?, sc5nunsb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Nuns 'n' Roses (Bellfruit) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13316 | |
| 13317 | // PR3315 AWP OVER THE RAINBOW SCORP5 PR3315 OV THE RAINBOW SOUNDS11 OVER THE RAINBOW S.SITE |
| 13318 | GAME( 200?, sc5rainb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13319 | GAME( 200?, sc5rainba ,sc5rainb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13320 | GAME( 200?, sc5rainbb ,sc5rainb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13321 | GAME( 200?, sc5rainbc ,sc5rainb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13322 | GAME( 200?, sc5rainbd ,sc5rainb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13323 | GAME( 200?, sc5rainbe ,sc5rainb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Over The Rainbow (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13324 | |
| 13325 | |
| 13326 | // PR3015 AWP PARROTS OF THE CARIBBEAN SCORP5 PR3015 P CARIBBEAN SOUNDS11 PARROT CARIBBEAN S.SITE |
| 13327 | GAME( 200?, sc5parot ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13328 | GAME( 200?, sc5parota ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13329 | GAME( 200?, sc5parotb ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13330 | GAME( 200?, sc5parotc ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13331 | GAME( 200?, sc5parotd ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13332 | GAME( 200?, sc5parote ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13333 | GAME( 200?, sc5parotf ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13334 | GAME( 200?, sc5parotg ,sc5parot, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Parrots Of The Caribbean (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13335 | |
| 13336 | |
| 13337 | // PR2411 PILEONTHEPOUNDS PILE SOUNDS PILE |
| 13338 | GAME( 200?, sc5pilep ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13339 | GAME( 200?, sc5pilepa ,sc5pilep, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13340 | GAME( 200?, sc5pilepb ,sc5pilep, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13341 | GAME( 200?, sc5pilepc ,sc5pilep, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Pile On The Pounds (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13342 | |
| 13343 | |
| 13344 | // PR2306 POTS OF LUCK POTSOFLUCKSOUNDS POTS OF LUCK |
| 13345 | GAME( 200?, sc5potsm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pots Of Luck (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13346 | GAME( 200?, sc5potsma ,sc5potsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pots Of Luck (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13347 | |
| 13348 | // PR3528 CLUB PUBLIC ENEMY S5 PR3528 PUBLIC ENEMY SOUNDS11 PUBLIC ENEMY S.SITE |
| 13349 | GAME( 200?, sc5cpen1 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13350 | GAME( 200?, sc5cpen1a ,sc5cpen1, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13351 | GAME( 200?, sc5cpen1b ,sc5cpen1, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13352 | GAME( 200?, sc5cpen1c ,sc5cpen1, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Public Enemy No1 Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13353 | |
| 13354 | |
| 13355 | // PR1406 QUALITY STREAK PR1406 QUALITY STREAK SOUNDS11 |
| 13356 | GAME( 200?, sc5qual ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13357 | GAME( 200?, sc5quala ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13358 | GAME( 200?, sc5qualb ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13359 | GAME( 200?, sc5qualc ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13360 | GAME( 200?, sc5quald ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13361 | GAME( 200?, sc5quale ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13362 | GAME( 200?, sc5qualf ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13363 | GAME( 200?, sc5qualg ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13364 | GAME( 200?, sc5qualh ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13365 | GAME( 200?, sc5quali ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13366 | GAME( 200?, sc5qualj ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13367 | GAME( 200?, sc5qualk ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13368 | GAME( 200?, sc5quall ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13369 | GAME( 200?, sc5qualm ,sc5qual, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Quality Streak (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13370 | |
| 13371 | // PR2169 REEL SPIN SHADY TRSS SOUNDS REEL SPIN SHADY |
| 13372 | GAME( 200?, sc5rssh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Reel Spin Shady (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13373 | GAME( 200?, sc5rssha ,sc5rssh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Reel Spin Shady (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13374 | |
| 13375 | |
| 13376 | // PR3208 AWP ROAD HOG S5 PR3208 ROAD HOG SOUNDS11 ROAD HOG S.SITE |
| 13377 | GAME( 200?, sc5hog ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog (PR3208) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13378 | GAME( 200?, sc5hoga ,sc5hog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog (PR3208) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13379 | |
| 13380 | // PR3248 ROAD HOG SCORP5 ROAD HOG CLUB PR3248 ROAD HOG SOUNDS11 ROAD HOG |
| 13381 | GAME( 200?, sc5rhclb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13382 | GAME( 200?, sc5rhclba ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13383 | GAME( 200?, sc5rhclbb ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13384 | GAME( 200?, sc5rhclbc ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13385 | GAME( 200?, sc5rhclbd ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13386 | GAME( 200?, sc5rhclbe ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13387 | // PR3249 ROAD HOG SCORP5 ROAD HOG FERRY CLUB PR3248 ROAD HOG SOUNDS11 |
| 13388 | GAME( 200?, sc5rhclbf ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13389 | GAME( 200?, sc5rhclbg ,sc5rhclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Road Hog Club (PR3248) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13390 | |
| 13391 | // PR1774 181104 SHARP SHOOTER PR1774 SHARP SHOOTER 1 SHARP SHOOTER AWP |
| 13392 | GAME( 200?, sc5sharp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Voodoo","Sharp Shooter (Voodoo) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13393 | GAME( 200?, sc5sharpa ,sc5sharp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Voodoo","Sharp Shooter (Voodoo) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13394 | |
| 13395 | // Z056 SHOOTSTARS PR000056 SHOOTSTARS 1 SHOOTSTARS AWP (Qps header?) |
| 13396 | GAME( 200?, sc5sfts ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13397 | GAME( 200?, sc5sftsa ,sc5sfts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13398 | GAME( 200?, sc5sftsb ,sc5sfts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13399 | GAME( 200?, sc5sftsc ,sc5sfts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Shoot For The Stars (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13400 | |
| 13401 | // PR2466 SNAKE RATTLE AND ROLL SNAKERR SOUNDS SNAKE R AND ROLL |
| 13402 | GAME( 200?, sc5srrqp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Snake Rattle & Roll (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13403 | GAME( 200?, sc5srrqpa ,sc5srrqp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Snake Rattle & Roll (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13404 | |
| 13405 | // PR3223 AWP SPINIT TO WINIT S5 PR3203 SPIN IT TO W IT SOUNDS11 SPINIT TO WINIT S.SITE |
| 13406 | GAME( 200?, sc5sitwi ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spin It To Win It (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13407 | GAME( 200?, sc5sitwia ,sc5sitwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spin It To Win It (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13408 | |
| 13409 | // PR2205 SPINNING AROUND SPIN SOUNDS SPINNING AROUND |
| 13410 | GAME( 200?, sc5spnrn ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spinning Around (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13411 | GAME( 200?, sc5spnrna ,sc5spnrn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spinning Around (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13412 | |
| 13413 | // PR0003 RACE02 |
| 13414 | GAME( 200?, sc5srace ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Streak Racer (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13415 | GAME( 200?, sc5sracea ,sc5srace, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Streak Racer (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13416 | |
| 13417 | // PR2355 SUPER SLEUTH SSLEUTH SOUNDS SUPER SLEUTH |
| 13418 | GAME( 200?, sc5sleut ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Super Sleuth (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13419 | GAME( 200?, sc5sleuta ,sc5sleut, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Super Sleuth (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13420 | |
| 13421 | // PR1630 TRICK SHOT MULTI PLAYER TRICK SHOT MULTI ARCADE PR1630 TRICKSHOTMULT SOUNDS11 |
| 13422 | GAME( 200?, sc5tsmp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Trick Shot Multi Player (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13423 | GAME( 200?, sc5tsmpa ,sc5tsmp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Trick Shot Multi Player (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13424 | |
| 13425 | // PR1606 UP POMPAY PR1636 UP POMPAY SOUNDS11 UP POMPAY S.SITE |
| 13426 | GAME( 200?, sc5pompa ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13427 | GAME( 200?, sc5pompaa ,sc5pompa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13428 | GAME( 200?, sc5pompab ,sc5pompa, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Up Pompay (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 13429 | |
| 13430 | // PR2402 VAMPIREPAYER VAMP SOUNDS VAMP |
| 13431 | GAME( 200?, sc5vamp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Vampire Payer (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13432 | GAME( 200?, sc5vampa ,sc5vamp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Vampire Payer (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13433 | |
| 13434 | // PR2176 VIPER ACTIVE VIPA SOUNDS VIPER ACTIVE |
| 13435 | GAME( 200?, sc5viper ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Viper Active (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13436 | GAME( 200?, sc5vipera ,sc5viper, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Viper Active (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13437 | |
| 13438 | // PR2358 VIZ VIZ SOUNDS VIZ |
| 13439 | GAME( 200?, sc5viz ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13440 | GAME( 200?, sc5viza ,sc5viz, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13441 | GAME( 200?, sc5vizb ,sc5viz, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13442 | GAME( 200?, sc5vizc ,sc5viz, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Viz (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13443 | |
| 13444 | // PR3305 AWP WACKY RACES SCORP5 PR3330 WACKY RACES SOUNDS11 WACKY RACES S.SITE |
| 13445 | GAME( 200?, sc5wacky ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13446 | GAME( 200?, sc5wackya ,sc5wacky, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13447 | GAME( 200?, sc5wackyb ,sc5wacky, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13448 | GAME( 200?, sc5wackyc ,sc5wacky, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wacky Racers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13449 | |
| 13450 | // PR2213 WAR OF THE WORLDS WADS SOUNDS |
| 13451 | GAME( 200?, sc5wotw ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","War Of The Wads (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13452 | GAME( 200?, sc5wotwa ,sc5wotw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","War Of The Wads (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13453 | |
| 13454 | // PR2196 WILD REELS WILD REELS MAZ WIDR SOUNDS WILD REELS |
| 13455 | GAME( 200?, sc5wild ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Wild Reels (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13456 | GAME( 200?, sc5wilda ,sc5wild, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Wild Reels (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13457 | |
| 13458 | // PR2552 WIN CAN ALLEY WINCANALLEYSND WIN CAN ALLEY |
| 13459 | GAME( 200?, sc5wca ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13460 | GAME( 200?, sc5wcaa ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13461 | GAME( 200?, sc5wcad ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13462 | GAME( 200?, sc5wcaf ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13463 | GAME( 200?, sc5wcah ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13464 | GAME( 200?, sc5wcai ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13465 | GAME( 200?, sc5wcal ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13466 | GAME( 200?, sc5wcan ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (Qps) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13467 | // PR2552 WIN CAN ALLEY 5 pound 10p Version WINCANALLEYSND WIN CAN ALLEY |
| 13468 | GAME( 200?, sc5wcab ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13469 | GAME( 200?, sc5wcae ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13470 | GAME( 200?, sc5wcaj ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13471 | GAME( 200?, sc5wcam ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p version) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13472 | // PR2552 WIN CAN ALLEY 5 pound 10p Arcade Version WINCANALLEYSND |
| 13473 | GAME( 200?, sc5wcac ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13474 | GAME( 200?, sc5wcag ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13475 | GAME( 200?, sc5wcak ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13476 | GAME( 200?, sc5wcao ,sc5wca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Win Can Alley (5 pound 10p Arcade version) (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13477 | |
| 13478 | // PR3218 AWP WOK N ROLL S5 PR3218 WOK N ROLL SOUNDS11 WOK N ROLL S.SITE |
| 13479 | GAME( 200?, sc5wok ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wok n' Roll (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13480 | GAME( 200?, sc5woka ,sc5wok, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Wok n' Roll (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13481 | |
| 13482 | // PR2556 RED HOT REELS RHRL SOUNDS RED HOT REELS |
| 13483 | GAME( 200?, sc5rhr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13484 | GAME( 200?, sc5rhra ,sc5rhr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13485 | GAME( 200?, sc5rhrb ,sc5rhr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13486 | GAME( 200?, sc5rhrc ,sc5rhr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13487 | GAME( 200?, sc5rhrd ,sc5rhr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13488 | GAME( 200?, sc5rhre ,sc5rhr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Red Hot Reels (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13489 | |
| 13490 | // PR2458 CLUB SNAKE RATTLE AND ROLL CLUB SRAR CLUB CLUB SRAR SND CLUB SNAKE RATTLE AND ROLL |
| 13491 | GAME( 200?, sc5srrcl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13492 | GAME( 200?, sc5srrcla ,sc5srrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13493 | GAME( 200?, sc5srrclb ,sc5srrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13494 | GAME( 200?, sc5srrclc ,sc5srrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snake Rattle 'n' Roll Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13495 | |
| 13496 | // PR3422 CLUB THE PRIZE IS RIGHT S5 PR3422 PRIZE IS RIGHT SOUNDS11 THE PRIZE IS RIGHT S.SITE |
| 13497 | GAME( 200?, sc5pircl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13498 | GAME( 200?, sc5pircla ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13499 | GAME( 200?, sc5pirclb ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13500 | GAME( 200?, sc5pirclc ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13501 | GAME( 200?, sc5pircld ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13502 | GAME( 200?, sc5pircle ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13503 | GAME( 200?, sc5pirclf ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13504 | GAME( 200?, sc5pirclg ,sc5pircl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","The Prize Is Right Club (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13505 | |
| 13506 | |
| 13507 | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 13508 | GAME( 200?, sc5mrrcl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13509 | GAME( 200?, sc5mrrcla ,sc5mrrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13510 | GAME( 200?, sc5mrrclb ,sc5mrrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13511 | GAME( 200?, sc5mrrclc ,sc5mrrcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13512 | |
| 13513 | |
| 13514 | |
| 13515 | // BFGP1234..............G95427832.RAZY_.PR3436 CF COMMUNITY P SOUNDS11. (non-standard header, seems to indicate that these are actually Crazy Fruits Community Parts?) |
| 13516 | GAME( 200?, sc5crcpt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13517 | GAME( 200?, sc5crcpta ,sc5crcpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13518 | GAME( 200?, sc5crcptb ,sc5crcpt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Community Party (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13519 | |
| 13520 | // PR3009 AWP ANT N DECS JIGGY BANK S5 PR3009 JIGGY BANK SOUNDS11 JIGGY BANK S.SITE |
| 13521 | GAME( 200?, sc5adjb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13522 | GAME( 200?, sc5adjba ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13523 | GAME( 200?, sc5adjbb ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13524 | GAME( 200?, sc5adjbc ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13525 | GAME( 200?, sc5adjbd ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13526 | GAME( 200?, sc5adjbe ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13527 | GAME( 200?, sc5adjbf ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13528 | GAME( 200?, sc5adjbg ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13529 | GAME( 200?, sc5adjbh ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13530 | GAME( 200?, sc5adjbi ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13531 | GAME( 200?, sc5adjbj ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13532 | GAME( 200?, sc5adjbk ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13533 | GAME( 200?, sc5adjbl ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13534 | GAME( 200?, sc5adjbm ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13535 | GAME( 200?, sc5adjbn ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13536 | GAME( 200?, sc5adjbo ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13537 | GAME( 200?, sc5adjbp ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13538 | GAME( 200?, sc5adjbq ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13539 | GAME( 200?, sc5adjbr ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13540 | GAME( 200?, sc5adjbs ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13541 | GAME( 200?, sc5adjbt ,sc5adjb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Jiggy Bank (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13542 | |
| 13543 | |
| 13544 | // PR1920 AWP ANT N DECS WTAD S5 PR1940 ADSNT SHOWTIME SOUNDS11 ANTNDECSWTAD S.SITE |
| 13545 | GAME( 200?, sc5adwta ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13546 | GAME( 200?, sc5adwtaa ,sc5adwta, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13547 | |
| 13548 | // PR2200 AROUND THE BOARD AROU SOUNDS AROUND THE BOARD |
| 13549 | GAME( 200?, sc5a40 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Around The Board In 40 Days (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13550 | GAME( 200?, sc5a40a ,sc5a40, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Around The Board In 40 Days (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13551 | |
| 13552 | // PR2301 BANTAM OF THE OPERA BANTAM SOUNDS BANTAMOFTHEOPERA |
| 13553 | GAME( 200?, sc5bantm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bantam Of The Opera (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13554 | GAME( 200?, sc5bantma ,sc5bantm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bantam Of The Opera (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13555 | |
| 13556 | // PR1447 BAR7S PR1492 CAS BAR SEVENS SOUNDS11 BAR 7S M.SITE |
| 13557 | GAME( 200?, sc5bar7 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13558 | GAME( 200?, sc5bar7a ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13559 | |
| 13560 | // PR3064 BINGO BAR7 S5 PR1433 BAR SEVENS SOUNDS11 BAR7 S.SITE |
| 13561 | GAME( 200?, sc5bar7b ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13562 | GAME( 200?, sc5bar7c ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13563 | GAME( 200?, sc5bar7d ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13564 | GAME( 200?, sc5bar7e ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13565 | GAME( 200?, sc5bar7f ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13566 | GAME( 200?, sc5bar7g ,sc5bar7, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bar 7's Bingo (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13567 | |
| 13568 | // PR1704 AWP BATTLESHIPS AND CRUISERS PR1704 B AND C SOUNDS11 BATTLESHIPSCRUIS S.SITE |
| 13569 | GAME( 200?, sc5batl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Battleships & Cruisers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13570 | GAME( 200?, sc5batla ,sc5batl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Battleships & Cruisers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13571 | |
| 13572 | // PR2170 BOBBY DAZZLER BOBD SOUNDS BOBBY DAZZLER |
| 13573 | GAME( 200?, sc5bob ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13574 | GAME( 200?, sc5boba ,sc5bob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13575 | GAME( 200?, sc5bobb ,sc5bob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13576 | GAME( 200?, sc5bobc ,sc5bob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Bobby Dazzler (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13577 | |
| 13578 | |
| 13579 | |
| 13580 | // PR1702 AWP BULLSEYE SCORP5 PR1702 BULLSEYE SOUNDS11 BULLSEYE S.SITE |
| 13581 | GAME( 200?, sc5bull ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13582 | GAME( 200?, sc5bulla ,sc5bull, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13583 | GAME( 200?, sc5bullb ,sc5bull, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13584 | GAME( 200?, sc5bullc ,sc5bull, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13585 | |
| 13586 | |
| 13587 | // PR1719 AWP SUPER BULLSEYE SCORP5 PR1702 BULLSEYE SOUNDS11 SUPER BULLSEYE S.SITE |
| 13588 | GAME( 200?, sc5sbull ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Super Bullseye (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13589 | GAME( 200?, sc5sbulla ,sc5sbull, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Super Bullseye (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13590 | |
| 13591 | // PR3318 AWP BULLSEYE 5 REELS S5 PR3318 BULLSEYE SOUNDS11 BULLSEYE S.SITE |
| 13592 | GAME( 200?, sc5bull5 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13593 | GAME( 200?, sc5bull5a ,sc5bull5, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13594 | GAME( 200?, sc5bull5b ,sc5bull5, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13595 | GAME( 200?, sc5bull5c ,sc5bull5, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bullseye 5 Reels (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13596 | |
| 13597 | // PR1910 AWP BUTCH CASHIDY AND THE SUNDANCE QUID S5 PR1910 B C AND THE S Q SOUNDS11 BUTCH N SUNDANCE S.SITE |
| 13598 | GAME( 200?, sc5butch ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13599 | GAME( 200?, sc5butcha ,sc5butch, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13600 | GAME( 200?, sc5butchb ,sc5butch, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13601 | GAME( 200?, sc5butchc ,sc5butch, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13602 | GAME( 200?, sc5butchd ,sc5butch, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13603 | GAME( 200?, sc5butche ,sc5butch, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Butch Cashidy & The Sundance Quid (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13604 | |
| 13605 | // PR2209 CABIN FEVER CABF SOUNDS CABIN FEVER |
| 13606 | GAME( 200?, sc5cabin ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13607 | GAME( 200?, sc5cabina ,sc5cabin, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13608 | GAME( 200?, sc5cabinb ,sc5cabin, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13609 | GAME( 200?, sc5cabinc ,sc5cabin, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cabin Fever (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13610 | |
| 13611 | // PR2326 CARIBBEAN CASH CABC SOUNDS CARIBBEAN CASH |
| 13612 | GAME( 200?, sc5cari ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13613 | GAME( 200?, sc5caria ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13614 | GAME( 200?, sc5carib ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13615 | GAME( 200?, sc5caric ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13616 | GAME( 200?, sc5carid ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13617 | GAME( 200?, sc5carie ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13618 | GAME( 200?, sc5carif ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13619 | GAME( 200?, sc5carig ,sc5cari, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Caribbean Cash (Qps) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13620 | |
| 13621 | // PR1683 BLAS14 |
| 13622 | GAME( 200?, sc5cblas ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Blast (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13623 | GAME( 200?, sc5cblasa ,sc5cblas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cash Blast (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13624 | |
| 13625 | // PR2338 XTRAVAGANZA XTRV SOUNDS XTRAVAGANZA |
| 13626 | GAME( 200?, sc5casxt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Casino Xtravaganza (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13627 | GAME( 200?, sc5casxta ,sc5casxt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Casino Xtravaganza (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13628 | |
| 13629 | // PR1711 AWP CHAV IT SCORP5 PR1711 CHAV IT SOUNDS11 CHAV IT S.SITE |
| 13630 | GAME( 200?, sc5chavi ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13631 | GAME( 200?, sc5chavia ,sc5chavi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13632 | GAME( 200?, sc5chavib ,sc5chavi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13633 | GAME( 200?, sc5chavic ,sc5chavi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13634 | GAME( 200?, sc5chavid ,sc5chavi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13635 | GAME( 200?, sc5chavie ,sc5chavi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chav It (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13636 | |
| 13637 | // PR2305 CHAVVY CHASE CHVY SOUNDS |
| 13638 | GAME( 200?, sc5chavy ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13639 | GAME( 200?, sc5chavya ,sc5chavy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13640 | GAME( 200?, sc5chavyb ,sc5chavy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13641 | GAME( 200?, sc5chavyc ,sc5chavy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Chavy Chase (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13642 | |
| 13643 | // PR2230 CLUEDO CLUE SOUNDS CLUEDO |
| 13644 | GAME( 200?, sc5clue ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13645 | GAME( 200?, sc5cluea ,sc5clue, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13646 | GAME( 200?, sc5clueb ,sc5clue, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13647 | GAME( 200?, sc5cluec ,sc5clue, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Cluedo (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13648 | |
| 13649 | // PR1308 COLOUR MANIA PR1308 COLOUR MAN SOUNDS11 |
| 13650 | GAME( 200?, sc5cmani ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13651 | GAME( 200?, sc5cmania ,sc5cmani, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13652 | GAME( 200?, sc5cmanib ,sc5cmani, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13653 | GAME( 200?, sc5cmanic ,sc5cmani, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Colour Mania (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13654 | |
| 13655 | // PR1416 COOL JEWELS PR1416 COOL JEWELS SOUNDS11 COOL JEWELS S.SITE |
| 13656 | GAME( 200?, sc5cj ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13657 | GAME( 200?, sc5cja ,sc5cj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13658 | GAME( 200?, sc5cjb ,sc5cj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13659 | GAME( 200?, sc5cjc ,sc5cj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13660 | GAME( 200?, sc5cjd ,sc5cj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13661 | GAME( 200?, sc5cje ,sc5cj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cool Jewels (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13662 | |
| 13663 | // PR1109 AWP COP THE LOT PR1109 CTLOT SOUNDS11 |
| 13664 | GAME( 200?, sc5ctl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13665 | GAME( 200?, sc5ctla ,sc5ctl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13666 | GAME( 200?, sc5ctlb ,sc5ctl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13667 | GAME( 200?, sc5ctlc ,sc5ctl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cop The Lot (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13668 | |
| 13669 | // PR3005 AWP COPS AND ROBBERS SAFE CRACKER S5 PR3005 SAFE CRACKER SOUNDS11 SAFE CRACKER S.SITE |
| 13670 | GAME( 200?, sc5crsc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13671 | GAME( 200?, sc5crsca ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13672 | GAME( 200?, sc5crscb ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13673 | GAME( 200?, sc5crscc ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13674 | GAME( 200?, sc5crscd ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13675 | GAME( 200?, sc5crsce ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13676 | GAME( 200?, sc5crscf ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13677 | GAME( 200?, sc5crscg ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13678 | GAME( 200?, sc5crsch ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13679 | GAME( 200?, sc5crsci ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13680 | GAME( 200?, sc5crscj ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13681 | GAME( 200?, sc5crsck ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13682 | GAME( 200?, sc5crscl ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13683 | GAME( 200?, sc5crscm ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13684 | GAME( 200?, sc5crscn ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13685 | GAME( 200?, sc5crsco ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13686 | GAME( 200?, sc5crscp ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13687 | GAME( 200?, sc5crscq ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13688 | GAME( 200?, sc5crscr ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13689 | GAME( 200?, sc5crscs ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13690 | GAME( 200?, sc5crsct ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13691 | GAME( 200?, sc5crscu ,sc5crsc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers Safe Cracker (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13692 | |
| 13693 | |
| 13694 | // PROJECT NUMBER PR2252 CORONATION ST CORRY SOUNDS CORONATION ST |
| 13695 | GAME( 200?, sc5coro ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13696 | GAME( 200?, sc5corom ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13697 | GAME( 200?, sc5coroy ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13698 | GAME( 200?, sc5coro0 ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street (PR2252) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13699 | // PR2552 CORONATION ST COROST_SINGLE CORONATION ST |
| 13700 | GAME( 200?, sc5coroe ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13701 | GAME( 200?, sc5corof ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13702 | GAME( 200?, sc5corog ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13703 | GAME( 200?, sc5coroh ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13704 | GAME( 200?, sc5coroq ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13705 | GAME( 200?, sc5coror ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13706 | GAME( 200?, sc5coros ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13707 | GAME( 200?, sc5corot ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Single (PR2252) (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13708 | // PR2249 CORONATION ST TRIPLE COROST SOUNDS (top box maybe?) |
| 13709 | GAME( 200?, sc5coroa ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13710 | // PR2249 CORONATION STREET CORS MAZ COROST_TRIPLE SOUNDS |
| 13711 | GAME( 200?, sc5corok ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13712 | GAME( 200?, sc5corol ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13713 | GAME( 200?, sc5corow ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13714 | GAME( 200?, sc5corox ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple (PR2249) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13715 | // PR2249 CORONATION STREET Arcade Version 061 COROST_TRIPLE SOUNDS CORONATION ST |
| 13716 | GAME( 200?, sc5corob ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V061) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13717 | GAME( 200?, sc5coron ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V061) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13718 | // PR2249 CORONATION STREET Arcade Version 063 COROST_TRIPLE SOUNDS CORONATION ST |
| 13719 | GAME( 200?, sc5coroj ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V063) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13720 | GAME( 200?, sc5corov ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Arcade (V063) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13721 | // PR2249 CORONATION STREET Bingo Version 012 COROST_TRIPLE SOUNDS CORONATION ST |
| 13722 | GAME( 200?, sc5coroc ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13723 | GAME( 200?, sc5corod ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13724 | GAME( 200?, sc5coroi ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13725 | GAME( 200?, sc5coroo ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13726 | GAME( 200?, sc5corop ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13727 | GAME( 200?, sc5corou ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V012) (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13728 | // PR2249 CORONATION STREET Bingo Version 013 COROST_TRIPLE SOUNDS CORONATION ST |
| 13729 | GAME( 200?, sc5coroz ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V013) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13730 | GAME( 200?, sc5coro1 ,sc5coro, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Coronation Street Triple Bingo (V013) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13731 | |
| 13732 | |
| 13733 | |
| 13734 | |
| 13735 | // PR1909 AWP COUNTDOWN S5 PR1909 COUNTDOWN SOUNDS11 COUNTDOWN S.SITE |
| 13736 | GAME( 200?, sc5count ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Countdown (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13737 | GAME( 200?, sc5counta ,sc5count, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Countdown (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13738 | |
| 13739 | // PR2387. T FRUIT CRAZY T FRUIT CRAZY QPS GOLD X TRIPLE (but contains Crazy Keys strings as well?) |
| 13740 | GAME( 200?, sc5czfr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Fruit Crazy Triple / Crazy Keys (QPS) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13741 | |
| 13742 | // PR2388 FRUIT CRAZY SINGLE FRUIT CRAZY CRZ SOUNDS PR2388 FRUIT CRAZY FRUIT CRAZY MAZ (not a standard header) |
| 13743 | GAME( 200?, sc5frcrz ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Fruit Crazy (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13744 | GAME( 200?, sc5frcrza ,sc5czfr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Fruit Crazy (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13745 | |
| 13746 | // PR1608 AWP CROWN JEWELS PR1608 CROWN JEWELS SOUNDS11 CROWN JEWELS S.SITE |
| 13747 | GAME( 2004, sc5crnjw ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13748 | GAME( 2004, sc5crnjwa ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13749 | GAME( 2004, sc5crnjwb ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Crown Jewels (PR1608) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13750 | |
| 13751 | // Z055 CJEWELS PR000055 CJEWELS 1 CJEWELS AWP |
| 13752 | GAME( 200?, sc5cjqps ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13753 | GAME( 200?, sc5cjqpsa ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13754 | GAME( 200?, sc5cjqpsb ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13755 | GAME( 200?, sc5cjqpsc ,sc5crnjw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Crown Jewels (Z055) (QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13756 | |
| 13757 | // PR1907 AWP DEAL OR NO DEAL S5 PR1907 DEAL OR NO DEAL SOUNDS11 DEALORNODEAL S.SITE |
| 13758 | GAME( 200?, sc5dnd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13759 | GAME( 200?, sc5dnda ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13760 | GAME( 200?, sc5dndb ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13761 | GAME( 200?, sc5dndc ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13762 | GAME( 200?, sc5dndd ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13763 | GAME( 200?, sc5dnde ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13764 | GAME( 200?, sc5dndf ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13765 | GAME( 200?, sc5dndg ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13766 | GAME( 200?, sc5dndh ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13767 | GAME( 200?, sc5dndi ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13768 | GAME( 200?, sc5dndj ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13769 | GAME( 200?, sc5dndk ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13770 | GAME( 200?, sc5dndl ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13771 | GAME( 200?, sc5dndm ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13772 | GAME( 200?, sc5dndn ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13773 | GAME( 200?, sc5dndo ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13774 | GAME( 200?, sc5dndp ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13775 | GAME( 200?, sc5dndq ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13776 | GAME( 200?, sc5dndr ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13777 | GAME( 200?, sc5dnds ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13778 | GAME( 200?, sc5dndt ,sc5dnd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13779 | |
| 13780 | |
| 13781 | // PR1954 CASINO DOND REELS CASINO DOND ARCADE PR1954 CASINO DOND R SOUNDS11 |
| 13782 | GAME( 200?, sc5dndcs ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13783 | GAME( 200?, sc5dndcsa ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13784 | GAME( 200?, sc5dndcsb ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13785 | GAME( 200?, sc5dndcsc ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13786 | GAME( 200?, sc5dndcsd ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13787 | GAME( 200?, sc5dndcse ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13788 | GAME( 200?, sc5dndcsf ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13789 | GAME( 200?, sc5dndcsg ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13790 | GAME( 200?, sc5dndcsh ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13791 | GAME( 200?, sc5dndcsi ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13792 | GAME( 200?, sc5dndcsj ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13793 | GAME( 200?, sc5dndcsk ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13794 | GAME( 200?, sc5dndcsl ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13795 | GAME( 200?, sc5dndcsm ,sc5dndcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1954) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13796 | |
| 13797 | |
| 13798 | GAME( 200?, sc5dndc2 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE |
| 13799 | GAME( 200?, sc5dndc2a ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13800 | GAME( 200?, sc5dndc2b ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13801 | |
| 13802 | GAME( 200?, sc5dndc2c ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND TOP DOND TOPBOX ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13803 | GAME( 200?, sc5dndc2d ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13804 | |
| 13805 | GAME( 200?, sc5dndc2e ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) // PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE |
| 13806 | GAME( 200?, sc5dndc2f ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13807 | GAME( 200?, sc5dndc2g ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13808 | GAME( 200?, sc5dndc2h ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13809 | GAME( 200?, sc5dndc2i ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13810 | GAME( 200?, sc5dndc2j ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13811 | GAME( 200?, sc5dndc2k ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13812 | GAME( 200?, sc5dndc2l ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13813 | GAME( 200?, sc5dndc2m ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13814 | GAME( 200?, sc5dndc2n ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13815 | GAME( 200?, sc5dndc2o ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND TOP S5 DOND TOPBOX ARCADE PR1964 CASINO DOND SOUNDS12 |
| 13816 | GAME( 200?, sc5dndc2p ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13817 | |
| 13818 | GAME( 200?, sc5dndc2q ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE PR1964 CASINO DOND R SOUNDS11 |
| 13819 | GAME( 200?, sc5dndc2r ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13820 | GAME( 200?, sc5dndc2s ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13821 | GAME( 200?, sc5dndc2t ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13822 | GAME( 200?, sc5dndc2u ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE PR1964 CASINO DOND SOUNDS12 |
| 13823 | GAME( 200?, sc5dndc2v ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL )// ^^ |
| 13824 | GAME( 200?, sc5dndc2w ,sc5dndc2, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1964) (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL )// PR1964 CASINO DOND MULTI DOND MULTIPLAYER ARCADE |
| 13825 | |
| 13826 | GAME( 200?, sc5dndc3 ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR1965 CASINO DOND TOPBOX CASINO DOND ARCADE PR1965 CASINO DOND R SOUNDS11 |
| 13827 | GAME( 200?, sc5dndc3a ,sc5dndc3, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13828 | GAME( 200?, sc5dndc3b ,sc5dndc3, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13829 | GAME( 200?, sc5dndc3c ,sc5dndc3, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Casino (PR1965) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 13830 | |
| 13831 | |
| 13832 | // PR3209 AWP DEAL OR NO DEAL BREAK THE BANK SCORP5 PR3209 BREAK THE BANK SOUNDS11 BREAK THE BANK S.SITE |
| 13833 | GAME( 200?, sc5dndbb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13834 | GAME( 200?, sc5dndbba ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13835 | GAME( 200?, sc5dndbbb ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13836 | GAME( 200?, sc5dndbbc ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13837 | GAME( 200?, sc5dndbbd ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13838 | GAME( 200?, sc5dndbbe ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13839 | GAME( 200?, sc5dndbbf ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13840 | GAME( 200?, sc5dndbbg ,sc5dndbb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Break The Bank (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13841 | |
| 13842 | // PR???? CLUB DEAL OR NO DEAL DEAL OR NO DEAL CLUB PR3068 BEAT THE BANKER SOUNDS11 DEAL OR NO DEAL |
| 13843 | GAME( 200?, sc5dndcl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13844 | GAME( 200?, sc5dndcla ,sc5dndcl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13845 | |
| 13846 | // PR???? CLUB DEAL OR NO DEAL BEAT THE BANKER CLUB PR3068 BEAT THE BANKER SOUNDS11 (there were in the Walk of Wealth sets) |
| 13847 | GAME( 200?, sc5dndcb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club Beat The Banker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13848 | GAME( 200?, sc5dndcba ,sc5dndcb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Club Beat The Banker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13849 | |
| 13850 | |
| 13851 | // PR3215 AWP DEAL OR NO DEAL DOUBLE S5 PR3215 DOND DOUBLE SOUNDS11 DOUBLE DOND S.SITE |
| 13852 | GAME( 200?, sc5dnddd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13853 | GAME( 200?, sc5dnddda ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13854 | GAME( 200?, sc5dndddb ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13855 | GAME( 200?, sc5dndddc ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13856 | GAME( 200?, sc5dndddd ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13857 | GAME( 200?, sc5dnddde ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13858 | GAME( 200?, sc5dndddf ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13859 | GAME( 200?, sc5dndddg ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13860 | GAME( 200?, sc5dndddh ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13861 | GAME( 200?, sc5dndddi ,sc5dnddd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Double Deal Or No Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13862 | |
| 13863 | |
| 13864 | // PR3008 DEAL OR NO DEAL HALL OF FAME SCORP5 PR3008 HALL OF FAME SOUNDS11 HALL OF FAME S.SITE |
| 13865 | GAME( 200?, sc5dndhf ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13866 | GAME( 200?, sc5dndhfa ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13867 | GAME( 200?, sc5dndhfb ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13868 | GAME( 200?, sc5dndhfc ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13869 | GAME( 200?, sc5dndhfd ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13870 | GAME( 200?, sc5dndhfe ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13871 | GAME( 200?, sc5dndhff ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13872 | GAME( 200?, sc5dndhfg ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13873 | GAME( 200?, sc5dndhfh ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13874 | GAME( 200?, sc5dndhfi ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13875 | GAME( 200?, sc5dndhfj ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13876 | GAME( 200?, sc5dndhfk ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13877 | GAME( 200?, sc5dndhfl ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13878 | GAME( 200?, sc5dndhfm ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13879 | GAME( 200?, sc5dndhfn ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13880 | GAME( 200?, sc5dndhfo ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13881 | GAME( 200?, sc5dndhfp ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13882 | GAME( 200?, sc5dndhfq ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13883 | GAME( 200?, sc5dndhfr ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13884 | GAME( 200?, sc5dndhfs ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13885 | GAME( 200?, sc5dndhft ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13886 | GAME( 200?, sc5dndhfu ,sc5dndhf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Hall Of Fame (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13887 | |
| 13888 | |
| 13889 | // PR3207 AWP DEAL OR NO DEAL ITS YOUR SHOW SCORP5 PR3207 ITS YOUR SHOW SOUNDS11 ITS YOUR SHOW S.SITE |
| 13890 | GAME( 200?, sc5dndys ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13891 | GAME( 200?, sc5dndysa ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13892 | GAME( 200?, sc5dndysb ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13893 | GAME( 200?, sc5dndysc ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13894 | GAME( 200?, sc5dndysd ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13895 | GAME( 200?, sc5dndyse ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13896 | GAME( 200?, sc5dndysf ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13897 | GAME( 200?, sc5dndysg ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13898 | GAME( 200?, sc5dndysh ,sc5dndys, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal It's Your Show (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13899 | |
| 13900 | // PR3232 AWP DEAL OR NO DEAL LETS PLAY DEAL OR NO DEAL SCORP5 PR3212 LETS PLAY DOND SOUNDS11 LETS PLAY DOND S.SITE |
| 13901 | GAME( 200?, sc5dndlp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13902 | GAME( 200?, sc5dndlpa ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13903 | GAME( 200?, sc5dndlpb ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13904 | GAME( 200?, sc5dndlpc ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13905 | GAME( 200?, sc5dndlpd ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13906 | GAME( 200?, sc5dndlpe ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13907 | GAME( 200?, sc5dndlpf ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13908 | GAME( 200?, sc5dndlpg ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13909 | GAME( 200?, sc5dndlph ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13910 | GAME( 200?, sc5dndlpi ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13911 | GAME( 200?, sc5dndlpj ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13912 | GAME( 200?, sc5dndlpk ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13913 | GAME( 200?, sc5dndlpl ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13914 | GAME( 200?, sc5dndlpm ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13915 | GAME( 200?, sc5dndlpn ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13916 | GAME( 200?, sc5dndlpo ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13917 | GAME( 200?, sc5dndlpp ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13918 | GAME( 200?, sc5dndlpq ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13919 | GAME( 200?, sc5dndlpr ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 13920 | GAME( 200?, sc5dndlps ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 13921 | GAME( 200?, sc5dndlpt ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 13922 | GAME( 200?, sc5dndlpu ,sc5dndlp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Let's Play Deal Or No Deal (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 13923 | |
| 13924 | // PR3201 AWP DEAL OR NO DEAL RED ALERT SCORP5 PR3201 DOND RED ALERT SOUNDS11 RED ALERT S.SITE |
| 13925 | GAME( 200?, sc5dndra ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13926 | GAME( 200?, sc5dndraa ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13927 | GAME( 200?, sc5dndrab ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13928 | GAME( 200?, sc5dndrac ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13929 | GAME( 200?, sc5dndrad ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13930 | GAME( 200?, sc5dndrae ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13931 | GAME( 200?, sc5dndraf ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13932 | GAME( 200?, sc5dndrag ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13933 | GAME( 200?, sc5dndrah ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13934 | GAME( 200?, sc5dndrai ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13935 | GAME( 200?, sc5dndraj ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13936 | GAME( 200?, sc5dndrak ,sc5dndra, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Red Alert (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13937 | |
| 13938 | |
| 13939 | // PR3210 AWP DEAL OR NO DEAL THE BIG DEAL SCORP5 PR3210 THE BIG DEAL SOUNDS11 THE BIG DEAL S.SITE |
| 13940 | GAME( 200?, sc5dndbd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13941 | GAME( 200?, sc5dndbda ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13942 | GAME( 200?, sc5dndbdb ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13943 | GAME( 200?, sc5dndbdc ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13944 | GAME( 200?, sc5dndbdd ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13945 | GAME( 200?, sc5dndbde ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13946 | GAME( 200?, sc5dndbdf ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13947 | GAME( 200?, sc5dndbdg ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13948 | GAME( 200?, sc5dndbdh ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13949 | GAME( 200?, sc5dndbdi ,sc5dndbd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Deal (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13950 | |
| 13951 | |
| 13952 | // PR3011 AWP DEAL OR NO DEAL THE BIG REDS S5 PR3011 THE BIG REDS SOUNDS11 THE BIG REDS S.SITE |
| 13953 | GAME( 200?, sc5dndbr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13954 | GAME( 200?, sc5dndbra ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13955 | GAME( 200?, sc5dndbrd ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13956 | GAME( 200?, sc5dndbrf ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13957 | GAME( 200?, sc5dndbrg ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13958 | GAME( 200?, sc5dndbrj ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13959 | GAME( 200?, sc5dndbrl ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13960 | GAME( 200?, sc5dndbrm ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13961 | GAME( 200?, sc5dndbrn ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13962 | GAME( 200?, sc5dndbro ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13963 | GAME( 200?, sc5dndbrp ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13964 | GAME( 200?, sc5dndbrq ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13965 | GAME( 200?, sc5dndbrr ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13966 | GAME( 200?, sc5dndbrs ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13967 | GAME( 200?, sc5dndbrt ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13968 | GAME( 200?, sc5dndbru ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13969 | GAME( 200?, sc5dndbrv ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13970 | GAME( 200?, sc5dndbrw ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3011) (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13971 | // PR3018 AWP DEAL OR NO DEAL THE BIG REDS S5 PR3011 THE BIG REDS SOUNDS11 THE BIG REDS S.SITE |
| 13972 | GAME( 200?, sc5dndbrb ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13973 | GAME( 200?, sc5dndbrc ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13974 | GAME( 200?, sc5dndbre ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13975 | GAME( 200?, sc5dndbrh ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13976 | GAME( 200?, sc5dndbri ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13977 | GAME( 200?, sc5dndbrk ,sc5dndbr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Big Reds (PR3018) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13978 | |
| 13979 | |
| 13980 | // PR3017 AWP DEAL OR NO DEAL THE CRAZY CHAIR SCORP5 PR3017 CRAZY CHAIR SOUNDS11 CRAZY CHAIR S.SITE |
| 13981 | GAME( 200?, sc5dndcc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 13982 | GAME( 200?, sc5dndcca ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 13983 | GAME( 200?, sc5dndccb ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 13984 | GAME( 200?, sc5dndccc ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 13985 | GAME( 200?, sc5dndccd ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 13986 | GAME( 200?, sc5dndcce ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 13987 | GAME( 200?, sc5dndccf ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 13988 | GAME( 200?, sc5dndccg ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 13989 | GAME( 200?, sc5dndcch ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 13990 | GAME( 200?, sc5dndcci ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 13991 | GAME( 200?, sc5dndccj ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 13992 | GAME( 200?, sc5dndcck ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 13993 | GAME( 200?, sc5dndccl ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 13994 | GAME( 200?, sc5dndccm ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 13995 | GAME( 200?, sc5dndccn ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 13996 | GAME( 200?, sc5dndcco ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 13997 | GAME( 200?, sc5dndccp ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 13998 | GAME( 200?, sc5dndccq ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 13999 | GAME( 200?, sc5dndccr ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14000 | |
| 14001 | // PR3250 DOND THE CRAZY CHAIR CRAZY CHAIR ARCADE PR3250 THE CRAZY CHAIR SOUNDS11 |
| 14002 | GAME( 200?, sc5dndca ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14003 | GAME( 200?, sc5dndcaa ,sc5dndca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14004 | GAME( 200?, sc5dndcab ,sc5dndca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14005 | GAME( 200?, sc5dndcac ,sc5dndca, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3250) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14006 | // PR3362 DOND THE CRAZY CHAIR CRAZY CHAIR ARCADE PR3362 THE CRAZY CHAIR SOUNDS11 |
| 14007 | GAME( 200?, sc5dndcad ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3362) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14008 | GAME( 200?, sc5dndcae ,sc5dndcc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Crazy Chair Arcade (PR3362) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14009 | |
| 14010 | // PR3013 AWP THE DEAL WHEEL S5 PR3202 THE DEAL WHEEL SOUNDS11 THE DEAL WHEEL S.SITE |
| 14011 | GAME( 200?, sc5dnddw ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14012 | GAME( 200?, sc5dnddwa ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14013 | GAME( 200?, sc5dnddwb ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14014 | GAME( 200?, sc5dnddwc ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14015 | GAME( 200?, sc5dnddwd ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14016 | GAME( 200?, sc5dnddwe ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14017 | GAME( 200?, sc5dnddwf ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14018 | GAME( 200?, sc5dnddwg ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14019 | GAME( 200?, sc5dnddwh ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14020 | GAME( 200?, sc5dnddwi ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14021 | GAME( 200?, sc5dnddwj ,sc5dnddw, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Deal Wheel (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14022 | |
| 14023 | // PR3014 AWP DEAL OR NO DEAL THE DREAM FACTORY SCORP5 PR3014 DREAM FACTORY SOUNDS11 DREAM FACTORY S.SITE |
| 14024 | GAME( 200?, sc5dnddf ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14025 | GAME( 200?, sc5dnddfa ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14026 | GAME( 200?, sc5dnddfb ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14027 | GAME( 200?, sc5dnddfc ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14028 | GAME( 200?, sc5dnddfd ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14029 | GAME( 200?, sc5dnddfe ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14030 | GAME( 200?, sc5dnddff ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14031 | GAME( 200?, sc5dnddfg ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14032 | GAME( 200?, sc5dnddfh ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14033 | GAME( 200?, sc5dnddfi ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14034 | GAME( 200?, sc5dnddfj ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14035 | GAME( 200?, sc5dnddfk ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14036 | GAME( 200?, sc5dnddfl ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14037 | GAME( 200?, sc5dnddfm ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14038 | GAME( 200?, sc5dnddfn ,sc5dnddf, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Dream Factory (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14039 | |
| 14040 | // PR3220 AWP DEAL OR NO DEAL THE PERFECT GAME SCORP5 PR3220 DOND PERFECT SOUNDS11 THE PERFECT GAME S.SITE |
| 14041 | GAME( 200?, sc5dndpg ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14042 | GAME( 200?, sc5dndpga ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14043 | GAME( 200?, sc5dndpgb ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14044 | GAME( 200?, sc5dndpgc ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14045 | GAME( 200?, sc5dndpgd ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14046 | GAME( 200?, sc5dndpge ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14047 | GAME( 200?, sc5dndpgf ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14048 | GAME( 200?, sc5dndpgg ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14049 | GAME( 200?, sc5dndpgh ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14050 | GAME( 200?, sc5dndpgi ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14051 | GAME( 200?, sc5dndpgj ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14052 | GAME( 200?, sc5dndpgk ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14053 | GAME( 200?, sc5dndpgl ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14054 | GAME( 200?, sc5dndpgm ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14055 | GAME( 200?, sc5dndpgn ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14056 | GAME( 200?, sc5dndpgo ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14057 | GAME( 200?, sc5dndpgp ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14058 | GAME( 200?, sc5dndpgq ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14059 | GAME( 200?, sc5dndpgr ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14060 | GAME( 200?, sc5dndpgs ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14061 | GAME( 200?, sc5dndpgt ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 14062 | GAME( 200?, sc5dndpgu ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 14063 | GAME( 200?, sc5dndpgv ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL ) |
| 14064 | GAME( 200?, sc5dndpgw ,sc5dndpg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL ) |
| 14065 | |
| 14066 | // PR3403 AWP CLASSIC DEAL OR NO DEAL THE PERFECT GAME SCORP5 PR3220 DOND PERFECT SOUNDS11 THE PERFECT GAME S.SITE |
| 14067 | GAME( 200?, sc5dndpl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14068 | GAME( 200?, sc5dndpla ,sc5dndpl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14069 | GAME( 200?, sc5dndplb ,sc5dndpl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14070 | GAME( 200?, sc5dndplc ,sc5dndpl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Perfect Game Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14071 | |
| 14072 | |
| 14073 | // PR3003 AWP DOND THE POWER 5 SCORP5 PR3033 POWER FIVE SOUNDS11 DOND THE POWER 5 S.SITE |
| 14074 | GAME( 200?, sc5dndtp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14075 | GAME( 200?, sc5dndtpa ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14076 | GAME( 200?, sc5dndtpb ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14077 | GAME( 200?, sc5dndtpc ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14078 | GAME( 200?, sc5dndtpd ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14079 | GAME( 200?, sc5dndtpe ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14080 | GAME( 200?, sc5dndtpf ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14081 | GAME( 200?, sc5dndtpg ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14082 | GAME( 200?, sc5dndtph ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14083 | GAME( 200?, sc5dndtpi ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14084 | GAME( 200?, sc5dndtpj ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14085 | GAME( 200?, sc5dndtpk ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14086 | GAME( 200?, sc5dndtpl ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14087 | GAME( 200?, sc5dndtpm ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14088 | GAME( 200?, sc5dndtpn ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14089 | GAME( 200?, sc5dndtpo ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14090 | GAME( 200?, sc5dndtpp ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14091 | GAME( 200?, sc5dndtpq ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14092 | GAME( 200?, sc5dndtpr ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14093 | GAME( 200?, sc5dndtps ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14094 | GAME( 200?, sc5dndtpt ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 14095 | GAME( 200?, sc5dndtpu ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 14096 | GAME( 200?, sc5dndtpv ,sc5dndtp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Power (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL ) |
| 14097 | |
| 14098 | // PR3036 AWP DEAL OR NO DEAL THE WALK OF WEALTH SCORP5 PR3006 WALK OF WEALTH SOUNDS11 WALK OF WEALTH S.SITE |
| 14099 | GAME( 200?, sc5dndww ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14100 | GAME( 200?, sc5dndwwa ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14101 | GAME( 200?, sc5dndwwb ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14102 | GAME( 200?, sc5dndwwc ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14103 | GAME( 200?, sc5dndwwd ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14104 | GAME( 200?, sc5dndwwe ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14105 | GAME( 200?, sc5dndwwf ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14106 | GAME( 200?, sc5dndwwg ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14107 | GAME( 200?, sc5dndwwh ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14108 | GAME( 200?, sc5dndwwi ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14109 | GAME( 200?, sc5dndwwj ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14110 | GAME( 200?, sc5dndwwk ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14111 | GAME( 200?, sc5dndwwl ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14112 | GAME( 200?, sc5dndwwm ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14113 | GAME( 200?, sc5dndwwn ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14114 | GAME( 200?, sc5dndwwo ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14115 | GAME( 200?, sc5dndwwp ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14116 | GAME( 200?, sc5dndwwq ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14117 | GAME( 200?, sc5dndwwr ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14118 | GAME( 200?, sc5dndwws ,sc5dndww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14119 | |
| 14120 | |
| 14121 | // PR3026 AWP CLASSIC DEAL OR NO DEAL THE WALK OF WEALTH SCORP5 PR3006 WALK OF WEALTH SOUNDS11 WALK OF WEALTH S.SITE |
| 14122 | GAME( 200?, sc5dndwc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14123 | GAME( 200?, sc5dndwca ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14124 | GAME( 200?, sc5dndwcb ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14125 | GAME( 200?, sc5dndwcc ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14126 | GAME( 200?, sc5dndwcd ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14127 | GAME( 200?, sc5dndwce ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14128 | GAME( 200?, sc5dndwcf ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14129 | GAME( 200?, sc5dndwcg ,sc5dndwc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal The Walk Of Wealth Classic (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14130 | |
| 14131 | // PR3304 DOND THINK RED S5 PR3304 THINK RED SOUNDS11 THINK RED S.SITE |
| 14132 | GAME( 200?, sc5dndtr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14133 | GAME( 200?, sc5dndtra ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14134 | GAME( 200?, sc5dndtrb ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14135 | GAME( 200?, sc5dndtrc ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14136 | GAME( 200?, sc5dndtrd ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14137 | GAME( 200?, sc5dndtre ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14138 | GAME( 200?, sc5dndtrf ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14139 | GAME( 200?, sc5dndtrg ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14140 | GAME( 200?, sc5dndtrh ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14141 | GAME( 200?, sc5dndtri ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14142 | GAME( 200?, sc5dndtrj ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14143 | GAME( 200?, sc5dndtrk ,sc5dndtr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Think Red (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14144 | |
| 14145 | // PR1962 AWP DEAL OR NO DEAL WHATS IN YOUR BOX SCORP5 PR1962 WHATS IN Y BOX SOUNDS11 WHATS IN YOUR BX S.SITE |
| 14146 | GAME( 200?, sc5dndwb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14147 | GAME( 200?, sc5dndwba ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14148 | GAME( 200?, sc5dndwbb ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14149 | GAME( 200?, sc5dndwbc ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14150 | GAME( 200?, sc5dndwbd ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14151 | GAME( 200?, sc5dndwbe ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14152 | GAME( 200?, sc5dndwbf ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14153 | GAME( 200?, sc5dndwbg ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14154 | GAME( 200?, sc5dndwbh ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14155 | GAME( 200?, sc5dndwbi ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14156 | GAME( 200?, sc5dndwbj ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14157 | GAME( 200?, sc5dndwbk ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14158 | GAME( 200?, sc5dndwbl ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14159 | GAME( 200?, sc5dndwbm ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14160 | GAME( 200?, sc5dndwbn ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14161 | GAME( 200?, sc5dndwbo ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14162 | GAME( 200?, sc5dndwbp ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14163 | GAME( 200?, sc5dndwbq ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14164 | GAME( 200?, sc5dndwbr ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14165 | GAME( 200?, sc5dndwbs ,sc5dndwb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14166 | |
| 14167 | // PR3071 CASINO DOND WIYB REELS CASINO DOND ARCADE PR3071 W IN YOUR BOX SOUNDS11 |
| 14168 | GAME( 200?, sc5dndwi ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14169 | GAME( 200?, sc5dndwia ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14170 | GAME( 200?, sc5dndwib ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14171 | GAME( 200?, sc5dndwic ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14172 | GAME( 200?, sc5dndwid ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14173 | GAME( 200?, sc5dndwie ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14174 | GAME( 200?, sc5dndwif ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14175 | GAME( 200?, sc5dndwig ,sc5dndwi, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal What's In Your Box Casino (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14176 | |
| 14177 | // PR1307 AWP DIAMOND MINE PR1307 DIAM MINE SOUNDS11 |
| 14178 | GAME( 2002, sc5dmine ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14179 | GAME( 2002, sc5dminea ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14180 | GAME( 2002, sc5dmineb ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14181 | GAME( 2002, sc5dminec ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14182 | GAME( 2002, sc5dmined ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14183 | GAME( 2002, sc5dminee ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14184 | GAME( 2002, sc5dminef ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14185 | GAME( 2002, sc5dmineg ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14186 | GAME( 2002, sc5dmineh ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14187 | GAME( 2002, sc5dminei ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14188 | // PR1307 AWP DIAMOND MINE PR1307 DIAM MINE SOUNDS11 DIAMOND MINE S.SITE |
| 14189 | GAME( 2002, sc5dminej ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14190 | GAME( 2002, sc5dminek ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14191 | GAME( 2002, sc5dminel ,sc5dmine, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Diamond Mine (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14192 | |
| 14193 | // PR1394 AWP DOCTOR DOSH SCORP5 PR1309 DOCTOR DOSH SOUNDS11 |
| 14194 | GAME( 200?, sc5ddosh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Doctor Dosh (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14195 | GAME( 200?, sc5ddosha ,sc5ddosh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Doctor Dosh (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14196 | |
| 14197 | // PR1716 AWP DOUGH HO HO S5 PR1716 DOUGH HO HO SOUNDS11 DOUGH HO HO S.SITE |
| 14198 | GAME( 200?, sc5dhh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14199 | GAME( 200?, sc5dhha ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14200 | GAME( 200?, sc5dhhb ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14201 | GAME( 200?, sc5dhhc ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14202 | GAME( 200?, sc5dhhd ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14203 | GAME( 200?, sc5dhhe ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14204 | GAME( 200?, sc5dhhf ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14205 | GAME( 200?, sc5dhhg ,sc5dhh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Ho Ho (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 14206 | |
| 14207 | // PR1615 AWP DOUGH SELECTA SCORP5 PR1615 DOUGH SELECTA SOUNDS11 DOUGH SELECTA S.SITE |
| 14208 | GAME( 200?, sc5dough ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Selecta (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14209 | GAME( 200?, sc5dougha ,sc5dough, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Dough Selecta (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14210 | |
| 14211 | // PR2118 DUCKS OF HAZZARD DUCKSOFHAZZARDSND DUCKS OF HAZZARD |
| 14212 | GAME( 200?, sc5ducks ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Ducks Of Hazzard (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14213 | |
| 14214 | // PR2313 EMMERDALE EMMR SOUNDS EMMERDALE |
| 14215 | GAME( 200?, sc5emmer ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Emmerdale (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14216 | GAME( 200?, sc5emmera ,sc5emmer, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Emmerdale (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14217 | |
| 14218 | // PR3213 AWP FAMILY GUY S5 PR3213 FAMILY GUY SOUNDS11 FAMILY GUY S.SITE |
| 14219 | GAME( 200?, sc5fguy ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14220 | GAME( 200?, sc5fguya ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14221 | GAME( 200?, sc5fguyb ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14222 | GAME( 200?, sc5fguyc ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14223 | GAME( 200?, sc5fguyd ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14224 | GAME( 200?, sc5fguye ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14225 | GAME( 200?, sc5fguyf ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14226 | GAME( 200?, sc5fguyg ,sc5fguy, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Family Guy (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14227 | |
| 14228 | |
| 14229 | // PR1701 AWP FAT BOY SPIN SCORP5 PR1701 FAT BOY SPIN SOUNDS11 FAT BOY SPIN S.SITE |
| 14230 | GAME( 200?, sc5fbspn ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fat Boy Spin (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14231 | GAME( 200?, sc5fbspna ,sc5fbspn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Fat Boy Spin (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14232 | |
| 14233 | // PR2328 FULL METAL JACKPOT FULLM SOUNDS F METAL JACKPOT |
| 14234 | GAME( 200?, sc5fmj ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Full Metal Jackpot (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14235 | GAME( 200?, sc5fmja ,sc5fmj, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Full Metal Jackpot (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14236 | |
| 14237 | // PR2255 GLADIATOR GLAD SOUNDS GLADIATOR |
| 14238 | GAME( 200?, sc5glad ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14239 | GAME( 200?, sc5glada ,sc5glad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14240 | GAME( 200?, sc5gladb ,sc5glad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14241 | GAME( 200?, sc5gladc ,sc5glad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gladiator (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14242 | |
| 14243 | // PR3509 AWP GOLD DIGGER SCORP5 PR3509 GOLD DIGGER SOUNDS11 GOLD DIGGER S.SITE |
| 14244 | GAME( 200?, sc5gd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14245 | GAME( 200?, sc5gda ,sc5gd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14246 | |
| 14247 | // PR2325 GOLD DIGGERS GOLD SOUNDS GOLD DIGGERS |
| 14248 | GAME( 200?, sc5gdmz ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gold Diggers (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14249 | GAME( 200?, sc5gdmza ,sc5gdmz, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Gold Diggers (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14250 | |
| 14251 | // PR1137 CLUB GOLD DIGGER CLUB GOLD DIGGER CLUB PR1137 GOLDD CL SOUNDS11 |
| 14252 | GAME( 200?, sc5gdclb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14253 | GAME( 200?, sc5gdclba ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14254 | GAME( 200?, sc5gdclbb ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14255 | GAME( 200?, sc5gdclbc ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14256 | GAME( 200?, sc5gdclbd ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14257 | GAME( 200?, sc5gdclbe ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14258 | GAME( 200?, sc5gdclbf ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14259 | GAME( 200?, sc5gdclbg ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14260 | // PR3429 CLUB GOLD DIGGER CLUB GOLD DIGGER CLUB PR1137 GOLDD CL SOUNDS11 |
| 14261 | GAME( 200?, sc5gdclbj ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (PR3429) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14262 | GAME( 200?, sc5gdclbk ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger Club (PR3429) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14263 | // PR3509 AWP GOLD DIGGER SCORP5 PR3509 GOLD DIGGER SOUNDS11 GOLD DIGGER S.SITE |
| 14264 | GAME( 200?, sc5gdclbh ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger (PR3509) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14265 | GAME( 200?, sc5gdclbi ,sc5gdclb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gold Digger (PR3509) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14266 | |
| 14267 | |
| 14268 | // PR1604 AWP GOLDEN BALLS PR1604 GOLDEN BALLS SOUNDS12 GOLDEN BALLS S.SITE (same as the sc5 version) |
| 14269 | GAME( 200?, sc5gball ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14270 | GAME( 200?, sc5gballa ,sc5gball, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14271 | GAME( 200?, sc5gballb ,sc5gball, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14272 | GAME( 200?, sc5gballc ,sc5gball, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Golden Balls (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14273 | |
| 14274 | // PR2208 GOLDEN GAME PLASMA GOLDEN GAME MAZ BARX SOUNDS |
| 14275 | GAME( 200?, sc5ggame ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14276 | GAME( 200?, sc5ggamea ,sc5ggame, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14277 | GAME( 200?, sc5ggameb ,sc5ggame, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14278 | GAME( 200?, sc5ggamec ,sc5ggame, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14279 | GAME( 200?, sc5ggamed ,sc5ggame, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Golden Game (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14280 | |
| 14281 | GAME( 200?, sc5ggg ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR2371 GRAND GOLDEN GAME GRAND GOLDEN GAM MAZ ( GOLD X TRIPLE |
| 14282 | GAME( 200?, sc5ggga ,sc5ggg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 14283 | GAME( 200?, sc5gggb ,sc5ggg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // PR2353 GRAND GOLDEN GAME GRAND GOLDEN GAM MAZ BARX SOUNDS GOLDEN GAME |
| 14284 | GAME( 200?, sc5gggc ,sc5ggg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Grand Golden Game (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 14285 | |
| 14286 | // PR3016 AWP THE GUNPOWDER SLOT S5 PR3016 GUNPOWDER SLOT SOUNDS11 GUNPOWDER SLOT S.SITE |
| 14287 | GAME( 200?, sc5gunp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14288 | GAME( 200?, sc5gunpa ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14289 | GAME( 200?, sc5gunpb ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14290 | GAME( 200?, sc5gunpc ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14291 | GAME( 200?, sc5gunpd ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14292 | GAME( 200?, sc5gunpe ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14293 | GAME( 200?, sc5gunpf ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14294 | GAME( 200?, sc5gunpg ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14295 | GAME( 200?, sc5gunph ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14296 | GAME( 200?, sc5gunpi ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14297 | GAME( 200?, sc5gunpj ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14298 | GAME( 200?, sc5gunpk ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14299 | GAME( 200?, sc5gunpl ,sc5gunp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Gunpowder Slot (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14300 | |
| 14301 | |
| 14302 | // PR1388 AWP HAPPY NOTES SCORP5 PR1306 HAPPY NOTES SOUNDS11 |
| 14303 | GAME( 200?, sc5hapnt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14304 | GAME( 200?, sc5hapnta ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14305 | GAME( 200?, sc5hapntb ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14306 | GAME( 200?, sc5hapntc ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14307 | GAME( 200?, sc5hapntd ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14308 | GAME( 200?, sc5hapnte ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14309 | GAME( 200?, sc5hapntf ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14310 | GAME( 200?, sc5hapntg ,sc5hapnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Happy Notes (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14311 | |
| 14312 | // PR1402 AWP HELLS BELLS PR1402 HELLS BELLS SOUNDS11 |
| 14313 | GAME( 200?, sc5hellb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hells Bells (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14314 | GAME( 200?, sc5hellba ,sc5hellb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hells Bells (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14315 | |
| 14316 | // PR1613 AWP HILLBILLIONAIRE SCORP5 PR1613 HILLBILLIONAIRE SOUNDS11 HILLBILLIONAIRE S.SITE |
| 14317 | GAME( 200?, sc5hill ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14318 | GAME( 200?, sc5hilla ,sc5hill, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14319 | GAME( 200?, sc5hillb ,sc5hill, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hill Billionaire (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14320 | |
| 14321 | // PR2176 HISSING QUID VIPA SOUNDS HISSING QUID |
| 14322 | GAME( 200?, sc5hiss ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14323 | GAME( 200?, sc5hissa ,sc5hiss, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14324 | GAME( 200?, sc5hissb ,sc5hiss, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14325 | GAME( 200?, sc5hissc ,sc5hiss, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Hissing Quid (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14326 | |
| 14327 | // PR1936 AWP HOT DOG SCORP5 PR1916 HOT DOG SOUNDS11 HOT DOG S.SITE |
| 14328 | GAME( 200?, sc5hotdg ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14329 | GAME( 200?, sc5hotdga ,sc5hotdg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14330 | GAME( 200?, sc5hotdgb ,sc5hotdg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14331 | GAME( 200?, sc5hotdgc ,sc5hotdg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14332 | GAME( 200?, sc5hotdgd ,sc5hotdg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14333 | GAME( 200?, sc5hotdge ,sc5hotdg, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Dog (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14334 | |
| 14335 | // PR1733 AWP HOT ROD SCORP5 PR1713 HOT ROD SOUNDS11 HOT ROD S.SITE |
| 14336 | GAME( 200?, sc5hotrd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Rod (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14337 | GAME( 200?, sc5hotrda ,sc5hotrd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Rod (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14338 | |
| 14339 | // PR3211 AWP HOT SHOT SCORP5 PR3211 HOT SHOT SOUNDS11 HOT SHOT S.SITE |
| 14340 | GAME( 200?, sc5hotsh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14341 | GAME( 200?, sc5hotsha ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14342 | GAME( 200?, sc5hotshb ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14343 | GAME( 200?, sc5hotshc ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14344 | GAME( 200?, sc5hotshd ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14345 | GAME( 200?, sc5hotshe ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14346 | GAME( 200?, sc5hotshf ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14347 | GAME( 200?, sc5hotshg ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14348 | GAME( 200?, sc5hotshh ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14349 | GAME( 200?, sc5hotshi ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14350 | GAME( 200?, sc5hotshj ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14351 | GAME( 200?, sc5hotshk ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14352 | GAME( 200?, sc5hotshl ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14353 | GAME( 200?, sc5hotshm ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14354 | GAME( 200?, sc5hotshn ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14355 | GAME( 200?, sc5hotsho ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14356 | GAME( 200?, sc5hotshp ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14357 | GAME( 200?, sc5hotshq ,sc5hotsh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Shot (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14358 | |
| 14359 | |
| 14360 | // PR1311 HOT WAD PR1311 HOT WAD SOUNDS11 |
| 14361 | GAME( 200?, sc5hotwd ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14362 | GAME( 200?, sc5hotwda ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14363 | GAME( 200?, sc5hotwdb ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14364 | GAME( 200?, sc5hotwdc ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14365 | GAME( 200?, sc5hotwdd ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14366 | GAME( 200?, sc5hotwde ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14367 | GAME( 200?, sc5hotwdf ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14368 | GAME( 200?, sc5hotwdg ,sc5hotwd, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Hot Wad (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14369 | |
| 14370 | |
| 14371 | // PR1603 AWP IM A CELEBRITY PR1603 IM A CELEB SOUNDS11 IM A CELEBRITY S.SITE |
| 14372 | GAME( 200?, sc5celeb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14373 | GAME( 200?, sc5celeba ,sc5celeb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14374 | GAME( 200?, sc5celebb ,sc5celeb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14375 | GAME( 200?, sc5celebc ,sc5celeb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14376 | GAME( 200?, sc5celebd ,sc5celeb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","I'm A Celebrity (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14377 | |
| 14378 | // PR2555 INNER SPIN V013 INNERSPINSND INNER SPIN |
| 14379 | GAME( 200?, sc5inspn ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Inner Spin (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14380 | GAME( 200?, sc5inspna ,sc5inspn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Inner Spin (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14381 | |
| 14382 | // PR2366 AWP THE ITALIAN JOB S5 PR2366 THE ITALIAN JOB SOUNDS11 ITALIAN JOB S.SITE |
| 14383 | GAME( 200?, sc5ijob ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14384 | GAME( 200?, sc5ijoba ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14385 | GAME( 200?, sc5ijobb ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14386 | GAME( 200?, sc5ijobc ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14387 | GAME( 200?, sc5ijobd ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14388 | GAME( 200?, sc5ijobe ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14389 | GAME( 200?, sc5ijobf ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14390 | GAME( 200?, sc5ijobg ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14391 | GAME( 200?, sc5ijobh ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14392 | GAME( 200?, sc5ijobi ,sc5ijob, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Italian Job (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14393 | |
| 14394 | |
| 14395 | // PR1609 JACKPOT JOKERS PR1609 JACKPOT JOKERS SOUNDS11 JACKPOT JOKERS S.SITE |
| 14396 | GAME( 200?, sc5jjok ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Jackpot Jokers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14397 | GAME( 200?, sc5jjoka ,sc5jjok, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Jackpot Jokers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14398 | |
| 14399 | // PR2376 LITTLE DEVIL LDEVIL SOUNDS LITTLE DEVIL |
| 14400 | GAME( 200?, sc5ldvl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14401 | GAME( 200?, sc5ldvla ,sc5ldvl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14402 | GAME( 200?, sc5ldvlb ,sc5ldvl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14403 | GAME( 200?, sc5ldvlc ,sc5ldvl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14404 | GAME( 200?, sc5ldvld ,sc5ldvl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14405 | GAME( 200?, sc5ldvle ,sc5ldvl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Little Devil (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14406 | |
| 14407 | // PR1413 AWP RETURN OF THE KING PR1413 RETURN OF THE SOUNDS11 RETURN OF KING S.SITE |
| 14408 | GAME( 200?, sc5lotrr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14409 | GAME( 200?, sc5lotrra ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14410 | GAME( 200?, sc5lotrrb ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14411 | GAME( 200?, sc5lotrrc ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14412 | GAME( 200?, sc5lotrrd ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14413 | GAME( 200?, sc5lotrre ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14414 | GAME( 200?, sc5lotrrf ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14415 | GAME( 200?, sc5lotrrg ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14416 | GAME( 200?, sc5lotrrh ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14417 | GAME( 200?, sc5lotrri ,sc5lotrr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Lord Of The Rings - Return Of The King (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14418 | |
| 14419 | |
| 14420 | // PR3004 AWP MANIC MINER SCORP5 PR3004 MANIC MINER SOUNDS11 MANIC MINER S.SITE |
| 14421 | GAME( 200?, sc5manic ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14422 | GAME( 200?, sc5manica ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14423 | GAME( 200?, sc5manicb ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14424 | GAME( 200?, sc5manicc ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14425 | GAME( 200?, sc5manicd ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14426 | GAME( 200?, sc5manice ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14427 | GAME( 200?, sc5manicf ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14428 | GAME( 200?, sc5manicg ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14429 | GAME( 200?, sc5manich ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14430 | GAME( 200?, sc5manici ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14431 | GAME( 200?, sc5manicj ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14432 | GAME( 200?, sc5manick ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14433 | GAME( 200?, sc5manicl ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14434 | GAME( 200?, sc5manicm ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14435 | GAME( 200?, sc5manicn ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14436 | GAME( 200?, sc5manico ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14437 | GAME( 200?, sc5manicp ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14438 | GAME( 200?, sc5manicq ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14439 | GAME( 200?, sc5manicr ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14440 | GAME( 200?, sc5manics ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14441 | GAME( 200?, sc5manict ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 21)", GAME_IS_SKELETON_MECHANICAL ) |
| 14442 | GAME( 200?, sc5manicu ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 22)", GAME_IS_SKELETON_MECHANICAL ) |
| 14443 | GAME( 200?, sc5manicv ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 23)", GAME_IS_SKELETON_MECHANICAL ) |
| 14444 | GAME( 200?, sc5manicw ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 24)", GAME_IS_SKELETON_MECHANICAL ) |
| 14445 | GAME( 200?, sc5manicx ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 25)", GAME_IS_SKELETON_MECHANICAL ) |
| 14446 | GAME( 200?, sc5manicy ,sc5manic, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Manic Miner (Bellfruit) (Scorpion 5) (set 26)", GAME_IS_SKELETON_MECHANICAL ) |
| 14447 | |
| 14448 | // PR2282 MENTALMONEYMONSTERS MMMO SOUNDS MONEY MONSTERS |
| 14449 | GAME( 200?, sc5mmm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14450 | GAME( 200?, sc5mmma ,sc5mmm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14451 | GAME( 200?, sc5mmmb ,sc5mmm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14452 | GAME( 200?, sc5mmmc ,sc5mmm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Mental Money Monsters (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14453 | |
| 14454 | // PR0000 MONEY MADNESS MONM SOUNDS MONEY MADNESS |
| 14455 | GAME( 200?, sc5mmad ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14456 | GAME( 200?, sc5mmada ,sc5mmad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14457 | GAME( 200?, sc5mmadb ,sc5mmad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14458 | GAME( 200?, sc5mmadc ,sc5mmad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Money Madness (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14459 | |
| 14460 | |
| 14461 | // PR2395 MONEY SPINNER MONY SOUNDS NITH |
| 14462 | GAME( 200?, sc5monsp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Money Spinner (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14463 | GAME( 200?, sc5monspa ,sc5monsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Money Spinner (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14464 | |
| 14465 | // PROJECT NUMBER PR0_0_ MONOPOLY P_S_E_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _U_A_S_U_D_ _ _ _ _ _ _ _ _ _ _ _ _ _T_I_K_P_N_ _ _ _ |
| 14466 | GAME( 200?, sc5monop ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) // incomplete pairing |
| 14467 | |
| 14468 | GAME( 200?, sc5mcas ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) // PR2372 CASINO MONOPOLY MONO SOUNDS CASINO MONOPOLY |
| 14469 | GAME( 200?, sc5mcasa ,sc5mcas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 14470 | GAME( 200?, sc5mcasb ,sc5mcas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) // PR2372 CASINO MONOPOLY CASINO MONOPOLY MAZ MONO SOUNDS CASINO MONOPOLY |
| 14471 | GAME( 200?, sc5mcasc ,sc5mcas, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Casino (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) // ^^ |
| 14472 | |
| 14473 | // PR3308 AWP MONOPOLY DOUBLE MONEY S5 PR3308 MPOLY D MONEY SOUNDS11 DOUBLE MONEY S.SITE |
| 14474 | GAME( 200?, sc5mdm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14475 | GAME( 200?, sc5mdma ,sc5mdm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14476 | GAME( 200?, sc5mdmb ,sc5mdm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14477 | GAME( 200?, sc5mdmc ,sc5mdm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Double Money (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14478 | |
| 14479 | // PR2380 MONOPOLY HERE AND NOW MR2R SOUNDS NITH |
| 14480 | GAME( 200?, sc5mhn ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14481 | GAME( 200?, sc5mhna ,sc5mhn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14482 | GAME( 200?, sc5mhnb ,sc5mhn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14483 | GAME( 200?, sc5mhnc ,sc5mhn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14484 | GAME( 200?, sc5mhnd ,sc5mhn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14485 | GAME( 200?, sc5mhne ,sc5mhn, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Here & Now (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14486 | |
| 14487 | // PR2345 AWP MONOPOLY HOT PROPERTY S5 PR2345 HOT PROPERTY SOUNDS11 HOT PROPERTY S.SITE |
| 14488 | GAME( 200?, sc5mhp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14489 | GAME( 200?, sc5mhpa ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14490 | GAME( 200?, sc5mhpb ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14491 | GAME( 200?, sc5mhpc ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14492 | GAME( 200?, sc5mhpd ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14493 | GAME( 200?, sc5mhpe ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14494 | GAME( 200?, sc5mhpf ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14495 | GAME( 200?, sc5mhpg ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14496 | GAME( 200?, sc5mhph ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14497 | GAME( 200?, sc5mhpi ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14498 | GAME( 200?, sc5mhpj ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14499 | GAME( 200?, sc5mhpk ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14500 | GAME( 200?, sc5mhpl ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14501 | GAME( 200?, sc5mhpm ,sc5mhp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Hot Property (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14502 | |
| 14503 | |
| 14504 | // PR3413 AWP MONOPOLY MONEYBAGS S5 PR3413 MONEYBAGS SOUNDS11 MONEYBAGS S.SITE |
| 14505 | GAME( 200?, sc5mmb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14506 | GAME( 200?, sc5mmba ,sc5mmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14507 | GAME( 200?, sc5mmbb ,sc5mmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14508 | GAME( 200?, sc5mmbc ,sc5mmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR3413) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14509 | // PR1911 AWP MONOLOLY MONEY BAGS SCORP5 PR1911 MPOLY MONEYBAGS SOUNDS11 MONEYBAGS S.SITE |
| 14510 | GAME( 200?, sc5mmbd ,sc5mmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR1911) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14511 | GAME( 200?, sc5mmbe ,sc5mmb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Monopoly Money Bags (PR1911) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14512 | |
| 14513 | // PR2363 RED HOT MONOP RED HOT MONOPOLY MAZ MONO SOUNDS MONOPOLY |
| 14514 | GAME( 200?, sc5mrh ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Red Hot (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14515 | GAME( 200?, sc5mrha ,sc5mrh, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Red Hot (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14516 | |
| 14517 | // PR2329 MONOPOLY ROAD TO RICHES MR2R SOUNDS ROAD TO RICHES |
| 14518 | GAME( 200?, sc5mr2r ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches (PR2329) (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14519 | GAME( 200?, sc5mr2ra ,sc5mr2r, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches (PR2329) (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14520 | // PR2457 ROADTORICHES CLUBROADTORICHES CLUB CRTR SOUNDS CLUB ROAD TO RICHES |
| 14521 | GAME( 200?, sc5mr2rb ,sc5mr2r, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Road To Riches Club (PR2457) (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14522 | |
| 14523 | // PR2190 MONOPOLY WOW MONOPOLY WOW MAZ TWOW SOUNDS |
| 14524 | GAME( 200?, sc5mww ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14525 | GAME( 200?, sc5mwwa ,sc5mww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14526 | GAME( 200?, sc5mwwb ,sc5mww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14527 | GAME( 200?, sc5mwwc ,sc5mww, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wonders Of The World (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14528 | |
| 14529 | |
| 14530 | // PR3002 AWP NIGHTMARE ON ELM STREET S5 PR3002 ELM STREET SOUNDS11 NIGHTMARE ELM ST S.SITE |
| 14531 | GAME( 200?, sc5nmare ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14532 | GAME( 200?, sc5nmarea ,sc5nmare, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14533 | GAME( 200?, sc5nmareb ,sc5nmare, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14534 | GAME( 200?, sc5nmarec ,sc5nmare, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","A Nightmare On Elm Street (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14535 | |
| 14536 | // PR1612 PICK OF THE PACK PR1612 PICK OF THE PACK SOUNDS11 PICK OF THE PACK S.SITE |
| 14537 | GAME( 2005, sc5potp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pick Of The Pack (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14538 | GAME( 2005, sc5potpa ,sc5potp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pick Of The Pack (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14539 | |
| 14540 | // PR2562 PINK PANTHER PINK SOUNDS PINK PANTHER |
| 14541 | GAME( 200?, sc5pp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14542 | GAME( 200?, sc5ppa ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14543 | GAME( 200?, sc5ppb ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14544 | GAME( 200?, sc5ppc ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14545 | GAME( 200?, sc5ppd ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14546 | GAME( 200?, sc5ppe ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14547 | GAME( 200?, sc5ppf ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14548 | GAME( 200?, sc5ppg ,sc5pp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14549 | |
| 14550 | // PR2279 PINK PANTHER CLOUSEAUS REVENGE REVENGE QPS REVENGE SOUNDS |
| 14551 | GAME( 200?, sc5ppcr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14552 | GAME( 200?, sc5ppcrb ,sc5ppcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14553 | GAME( 200?, sc5ppcrc ,sc5ppcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14554 | GAME( 200?, sc5ppcrd ,sc5ppcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Clouseau's Revenge (Mazooma / QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14555 | // PR2279 CLOUSEAUS REVENGE REVENGE SOUNDS |
| 14556 | GAME( 200?, sc5ppcra ,sc5ppcr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Clouseau's Revenge (Mazooma) (Scorpion 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14557 | |
| 14558 | // PR2407 AWP PINK PANTHER CRACK THE CODE SCORP5 PR2407 CRACK THE CODE SOUNDS11 CRACK THE CODE S.SITE |
| 14559 | GAME( 200?, sc5ppctc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14560 | GAME( 200?, sc5ppctca ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14561 | GAME( 200?, sc5ppctcb ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14562 | GAME( 200?, sc5ppctcc ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14563 | GAME( 200?, sc5ppctcd ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14564 | GAME( 200?, sc5ppctce ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14565 | GAME( 200?, sc5ppctcf ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14566 | GAME( 200?, sc5ppctcg ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14567 | GAME( 200?, sc5ppctch ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14568 | GAME( 200?, sc5ppctci ,sc5ppctc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pink Panther Crack The Code (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14569 | |
| 14570 | |
| 14571 | // PR2330 PINK PANTHER DYM PINK PANTHER DYM QPS DYMN SOUNDS PINK PANTHER DYM |
| 14572 | GAME( 200?, sc5ppdym ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Double Your Money (Mazooma / QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14573 | GAME( 200?, sc5ppdyma ,sc5ppdym, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma / QPS","Pink Panther Double Your Money (Mazooma / QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14574 | |
| 14575 | // PR2303 STRIKES AGAIN PPSA SOUNDS STRIKES AGAIN |
| 14576 | GAME( 200?, sc5ppsag ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14577 | GAME( 200?, sc5ppsaga ,sc5ppsag, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14578 | GAME( 200?, sc5ppsagb ,sc5ppsag, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14579 | GAME( 200?, sc5ppsagc ,sc5ppsag, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14580 | GAME( 200?, sc5ppsagd ,sc5ppsag, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14581 | GAME( 200?, sc5ppsage ,sc5ppsag, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Pink Panther Strikes Again (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14582 | |
| 14583 | |
| 14584 | // PR1408 PONY EXPRESS PR1408 PONY EXPRESS SOUNDS11 PONY EXPRESS S.SITE |
| 14585 | GAME( 200?, sc5pony ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14586 | GAME( 200?, sc5ponya ,sc5pony, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14587 | GAME( 200?, sc5ponyb ,sc5pony, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14588 | GAME( 200?, sc5ponyc ,sc5pony, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14589 | GAME( 200?, sc5ponyd ,sc5pony, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14590 | GAME( 200?, sc5ponye ,sc5pony, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pony Express (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14591 | |
| 14592 | // PR2417 AWP POPEYE S5 PR2417 POPEYE SOUNDS11 POPEYE S.SITE |
| 14593 | GAME( 200?, sc5popey ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14594 | GAME( 200?, sc5popeya ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14595 | GAME( 200?, sc5popeyb ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14596 | GAME( 200?, sc5popeyc ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14597 | GAME( 200?, sc5popeyd ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14598 | GAME( 200?, sc5popeye ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14599 | GAME( 200?, sc5popeyf ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14600 | GAME( 200?, sc5popeyg ,sc5popey, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Popeye (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14601 | |
| 14602 | |
| 14603 | // PR1918 AWP POTS OF GOLD SCORP5 PR1918 POTS OF GOLD SOUNDS11 POTS OF GOLD S.SITE |
| 14604 | GAME( 200?, sc5pog ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14605 | GAME( 200?, sc5poga ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14606 | GAME( 200?, sc5pogb ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14607 | GAME( 200?, sc5pogc ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14608 | GAME( 200?, sc5pogd ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14609 | GAME( 200?, sc5poge ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14610 | GAME( 200?, sc5pogf ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14611 | GAME( 200?, sc5pogg ,sc5pog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Pots Of Gold (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14612 | |
| 14613 | // Z050 POTOFGLD PR000050 POTOFGLD 1 POTOFGLD AWP |
| 14614 | GAME( 200?, sc5potog ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14615 | GAME( 200?, sc5potoga ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14616 | GAME( 200?, sc5potogb ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14617 | GAME( 200?, sc5potogc ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14618 | GAME( 200?, sc5potogd ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14619 | GAME( 200?, sc5potoge ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14620 | GAME( 200?, sc5potogf ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14621 | GAME( 200?, sc5potogg ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14622 | GAME( 200?, sc5potogh ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14623 | GAME( 200?, sc5potogi ,sc5potog, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "QPS","Pot Of Gold (QPS) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14624 | |
| 14625 | // PR2272 POWER PLAY PPLY SOUNDS |
| 14626 | GAME( 200?, sc5pwrpl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Power Play (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14627 | GAME( 200?, sc5pwrpla ,sc5pwrpl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Power Play (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14628 | |
| 14629 | // PR1614 AWP POWERBALL POWERBALL S.SITE PR1614 POWERBALL SOUNDS11 |
| 14630 | GAME( 200?, sc5pwrbl ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Powerball (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14631 | GAME( 200?, sc5pwrbla ,sc5pwrbl, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Powerball (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14632 | |
| 14633 | // PR2342 QUID VICIOUS QUIDV SOUNDS QUID VICIOUS |
| 14634 | GAME( 200?, sc5quidv ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14635 | GAME( 200?, sc5quidva ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14636 | GAME( 200?, sc5quidvb ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14637 | GAME( 200?, sc5quidvc ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14638 | GAME( 200?, sc5quidvd ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14639 | GAME( 200?, sc5quidve ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14640 | GAME( 200?, sc5quidvf ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14641 | GAME( 200?, sc5quidvg ,sc5quidv, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Quid Vicious (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14642 | |
| 14643 | |
| 14644 | // PR2077 RED HOT X SDRDX SOUNDS |
| 14645 | GAME( 200?, sc5rhx ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14646 | // PR2077 RED HOT X SDRDX SOUNDS |
| 14647 | GAME( 200?, sc5rhxa ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14648 | GAME( 200?, sc5rhxb ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14649 | GAME( 200?, sc5rhxc ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14650 | GAME( 200?, sc5rhxd ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14651 | GAME( 200?, sc5rhxe ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14652 | GAME( 200?, sc5rhxf ,sc5rhx, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14653 | |
| 14654 | |
| 14655 | // PR2364 CASINO RED HOT X RED HOT X CRHX SOUNDS RED HOT X |
| 14656 | GAME( 200?, sc5rhxcs ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X Casino (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14657 | GAME( 200?, sc5rhxcsa ,sc5rhxcs, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Hot X Casino (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14658 | |
| 14659 | // PR2557 RED SQUARE REDS SOUNDS RED SQUARE |
| 14660 | GAME( 200?, sc5redsq ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Square (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14661 | GAME( 200?, sc5redsqa ,sc5redsq, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Red Square (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14662 | |
| 14663 | // PR3257 CLUB RONNIE O SULLIVANS TOURNAMENT SCORP5 RONNIE OSULLIVAN CLUB PR3256 RONNIE O SOUNDS11 RONNIE SULLIVAN |
| 14664 | GAME( 200?, sc5rosts ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14665 | GAME( 200?, sc5rostsa ,sc5rosts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14666 | GAME( 200?, sc5rostsb ,sc5rosts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14667 | GAME( 200?, sc5rostsc ,sc5rosts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14668 | GAME( 200?, sc5rostsd ,sc5rosts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14669 | GAME( 200?, sc5rostse ,sc5rosts, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ronnie O'Sullivan's Tournament Snooker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14670 | |
| 14671 | // PR2311 ROVERS RETURN ROVERS RETURN SOUNDS ROVERS RETURN |
| 14672 | GAME( 200?, sc5rovrt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14673 | GAME( 200?, sc5rovrta ,sc5rovrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14674 | GAME( 200?, sc5rovrtb ,sc5rovrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14675 | GAME( 200?, sc5rovrtc ,sc5rovrt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Rovers Return (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14676 | |
| 14677 | // PR2280 SHOW ME THE MONEY SMTM SOUNDS |
| 14678 | GAME( 200?, sc5smtm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Show Me The Money (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14679 | GAME( 200?, sc5smtma ,sc5smtm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Show Me The Money (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14680 | |
| 14681 | // PR3013 AWP SHOW TIME S5 PR3013 SHOWTIME SOUNDS11 SHOW TIME S.SITE |
| 14682 | GAME( 200?, sc5showt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14683 | GAME( 200?, sc5showta ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14684 | GAME( 200?, sc5showtb ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14685 | GAME( 200?, sc5showtc ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14686 | GAME( 200?, sc5showtd ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14687 | GAME( 200?, sc5showte ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14688 | GAME( 200?, sc5showtf ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14689 | GAME( 200?, sc5showtg ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14690 | GAME( 200?, sc5showth ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14691 | GAME( 200?, sc5showti ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14692 | GAME( 200?, sc5showtj ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14693 | GAME( 200?, sc5showtk ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14694 | GAME( 200?, sc5showtl ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14695 | GAME( 200?, sc5showtm ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14696 | GAME( 200?, sc5showtn ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14697 | GAME( 200?, sc5showto ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14698 | GAME( 200?, sc5showtp ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14699 | GAME( 200?, sc5showtq ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14700 | GAME( 200?, sc5showtr ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 19)", GAME_IS_SKELETON_MECHANICAL ) |
| 14701 | GAME( 200?, sc5showts ,sc5showt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Showtime (Bellfruit) (Scorpion 5) (set 20)", GAME_IS_SKELETON_MECHANICAL ) |
| 14702 | |
| 14703 | |
| 14704 | // PR1411 AWP SNAKES AND LADDERS PR1411 SNAKES A L SOUNDS11 |
| 14705 | GAME( 200?, sc5slad ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14706 | GAME( 200?, sc5slada ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14707 | GAME( 200?, sc5sladb ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14708 | GAME( 200?, sc5sladc ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14709 | GAME( 200?, sc5sladd ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14710 | GAME( 200?, sc5slade ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14711 | GAME( 200?, sc5sladf ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14712 | GAME( 200?, sc5sladg ,sc5slad, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Snakes & Ladders (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14713 | |
| 14714 | // PR1901 AWP SPICE IT UP SCORP5 PR1901 SPICE IT UP SOUNDS11 SPICE IT UP S.SITE |
| 14715 | GAME( 200?, sc5spice ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14716 | GAME( 200?, sc5spiceb ,sc5spice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14717 | // PR1921 AWP SPICE IT UP SCORP4 PR1901 SPICE IT UP SOUNDS11 SPICE IT UP S.SITE (this header is incorrect, these are SCORP 5 sets, they use opcodes not present in the sc5 cpu and have the 'SC5' at the start of the ROM) |
| 14718 | GAME( 200?, sc5spicea ,sc5spice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14719 | GAME( 200?, sc5spicec ,sc5spice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14720 | GAME( 200?, sc5spiced ,sc5spice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14721 | GAME( 200?, sc5spicee ,sc5spice, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Spice It Up (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14722 | |
| 14723 | |
| 14724 | |
| 14725 | // PR2232 SPIN WHEN YOU'RE WINNING SPIN SOUNDS |
| 14726 | GAME( 200?, sc5swywm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14727 | GAME( 200?, sc5swywma ,sc5swywm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14728 | GAME( 200?, sc5swywmb ,sc5swywm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14729 | GAME( 200?, sc5swywmc ,sc5swywm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Spin When Your Winning (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14730 | |
| 14731 | // PR2176 SUMMIT UP SUMMIT SOUNDS SUMMIT UP H |
| 14732 | GAME( 200?, sc5sumit ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Summit Up (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14733 | GAME( 200?, sc5sumita ,sc5sumit, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Summit Up (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14734 | |
| 14735 | // PR2255 SUITUSIR SUIT SOUNDS SUITS U SIR |
| 14736 | GAME( 200?, sc5sus ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14737 | GAME( 200?, sc5susa ,sc5sus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14738 | GAME( 200?, sc5susb ,sc5sus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14739 | GAME( 200?, sc5susc ,sc5sus, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Qps","Suits U Sir (Qps) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14740 | |
| 14741 | // PR2235 SWITCHBACK SWBK SOUNDS SWITCHBACK |
| 14742 | GAME( 200?, sc5swbak ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Switch Back (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14743 | GAME( 200?, sc5swbaka ,sc5swbak, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Switch Back (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14744 | |
| 14745 | // PR1714 AWP TAKE THE PIECE S5 PR1714 TAKE THE PIECE SOUNDS11 TAKETHEPIECE S.SITE |
| 14746 | GAME( 200?, sc5ttpie ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14747 | GAME( 200?, sc5ttpiea ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14748 | GAME( 200?, sc5ttpieb ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14749 | GAME( 200?, sc5ttpiec ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14750 | GAME( 200?, sc5ttpied ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14751 | GAME( 200?, sc5ttpiee ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14752 | GAME( 200?, sc5ttpief ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14753 | GAME( 200?, sc5ttpieg ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14754 | GAME( 200?, sc5ttpieh ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14755 | GAME( 200?, sc5ttpiei ,sc5ttpie, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take The Piece (Bellfruit) (PR1714) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14756 | |
| 14757 | // PR3001 AWP TAKE YOUR PICK S5 PR3001 TAKE YOUR PICK SOUNDS11 TAKE YOUR PICK S.SITE |
| 14758 | GAME( 200?, sc5typ ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14759 | GAME( 200?, sc5typa ,sc5typ, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14760 | GAME( 200?, sc5typb ,sc5typ, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14761 | GAME( 200?, sc5typc ,sc5typ, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Take Your Pick (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14762 | |
| 14763 | // PR2140 MONOPOLY X SDMON SOUNDS (are these really a game called Top Box, or are they Top Box roms for Monopoly?) |
| 14764 | GAME( 200?, sc5tbox ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14765 | GAME( 200?, sc5tboxa, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14766 | GAME( 200?, sc5tboxb, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14767 | GAME( 200?, sc5tboxc, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14768 | GAME( 200?, sc5tboxd, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14769 | GAME( 200?, sc5tboxe, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14770 | GAME( 200?, sc5tboxf, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14771 | GAME( 200?, sc5tboxg, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14772 | GAME( 200?, sc5tboxh, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14773 | GAME( 200?, sc5tboxi, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14774 | GAME( 200?, sc5tboxj, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14775 | GAME( 200?, sc5tboxk, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14776 | GAME( 200?, sc5tboxl, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14777 | GAME( 200?, sc5tboxm, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14778 | GAME( 200?, sc5tboxn, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14779 | GAME( 200?, sc5tboxo, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14780 | GAME( 200?, sc5tboxp, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14781 | GAME( 200?, sc5tboxq, sc5tbox, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Box (Mazooma) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14782 | |
| 14783 | |
| 14784 | |
| 14785 | // PR2211 TOP OF THE SHOTS TOTS SOUNDS TOP OF THE SHOTS |
| 14786 | GAME( 200?, sc5tpsht ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14787 | GAME( 200?, sc5tpshta ,sc5tpsht, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14788 | GAME( 200?, sc5tpshtb ,sc5tpsht, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14789 | GAME( 200?, sc5tpshtc ,sc5tpsht, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14790 | GAME( 200?, sc5tpshtd ,sc5tpsht, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Top Of The Shots (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14791 | |
| 14792 | // PR2175 TRAIL BLAZER TRAB SOUNDS TRAIL BLAZER |
| 14793 | GAME( 200?, sc5trail ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Trailblazer (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14794 | GAME( 200?, sc5traila ,sc5trail, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Trailblazer (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14795 | |
| 14796 | // PR3010 AWP VIVA MEXICO SCORP5 PR3010 VIVA MEXICO SOUNDS11 VIVA MEXICO S.SITE |
| 14797 | GAME( 200?, sc5vivam ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Viva Mexico (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14798 | GAME( 200?, sc5vivama ,sc5vivam, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Viva Mexico (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14799 | |
| 14800 | // PR2341 WILD JACKPOTS WILDJACK SOUNDS WILD JACKPOTS |
| 14801 | GAME( 200?, sc5wldjk ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Wild Jackpots (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14802 | GAME( 200?, sc5wldjka ,sc5wldjk, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Wild Jackpots (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14803 | |
| 14804 | // PR1611 AWP ANT AND DECS PR1611 ANT AND DECS SOUNDS11 ANT AND DECS S.SITE |
| 14805 | GAME( 200?, sc5adsnt ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14806 | GAME( 200?, sc5adsnta ,sc5adsnt, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Ant & Dec's Saturday Night Takeaway (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14807 | |
| 14808 | |
| 14809 | // PR1708 AWP BULLY'S PRIZE BOARD PR1708 B PRIZE BOARD SOUNDS11 BULLYSPRIZEBOARD S.SITE |
| 14810 | GAME( 200?, sc5bpb ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14811 | GAME( 200?, sc5bpbb ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14812 | GAME( 200?, sc5bpbd ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14813 | GAME( 200?, sc5bpbe ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14814 | // PR1708 AWP BULLY'S PRIZE BOARD S5 PR1708 B PRIZE BOARD SOUNDS11 BULLYSPRIZEBOARD S.SITE |
| 14815 | GAME( 200?, sc5bpba ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14816 | GAME( 200?, sc5bpbc ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14817 | GAME( 200?, sc5bpbf ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14818 | GAME( 200?, sc5bpbg ,sc5bpb, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Prize Board (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14819 | |
| 14820 | // PR3010 AWP BULLYS STAR PRIZE SCORP5 PR3012 BULLYS STAR P SOUNDS11 BULLYS STARPRIZE S.SITE |
| 14821 | GAME( 200?, sc5bsp ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14822 | GAME( 200?, sc5bspa ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14823 | GAME( 200?, sc5bspb ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14824 | GAME( 200?, sc5bspc ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14825 | GAME( 200?, sc5bspd ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14826 | GAME( 200?, sc5bspe ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14827 | GAME( 200?, sc5bspf ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14828 | GAME( 200?, sc5bspg ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14829 | GAME( 200?, sc5bsph ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14830 | GAME( 200?, sc5bspi ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14831 | GAME( 200?, sc5bspl ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14832 | GAME( 200?, sc5bspm ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14833 | GAME( 200?, sc5bspn ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14834 | GAME( 200?, sc5bspo ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 16)", GAME_IS_SKELETON_MECHANICAL ) |
| 14835 | GAME( 200?, sc5bspp ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 17)", GAME_IS_SKELETON_MECHANICAL ) |
| 14836 | GAME( 200?, sc5bspq ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3010) (Bellfruit) (Scorpion 5) (set 18)", GAME_IS_SKELETON_MECHANICAL ) |
| 14837 | // PR3012 AWP BULLYS STAR PRIZE SCORP5 PR3012 BULLYS STAR P SOUNDS11 BULLYS STARPRIZE S.SITE |
| 14838 | GAME( 200?, sc5bspj ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3012) (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14839 | GAME( 200?, sc5bspk ,sc5bsp, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Bully's Star Prize (PR3012) (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14840 | |
| 14841 | |
| 14842 | // PR1312 AWP CHAIN REACTION PR1312 CHAIN REACT SOUNDS11 |
| 14843 | GAME( 200?, sc5chain ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14844 | GAME( 200?, sc5chaina ,sc5chain, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14845 | GAME( 200?, sc5chainb ,sc5chain, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14846 | GAME( 200?, sc5chainc ,sc5chain, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14847 | GAME( 200?, sc5chaind ,sc5chain, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14848 | GAME( 200?, sc5chaine ,sc5chain, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Chain Reaction (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14849 | |
| 14850 | // PR1707 AWP CLOWN AROUND SCORP5 PR1707 CLOWN AROUND SOUNDS11 CLOWN AROUND S.SITE |
| 14851 | GAME( 200?, sc5clown ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14852 | GAME( 200?, sc5clowna ,sc5clown, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14853 | GAME( 200?, sc5clownb ,sc5clown, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14854 | GAME( 200?, sc5clownc ,sc5clown, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14855 | GAME( 200?, sc5clownd ,sc5clown, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14856 | GAME( 200?, sc5clowne ,sc5clown, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Clown Around (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14857 | |
| 14858 | // PR1412 AWP COPS AND ROBBERS PR1412 COPS AND ROBBERS SOUNDS11 COPS AND ROBBERS S.SITE |
| 14859 | GAME( 200?, sc5copsr ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14860 | GAME( 200?, sc5copsra ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14861 | GAME( 200?, sc5copsrb ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14862 | GAME( 200?, sc5copsrc ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14863 | GAME( 200?, sc5copsrd ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14864 | GAME( 200?, sc5copsre ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14865 | GAME( 200?, sc5copsrf ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14866 | GAME( 200?, sc5copsrg ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14867 | GAME( 200?, sc5copsrh ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14868 | GAME( 200?, sc5copsri ,sc5copsr, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Cops 'n' Robbers (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14869 | |
| 14870 | |
| 14871 | |
| 14872 | // PR1915 AWP DEAL OR NO DEAL BEAT THE BANKER S5 PR1915 BEAT THE BANKER SOUNDS11 BEAT THE BANKER S.SITE |
| 14873 | GAME( 200?, sc5dndbe ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14874 | GAME( 200?, sc5dndbea ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14875 | GAME( 200?, sc5dndbeb ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14876 | GAME( 200?, sc5dndbec ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14877 | GAME( 200?, sc5dndbed ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14878 | GAME( 200?, sc5dndbee ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14879 | GAME( 200?, sc5dndbef ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14880 | GAME( 200?, sc5dndbeg ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14881 | GAME( 200?, sc5dndbeh ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14882 | GAME( 200?, sc5dndbei ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14883 | GAME( 200?, sc5dndbej ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14884 | GAME( 200?, sc5dndbek ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14885 | GAME( 200?, sc5dndbel ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 13)", GAME_IS_SKELETON_MECHANICAL ) |
| 14886 | GAME( 200?, sc5dndbem ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 14)", GAME_IS_SKELETON_MECHANICAL ) |
| 14887 | GAME( 200?, sc5dndben ,sc5dndbe, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker (Bellfruit) (Scorpion 5) (set 15)", GAME_IS_SKELETON_MECHANICAL ) |
| 14888 | |
| 14889 | // PR3063 CASINO DOND CAN YOU BEAT THE BANKER CASINO DOND ARCADE PR3063 BEAT THE BANKER SOUNDS11 |
| 14890 | GAME( 200?, sc5ddbbc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14891 | GAME( 200?, sc5ddbbca ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14892 | GAME( 200?, sc5ddbbcb ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14893 | GAME( 200?, sc5ddbbcc ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14894 | GAME( 200?, sc5ddbbcd ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14895 | GAME( 200?, sc5ddbbce ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14896 | GAME( 200?, sc5ddbbcf ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14897 | GAME( 200?, sc5ddbbcg ,sc5ddbbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Beat The Banker Casino (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14898 | |
| 14899 | |
| 14900 | // PR3312 AWP DEAL OR NO DEAL BOX CLEVER SCORP5 PR3312 DOND BOXCLEVER SOUNDS11 BOX CLEVER S.SITE |
| 14901 | GAME( 200?, sc5dndbc ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14902 | GAME( 200?, sc5dndbca ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14903 | GAME( 200?, sc5dndbcb ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14904 | GAME( 200?, sc5dndbcc ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14905 | GAME( 200?, sc5dndbcd ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14906 | GAME( 200?, sc5dndbce ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14907 | GAME( 200?, sc5dndbcf ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 7)", GAME_IS_SKELETON_MECHANICAL ) |
| 14908 | GAME( 200?, sc5dndbcg ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 8)", GAME_IS_SKELETON_MECHANICAL ) |
| 14909 | GAME( 200?, sc5dndbch ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 9)", GAME_IS_SKELETON_MECHANICAL ) |
| 14910 | GAME( 200?, sc5dndbci ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 10)", GAME_IS_SKELETON_MECHANICAL ) |
| 14911 | GAME( 200?, sc5dndbcj ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 11)", GAME_IS_SKELETON_MECHANICAL ) |
| 14912 | GAME( 200?, sc5dndbck ,sc5dndbc, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "BFM","Deal Or No Deal Box Clever (Bellfruit) (Scorpion 5) (set 12)", GAME_IS_SKELETON_MECHANICAL ) |
| 14913 | |
| 14914 | // PR1706 AWP WHEEL OF WEALTH PR1706 WHEEL OF WEALTH SOUNDS11 WHEEL OF WEALTH S.SITE |
| 14915 | GAME( 200?, sc5mowow ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wheel Of Wealth (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14916 | GAME( 200?, sc5mowowb ,sc5mowow, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Monopoly Wheel Of Wealth (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14917 | |
| 14918 | // PR2166 NUN N ROSES NANR SOUNDS NUNS N ROSES |
| 14919 | GAME( 200?, sc5nunsm ,0, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 1)", GAME_IS_SKELETON_MECHANICAL ) |
| 14920 | GAME( 200?, sc5nunsma ,sc5nunsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 2)", GAME_IS_SKELETON_MECHANICAL ) |
| 14921 | GAME( 200?, sc5nunsmb ,sc5nunsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 3)", GAME_IS_SKELETON_MECHANICAL ) |
| 14922 | GAME( 200?, sc5nunsmc ,sc5nunsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 4)", GAME_IS_SKELETON_MECHANICAL ) |
| 14923 | GAME( 200?, sc5nunsmd ,sc5nunsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 5)", GAME_IS_SKELETON_MECHANICAL ) |
| 14924 | GAME( 200?, sc5nunsme ,sc5nunsm, bfm_sc5, bfm_sc5, bfm_sc5_state, sc5, ROT0, "Mazooma","Nuns 'n' Roses (Mazooma) (Scorpion 5) (set 6)", GAME_IS_SKELETON_MECHANICAL ) |
| 14925 | |