trunk/src/mame/drivers/galaxold.c
| r20028 | r20029 | |
| 2214 | 2214 | MCFG_PALETTE_INIT_OVERRIDE(galaxold_state,rockclim) |
| 2215 | 2215 | MCFG_PALETTE_LENGTH(32) |
| 2216 | 2216 | |
| 2217 | | MCFG_VIDEO_START_OVERRIDE(galaxold_state,galaxold_plain) |
| 2217 | MCFG_VIDEO_START_OVERRIDE(galaxold_state,ozon1) |
| 2218 | 2218 | MCFG_SOUND_ADD("aysnd", AY8910, PIXEL_CLOCK/4) |
| 2219 | 2219 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50) |
| 2220 | 2220 | MACHINE_CONFIG_END |
| r20028 | r20029 | |
| 3081 | 3081 | GAME( 1982, dkongjrm, dkongjr, dkongjrm, dkongjrm, driver_device, 0, ROT90, "bootleg", "Donkey Kong Jr. (bootleg on Moon Cresta hardware)", GAME_WRONG_COLORS | GAME_IMPERFECT_SOUND | GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 3082 | 3082 | GAME( 1982, porter, dockman, porter, porter, driver_device, 0, ROT90, "bootleg", "Port Man (bootleg on Moon Cresta hardware)", GAME_IMPERFECT_COLORS | GAME_NO_COCKTAIL ) |
| 3083 | 3083 | GAME( 1982, tazzmang, tazmania, tazzmang, tazzmang, driver_device, 0, ROT90, "bootleg", "Tazz-Mania (bootleg on Galaxian hardware)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 3084 | | GAME( 1983, bongo, 0, bongo, bongo, driver_device, 0, ROT90, "Jetsoft", "Bongo", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 3085 | | GAME( 1983, ozon1, 0, ozon1, ozon1, driver_device, 0, ROT90, "Proma", "Ozon I", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 3084 | GAME( 1983, bongo, 0, bongo, bongo, driver_device, 0, ROT90, "Jetsoft", "Bongo", GAME_SUPPORTS_SAVE ) |
| 3085 | GAME( 1983, ozon1, 0, ozon1, ozon1, driver_device, 0, ROT90, "Proma", "Ozon I", GAME_SUPPORTS_SAVE ) |
| 3086 | 3086 | GAME( 1983, ladybugg, ladybug, batman2, ladybugg, galaxold_state, ladybugg, ROT270, "bootleg", "Lady Bug (bootleg on Galaxian hardware)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 3087 | 3087 | GAME( 1982, vstars, 0, mooncrst, porter, driver_device, 0, ROT90, "Competitive Video?", "Video Stars", GAME_NOT_WORKING ) |
| 3088 | 3088 | |