summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2016-03-20 11:32:37 +0100
committer Dirk Best <mail@dirk-best.de>2016-03-20 14:23:37 +0100
commit3d676688cc780631a432ba775548fa23749cf1f1 (patch)
tree806f99eec7aa17198664b8f3de03cf0076a27ad0 /src/devices/bus
parent0e8a468a01630e748a081102d0375699e8f69e78 (diff)
svi318: correct sv801 xtal
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/svi3x8/slot/sv801.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv801.cpp b/src/devices/bus/svi3x8/slot/sv801.cpp
index 852ecf14c58..bccfd1539eb 100644
--- a/src/devices/bus/svi3x8/slot/sv801.cpp
+++ b/src/devices/bus/svi3x8/slot/sv801.cpp
@@ -31,7 +31,7 @@ static SLOT_INTERFACE_START( svi_floppies )
SLOT_INTERFACE_END
static MACHINE_CONFIG_FRAGMENT( sv801 )
- MCFG_FD1793_ADD("fdc", XTAL_1MHz)
+ MCFG_FD1793_ADD("fdc", XTAL_8MHz / 8)
MCFG_WD_FDC_INTRQ_CALLBACK(WRITELINE(sv801_device, intrq_w))
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(sv801_device, drq_w))