summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/osbexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/osbexec.cpp')
-rw-r--r--src/mame/drivers/osbexec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/osbexec.cpp b/src/mame/drivers/osbexec.cpp
index d48da4ba9a9..7a4f358450b 100644
--- a/src/mame/drivers/osbexec.cpp
+++ b/src/mame/drivers/osbexec.cpp
@@ -126,6 +126,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(modem_dsr_w);
DECLARE_WRITE_LINE_MEMBER(modem_ri_w);
DECLARE_WRITE_LINE_MEMBER(comm_clk_a_w);
+ void osbexec(machine_config &config);
};
@@ -557,7 +558,7 @@ static const z80_daisy_config osbexec_daisy_config[] =
};
-static MACHINE_CONFIG_START( osbexec )
+MACHINE_CONFIG_START(osbexec_state::osbexec)
MCFG_CPU_ADD( "maincpu", Z80, MAIN_CLOCK/6 )
MCFG_CPU_PROGRAM_MAP( osbexec_mem)
MCFG_CPU_IO_MAP( osbexec_io)