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