summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ts3000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ts3000.cpp')
-rw-r--r--src/mame/drivers/ts3000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ts3000.cpp b/src/mame/drivers/ts3000.cpp
index c65364da180..40199fad7e7 100644
--- a/src/mame/drivers/ts3000.cpp
+++ b/src/mame/drivers/ts3000.cpp
@@ -18,11 +18,11 @@ class ts3000_state : public driver_device
public:
ts3000_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( ts3000 )