cleanup spc700 and add todos

This commit is contained in:
scawful
2023-12-06 01:32:59 -05:00
parent d0c9229093
commit 87db938963
17 changed files with 559 additions and 633 deletions

View File

@@ -1876,6 +1876,7 @@ uint8_t CPU::GetInstructionLength(uint8_t opcode) {
}
}
// TODO: Implement 65816 interrupts.
void CPU::HandleInterrupts() {
if (GetInterruptFlag()) {
return;

View File

@@ -178,7 +178,6 @@ class CPU : public Memory, public Loggable, public core::ExperimentFlags {
// LDA addr, Y
uint32_t AbsoluteIndexedY();
// Test Me :)
// Effective Address:
// Bank: Program Bank Register (PBR)
// High/low: The Indirect Address