Previous 199869 Revisions Next

r22068 Monday 25th March, 2013 at 02:37:55 UTC by R. Belmont
fix typo (nw)
[src/emu/cpu/m6502]m5074x.c

trunk/src/emu/cpu/m6502/m5074x.c
r22067r22068
204204      all_ints |= 0x10;
205205   }
206206
207   // check all 6 IRQ bits for changes
208   for (int i = 0; i < 6; i++)
207   // check all 5 IRQ bits for changes
208   for (int i = 0; i < 5; i++)
209209   {
210210      // if bit is set now
211211      if (all_ints & (1 << i))

Previous 199869 Revisions Next


© 1997-2024 The MAME Team