Previous 199869 Revisions Next

r19417 Saturday 8th December, 2012 at 20:50:01 UTC by hap
(notes)
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r19416r19417
636636
637637/*******************************************************/
638638/*                                                     */
639/* bootleg "Space Combat"                              */
639/* bootleg "Space Combat", 1979                        */
640/*  8080A + 18MHz XTAL, SN76477, 10MHz XTAL            */
641/*  8*2KB RAM(!), 8*1KB ROM, maybe some PROMs          */
640642/*                                                     */
641643/*  Preliminary emulation. PCB was working fine, but   */
642644/*  it's not certain that this is a good dump          */
r19416r19417
644646/*******************************************************/
645647
646648static INPUT_PORTS_START( spacecom )
647   PORT_START("IN0")
649   PORT_START("IN0") // 5-pos dipsw at ic79 (row F) - means 3 bits are for something else, which?
648650   PORT_DIPUNKNOWN( 0x01, 0x01 )
649651   PORT_DIPUNKNOWN( 0x02, 0x02 )
650652   PORT_DIPUNKNOWN( 0x04, 0x04 )
r19416r19417
40884090GAMEL(1980?,sinvzen,    invaders, invaders,  spaceatt,  driver_device, 0, ROT270, "Taito / Zenitone-Microsec Ltd.", "Super Invaders (Zenitone-Microsec)", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
40894091GAMEL(1978, spaceatt,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
40904092GAMEL(1980, spaceat2,   invaders, invaders,  spaceatt,  driver_device, 0, ROT270, "bootleg (Video Games UK)", "Space Attack II (bootleg of Super Invaders)", GAME_SUPPORTS_SAVE, layout_invaders ) // bootleg of Zenitone-Microsec Super Invaders
4091GAMEL(1978, spacecom,   invaders, spacecom,  spacecom,  driver_device, 0, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING, layout_spacecom ) // not working: need to investigate it more, could be bad dump?
4093GAMEL(1979, spacecom,   invaders, spacecom,  spacecom,  driver_device, 0, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING, layout_spacecom ) // not working: need to investigate it more, could be bad dump?
40924094GAME( 1978, spacerng,   invaders, spacerng,  sitv,      driver_device, 0, ROT90,  "bootleg (Leisure Time Electronics)", "Space Ranger (bootleg of Space Invaders)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // many modifications
40934095GAMEL(19??, invasion,   invaders, invaders,  invasion,  driver_device, 0, ROT270, "bootleg (Sidam)", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders )
40944096GAMEL(19??, invasiona,  invaders, invaders,  invasion,  driver_device, 0, ROT270, "bootleg", "Invasion (bootleg set 1, normal graphics)", GAME_SUPPORTS_SAVE, layout_invaders ) // has Sidam replaced with 'Ufo Monster Attack' and standard GFX

Previous 199869 Revisions Next


© 1997-2024 The MAME Team