What's new

PyBoy v2.4.0 released!

It is a Game Boy emulator written in Python.

1728338983593.png

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.


 

Top