summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qvt70.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/qvt70.cpp')
-rw-r--r--src/mame/drivers/qvt70.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/qvt70.cpp b/src/mame/drivers/qvt70.cpp
index 2e8fc090a64..28843e0e806 100644
--- a/src/mame/drivers/qvt70.cpp
+++ b/src/mame/drivers/qvt70.cpp
@@ -18,8 +18,9 @@ public:
{ }
void qvt70(machine_config &config);
- void mem_map(address_map &map);
+
private:
+ void mem_map(address_map &map);
required_device<cpu_device> m_maincpu;
};