Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import testroms.samesuite
import testroms.ax6
import testroms.daid
import testroms.hacktix
import testroms.ashiepaws
import testroms.cpp
import testroms.mealybug
from test import *
Expand Down Expand Up @@ -174,7 +174,7 @@ def load_emulators(filter_data):
return [spec['factory']() for spec in get_emulator_specs(filter_data)]


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
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

def checkFilter(input, filter_data):
if filter_data is None:
Expand Down
10 changes: 5 additions & 5 deletions testroms/hacktix.py → testroms/ashiepaws.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


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