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