PlutoBoy
PlutoBoy copied to clipboard
Unit Tests
When rewriting the CPU for extra speed performance we need to assess that the CPU behaviour is the same. Blaarg's test roms work on a "higher" level but if the fundamental CPU behaviour is wrong then these roms will not work at all. Unit tests need to be created at least for the CPU before the rewrite. Possibly using Minunit and the integrating these into the Travis CI build.