summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dsb46.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dsb46.cpp')
-rw-r--r--src/mame/drivers/dsb46.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/dsb46.cpp b/src/mame/drivers/dsb46.cpp
index a488d18a55a..411e1334835 100644
--- a/src/mame/drivers/dsb46.cpp
+++ b/src/mame/drivers/dsb46.cpp
@@ -49,6 +49,7 @@ public:
DECLARE_DRIVER_INIT(dsb46);
DECLARE_MACHINE_RESET(dsb46);
+ void dsb46(machine_config &config);
private:
required_device<cpu_device> m_maincpu;
};
@@ -102,7 +103,7 @@ static const z80_daisy_config daisy_chain[] =
};
-static MACHINE_CONFIG_START( dsb46 )
+MACHINE_CONFIG_START(dsb46_state::dsb46)
// basic machine hardware
MCFG_CPU_ADD("maincpu", Z80, XTAL_24MHz / 6)
MCFG_CPU_PROGRAM_MAP(dsb46_mem)