~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/drivers/namcos86.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1151
1151
        ROM_LOAD( "sk3_3.12c",    0x8000, 0x8000, CRC(6d1084c4) SHA1(0045e01cbeb750c50a561420f1577de8cd881894) )
1152
1152
        /* 12d empty */
1153
1153
 
1154
 
        ROM_REGION( 0x0c000, "gfx1", ROMREGION_DISPOSE )
 
1154
        ROM_REGION( 0x0c000, "gfx1", 0 )
1155
1155
        ROM_LOAD( "sk3_9.7r",     0x00000, 0x08000, CRC(48675b17) SHA1(434babcf5454364a17e529daae16e6f623ca75dd) )      /* plane 1,2 */
1156
1156
        ROM_LOAD( "sk3_10.7s",    0x08000, 0x04000, CRC(7418465a) SHA1(e8236c3d077af147a7d5f8f9cd519d030c073aaf) )      /* plane 3 */
1157
1157
 
1158
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1158
        ROM_REGION( 0x0c000, "gfx2", 0 )
1159
1159
        ROM_LOAD( "sk3_7.4r",     0x00000, 0x08000, CRC(4036b735) SHA1(4177f3f37feb83fab63a1160a939c8d566bbe16c) )      /* plane 1,2 */
1160
1160
        ROM_LOAD( "sk3_8.4s",     0x08000, 0x04000, CRC(044bfd21) SHA1(4fbb72fbf041cb256377952d860147376fc1d05b) )      /* plane 3 */
1161
1161
 
1162
 
        ROM_REGION( 0x40000, "gfx3", ROMREGION_DISPOSE )
 
1162
        ROM_REGION( 0x40000, "gfx3", 0 )
1163
1163
        ROM_LOAD( "sk3_5.12h",    0x00000, 0x8000, CRC(5c7d4399) SHA1(9c57e2510b1a01f618364ddaa9b9fa0ce9ae7340) )
1164
1164
        ROM_LOAD( "sk3_6.12k",    0x08000, 0x8000, CRC(c908a3b2) SHA1(5fd5304c314443fb3351e7a2d50a72a0fede7e6d) )
1165
1165
        /* 12l/m/p/r/t/u empty */
1178
1178
        /* the ROM/voice expansion board is not present in this game */
1179
1179
ROM_END
1180
1180
 
1181
 
ROM_START( skykiddo )
 
1181
ROM_START( skykiddxo )
1182
1182
        ROM_REGION( 0x18000, "cpu1", 0 )
1183
1183
        ROM_LOAD( "sk3_1.9c",     0x08000, 0x8000, CRC(5722a291) SHA1(0b3ca2585bf5c18214c1337dce8f92027e9d78c2) )
1184
1184
        ROM_LOAD( "sk3_2.9d",     0x10000, 0x8000, CRC(74b8f8e2) SHA1(0c9f0a283c764d5db59abea17a7f3285718b4501) )
1187
1187
        ROM_LOAD( "sk3_3.12c",    0x8000, 0x8000, CRC(6d1084c4) SHA1(0045e01cbeb750c50a561420f1577de8cd881894) )
1188
1188
        /* 12d empty */
1189
1189
 
1190
 
        ROM_REGION( 0x0c000, "gfx1", ROMREGION_DISPOSE )
 
1190
        ROM_REGION( 0x0c000, "gfx1", 0 )
1191
1191
        ROM_LOAD( "sk3_9.7r",     0x00000, 0x08000, CRC(48675b17) SHA1(434babcf5454364a17e529daae16e6f623ca75dd) )      /* plane 1,2 */
1192
1192
        ROM_LOAD( "sk3_10.7s",    0x08000, 0x04000, CRC(7418465a) SHA1(e8236c3d077af147a7d5f8f9cd519d030c073aaf) )      /* plane 3 */
1193
1193
 
1194
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1194
        ROM_REGION( 0x0c000, "gfx2", 0 )
1195
1195
        ROM_LOAD( "sk3_7.4r",     0x00000, 0x08000, CRC(4036b735) SHA1(4177f3f37feb83fab63a1160a939c8d566bbe16c) )      /* plane 1,2 */
