summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subhuntr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subhuntr.cpp')
-rw-r--r--src/mame/drivers/subhuntr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/subhuntr.cpp b/src/mame/drivers/subhuntr.cpp
index 73cb0192e8e..be50969f82d 100644
--- a/src/mame/drivers/subhuntr.cpp
+++ b/src/mame/drivers/subhuntr.cpp
@@ -37,7 +37,7 @@ public:
void subhuntr(machine_config &config);
-protected:
+private:
INTERRUPT_GEN_MEMBER(subhuntr_interrupt);
virtual void machine_start() override;
@@ -50,7 +50,6 @@ protected:
void subhuntr_io_map(address_map &map);
void subhuntr_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
};