| Previous | 199869 Revisions | Next |
| r45042 Saturday 20th February, 2016 at 12:24:05 UTC by Samuele Zannoli |
|---|
| xbox.cpp: irq acknowledge was wrong (nw) |
| [src/mame/machine] | xbox.cpp |
| r253553 | r253554 | |
|---|---|---|
| 1425 | 1425 | IRQ_CALLBACK_MEMBER(xbox_base_state::irq_callback) |
| 1426 | 1426 | { |
| 1427 | 1427 | int r = 0; |
| 1428 | r = xbox_base_devs.pic8259_2->acknowledge(); | |
| 1429 | if (r == 0) | |
| 1430 | { | |
| 1431 | r = xbox_base_devs.pic8259_1->acknowledge(); | |
| 1432 | } | |
| 1428 | r = xbox_base_devs.pic8259_1->acknowledge(); | |
| 1433 | 1429 | if (debug_irq_active) |
| 1434 | 1430 | debug_generate_irq(debug_irq_number, false); |
| 1435 | 1431 | return r; |
| https://github.com/mamedev/mame/commit/80ad9c66cc56501fa14ccbd7262d2a6036c2abb3 |
| Previous | 199869 Revisions | Next |