X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=ncpu_debug.c;h=9736204b4382d8b6d3f90ecedd4776aca5033c02;hp=774218a6f29aa0fa6037a54b8f583398736b18cc;hb=f12b1f316ca070bda860108b4e3901628d1a8398;hpb=e7f5287861e2da956537a6db8abb26f9a26255f8 diff --git a/ncpu_debug.c b/ncpu_debug.c index 774218a..9736204 100644 --- a/ncpu_debug.c +++ b/ncpu_debug.c @@ -180,8 +180,6 @@ void X6502_Run_d(int32 c) TriggerIRQ_a(); } if (pending_irq & 0xff) { - TriggerIRQ_c(); - TriggerIRQ_a(); X6502_IRQBegin_c(pending_irq & 0xff); X6502_IRQBegin_a(pending_irq & 0xff); }