summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/atarist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/atarist.c')
-rw-r--r--src/mess/drivers/atarist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/atarist.c b/src/mess/drivers/atarist.c
index 189ffdba991..a8b141a898b 100644
--- a/src/mess/drivers/atarist.c
+++ b/src/mess/drivers/atarist.c
@@ -2409,7 +2409,7 @@ static MACHINE_CONFIG_START( stbook, stbook_state )
MCFG_MC68901_OUT_IRQ_CB(INPUTLINE(M68000_TAG, M68K_IRQ_6))
MCFG_MC68901_OUT_TDO_CB(WRITELINE(st_state, mfp_tdo_w))
MCFG_MC68901_OUT_SO_CB(DEVWRITELINE(RS232_TAG, rs232_port_device, write_txd))
-
+
MCFG_WD1772x_ADD(WD1772_TAG, U517/2)
MCFG_WD_FDC_INTRQ_CALLBACK(DEVWRITELINE(MC68901_TAG, mc68901_device, i5_w)) MCFG_DEVCB_INVERT
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(st_state, fdc_drq_w))