- [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
This commit is contained in:
2025-01-29 17:43:28 +01:00
parent 1c0f243d04
commit 8fc576cda2
4 changed files with 21 additions and 8 deletions

View File

@@ -2,10 +2,10 @@ compile:
g++ -g *.cpp -lSDL2 -o gb
run: compile
./gb
./gb tetris.gb
debug: compile
gdb --args gb supermarioland.gb
gdb --args gb tetris.gb
debug1: compile
gdb -ex run gb