Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 62a847b commit 582c1b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def make_and_run(rom_relative):

cmd = [
*bgb_exe,
'-set DebugSrcBrk=1',
"-hf",
"-stateonexit",
"-screenonexit", screenshot_path.absolute().as_posix(),
Expand Down
2 changes: 1 addition & 1 deletion tests/pu1_plays_note.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main(void) {
playNotePu1();
updatePu1();

delay(500);
delay(100);

EMU_BREAKPOINT;
}
1 change: 0 additions & 1 deletion tests/splash_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void main(void) {
displaySetup();

showSplashScreen();
delay(500);

EMU_BREAKPOINT;
}
2 changes: 1 addition & 1 deletion tests/wav_test_load_and_play.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main(void) {
updateWav();
// updateWavSweep();

delay(500);
delay(100);

result[0] = wavCurrentFreq;
result[1] = wavCurrentFreq >> 8U;
Expand Down

0 comments on commit 582c1b9

Please sign in to comment.