mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-03 09:29:50 +00:00
Interrupt handling doesn't use the current running cycles.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
1cf73a8aa4
commit
a087750d9c
@ -41,7 +41,6 @@ void EightBit::LR35902::ei() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int EightBit::LR35902::interrupt(uint8_t value) {
|
int EightBit::LR35902::interrupt(uint8_t value) {
|
||||||
cycles = 0;
|
|
||||||
di();
|
di();
|
||||||
restart(value);
|
restart(value);
|
||||||
return 4;
|
return 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user