mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
(nw) fixed "Unknown slot option '35hd' in slot 'iec11:fd4000:pc8477av1:0'" when fd4000 device is selected in slots menu.
This commit is contained in:
parent
c53d835ff4
commit
d770e00b86
@ -239,7 +239,7 @@ void fd4000_device::device_add_mconfig(machine_config &config)
|
||||
add_common_devices(config);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &fd4000_device::fd4000_mem);
|
||||
PC8477A(config, m_fdc, 24_MHz_XTAL);
|
||||
FLOPPY_CONNECTOR(config, PC8477AV1_TAG":0", fd4000_floppies, "35hd", floppy_image_device::default_floppy_formats, true);//fd2000_device::floppy_formats);
|
||||
FLOPPY_CONNECTOR(config, PC8477AV1_TAG":0", fd4000_floppies, "35ed", floppy_image_device::default_floppy_formats, true);//fd2000_device::floppy_formats);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user