Update test suite to use example roms

This commit is contained in:
Michael Smith
2025-08-13 12:46:00 +02:00
parent 5387152a21
commit ba4e098ba5
16 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ func main() {
// log.Fatalln("No rom file specified")
// }
// romPath := os.Args[1]
romPath := "rom.gb"
romPath := "./roms/dmg-acid2.gb"
ui.Run(romPath)
}