From 3ae92e88bf6fb6012f7dc611593e140211beb697 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 16:18:31 +0200 Subject: [PATCH] try win32 --- tests/Makefile | 4 ++-- tests/bgb_get_snapshot.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index e9b1e2b..d3a1736 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -21,8 +21,8 @@ mkdirs: mkdir -p $(BLDDIR) $(BGBDIR): - wget https://bgb.bircd.org/bgbw64.zip - unzip -jo -qq bgbw64.zip -d ../bgb + wget https://bgb.bircd.org/bgb.zip + unzip -jo -qq bgb.zip -d ../bgb rm bgbw64.zip $(BLDDIR)/%.gb: $(MYDIR)/%.c mkdirs $(BGBDIR) diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index bdd4c02..d2f2a8a 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') @@ -45,7 +45,7 @@ def make_and_run(rom_relative): # windows if os.name == 'nt': - bgb_exe = ["../bgb/bgb64.exe"] + bgb_exe = ["../bgb/bgb.exe"] cmd = [ *bgb_exe,