summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/micro3d.cpp')
-rw-r--r--src/mame/drivers/micro3d.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/micro3d.cpp b/src/mame/drivers/micro3d.cpp
index ab0bfc4ef17..97c5354b4b1 100644
--- a/src/mame/drivers/micro3d.cpp
+++ b/src/mame/drivers/micro3d.cpp
@@ -388,7 +388,8 @@ MACHINE_CONFIG_START(micro3d_state::micro3d)
MCFG_SOUND_ROUTE(1, "rspeaker", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(micro3d_state::botss11, micro3d)
+MACHINE_CONFIG_START(micro3d_state::botss11)
+ micro3d(config);
MCFG_DEVICE_MODIFY("adc")
MCFG_ADC0844_CH1_CB(NOOP)
MACHINE_CONFIG_END