Files
gameboy/Makefile
Raimon Zamora 8fc576cda2 - [FIX] el só para durant el debug [però new BUG: al tornar està desincronitzat]
- [FIX] si el canal està desactivat, no fer el envelope sweep
- [FIX] Se miraba el bit incorrecte per a determinar si el envelope sweep anava amunt o avall
2025-01-29 17:43:43 +01:00

12 lines
140 B
Makefile

compile:
g++ -g *.cpp -lSDL2 -o gb
run: compile
./gb tetris.gb
debug: compile
gdb --args gb tetris.gb
debug1: compile
gdb -ex run gb