summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/simple_st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/simple_st0016.h')
-rw-r--r--src/mame/includes/simple_st0016.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/simple_st0016.h b/src/mame/includes/simple_st0016.h
index 6f1f051c838..b18a181c819 100644
--- a/src/mame/includes/simple_st0016.h
+++ b/src/mame/includes/simple_st0016.h
@@ -33,10 +33,10 @@ public:
DECLARE_WRITE8_MEMBER(latch8_w);
DECLARE_WRITE8_MEMBER(st0016_rom_bank_w);
- DECLARE_DRIVER_INIT(nratechu);
- DECLARE_DRIVER_INIT(mayjinsn);
- DECLARE_DRIVER_INIT(mayjisn2);
- DECLARE_DRIVER_INIT(renju);
+ void init_nratechu();
+ void init_mayjinsn();
+ void init_mayjisn2();
+ void init_renju();
virtual void machine_start() override;
DECLARE_VIDEO_START(st0016);
uint32_t screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);