diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index 28b69c0..86bb999 100644 --- a/tests/bgb_get_snapshot.py +++ b/tests/bgb_get_snapshot.py @@ -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') diff --git a/tests/splash_screen.c b/tests/splash_screen.c index a918eeb..e1010dc 100644 --- a/tests/splash_screen.c +++ b/tests/splash_screen.c @@ -11,6 +11,7 @@ void main(void) { displaySetup(); showSplashScreen(); + delay(100); EMU_BREAKPOINT; }