Add CPU and Memory class for SNES emulator

This commit is contained in:
scawful
2023-08-19 02:08:17 -04:00
parent 878b1ee1eb
commit a5f1a23de8
6 changed files with 1673 additions and 0 deletions

View File

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