1196
1196
        ROM_LOAD( "sk3_8.4s",     0x08000, 0x04000, CRC(044bfd21) SHA1(4fbb72fbf041cb256377952d860147376fc1d05b) )      /* plane 3 */
1197
1197
 
1198
 
        ROM_REGION( 0x40000, "gfx3", ROMREGION_DISPOSE )
 
1198
        ROM_REGION( 0x40000, "gfx3", 0 )
1199
1199
        ROM_LOAD( "sk3_5.12h",    0x00000, 0x8000, CRC(5c7d4399) SHA1(9c57e2510b1a01f618364ddaa9b9fa0ce9ae7340) )
1200
1200
        ROM_LOAD( "sk3_6.12k",    0x08000, 0x8000, CRC(c908a3b2) SHA1(5fd5304c314443fb3351e7a2d50a72a0fede7e6d) )
1201
1201
        /* 12l/m/p/r/t/u empty */
1223
1223
        ROM_LOAD( "hm1_2.12c",    0xc000, 0x4000, CRC(c46cda65) SHA1(1131b4aa0a446569e1eb9f59964548058c7993e2) )
1224
1224
        /* 12d empty */
1225
1225
 
1226
 
        ROM_REGION( 0x06000, "gfx1", ROMREGION_DISPOSE )
 
1226
        ROM_REGION( 0x06000, "gfx1", 0 )
1227
1227
        ROM_LOAD( "hm1_6.7r",     0x00000, 0x04000, CRC(fd0e8887) SHA1(b76737d22bb1c1ae4d700ea6796e8d91f6ffa275) )      /* plane 1,2 */
1228
1228
        ROM_FILL(                 0x04000, 0x02000, 0 )                 /* no plane 3 */
1229
1229
 
1230
 
        ROM_REGION( 0x06000, "gfx2", ROMREGION_DISPOSE )
 
1230
        ROM_REGION( 0x06000, "gfx2", 0 )
1231
1231
        ROM_LOAD( "hm1_5.4r",     0x00000, 0x04000, CRC(9c4f31ae) SHA1(1c7072355d6f98b8e8554da19eab0512fdd9e2e1) )      /* plane 1,2 */
1232
1232
        ROM_FILL(                 0x04000, 0x02000, 0 )                 /* no plane 3 */
1233
1233
 
1234
 
        ROM_REGION( 0x40000, "gfx3", ROMREGION_DISPOSE )
 
1234
        ROM_REGION( 0x40000, "gfx3", 0 )
1235
1235
        ROM_LOAD( "hm1_4.12h",    0x00000, 0x8000, CRC(78719c52) SHA1(06d7bb9f29ccdbf563b3bf13c0290510b26e186f) )
1236
1236
        /* 12k/l/m/p/r/t/u empty */
1237
1237
 
1258
1258
        ROM_LOAD( "ri1_3.12c",    0x8000, 0x8000, CRC(a39829f7) SHA1(e08114d5154367a3cc36f1485253f18044a1888d) )
1259
1259
        /* 12d empty */
1260
1260
 
1261
 
        ROM_REGION( 0x06000, "gfx1", ROMREGION_DISPOSE )
 
1261
        ROM_REGION( 0x06000, "gfx1", 0 )
1262
1262
        ROM_LOAD( "ri1_14.7r",    0x00000, 0x04000, CRC(de8154b4) SHA1(70a65e4656cf9fcf5c54e84c628ec95393e856fb) )      /* plane 1,2 */
1263
1263
        ROM_LOAD( "ri1_15.7s",    0x04000, 0x02000, CRC(4298822b) SHA1(5aad41fd719c2f310ae485caaacda129c9f2ac94) )      /* plane 3 */
1264
1264
 
1265
 
        ROM_REGION( 0x06000, "gfx2", ROMREGION_DISPOSE )
 
1265
        ROM_REGION( 0x06000, "gfx2", 0 )
1266
1266
        ROM_LOAD( "ri1_12.4r",    0x00000, 0x04000, CRC(557e54d3) SHA1(d22969deefcb3c3443d08a215f1ec2e874650b19) )      /* plane 1,2 */
1267
1267
        ROM_LOAD( "ri1_13.4s",    0x04000, 0x02000, CRC(9ebe8e32) SHA1(5990a86bfbf2669e512e8ca875c69b4c60c4d108) )      /* plane 3 */
