Put force ready on later machines too, nw

This commit is contained in:
Angelo Salese 2012-12-03 14:45:53 +00:00
parent e39c49fff0
commit 625352d50d

View File

@ -1514,8 +1514,7 @@ WRITE8_MEMBER(pc9801_state::pc9801rs_2hd_w)
if(data & 0x80)
machine().device<upd765a_device>("upd765_2hd")->reset();
if(data & 0x40)
machine().device<upd765a_device>("upd765_2hd")->ready_w(1);
pc9801_fdc_2hd_update_ready(NULL, 0);
machine().device<floppy_connector>("upd765_2hd:0")->get_device()->mon_w(!(data & 0x08));
machine().device<floppy_connector>("upd765_2hd:1")->get_device()->mon_w(!(data & 0x08));