summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acd.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-11-03 10:38:21 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2017-11-03 10:38:21 +1100
commit6a290e3eeb16445bdeae488c250d1dccd62deb48 (patch)
tree52f76574717ca8145b5755792295c9169a14dd59 /src/mame/drivers/acd.cpp
parent8d2b0f22019f157a1e5437b35f3c23e21112236c (diff)
(nw) minor cleanups
Diffstat (limited to 'src/mame/drivers/acd.cpp')
-rw-r--r--src/mame/drivers/acd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/acd.cpp b/src/mame/drivers/acd.cpp
index 335eb96a91d..478d6652154 100644
--- a/src/mame/drivers/acd.cpp
+++ b/src/mame/drivers/acd.cpp
@@ -16,11 +16,11 @@ class acd_state : public driver_device
public:
acd_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
-// , maincpu(*this, "maincpu")
+// , m_maincpu(*this, "maincpu")
{ }
protected:
-// required_device<i80c52_device> maincpu;
+// required_device<i80c52_device> m_maincpu;
};
static INPUT_PORTS_START( acd )