summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lg-dvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lg-dvd.cpp')
-rw-r--r--src/mame/drivers/lg-dvd.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/lg-dvd.cpp b/src/mame/drivers/lg-dvd.cpp
index c5fa1fb67e2..73f29b2c73c 100644
--- a/src/mame/drivers/lg-dvd.cpp
+++ b/src/mame/drivers/lg-dvd.cpp
@@ -18,8 +18,10 @@ public:
{ }
void lg(machine_config &config);
+
+private:
void lg_dvd_map(address_map &map);
-protected:
+
required_device<i80c52_device> m_maincpu;
};