summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alesis_qs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alesis_qs.cpp')
-rw-r--r--src/mame/drivers/alesis_qs.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/alesis_qs.cpp b/src/mame/drivers/alesis_qs.cpp
index e254d1c9d35..0ad9d363649 100644
--- a/src/mame/drivers/alesis_qs.cpp
+++ b/src/mame/drivers/alesis_qs.cpp
@@ -25,8 +25,10 @@ public:
{ }
void qs7(machine_config &config);
+
+private:
void qs7_prog_map(address_map &map);
-protected:
+
required_device<cpu_device> m_maincpu;
};