summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wyse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wyse.cpp')
-rw-r--r--src/mame/drivers/wyse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wyse.cpp b/src/mame/drivers/wyse.cpp
index d041390c904..5ed9746330f 100644
--- a/src/mame/drivers/wyse.cpp
+++ b/src/mame/drivers/wyse.cpp
@@ -16,11 +16,11 @@ class wyse_state : public driver_device
public:
wyse_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( wyse )