mirror of
https://github.com/holub/mame
synced 2025-05-05 05:53:05 +03:00
x68k: fix disk insertion motor enable (nw)
This commit is contained in:
parent
323e161e28
commit
ed131bc48c
@ -1420,7 +1420,7 @@ INPUT_PORTS_END
|
||||
|
||||
void x68k_state::floppy_load_unload(bool load, floppy_image_device *dev)
|
||||
{
|
||||
dev->mon_w(m_fdc.motor && !load);
|
||||
dev->mon_w(!(m_fdc.motor && load));
|
||||
if(m_ioc.irqstatus & 0x02)
|
||||
{
|
||||
m_current_vector[1] = 0x61;
|
||||
|
Loading…
Reference in New Issue
Block a user