summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pktgaldx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pktgaldx.h')
-rw-r--r--src/mame/includes/pktgaldx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pktgaldx.h b/src/mame/includes/pktgaldx.h
index aa9631c8337..38411c3374d 100644
--- a/src/mame/includes/pktgaldx.h
+++ b/src/mame/includes/pktgaldx.h
@@ -50,7 +50,7 @@ public:
DECLARE_READ16_MEMBER(pckgaldx_unknown_r);
DECLARE_READ16_MEMBER(pckgaldx_protection_r);
DECLARE_WRITE16_MEMBER(pktgaldx_oki_bank_w);
- DECLARE_DRIVER_INIT(pktgaldx);
+ void init_pktgaldx();
virtual void machine_start() override;
uint32_t screen_update_pktgaldx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_pktgaldb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);