Revert "GB: Cancel IRQs if interrupt is unasserted before dispatch (fixes #1000, #1003)"

This reverts commit fd0af73f32.
This commit is contained in:
Vicki Pfau 2018-04-03 20:43:07 -07:00
parent 29bf21ac07
commit 0730190317
1 changed files with 0 additions and 1 deletions

View File

@ -526,7 +526,6 @@ void GBDetectModel(struct GB* gb) {
void GBUpdateIRQs(struct GB* gb) {
int irqs = gb->memory.ie & gb->memory.io[REG_IF];
if (!irqs) {
gb->cpu->irqPending = false;
return;
}
gb->cpu->halted = false;