summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_an.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_an.c')
-rw-r--r--src/mame/drivers/wpc_an.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/wpc_an.c b/src/mame/drivers/wpc_an.c
index 41a14eff5ad..8fe25e41d18 100644
--- a/src/mame/drivers/wpc_an.c
+++ b/src/mame/drivers/wpc_an.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();
};