mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
msx/slot/disk.cpp: TC8566AF ready line is not connected. [crazyc] (#12945)
This commit is contained in:
parent
a58a4aad09
commit
7cee552e3d
@ -149,6 +149,7 @@ void msx_slot_tc8566_disk_device::add_mconfig(machine_config &config)
|
||||
TC8566AF(config, m_fdc, 16'000'000);
|
||||
|
||||
add_drive_mconfig(config, DS);
|
||||
m_fdc->set_ready_line_connected(false);
|
||||
}
|
||||
|
||||
void msx_slot_tc8566_disk_device::dor_w(u8 data)
|
||||
|
Loading…
Reference in New Issue
Block a user