mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Merge pull request #1300 from TomHarte/ElectronPaging
Don't page if acknowleding interrupts.
This commit is contained in:
commit
439535e44b
@ -288,9 +288,8 @@ template <bool has_scsi_bus> class ConcreteMachine:
|
|||||||
evaluate_interrupts();
|
evaluate_interrupts();
|
||||||
|
|
||||||
// TODO: NMI
|
// TODO: NMI
|
||||||
}
|
} else {
|
||||||
|
// Latch the paged ROM in case external hardware is being emulated.
|
||||||
// latch the paged ROM in case external hardware is being emulated
|
|
||||||
active_rom_ = *value & 0xf;
|
active_rom_ = *value & 0xf;
|
||||||
|
|
||||||
// apply the ULA's test
|
// apply the ULA's test
|
||||||
@ -304,6 +303,7 @@ template <bool has_scsi_bus> class ConcreteMachine:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 0xfe06:
|
case 0xfe06:
|
||||||
if(!isReadOperation(operation)) {
|
if(!isReadOperation(operation)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user