Releases: MonJamp/DameEmu
Releases · MonJamp/DameEmu
dameEmu v0.6
Major Changes
PPU Emulation
Initial attempts to emulate PPU is working. Currently background and sprite rendering is working although tiles/sprites which don't align to 8 pixel blocks may appear distorted. Simpler games and homebrew will be playable once input is implemented. With minimal optimizations, Tetris is running at over 250 fps.
VRAM Viewer
The background tilemap can be rendered through the VRAM viewer.
Memory Browser
VRAM, WRAM, OAM, and HRAM data can be viewed using the memory browser.
Other Changes
- Ability to toggle breakpoints
- Fixes so that wxWidgets will render properly in Windows and Linux
- Dark mode is supported if the detected OS is using a dark colored theme
- STAT register and interrupt emulation
- Initial timer emulation
- Fixed memory leak caused by incorrect smart pointer usage
- Performance improvements when running ROMs
- Minor fixes to instructions and registers