Previous 199869 Revisions Next

r31928 Friday 5th September, 2014 at 20:05:59 UTC by hap
it's not z80, and doesn't look like a simple clone of galaxian
[src/mame]mame.lst
[src/mame/drivers]galaxian.c

trunk/src/mame/drivers/galaxian.c
r31927r31928
66626662ROM_END
66636663
66646664/* Suspected of being Space Warp - ASCII shows "COPYRIGHT 1983", "CENTURY ELECTRONICS UK LTD" in swarpt7f.bin */
6665ROM_START( spcwarpc )
6665/* S2650 CPU, not Z80 */
6666ROM_START( spcwarp )
66666667   ROM_REGION( 0x4000, "maincpu", 0 )
66676668   ROM_LOAD( "swarpt7f.bin", 0x0000, 0x1000, CRC(04d744e3) SHA1(db8218510052a05670cb0b722b73d3f10464788c) )
66686669   ROM_LOAD( "swarpt7h.bin", 0x1000, 0x1000, CRC(34a36536) SHA1(bc438515618683b2a7c29637871ee00ed95ad7f8) )
r31927r31928
1063110632GAME( 19??, tst_galx, galaxian, galaxian, galaxian, galaxian_state, galaxian, ROT90,  "<unknown>", "Galaxian Test ROM", GAME_SUPPORTS_SAVE )
1063210633GAME( 1980, galaxrf,  galaxian, galaxian, galaxrf, galaxian_state,  galaxian, ROT90,  "bootleg (Recreativos Franco S.A.)", "Galaxian (Recreativos Franco S.A. Spanish bootleg)", GAME_SUPPORTS_SAVE )
1063310634GAME( 1980, galaxrfgg,galaxian, galaxian, galaxrf, galaxian_state,  galaxian, ROT90,  "bootleg (Recreativos Franco S.A.)", "Galaxian Growing Galaxip / Galaxian Nave Creciente (Recreativos Franco S.A. Spanish bootleg)", GAME_SUPPORTS_SAVE )
10634GAME( 1983, spcwarpc, galaxian, galaxian, galaxian, galaxian_state, galaxian, ROT90,  "Century Electronics CO LTD", "Space Warp (Century Electronics)", GAME_NOT_WORKING | GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
1063510635
1063610636/* other games on basic galaxian hardware */
1063710637GAME( 1981, blkhole,  0,        galaxian, blkhole, galaxian_state,  galaxian, ROT90,  "TDS & MINTS", "Black Hole", GAME_SUPPORTS_SAVE )
r31927r31928
1064010640GAME( 19??, chewing,  luctoday, galaxian, luctoday, galaxian_state, galaxian, ROT90,  "<unknown>", "Chewing Gum", GAME_SUPPORTS_SAVE )
1064110641GAME( 1982, catacomb, 0,        galaxian, catacomb, galaxian_state, galaxian, ROT90,  "MTM Games", "Catacomb", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
1064210642GAME( 19??, omega,    theend,   galaxian, omega, galaxian_state,    galaxian, ROT270, "bootleg?", "Omega", GAME_SUPPORTS_SAVE )
10643GAME( 1983, spcwarp,  0,        galaxian, galaxian, galaxian_state, galaxian, ROT90,  "Century Electronics", "Space Warp?", GAME_NOT_WORKING | GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
1064310644
1064410645/* these games require the coin lockout mechanism to be disabled */
1064510646GAME( 1981, warofbug, 0,        galaxian, warofbug, galaxian_state, nolock,   ROT90,  "Armenia / Food and Fun Corp", "War of the Bugs or Monsterous Manouvers in a Mushroom Maze", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r31927r31928
300300porter          // 1982 bootleg (Arcade TV Game List - P.98, Left, 15 from bottom)
301301tdpgal          // 1983 Design Labs / Thomas Automatics
302302guttangt
303spcwarpc        // 1983 Century Electronics UK LTD
303spcwarp         // 1983 Century Electronics UK LTD
304304
305305// Has some similarities with Moon Cresta but Board is very different
306306rockclim        // (c)1981 Taito

Previous 199869 Revisions Next


© 1997-2024 The MAME Team