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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h
index a63e904ee1d..29d2fbf3fd7 100644
--- a/src/mame/includes/segasp.h
+++ b/src/mame/includes/segasp.h
@@ -12,7 +12,7 @@ public:
segasp_state(const machine_config &mconfig, device_type type, const char *tag)
: naomi_state(mconfig, type, tag),
m_sp_eeprom(*this, "sp_eeprom")
- { }
+ { }
required_device<eeprom_serial_93cxx_device> m_sp_eeprom;
DECLARE_READ64_MEMBER(sp_eeprom_r);
@@ -24,4 +24,3 @@ public:
protected:
};
-