1268
1268
 
1269
 
        ROM_REGION( 0x40000, "gfx3", ROMREGION_DISPOSE )
 
1269
        ROM_REGION( 0x40000, "gfx3", 0 )
1270
1270
        ROM_LOAD( "ri1_5.12h",    0x00000, 0x8000, CRC(46b59239) SHA1(bb08e57cd5864f41e27a07dcf449896570d2203d) )
1271
1271
        ROM_LOAD( "ri1_6.12k",    0x08000, 0x8000, CRC(94d9ef48) SHA1(a13b345b8fe30dea8e85698782674859c385e79a) )
1272
1272
        ROM_LOAD( "ri1_7.12l",    0x10000, 0x8000, CRC(da802b59) SHA1(b6551db5cd9c3d674cdf1dc59f581ee435a7eeb7) )
1300
1300
        ROM_LOAD( "gt1_2.12c",    0xc000, 0x4000, CRC(302f2cb6) SHA1(19c39afb7d49d80aeaaf67a837cd02bfd3d64fbd) )
1301
1301
        /* 12d empty */
1302
1302
 
1303
 
        ROM_REGION( 0x18000, "gfx1", ROMREGION_DISPOSE )
 
1303
        ROM_REGION( 0x18000, "gfx1", 0 )
1304
1304
        ROM_LOAD( "gt1_7.7r",     0x00000, 0x10000, CRC(ea77a211) SHA1(32b8ae11723b6223b42225805acd0dcab65516a5) )      /* plane 1,2 */
1305
1305
        ROM_LOAD( "gt1_6.7s",     0x10000, 0x08000, CRC(1b128a2e) SHA1(6d7b95326919420538b509a119c26e9109e5539e) )      /* plane 3 */
1306
1306
 
1307
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1307
        ROM_REGION( 0x0c000, "gfx2", 0 )
1308
1308
        ROM_LOAD( "gt1_5.4r",     0x00000, 0x08000, CRC(44d58b06) SHA1(9663f026092484a4041e486bad23e8e58a4dbf95) )      /* plane 1,2 */
1309
1309
        ROM_LOAD( "gt1_4.4s",     0x08000, 0x04000, CRC(db8d45b0) SHA1(fd4ebdf442e8b9ccc026079c29a975b1fa6e8dd6) )      /* plane 3 */
1310
1310
 
1311
 
        ROM_REGION( 0x100000, "gfx3", ROMREGION_DISPOSE )
 
1311
        ROM_REGION( 0x100000, "gfx3", 0 )
1312
1312
        ROM_LOAD( "gt1_11.12h",   0x00000, 0x20000, CRC(3181a5fe) SHA1(a98b8609afe3a41ed7b1432b3c2850e8de2c428b) )
1313
1313
        ROM_LOAD( "gt1_12.12k",   0x20000, 0x20000, CRC(76b729ab) SHA1(d75aeca1ddbb690ff7442dee3b1d44331d220758) )
1314
1314
        ROM_LOAD( "gt1_13.12l",   0x40000, 0x20000, CRC(e332a36e) SHA1(fa06da1e4f7ef3adf8e87d8d4d95aa7e0eb2d7b2) )
1351
1351
        ROM_LOAD( "rt3_2b.12c",   0x08000, 0x8000, CRC(a7ea46ee) SHA1(52e8757aacb4e01f8432125729e2323c48ebc4f5) )
1352
1352
        ROM_LOAD( "rt3_3.12d",    0x10000, 0x8000, CRC(a13f601c) SHA1(8987174e364d20eeab706c3e0d4e0d3c2b96723c) )
1353
1353
 
1354
 
        ROM_REGION( 0x18000, "gfx1", ROMREGION_DISPOSE )
 
1354
        ROM_REGION( 0x18000, "gfx1", 0 )
1355
1355
        ROM_LOAD( "rt1_7.7r",     0x00000, 0x10000, CRC(a85efa39) SHA1(1ed63b421a93960668cb4558c1ca1b3c86b1f6be) )      /* plane 1,2 */
1356
1356
        ROM_LOAD( "rt1_8.7s",     0x10000, 0x08000, CRC(f7a95820) SHA1(82fe0adf6c5b3abef19031646e1eca1585dcc481) )      /* plane 3 */
