mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-09 00:25:10 +00:00
Correct INT handling on Z80
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -725,6 +725,7 @@ int EightBit::Z80::step() {
|
||||
handleNMI();
|
||||
handled = true;
|
||||
} else if (lowered(INT())) {
|
||||
lowerINT();
|
||||
raiseHALT();
|
||||
if (IFF1()) {
|
||||
handleINT();
|
||||
|
Reference in New Issue
Block a user