deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
276 stars 35 forks source link

gb: RTC does not work with MBC3 ROMs that do not use RAM #84

Closed deltabeard closed 1 year ago

deltabeard commented 1 year ago

The rtc3test.gb test at https://github.com/aaaaaa123456789/rtc3test does not run because Peanut-GB incorrectly assumes that all MBC3 ROMs use RAM, whereas this MBC3 ROM does not.

deltabeard commented 1 year ago

Fixed in https://github.com/deltabeard/Peanut-GB/commit/11e437370439928dec33130487d97e0e4b415898, but it has too many unrelated changes to merge.