summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxian.h')
-rw-r--r--src/mame/includes/galaxian.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index a6b7bdef871..95f75b9d29a 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -235,11 +235,10 @@ public:
TILE_GET_INFO_MEMBER(bg_get_tile_info);
void galaxian_palette(palette_device &palette);
void moonwar_palette(palette_device &palette);
- void eagle_palette(palette_device &palette);
void tenspot_set_game_bank(int bank, int from_game);
uint32_t screen_update_galaxian(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_interrupt_w);
- DECLARE_INPUT_CHANGED_MEMBER(tenspot_fake);
+ DECLARE_WRITE_LINE_MEMBER(tenspot_interrupt_w);
TIMER_DEVICE_CALLBACK_MEMBER(checkmaj_irq0_gen);
TIMER_DEVICE_CALLBACK_MEMBER(scramble_stars_blink_timer);
TIMER_DEVICE_CALLBACK_MEMBER(timefgtr_scanline);
@@ -335,7 +334,6 @@ public:
void takeoff(machine_config &config);
void sfx(machine_config &config);
void mooncrst(machine_config &config);
- void eagle(machine_config &config);
void scorpion(machine_config &config);
void frogf(machine_config &config);
void amigo2(machine_config &config);
@@ -426,7 +424,7 @@ protected:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
optional_device<generic_latch_8_device> m_soundlatch;
- optional_device<discrete_sound_device> m_discrete;
+ optional_device<discrete_device> m_discrete;
optional_ioport m_fake_select;
optional_ioport_array<10> m_tenspot_game_dsw;