summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ht6000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ht6000.cpp')
-rw-r--r--src/mame/drivers/ht6000.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/ht6000.cpp b/src/mame/drivers/ht6000.cpp
index 406fa4fab5f..17bdc75230c 100644
--- a/src/mame/drivers/ht6000.cpp
+++ b/src/mame/drivers/ht6000.cpp
@@ -33,11 +33,10 @@ public:
void ht6000(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
-private:
required_memory_region m_rom2;
required_ioport_array<16> m_switches;