trunk/src/mame/drivers/cosmic.c
| r24800 | r24801 | |
| 25 | 25 | * In devzone, setting SWA:3,4 on anything but OFF,OFF results in no coins |
| 26 | 26 | accepted at all |
| 27 | 27 | |
| 28 | cosmicg - background should be blue |
| 29 | cosmicg - board can operate in b&w mode if there is no PROM, in this case |
| 30 | a colour overlay should be used. |
| 31 | |
| 28 | 32 | ***************************************************************************/ |
| 29 | 33 | |
| 30 | 34 | |
| r24800 | r24801 | |
| 1354 | 1358 | ROM_LOAD( "cosmicg9.bin", 0x0000, 0x0400, CRC(689c2c96) SHA1(ddfdc3fd29c56fdebd3b1c3443a7c39f567d5355) ) |
| 1355 | 1359 | ROM_END |
| 1356 | 1360 | |
| 1361 | |
| 1362 | ROM_START( cosmicgi ) |
| 1363 | ROM_REGION( 0x10000, "maincpu", 0 ) /* 8k for code */ |
| 1364 | ROM_LOAD( "1g118.2h", 0x0000, 0x0400, CRC(4bda1711) SHA1(746fd15dbe08c9e2af74547c19a55a84f7b65303) ) |
| 1365 | ROM_LOAD( "2g118.3h", 0x0400, 0x0400, CRC(3c10b2ba) SHA1(127a950d90420417a91aa3c8fabec7d7e7d526f5) ) |
| 1366 | ROM_LOAD( "3.4h", 0x0800, 0x0400, CRC(82a49b48) SHA1(4cf9f684f3eb18b99a88ca879bb7083b1334f0cc) ) |
| 1367 | ROM_LOAD( "4g118.5h", 0x0c00, 0x0400, CRC(42bb0611) SHA1(3894e4372f1443402ea7145b1101e1219fe2cde2) ) // changes in here cause trails when you move the ship, PCB does the same and ROM gives the same read every time, possible a bit has been flipped tho. check |
| 1368 | ROM_LOAD( "5.6h", 0x1000, 0x0400, CRC(b1c00fbf) SHA1(136267f75e2d5b445695cabef4538f986e6f1b10) ) |
| 1369 | ROM_LOAD( "6.7h", 0x1400, 0x0400, CRC(f03454ce) SHA1(32c87f369475c7154fe3243d2c7be4a25444e530) ) |
| 1370 | ROM_LOAD( "7.8h", 0x1800, 0x0400, CRC(84656c97) SHA1(2180faa07dd5bc618c80ae033babfc1191a0b890) ) // standard label but different anyway? |
| 1371 | ROM_LOAD( "8g128.9h", 0x1c00, 0x0400, CRC(7f48307c) SHA1(5929c131d790b0c8f9113730715531809c6840e2) ) |
| 1372 | |
| 1373 | ROM_REGION( 0x0400, "user1", 0 ) /* color map */ // population of this is optional, board runs as b&w without (this board didn't have it populated) |
| 1374 | ROM_LOAD( "cosmicg9.bin", 0x0000, 0x0400, CRC(689c2c96) SHA1(ddfdc3fd29c56fdebd3b1c3443a7c39f567d5355) ) |
| 1375 | ROM_END |
| 1376 | |
| 1377 | |
| 1357 | 1378 | /* rom 9 not dumped according to readme? */ |
| 1358 | 1379 | ROM_START( magspot ) |
| 1359 | 1380 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| r24800 | r24801 | |
| 1549 | 1570 | |
| 1550 | 1571 | |
| 1551 | 1572 | GAME( 1979, cosmicg, 0, cosmicg, cosmicg, cosmic_state, cosmicg, ROT270, "Universal", "Cosmic Guerilla", GAME_IMPERFECT_SOUND | GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 1573 | GAME( 1979, cosmicgi, cosmicg, cosmicg, cosmicg, cosmic_state, cosmicg, ROT270, "bootleg (Inder)", "Cosmic Guerilla (Spanish bootleg)", GAME_IMPERFECT_SOUND | GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 1552 | 1574 | GAME( 1979, cosmica, 0, cosmica, cosmica, cosmic_state, cosmica, ROT270, "Universal", "Cosmic Alien (version II)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 1553 | 1575 | GAME( 1979, cosmica1, cosmica, cosmica, cosmica, cosmic_state, cosmica, ROT270, "Universal", "Cosmic Alien (first version)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 1554 | 1576 | GAME( 1979, cosmica2, cosmica, cosmica, cosmica, cosmic_state, cosmica, ROT270, "Universal", "Cosmic Alien (early version II?)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
trunk/src/mame/drivers/galaxian.c
| r24800 | r24801 | |
| 7513 | 7513 | ROM_LOAD( "pe05.rom", 0x2000, 0x0800, CRC(cb461871) SHA1(3865f3b7f47f314a097dddfcc49929bb63afd4fc) ) |
| 7514 | 7514 | ROM_LOAD( "pe04.rom", 0x2800, 0x0800, CRC(f157a8db) SHA1(75fa76d5dad149502c25d191053041a52dd1562e) ) |
| 7515 | 7515 | ROM_LOAD( "pe03.rom", 0x3000, 0x0800, CRC(75085cb6) SHA1(92c4f375352685ec670b0aa96becce064c5d9bce) ) |
| 7516 | | ROM_LOAD( "pe02.rom", 0x3800, 0x0800, BAD_DUMP CRC(797d45c7) SHA1(76fb8b45fcce3622c59c04af32cfa001ef7bf71d) ) // was missing, assuming it's the same as asideral for now |
| 7516 | ROM_LOAD( "pe02.rom", 0x3800, 0x0800, CRC(797d45c7) SHA1(76fb8b45fcce3622c59c04af32cfa001ef7bf71d) ) |
| 7517 | 7517 | |
| 7518 | 7518 | ROM_REGION( 0x2000, "gfx1", 0 ) |
| 7519 | 7519 | ROM_LOAD( "pe07.rom", 0x0000, 0x0800, CRC(012941e0) SHA1(4f7ec4d95939cb7c4086bb7df43759ac504ae47c) ) |