summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vd.c')
-rw-r--r--src/mame/drivers/vd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/vd.c b/src/mame/drivers/vd.c
index 9e623451428..ce6e4d066ec 100644
--- a/src/mame/drivers/vd.c
+++ b/src/mame/drivers/vd.c
@@ -10,12 +10,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();
};