Skip to content

Commit

Permalink
Skip bootrom for cpu_instrs (since we're stubbing it out)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed May 27, 2024
1 parent 8098a7a commit a789226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cpu_instrs: bin/gogo-gb vendor/gameboy-doctor/gameboy-doctor vendor/gb-test-roms
test_num=$$((10#$${test_name%-*})); \
echo "=== Starting cpu_instrs test $$file ==="; \
bin/gogo-gb --cart "vendor/gb-test-roms/cpu_instrs/individual/$$file" \
--skip-bootrom \
--debugger=gameboy-doctor \
--log=stderr | \
./vendor/gameboy-doctor/gameboy-doctor - cpu_instrs "$$test_num" || \
Expand Down

0 comments on commit a789226

Please sign in to comment.