summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpz80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpz80.h')
-rw-r--r--src/mame/includes/mpz80.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/mpz80.h b/src/mame/includes/mpz80.h
index ccf949a8a97..065279181b1 100644
--- a/src/mame/includes/mpz80.h
+++ b/src/mame/includes/mpz80.h
@@ -37,6 +37,9 @@ public:
m_trap_aux(1)
{ }
+ void mpz80(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<ram_device> m_ram;
required_device<s100_bus_device> m_s100;
@@ -92,7 +95,6 @@ public:
int m_trap_stop;
int m_trap_aux;
void init_mpz80();
- void mpz80(machine_config &config);
void mpz80_io(address_map &map);
void mpz80_mem(address_map &map);
};