mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
(mess) isa_fdc: allow connection of dd drives to ats (nw)
This commit is contained in:
parent
e25ec0f3a2
commit
f503e5b7cf
@ -26,6 +26,8 @@ SLOT_INTERFACE_END
|
||||
static SLOT_INTERFACE_START( pc_hd_floppies )
|
||||
SLOT_INTERFACE( "525hd", FLOPPY_525_HD )
|
||||
SLOT_INTERFACE( "35hd", FLOPPY_35_HD )
|
||||
SLOT_INTERFACE( "525dd", FLOPPY_525_DD )
|
||||
SLOT_INTERFACE( "35dd", FLOPPY_35_DD )
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
static MACHINE_CONFIG_FRAGMENT( cfg_xt )
|
||||
|
Loading…
Reference in New Issue
Block a user