- SDL2 for graphics
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
./yagbe <PATH_TO_ROM>
- no sound implemented
- timing issues; don't have the cycle/timer/vblank relations figured out
- mcb implementation lacking
- only Tetris seems to work (well, it does something)
- code and architecture are a mess
- high cpu usage