Skip to content

Commit

Permalink
dont make
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 582c1b9 commit 73338c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def load_rom_snapshot(rom_relative):


def make_and_run(rom_relative):
make_rom(rom_relative)
# make_rom(rom_relative)

rom_path_full = base_path.joinpath(rom_relative)
screenshot_path = rom_path_full.with_suffix('.bmp')
Expand Down
1 change: 1 addition & 0 deletions tests/splash_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ void main(void) {
displaySetup();

showSplashScreen();
delay(100);

EMU_BREAKPOINT;
}

0 comments on commit 73338c5

Please sign in to comment.