trunk/src/mame/drivers/8080bw.c
| r18471 | r18472 | |
| 677 | 677 | MCFG_CPU_MODIFY("maincpu") |
| 678 | 678 | MCFG_CPU_IO_MAP(invrvnge_io_map) |
| 679 | 679 | |
| 680 | | // MCFG_CPU_ADD("audiocpu", M6808, 1000000) |
| 680 | // MCFG_CPU_ADD("audiocpu", M6808, XTAL_4MHz/x) |
| 681 | 681 | // MCFG_CPU_PROGRAM_MAP(invrvnge_sound_map) |
| 682 | 682 | |
| 683 | 683 | /* add shifter */ |
| r18471 | r18472 | |
| 692 | 692 | /* sound hardware */ |
| 693 | 693 | // MCFG_SPEAKER_STANDARD_MONO("mono") |
| 694 | 694 | |
| 695 | | // MCFG_SOUND_ADD("ay1", AY8910, 1000000) |
| 695 | // MCFG_SOUND_ADD("ay1", AY8910, XTAL_4MHz/x) |
| 696 | 696 | // MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5) |
| 697 | 697 | MACHINE_CONFIG_END |
| 698 | 698 | |
| r18471 | r18472 | |
| 3933 | 3933 | GAME( 19??, darthvdr, invaders, darthvdr, darthvdr, driver_device, 0, ROT270, "bootleg", "Darth Vader", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3934 | 3934 | GAME( 1979, moonbase, invadpt2, invadpt2, invadpt2, driver_device, 0, ROT270, "Nichibutsu (Taito license?)", "Moon Base (set 1)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // this has a 'Taito Corp' string hidden away in the rom - how do you get it to display? |
| 3935 | 3935 | GAME( 1979, moonbasea, invadpt2, invadpt2, invadpt2, driver_device, 0, ROT270, "Nichibutsu", "Moon Base (set 2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // this has the same string replaced with Nichibutsu, no other differences |
| 3936 | | GAME( 1980, invrvnge, 0, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 1)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3937 | | GAME( 1980, invrvngea, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 2)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3938 | | GAME( 1980, invrvngeb, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 3)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3939 | | GAME( 1980, invrvngedu, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd. (Dutchford license)", "Invader's Revenge (Dutchford)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3936 | GAME( 1980?,invrvnge, 0, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 1)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) // copyright is either late-1980, or early-1981 |
| 3937 | GAME( 1980?,invrvngea, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 2)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3938 | GAME( 1980?,invrvngeb, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge (set 3)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3939 | GAME( 1980?,invrvngedu, invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd. (Dutchford license)", "Invader's Revenge (Dutchford)", GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) |
| 3940 | 3940 | GAME( 1980, spclaser, 0, invadpt2, spclaser, driver_device, 0, ROT270, "Game Plan (Taito license)", "Space Laser", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |
| 3941 | 3941 | GAME( 1980, intruder, spclaser, invadpt2, spclaser, driver_device, 0, ROT270, "Game Plan (Taito license)", "Intruder", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) |
| 3942 | 3942 | GAME( 1980, laser, spclaser, invadpt2, spclaser, driver_device, 0, ROT270, "bootleg (Leisure Time Electronics Inc.)", "Astro Laser (bootleg of Space Laser)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |