summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/manohman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/manohman.cpp')
-rw-r--r--src/mame/drivers/manohman.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/manohman.cpp b/src/mame/drivers/manohman.cpp
index cdf77c6a57f..c90d1e99a27 100644
--- a/src/mame/drivers/manohman.cpp
+++ b/src/mame/drivers/manohman.cpp
@@ -153,13 +153,12 @@ public:
void manohman(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
void mem_map(address_map &map);
IRQ_CALLBACK_MEMBER(iack_handler);
-private:
required_device<cpu_device> m_maincpu;
required_device<mc68681_device> m_duart;
required_device<pit68230_device> m_pit;