summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/imds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/imds.cpp')
-rw-r--r--src/mame/drivers/imds.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/imds.cpp b/src/mame/drivers/imds.cpp
index a72dad47ca4..1a21ad5b6fc 100644
--- a/src/mame/drivers/imds.cpp
+++ b/src/mame/drivers/imds.cpp
@@ -35,7 +35,7 @@ public:
void imds(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(term_r);
DECLARE_READ8_MEMBER(term_status_r);
void kbd_put(u8 data);
@@ -44,7 +44,6 @@ protected:
void imds_io(address_map &map);
void imds_mem(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<generic_terminal_device> m_terminal;
};