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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpz80.h b/src/mame/includes/mpz80.h
index 07a85e137e5..ccf949a8a97 100644
--- a/src/mame/includes/mpz80.h
+++ b/src/mame/includes/mpz80.h
@@ -91,7 +91,7 @@ public:
int m_trap_int;
int m_trap_stop;
int m_trap_aux;
- DECLARE_DRIVER_INIT(mpz80);
+ void init_mpz80();
void mpz80(machine_config &config);
void mpz80_io(address_map &map);
void mpz80_mem(address_map &map);