Releases: duysqubix/gobc
Releases · duysqubix/gobc
v1.1
Added
- Added support for MBC5
- Implemented RTC, passes all tests
- Implemented Load/Save States
- Saving SRAM
- Added new debug window - CartWindow showing SRAM of ROM file
Changed
- Switched to using pixel2 as rendering library
- Changed FPS logic to using
sleep
rather thanticker
- Baked in BootROM code directly into executable instead of reading from file
- Stubbed
NR52
to0x80
for some games to work that rely on audio - Fixed incorrect Timer Update logic