CHANGELOG 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. v0.1.1
  2. ======
  3. * initial public release
  4. v0.1.1a (bugfix release)
  5. ========================
  6. * Fixes:
  7. - SuperCIC pair mode was erroneously enabled in firmware binary
  8. - SNES menu crashed on empty database
  9. v0.1.2
  10. ======
  11. * New menu entry: "System Information"
  12. * Auto region override (eliminate "This game pak is not designed..." messages)
  13. * Improved mapper detection (fixes Batman vs. Joker and many PD ROMs)
  14. * Improved data streaming performance
  15. (should reduce MSU1 errors with some cards)
  16. * A and B buttons swapped in menu to match common key mappings
  17. * Fixes:
  18. - MSU1: Stop audio playback on end of audio file
  19. v0.1.3
  20. ======
  21. * Updated logo gfx with new version from klaptra
  22. * Updated font to distinguish between 1 and I
  23. * Menu layout adjusted to move status line up by 4 scanlines
  24. * Run previously loaded game by pressing Start in the menu
  25. * Auto-scroll file names that do not fit the screen
  26. * SD access time measurement on System Information screen (takes a while!)
  27. * Cx4 memory map: mirror ROM to 40-7e/c0-ff (fixes MMX3 Zero patch)
  28. * Some FPGA configuration error detection (mainly useful for hardware diag)
  29. * Fixes:
  30. - FPGA-side SD clock pullup (increases reliability with some cards)