github jsgroth/jgenesis v0.10.1

latest releases: v0.13.0, v0.12.1, v0.12.0...
12 months ago

Bugfix release

Only one functional change in this release, which fixes a regression introduced in v0.10.0:

  • (SNES) Corrected implementation of how Mode 7 clips scrolled center point coordinates; this fixes missing background graphics on some screens in Super Metroid (#426)
    • (The PPU does not simply clip to signed 10-bit or signed 11-bit like previous implementations did; it converts from signed 14-bit to signed 11-bit by dropping bits 10-12, combining the lowest 10 bits with the sign bit from the full 14-bit value)

Don't miss a new jgenesis release

NewReleases is sending notifications on new releases.