mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
netlist: 7493, minor edit. (nw)
This commit is contained in:
parent
09f03c4b05
commit
eb92f5900c
@ -131,7 +131,7 @@ namespace netlist
|
||||
|
||||
NETLIB_HANDLERI(updB)
|
||||
{
|
||||
auto cnt = (++m_bcd &= 0x07);
|
||||
const auto cnt(++m_bcd &= 0x07);
|
||||
m_QD.push((cnt >> 2) & 1, out_delay3);
|
||||
m_QC.push((cnt >> 1) & 1, out_delay2);
|
||||
m_QB.push(cnt & 1, out_delay);
|
||||
|
Loading…
Reference in New Issue
Block a user