summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segasp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segasp.h')
-rw-r--r--src/mame/includes/segasp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h
index 2d2a1bd0c66..113babcf62a 100644
--- a/src/mame/includes/segasp.h
+++ b/src/mame/includes/segasp.h
@@ -17,6 +17,7 @@ public:
{ }
required_device<eeprom_serial_93cxx_device> m_sp_eeprom;
+ DECLARE_DRIVER_INIT(segasp);
DECLARE_READ64_MEMBER(sp_eeprom_r);
DECLARE_WRITE64_MEMBER(sp_eeprom_w);
DECLARE_READ64_MEMBER(sp_rombdflg_r);