summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alto1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alto1.cpp')
-rw-r--r--src/mame/drivers/alto1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/alto1.cpp b/src/mame/drivers/alto1.cpp
index 455f447ca83..d939f8f4711 100644
--- a/src/mame/drivers/alto1.cpp
+++ b/src/mame/drivers/alto1.cpp
@@ -18,11 +18,11 @@ class alto1_state : public driver_device
public:
alto1_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
-// , m_maincpu(*this, "maincpu")
+// , m_maincpu(*this, "maincpu")
{ }
private:
-// required_device<cpu_device> m_maincpu;
+// required_device<cpu_device> m_maincpu;
};