mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Put force ready on later machines too, nw
This commit is contained in:
parent
e39c49fff0
commit
625352d50d
@ -1514,8 +1514,7 @@ WRITE8_MEMBER(pc9801_state::pc9801rs_2hd_w)
|
|||||||
if(data & 0x80)
|
if(data & 0x80)
|
||||||
machine().device<upd765a_device>("upd765_2hd")->reset();
|
machine().device<upd765a_device>("upd765_2hd")->reset();
|
||||||
|
|
||||||
if(data & 0x40)
|
pc9801_fdc_2hd_update_ready(NULL, 0);
|
||||||
machine().device<upd765a_device>("upd765_2hd")->ready_w(1);
|
|
||||||
|
|
||||||
machine().device<floppy_connector>("upd765_2hd:0")->get_device()->mon_w(!(data & 0x08));
|
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));
|
machine().device<floppy_connector>("upd765_2hd:1")->get_device()->mon_w(!(data & 0x08));
|
||||||
|
Loading…
Reference in New Issue
Block a user