summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/micro3d.c')
-rw-r--r--src/mame/drivers/micro3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/micro3d.c b/src/mame/drivers/micro3d.c
index 62d6937beaf..419bb3bb68c 100644
--- a/src/mame/drivers/micro3d.c
+++ b/src/mame/drivers/micro3d.c
@@ -328,7 +328,7 @@ static MACHINE_CONFIG_START( micro3d, micro3d_state )
MCFG_MC68681_B_TX_CALLBACK(WRITELINE(micro3d_state, duart_txb))
MCFG_MC68681_INPORT_CALLBACK(READ8(micro3d_state, duart_input_r))
MCFG_MC68681_OUTPORT_CALLBACK(WRITE8(micro3d_state, duart_output_w))
-
+
MCFG_DEVICE_ADD("mc68901", MC68901, 4000000)
MCFG_MC68901_TIMER_CLOCK(4000000)
MCFG_MC68901_RX_CLOCK(0)