ADC, AND with tests for various addressing modes

This commit is contained in:
scawful
2023-08-19 14:14:24 -04:00
parent 28ac82d68b
commit e76aa69254
5 changed files with 240 additions and 124 deletions

View File

@@ -2,7 +2,10 @@ add_executable(
yaze
app/yaze.cc
app/rom.cc
app/emu/apu.cc
app/emu/cpu.cc
app/emu/ppu.cc
app/emu/snes.cc
${YAZE_APP_CORE_SRC}
${YAZE_APP_EDITOR_SRC}
${YAZE_APP_GFX_SRC}