upd765: Fixed ready_polled. (nw)

This commit is contained in:
Curt Coder 2012-12-10 09:59:50 +00:00
parent f40d465b18
commit 1e85e1c45a

View File

@ -2241,7 +2241,7 @@ dp8473_device::dp8473_device(const machine_config &mconfig, const char *tag, dev
pc8477a_device::pc8477a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : upd765_family_device(mconfig, PC_FDC_SUPERIO, "PC FDC SUPERIO", tag, owner, clock)
{
m_shortname = "pc8477a";
ready_polled = false;
ready_polled = true;
ready_connected = false;
select_connected = true;
}
@ -2249,7 +2249,7 @@ pc8477a_device::pc8477a_device(const machine_config &mconfig, const char *tag, d
wd37c65c_device::wd37c65c_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : upd765_family_device(mconfig, PC_FDC_SUPERIO, "PC FDC SUPERIO", tag, owner, clock)
{
m_shortname = "wd37c65c";
ready_polled = false;
ready_polled = true;
ready_connected = false;
select_connected = true;
}