Previous 199869 Revisions Next

r26194 Saturday 16th November, 2013 at 11:55:03 UTC by Curt Coder
Lessen log pollution. (nw)
[src/emu/cpu/z80]z80daisy.c
[src/emu/machine]z80ctc.c z80dart.c

trunk/src/emu/machine/z80ctc.c
r26193r26194
240240      }
241241   }
242242
243   logerror("z80ctc_irq_ack: failed to find an interrupt to ack!\n");
243   //logerror("z80ctc_irq_ack: failed to find an interrupt to ack!\n");
244244   return m_vector;
245245}
246246
r26193r26194
269269      }
270270   }
271271
272   logerror("z80ctc_irq_reti: failed to find an interrupt to clear IEO on!\n");
272   //logerror("z80ctc_irq_reti: failed to find an interrupt to clear IEO on!\n");
273273}
274274
275275
trunk/src/emu/machine/z80dart.c
r26193r26194
299299      }
300300   }
301301
302   logerror("z80dart_irq_ack: failed to find an interrupt to ack!\n");
302   //logerror("z80dart_irq_ack: failed to find an interrupt to ack!\n");
303303
304304   return m_chanB->m_rr[2];
305305}
r26193r26194
328328      }
329329   }
330330
331   logerror("z80dart_irq_reti: failed to find an interrupt to clear IEO on!\n");
331   //logerror("z80dart_irq_reti: failed to find an interrupt to clear IEO on!\n");
332332}
333333
334334
trunk/src/emu/cpu/z80/z80daisy.c
r26193r26194
130130      if (state & Z80_DAISY_INT)
131131         return vector;
132132   }
133   logerror("z80daisy_call_ack_device: failed to find an device to ack!\n");
133   //logerror("z80daisy_call_ack_device: failed to find an device to ack!\n");
134134   return vector;
135135}
136136

Previous 199869 Revisions Next


© 1997-2024 The MAME Team