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