Skip to content

v2.2

Compare
Choose a tag to compare
@ClusterM ClusterM released this 29 Apr 09:30
· 214 commits to master since this release

What's new:

  • More Famicom Disk System stuff: verification, error handling, bugfixes
  • Fixed the --fds-dump-hidden option that helps to dump copy-protected disks
  • Bundled with the Famicom Disk System speed measure script
  • Migrated to Roslyn, so C# 8.0 scripts are supported now, bundled scripts refactored to use new features
  • C# scripts caching: compiled script saved to cache and will not be compiled again until it changed
  • C# scripts are now searched for in the "scripts" directory, so bundled scripts moved here
  • Many option names are changed: --psize to --prg-size, --csize to --chr-size, etc., but backward compatibility is preserved
  • Added the --battery option to set "battery" flag in ROM header after dumping
  • --chr-size can be used with "test-chr-ram-coolgirl" command now to specify CHR RAM size
  • Some methods in the FamicomDumperConnection class changed, added methods to read a single byte and methods to work with FDS, check IFamicomDumperConnection interface source
  • Many minor fixes