summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayep.c')
-rw-r--r--src/mame/drivers/maygayep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/maygayep.c b/src/mame/drivers/maygayep.c
index 63e984c7676..621d09fae1a 100644
--- a/src/mame/drivers/maygayep.c
+++ b/src/mame/drivers/maygayep.c
@@ -38,9 +38,9 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
protected:
-
+
// devices
required_device<cpu_device> m_maincpu;
};