mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
x68k: only set timer if op is set
This commit is contained in:
parent
085525bb79
commit
0873030af5
@ -455,9 +455,8 @@ void x68k_crtc_device::crtc_w(offs_t offset, u16 data, u16 mem_mask)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
m_operation_end_timer->adjust(attotime::from_msec(5), 0x02); // time taken to do operation is a complete guess.
|
||||
if (data & 0x02) m_operation_end_timer->adjust(attotime::from_msec(5), 0x02); // time taken to do operation is a complete guess.
|
||||
break;
|
||||
}
|
||||
// LOG("%s CRTC: Wrote %04x to CRTC register %i\n",machine().describe_context(), data, offset);
|
||||
|
Loading…
Reference in New Issue
Block a user