summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tti.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tti.cpp')
-rw-r--r--src/mame/drivers/tti.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/tti.cpp b/src/mame/drivers/tti.cpp
index 8d4d673b795..8ff60924a84 100644
--- a/src/mame/drivers/tti.cpp
+++ b/src/mame/drivers/tti.cpp
@@ -31,11 +31,13 @@ public:
, m_mfp(*this, "mfp")
{ }
+ void tti(machine_config &config);
+
+private:
IRQ_CALLBACK_MEMBER(intack);
- void tti(machine_config &config);
void prg_map(address_map &map);
-protected:
+
required_device<cpu_device> m_maincpu;
required_device<mc68901_device> m_mfp;
};