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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h
index 0b5e74a05e6..113babcf62a 100644
--- a/src/mame/includes/segasp.h
+++ b/src/mame/includes/segasp.h
@@ -12,9 +12,9 @@ class segasp_state : public naomi_state
{
public:
segasp_state(const machine_config &mconfig, device_type type, const char *tag)
- : naomi_state(mconfig, type, tag)
- , m_sp_eeprom(*this, "sp_eeprom")
- { }
+ : naomi_state(mconfig, type, tag),
+ m_sp_eeprom(*this, "sp_eeprom")
+ { }
required_device<eeprom_serial_93cxx_device> m_sp_eeprom;
DECLARE_DRIVER_INIT(segasp);