Skip to content

Commit 17e0a4e

Browse files
authored
Rename Hacktix test roms and fix old GitHub links (#81)
1 parent 0cee709 commit 17e0a4e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import testroms.samesuite
1919
import testroms.ax6
2020
import testroms.daid
21-
import testroms.hacktix
21+
import testroms.ashiepaws
2222
import testroms.cpp
2323
import testroms.mealybug
2424
from test import *
@@ -174,7 +174,7 @@ def load_emulators(filter_data):
174174
return [spec['factory']() for spec in get_emulator_specs(filter_data)]
175175

176176

177-
tests = testroms.acid.all + testroms.blargg.all + testroms.daid.all + testroms.ax6.all + testroms.mooneye.all + testroms.samesuite.all + testroms.hacktix.all + testroms.cpp.all + testroms.mealybug.all
177+
tests = testroms.acid.all + testroms.blargg.all + testroms.daid.all + testroms.ax6.all + testroms.mooneye.all + testroms.samesuite.all + testroms.ashiepaws.all + testroms.cpp.all + testroms.mealybug.all
178178

179179
def checkFilter(input, filter_data):
180180
if filter_data is None:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
all = [
5-
Test("hacktix/bully.gb (DMG)", rom="hacktix/bully.gb", runtime=0.5,
6-
description="A collection of multiple test cases testing a variety of behaviors. (See Repository for Details)", url="https://github.com/Hacktix/BullyGB"),
7-
Test("hacktix/bully.gb (GBC)", rom="hacktix/bully.gb", runtime=0.5, model=CGB,
8-
description="A collection of multiple test cases testing a variety of behaviors. (See Repository for Details)", url="https://github.com/Hacktix/BullyGB"),
9-
Test("hacktix/strikethrough.gb", rom="hacktix/strikethrough.gb", runtime=0.5,
5+
Test("ashiepaws/bully.gb (DMG)", rom="ashiepaws/bully.gb", runtime=0.5,
6+
description="A collection of multiple test cases testing a variety of behaviors. (See Repository for Details)", url="https://github.com/Ashiepaws/BullyGB"),
7+
Test("ashiepaws/bully.gb (GBC)", rom="ashiepaws/bully.gb", runtime=0.5, model=CGB,
8+
description="A collection of multiple test cases testing a variety of behaviors. (See Repository for Details)", url="https://github.com/Ashiepaws/BullyGB"),
9+
Test("ashiepaws/strikethrough.gb", rom="ashiepaws/strikethrough.gb", runtime=0.5,
1010
description="Abuse of OAM DMA transfers during PPU modes 2 and 3 causing interference with data reads from the PPU."),
1111
]

0 commit comments

Comments
 (0)