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