mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
(MESS) Fix for iq151_disc2. (nw)
This commit is contained in:
parent
6fedae3e4d
commit
84f529b831
@ -25,7 +25,7 @@ static SLOT_INTERFACE_START( iq151_disc2_floppies )
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
static MACHINE_CONFIG_FRAGMENT( iq151_disc2 )
|
||||
MCFG_UPD72065_ADD("fdc", false, true)
|
||||
MCFG_UPD765A_ADD("fdc", false, true)
|
||||
MCFG_FLOPPY_DRIVE_ADD("fdc:1", iq151_disc2_floppies, "8sssd", 0, iq151_disc2_floppy_formats)
|
||||
MCFG_FLOPPY_DRIVE_ADD("fdc:2", iq151_disc2_floppies, "8sssd", 0, iq151_disc2_floppy_formats)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user