mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
fix typo (nw)
This commit is contained in:
parent
3f85549053
commit
1015102ba1
@ -204,8 +204,8 @@ void m5074x_device::recalc_irqs()
|
||||
all_ints |= 0x10;
|
||||
}
|
||||
|
||||
// check all 6 IRQ bits for changes
|
||||
for (int i = 0; i < 6; i++)
|
||||
// check all 5 IRQ bits for changes
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
// if bit is set now
|
||||
if (all_ints & (1 << i))
|
||||
|
Loading…
Reference in New Issue
Block a user