summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s8.c')
-rw-r--r--src/mame/drivers/s8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/s8.c b/src/mame/drivers/s8.c
index f3540a58f01..ec15888f5e8 100644
--- a/src/mame/drivers/s8.c
+++ b/src/mame/drivers/s8.c
@@ -14,14 +14,14 @@ 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();
+ virtual void machine_reset();
};