trunk/src/emu/machine/upd765.c
| r19442 | r19443 | |
| 2241 | 2241 | 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) |
| 2242 | 2242 | { |
| 2243 | 2243 | m_shortname = "pc8477a"; |
| 2244 | | ready_polled = false; |
| 2244 | ready_polled = true; |
| 2245 | 2245 | ready_connected = false; |
| 2246 | 2246 | select_connected = true; |
| 2247 | 2247 | } |
| r19442 | r19443 | |
| 2249 | 2249 | 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) |
| 2250 | 2250 | { |
| 2251 | 2251 | m_shortname = "wd37c65c"; |
| 2252 | | ready_polled = false; |
| 2252 | ready_polled = true; |
| 2253 | 2253 | ready_connected = false; |
| 2254 | 2254 | select_connected = true; |
| 2255 | 2255 | } |