fix(timer): decrement sound timer instead of incrementing

This commit is contained in:
Stevan Freeborn
2026-07-18 15:15:16 -05:00
parent 87512e2372
commit b55dd087ee
+1 -1
View File
@@ -436,7 +436,7 @@ int main(int argc, char *argv[]) {
} }
if (chip->st > 0) { if (chip->st > 0) {
chip->st++; chip->st--;
// TODO: Play sound // TODO: Play sound
} else { } else {
// TODO: Play sound // TODO: Play sound