summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/digijet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/digijet.cpp')
-rw-r--r--src/mame/drivers/digijet.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/digijet.cpp b/src/mame/drivers/digijet.cpp
index bf74473feea..21da2bc0113 100644
--- a/src/mame/drivers/digijet.cpp
+++ b/src/mame/drivers/digijet.cpp
@@ -33,11 +33,13 @@ public:
{
}
+ void digijet(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
virtual void machine_start() override { }
virtual void machine_reset() override { }
- void digijet(machine_config &config);
void io_map(address_map &map);
};