mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
svi318: correct sv801 xtal
This commit is contained in:
parent
0e8a468a01
commit
3d676688cc
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user