1357
1357
 
1358
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1358
        ROM_REGION( 0x0c000, "gfx2", 0 )
1359
1359
        ROM_LOAD( "rt1_5.4r",     0x00000, 0x08000, CRC(d0fc470b) SHA1(70f7f1e29527044eae405f58af08bad3097990bd) )      /* plane 1,2 */
1360
1360
        ROM_LOAD( "rt1_6.4s",     0x08000, 0x04000, CRC(6b57edb2) SHA1(4a8f1e024e5be4d76f2c99d506ae7da86af3d1f5) )      /* plane 3 */
1361
1361
 
1362
 
        ROM_REGION( 0x80000, "gfx3", ROMREGION_DISPOSE )
 
1362
        ROM_REGION( 0x80000, "gfx3", 0 )
1363
1363
        ROM_LOAD( "rt1_9.12h",    0x00000, 0x10000, CRC(8e070561) SHA1(483b4de79f2429236f45c32ec56b97a9a90574a3) )
1364
1364
        ROM_LOAD( "rt1_10.12k",   0x10000, 0x10000, CRC(cb8fb607) SHA1(ba9400fb19d29a285897cc3a2d4d739ce845f897) )
1365
1365
        ROM_LOAD( "rt1_11.12l",   0x20000, 0x10000, CRC(2bdf5ed9) SHA1(a771e922ad868ca1e008d08a8ff5fdf28aa315fc) )
1393
1393
        /* m3 empty */
1394
1394
ROM_END
1395
1395
 
1396
 
ROM_START( rthundro )
 
1396
ROM_START( rthundero )
1397
1397
        ROM_REGION( 0x18000, "cpu1", 0 )
1398
1398
        ROM_LOAD( "r1",           0x8000, 0x8000, CRC(6f8c1252) SHA1(586f2e33dd16f31131e4ae9423d639fdc6555c9c) )
1399
1399
        /* 9d empty */
1402
1402
        ROM_LOAD( "r2",           0x08000, 0x8000, CRC(f22a03d8) SHA1(5b81fc82813978d5cb69402be72b9ccc585fa1d0) )
1403
1403
        ROM_LOAD( "r3",           0x10000, 0x8000, CRC(aaa82885) SHA1(fc2bec3cf7e2de5f90174a2ed3bacfa94b6819f4) )
1404
1404
 
1405
 
        ROM_REGION( 0x18000, "gfx1", ROMREGION_DISPOSE )
 
1405
        ROM_REGION( 0x18000, "gfx1", 0 )
1406
1406
        ROM_LOAD( "rt1_7.7r",     0x00000, 0x10000, CRC(a85efa39) SHA1(1ed63b421a93960668cb4558c1ca1b3c86b1f6be) )      /* plane 1,2 */
1407
1407
        ROM_LOAD( "rt1_8.7s",     0x10000, 0x08000, CRC(f7a95820) SHA1(82fe0adf6c5b3abef19031646e1eca1585dcc481) )      /* plane 3 */
1408
1408
 
1409
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1409
        ROM_REGION( 0x0c000, "gfx2", 0 )
1410
1410
        ROM_LOAD( "rt1_5.4r",     0x00000, 0x08000, CRC(d0fc470b) SHA1(70f7f1e29527044eae405f58af08bad3097990bd) )      /* plane 1,2 */
1411
1411
        ROM_LOAD( "rt1_6.4s",     0x08000, 0x04000, CRC(6b57edb2) SHA1(4a8f1e024e5be4d76f2c99d506ae7da86af3d1f5) )      /* plane 3 */
1412
1412
 
1413
 
        ROM_REGION( 0x80000, "gfx3", ROMREGION_DISPOSE )
 
1413
        ROM_REGION( 0x80000, "gfx3", 0 )
1414
1414
        ROM_LOAD( "rt1_9.12h",    0x00000, 0x10000, CRC(8e070561) SHA1(483b4de79f2429236f45c32ec56b97a9a90574a3) )
1415
1415
        ROM_LOAD( "rt1_10.12k",   0x10000, 0x10000, CRC(cb8fb607) SHA1(ba9400fb19d29a285897cc3a2d4d739ce845f897) )
