mirror of
https://github.com/ApfelTeeSaft/NESDecompiler.git
synced 2026-08-26 19:33:30 +00:00
Roms with only 16KB of program code had the incorrect base address during the disassembly process. This caused the instructions not to be found. Fixed by making sure the base address is adjusted based on the prgRomData size.