mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
bus/iee488/hp9122c.cpp: Added default MFM floppy image formats, (#9811)
This allows HP 9000/3xx machines to actually use floppy images from the software list.
This commit is contained in:
parent
e3c8b078d3
commit
091f82af00
@ -393,7 +393,7 @@ void hp9122c_device::device_add_mconfig(machine_config &config)
|
||||
m_i8291a->int_write().set(FUNC(hp9122c_device::i8291a_int_w));
|
||||
m_i8291a->dreq_write().set(FUNC(hp9122c_device::i8291a_dreq_w));
|
||||
|
||||
FLOPPY_CONNECTOR(config, "floppy0" , hp9122c_floppies , "35hd" , nullptr, true).enable_sound(true);
|
||||
FLOPPY_CONNECTOR(config, "floppy1" , hp9122c_floppies , "35hd" , nullptr, true).enable_sound(true);
|
||||
FLOPPY_CONNECTOR(config, "floppy0" , hp9122c_floppies , "35hd" , floppy_image_device::default_mfm_floppy_formats, true).enable_sound(true);
|
||||
FLOPPY_CONNECTOR(config, "floppy1" , hp9122c_floppies , "35hd" , floppy_image_device::default_mfm_floppy_formats, true).enable_sound(true);
|
||||
config.set_default_layout(layout_hp9122c);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user