summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyosh.h')
-rw-r--r--src/mame/includes/psikyosh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/psikyosh.h b/src/mame/includes/psikyosh.h
index 14ea8506b4b..6c4f2d8eabe 100644
--- a/src/mame/includes/psikyosh.h
+++ b/src/mame/includes/psikyosh.h
@@ -65,9 +65,9 @@ public:
DECLARE_READ32_MEMBER(mjgtaste_input_r);
DECLARE_WRITE32_MEMBER(psh_eeprom_w);
DECLARE_READ32_MEMBER(psh_eeprom_r);
- DECLARE_DRIVER_INIT(ps3);
- DECLARE_DRIVER_INIT(ps5);
- DECLARE_DRIVER_INIT(mjgtaste);
+ void init_ps3();
+ void init_ps5();
+ void init_mjgtaste();
virtual void machine_start() override;
virtual void video_start() override;
uint32_t screen_update_psikyosh(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);