1416
1416
        ROM_LOAD( "rt1_11.12l",   0x20000, 0x10000, CRC(2bdf5ed9) SHA1(a771e922ad868ca1e008d08a8ff5fdf28aa315fc) )
1453
1453
        ROM_LOAD( "wm1_2.12c",    0x8000, 0x8000, CRC(3181efd0) SHA1(01a2e0e4c8ced6f48b6e70393a3c4152b079e9b0) )
1454
1454
        /* 12d empty */
1455
1455
 
1456
 
        ROM_REGION( 0x0c000, "gfx1", ROMREGION_DISPOSE )
 
1456
        ROM_REGION( 0x0c000, "gfx1", 0 )
1457
1457
        ROM_LOAD( "wm1_6.7r",     0x00000, 0x08000, CRC(93955fbb) SHA1(cffd457886c40bf709b573237165ae8fa9784e32) )      /* plane 1,2 */
1458
1458
        ROM_LOAD( "wm1_7.7s",     0x08000, 0x04000, CRC(7d662527) SHA1(09d1dc46a402c67dddcdd4cc90f32948c7a28795) )      /* plane 3 */
1459
1459
 
1460
 
        ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
 
1460
        ROM_REGION( 0x0c000, "gfx2", 0 )
1461
1461
        ROM_LOAD( "wm1_4.4r",     0x00000, 0x08000, CRC(bbe67836) SHA1(bc998c2ddc2664db614e7c487f77073a5be69e89) )      /* plane 1,2 */
1462
1462
        ROM_LOAD( "wm1_5.4s",     0x08000, 0x04000, CRC(a81b481f) SHA1(b5a029e432b29e157505b975ea57cd4b5da361a7) )      /* plane 3 */
1463
1463
 
1464
 
        ROM_REGION( 0x80000, "gfx3", ROMREGION_DISPOSE )
 
1464
        ROM_REGION( 0x80000, "gfx3", 0 )
1465
1465
        ROM_LOAD( "wm1_8.12h",    0x00000, 0x10000, CRC(14f52e72) SHA1(0f8f58cd13e3393a113817593816f53a218f3ce4) )
1466
1466
        ROM_LOAD( "wm1_9.12k",    0x10000, 0x10000, CRC(16f8cdae) SHA1(8281b4c66157580f34aec7c035d06f721f77b3d5) )
1467
1467
        ROM_LOAD( "wm1_10.12l",   0x20000, 0x10000, CRC(bfbc1896) SHA1(0308cf907c77417ad3f84326b074567a00245998) )
1558
1558
 
1559
1559
 
1560
1560
GAME( 1986, skykiddx, 0,        skykiddx, skykiddx, namco86, ROT180, "Namco", "Sky Kid Deluxe (set 1)", 0 )
1561
 
GAME( 1986, skykiddo, skykiddx, skykiddx, skykiddx, namco86, ROT180, "Namco", "Sky Kid Deluxe (set 2)", 0 )
 
1561
GAME( 1986, skykiddxo,skykiddx, skykiddx, skykiddx, namco86, ROT180, "Namco", "Sky Kid Deluxe (set 2)", 0 )
1562
1562
GAME( 1986, hopmappy, 0,        hopmappy, hopmappy, namco86, ROT0,   "Namco", "Hopping Mappy", 0 )
1563
1563
GAME( 1986, roishtar, 0,        roishtar, roishtar, namco86, ROT0,   "Namco", "The Return of Ishtar", 0 )
1564
1564
GAME( 1986, genpeitd, 0,        genpeitd, genpeitd, namco86, ROT0,   "Namco", "Genpei ToumaDen", 0 )
1565
1565
GAME( 1986, rthunder, 0,        rthunder, rthunder, namco86, ROT0,   "Namco", "Rolling Thunder (new version)", 0 )
1566
 
GAME( 1986, rthundro, rthunder, rthunder, rthundro, namco86, ROT0,   "Namco", "Rolling Thunder (old version)", 0 )
 
1566
GAME( 1986, rthundero,rthunder, rthunder, rthundro, namco86, ROT0,   "Namco", "Rolling Thunder (old version)", 0 )
1567
1567
GAME( 1987, wndrmomo, 0,        wndrmomo, wndrmomo, namco86, ROT0,   "Namco", "Wonder Momo", GAME_IMPERFECT_GRAPHICS )