Further 8080/Z80 interrupt rewrite

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2017-12-03 00:57:47 +00:00
parent 4f5e231dc4
commit 23f7a88480
6 changed files with 55 additions and 53 deletions
+1
View File
@@ -276,6 +276,7 @@ int EightBit::Intel8080::step() {
}
return execute(instruction);
}
return cycles();
}
int EightBit::Intel8080::execute(uint8_t opcode) {