summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/20pacgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/20pacgal.h')
-rw-r--r--src/mame/includes/20pacgal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/20pacgal.h b/src/mame/includes/20pacgal.h
index b42caf1f9fc..179f9fe4113 100644
--- a/src/mame/includes/20pacgal.h
+++ b/src/mame/includes/20pacgal.h
@@ -56,8 +56,8 @@ public:
DECLARE_WRITE8_MEMBER(sprite_gfx_w);
DECLARE_WRITE8_MEMBER(sprite_ram_w);
DECLARE_WRITE8_MEMBER(sprite_lookup_w);
- DECLARE_DRIVER_INIT(25pacman);
- DECLARE_DRIVER_INIT(20pacgal);
+ void init_25pacman();
+ void init_20pacgal();
virtual void machine_start() override;
virtual void machine_reset() override;
uint32_t screen_update_20pacgal(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);