Skip to content

Commit

Permalink
Update the accuracy checks to reflect the changes in the Hades tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Mar 23, 2024
1 parent 746de18 commit 405454e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added accuracy/expected/hades_bios_openbus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified accuracy/expected/hades_dma_latch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed accuracy/expected/hades_openbus_bios.png
Binary file not shown.
8 changes: 4 additions & 4 deletions accuracy/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,13 @@
skip=True,
),
Test(
name="Hades Tests - Openbus BIOS",
rom='hades-openbus-bios.gba',
name="Hades Tests - BIOS Openbus",
rom='hades-bios-openbus.gba',
code='''
frame 20
screenshot ./.tests_screenshots/hades_openbus_bios.png
screenshot ./.tests_screenshots/hades_bios_openbus.png
''',
screenshot='hades_openbus_bios.png',
screenshot='hades_bios_openbus.png',
),
Test(
name="Hades Tests - Timer Basic",
Expand Down

0 comments on commit 405454e

Please sign in to comment.