Add GBA cart model and allow reading from it

This commit is contained in:
Raphaël Zumer
2019-12-08 13:46:51 -05:00
parent f21347c918
commit d86ee1d5bf
4 changed files with 299 additions and 24 deletions

View File

@ -10,6 +10,7 @@ add_library(core STATIC
CP15.cpp
CRC32.cpp
DMA.cpp
GBACart.cpp
GPU.cpp
GPU2D.cpp
GPU3D.cpp