mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
bfm_sc1 shows the dot matrix display again (nw)
This commit is contained in:
parent
b0af521577
commit
af10577a30
@ -377,7 +377,7 @@ WRITE8_MEMBER(bfm_sc1_state::vfd_w)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
m_vfd0->por(!(data & VFD_RESET));
|
m_vfd0->por(data & VFD_RESET);
|
||||||
m_vfd0->data(data & VFD_DATA);
|
m_vfd0->data(data & VFD_DATA);
|
||||||
m_vfd0->sclk(data & VFD_CLOCK1);
|
m_vfd0->sclk(data & VFD_CLOCK1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user