summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxy.h')
-rw-r--r--src/mame/includes/galaxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h
index 45fc06b272c..da9bdd5049d 100644
--- a/src/mame/includes/galaxy.h
+++ b/src/mame/includes/galaxy.h
@@ -30,8 +30,8 @@ public:
void init_galaxy();
void init_galaxyp();
virtual void video_start() override;
- DECLARE_MACHINE_RESET(galaxy);
- DECLARE_MACHINE_RESET(galaxyp);
+ void machine_reset_galaxy();
+ void machine_reset_galaxyp();
uint32_t screen_update_galaxy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(galaxy_interrupt);
TIMER_CALLBACK_MEMBER(gal_video);