summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m24.cpp')
-rw-r--r--src/mame/drivers/m24.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/m24.cpp b/src/mame/drivers/m24.cpp
index 2eb1e9659f1..0b494adce18 100644
--- a/src/mame/drivers/m24.cpp
+++ b/src/mame/drivers/m24.cpp
@@ -33,6 +33,10 @@ public:
m_keyboard(*this, "keyboard"),
m_z8000_apb(*this, "z8000_apb")
{ }
+
+ void olivetti(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<pc_noppi_mb_device> m_mb;
required_device<cpu_device> m_kbc;
@@ -56,7 +60,6 @@ public:
uint8_t m_sysctl, m_pa, m_kbcin, m_kbcout;
bool m_kbcibf, m_kbdata, m_i86_halt, m_i86_halt_perm;
static void cfg_m20_format(device_t *device);
- void olivetti(machine_config &config);
void kbc_map(address_map &map);
void m24_io(address_map &map);
void m24_map(address_map &map);