andychase / gbajs2

gbajs2 is a Game Boy Advance emulator written in Javascript from scratch using HTML5 technologies like Canvas and Web Audio. It is freely licensed and works in any modern browser without plugins.
https://andychase.me/gbajs2
BSD 2-Clause "Simplified" License
212 stars 76 forks source link

Automatic unit testing #9

Open andychase opened 4 years ago

andychase commented 4 years ago

Rom-based https://github.com/jsmolka/gba-suite

More comprehensive but might be harder to integrate: https://github.com/mgba-emu/suite

For just now set the baseline for regressions, however it would be nice if this set the framework for someone to work on compatibility.