summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pcktgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pcktgal.h')
-rw-r--r--src/mame/includes/pcktgal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pcktgal.h b/src/mame/includes/pcktgal.h
index afc694b87e7..7715358bbb7 100644
--- a/src/mame/includes/pcktgal.h
+++ b/src/mame/includes/pcktgal.h
@@ -39,7 +39,7 @@ public:
DECLARE_READ8_MEMBER(adpcm_reset_r);
DECLARE_WRITE_LINE_MEMBER(adpcm_int);
- DECLARE_DRIVER_INIT(pcktgal);
+ void init_pcktgal();
DECLARE_PALETTE_INIT(pcktgal);
virtual void machine_start() override;