Previous 199869 Revisions Next

r20029 Thursday 3rd January, 2013 at 07:56:18 UTC by Robbbert
Ozon1 : fixed cocktail mode [Kevin Pickell]
[src/mame/drivers]galaxold.c
[src/mame/includes]galaxold.h
[src/mame/video]galaxold.c

trunk/src/mame/drivers/galaxold.c
r20028r20029
22142214   MCFG_PALETTE_INIT_OVERRIDE(galaxold_state,rockclim)
22152215   MCFG_PALETTE_LENGTH(32)
22162216
2217   MCFG_VIDEO_START_OVERRIDE(galaxold_state,galaxold_plain)
2217   MCFG_VIDEO_START_OVERRIDE(galaxold_state,ozon1)
22182218   MCFG_SOUND_ADD("aysnd", AY8910, PIXEL_CLOCK/4)
22192219   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
22202220MACHINE_CONFIG_END
r20028r20029
30813081GAME( 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 )
30823082GAME( 1982, porter,   dockman,  porter,   porter,   driver_device,  0,        ROT90,  "bootleg", "Port Man (bootleg on Moon Cresta hardware)", GAME_IMPERFECT_COLORS | GAME_NO_COCKTAIL )
30833083GAME( 1982, tazzmang, tazmania, tazzmang, tazzmang, driver_device,  0,        ROT90,  "bootleg", "Tazz-Mania (bootleg on Galaxian hardware)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
3084GAME( 1983, bongo,    0,        bongo,    bongo,    driver_device,  0,        ROT90,  "Jetsoft", "Bongo", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
3085GAME( 1983, ozon1,    0,        ozon1,    ozon1,    driver_device,  0,        ROT90,  "Proma", "Ozon I", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
3084GAME( 1983, bongo,    0,        bongo,    bongo,    driver_device,  0,        ROT90,  "Jetsoft", "Bongo", GAME_SUPPORTS_SAVE )
3085GAME( 1983, ozon1,    0,        ozon1,    ozon1,    driver_device,  0,        ROT90,  "Proma", "Ozon I", GAME_SUPPORTS_SAVE )
30863086GAME( 1983, ladybugg, ladybug,  batman2,  ladybugg, galaxold_state, ladybugg, ROT270, "bootleg", "Lady Bug (bootleg on Galaxian hardware)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
30873087GAME( 1982, vstars,   0,        mooncrst, porter,   driver_device,  0,        ROT90,  "Competitive Video?", "Video Stars", GAME_NOT_WORKING )
30883088
trunk/src/mame/video/galaxold.c
r20028r20029
799799   m_modify_spritecode = harem_modify_spritecode;
800800}
801801
802VIDEO_START_MEMBER(galaxold_state,ozon1)
803{
804   VIDEO_START_CALL_MEMBER(galaxold_plain);
802805
806   m_bg_tilemap->set_scrolldx(0, 384-256);
807}
808
803809VIDEO_START_MEMBER(galaxold_state,bongo)
804810{
805811   VIDEO_START_CALL_MEMBER(galaxold_plain);
trunk/src/mame/includes/galaxold.h
r20028r20029
157157   DECLARE_VIDEO_START(dkongjrm);
158158   DECLARE_VIDEO_START(rockclim);
159159   DECLARE_VIDEO_START(galaxold_plain);
160   DECLARE_VIDEO_START(ozon1);
160161   DECLARE_VIDEO_START(bongo);
161162   DECLARE_MACHINE_RESET(hunchbkg);
162163   DECLARE_VIDEO_START(ckongs);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team