Add SPC700 class for APU

This commit is contained in:
scawful
2023-08-20 21:21:59 -04:00
parent 033bd148cf
commit 2f6c6d414c
4 changed files with 685 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ add_executable(
app/emu/cpu.cc
app/emu/ppu.cc
app/emu/snes.cc
app/emu/spc700.cc
${YAZE_APP_CORE_SRC}
${YAZE_APP_EDITOR_SRC}
${YAZE_APP_GFX_SRC}