It is a Game Boy emulator written in Python.
The changes are as follows:
The changes are as follows:
– Massive performance improvements (10-40%)
– CPU and memory timings have been corrected (Blargg’s tests)
– If you're making a plugin, then note that post'tick is now only called once at the end of pyboy.tick. Not for every frame.
– Clarify in docs that reads from pyboy.memory might return a memoryview in the future.
– If you're running pytest locally, TEST-- CI has been removed and you now have to set set TEST-VERBOSE-IMAGES-1 to see debug images.
GitHub - Baekalfen/PyBoy: Game Boy emulator written in Python
Game Boy emulator written in Python. Contribute to Baekalfen/PyBoy development by creating an account on GitHub.
github.com