added psuedo_vram

This commit is contained in:
Justin Scofield
2022-07-11 21:35:35 -04:00
parent 647c975ead
commit bd44cc2c96
3 changed files with 61 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ add_executable(
app/core/constants.cc
app/core/controller.cc
app/gfx/bitmap.cc
app/gfx/psuedo_vram.cc
app/gfx/snes_tile.cc
app/gfx/snes_palette.cc
app/zelda3/overworld.cc