Add all 65816 instruction tests

Separate CPU class into instructions and addressing files
This commit is contained in:
scawful
2023-12-03 05:13:25 -05:00
parent b4820d1d32
commit a0019ab7fb
14 changed files with 4538 additions and 1277 deletions

View File

@@ -23,6 +23,8 @@ add_executable(
../src/cli/command_handler.cc
../src/app/rom.cc
../src/app/emu/cpu.cc
../src/app/emu/cpu/instructions.cc
../src/app/emu/cpu/addressing.cc
../src/app/emu/audio/apu.cc
../src/app/emu/video/ppu.cc
../src/app/emu/audio/dsp.cc

File diff suppressed because it is too large Load Diff