summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s4.c')
-rw-r--r--src/mame/drivers/s4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/s4.c b/src/mame/drivers/s4.c
index 2ec9ecc891c..2f6ab8def8a 100644
--- a/src/mame/drivers/s4.c
+++ b/src/mame/drivers/s4.c
@@ -14,12 +14,12 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
protected:
-
+
// devices
required_device<cpu_device> m_maincpu;
-
+
// driver_device overrides
virtual void machine_reset();
};