test(rom): add role-based ROM selection

This commit is contained in:
scawful
2025-12-22 14:49:04 -05:00
parent df866b3f7f
commit 42ae359abc
30 changed files with 488 additions and 265 deletions

View File

@@ -60,7 +60,7 @@ struct ValidationResult {
* Example usage:
* @code
* Rom rom;
* rom.LoadFromFile("zelda3.sfc");
* rom.LoadFromFile("roms/alttp_vanilla.sfc");
*
* // Make edits...
* rom.WriteByte(0x1234, 0x42);