Previous 199869 Revisions Next

r17883 Friday 14th September, 2012 at 09:20:07 UTC by hap
kingball does not have stars
[src/mame/drivers]galaxian.c

trunk/src/mame/drivers/galaxian.c
r17882r17883
32593259   /* video extensions */
32603260   common_init(machine(), galaxian_draw_bullet, galaxian_draw_background, NULL, NULL);
32613261
3262   /* disable the stars */
3263   space->unmap_write(0xb004, 0xb004, 0, 0x07f8);
3264
32623265   space->install_write_handler(0xb000, 0xb000, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::kingball_sound1_w),this));
32633266   space->install_write_handler(0xb001, 0xb001, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::irq_enable_w),this));
32643267   space->install_write_handler(0xb002, 0xb002, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::kingball_sound2_w),this));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team