mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
mc6843: Clear STRB at command start
This commit is contained in:
parent
580a4f26e5
commit
05803c6130
@ -308,6 +308,10 @@ TIMER_CALLBACK_MEMBER(mc6843_device::update_tick)
|
||||
|
||||
void mc6843_device::command_start()
|
||||
{
|
||||
// clear errors
|
||||
m_strb = 0;
|
||||
m_isr &= 0x7;
|
||||
|
||||
assert(m_state == S_IDLE);
|
||||
switch(m_cmr & 0xf) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user