trunk/src/mame/drivers/galaxian.c
| r17882 | r17883 | |
| 3259 | 3259 | /* video extensions */ |
| 3260 | 3260 | common_init(machine(), galaxian_draw_bullet, galaxian_draw_background, NULL, NULL); |
| 3261 | 3261 | |
| 3262 | /* disable the stars */ |
| 3263 | space->unmap_write(0xb004, 0xb004, 0, 0x07f8); |
| 3264 | |
| 3262 | 3265 | space->install_write_handler(0xb000, 0xb000, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::kingball_sound1_w),this)); |
| 3263 | 3266 | space->install_write_handler(0xb001, 0xb001, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::irq_enable_w),this)); |
| 3264 | 3267 | space->install_write_handler(0xb002, 0xb002, 0, 0x7f8, write8_delegate(FUNC(galaxian_state::kingball_sound2_w),this)); |