Releases: joamag/boytacean
Releases · joamag/boytacean
0.10.3
0.10.2
Fixed
- Removed binary distribution from PyPi
0.10.1
Added
- Initial support for the
PyBoy
compatibility layer - #36 - Support for PyPi registry for the PyO3 package - #43
- Python interface file for base boytacean (
boytacean.pyi
) - Interface to custom boot ROM loading in Python
Changed
- Better
boot_dump.py
script with support for other string output formats - Improved error handling using the
Error
enum
Fixed
- Issue related to interrupt timing, reduce interrupt to 20 cycles instead of 24
- Libretro issue with the loading of the base emulator info
retro_get_system_info()
- Bumped base rust version to fix issue with GitHub Action Deploy workflow
0.9.18
0.9.16
Fixed
- Bumped emukit version to fix a bug with zip file handling
0.9.15
Added
- Support for ROM in zip files (Web frontend)
- Support for raw frame buffer
- Lazy evaluation of frame_buffer (on-demand) for DMG
0.9.14
Added
- XRGB8888 support for Libretro frontend, for better color fidelity and faster render
- Support for save state - #7
- LibRetro save state support - #7
- Support for fast mode in SDL frontend
- Support for GameShark cheat codes - #33
Changed
- Made audio flush for libretro and sdl frontends flush by the end of the frame
- Improved MBC5 to support 9 bit ROM bank addresses
Fixed
- Breaking issue with Libretro frontend and Linux
- Fix
window_counter
issue in PPU - Issue with BESS header testing
0.9.13
Changed
- Improved command line parsing with positional ROM path value
- Better CI/CD for releases
- Hidden test panel in Web UI
Fixed
- Small issue with command line arguments
0.9.12
Added
- New WASM build
0.9.11
Fixed
- Build of a new release