summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidepckt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidepckt.h')
-rw-r--r--src/mame/includes/sidepckt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sidepckt.h b/src/mame/includes/sidepckt.h
index fe0f40fd81f..98df4cc0ab8 100644
--- a/src/mame/includes/sidepckt.h
+++ b/src/mame/includes/sidepckt.h
@@ -49,8 +49,8 @@ public:
DECLARE_READ8_MEMBER(scroll_y_r);
DECLARE_WRITE8_MEMBER(scroll_y_w);
- DECLARE_DRIVER_INIT(sidepckt);
- DECLARE_DRIVER_INIT(sidepcktj);
+ void init_sidepckt();
+ void init_sidepcktj();
TILE_GET_INFO_MEMBER(get_tile_info);