Skip to content

6502bench SourceGen v1.8.4

Compare
Choose a tag to compare
@fadden fadden released this 09 Jan 17:18
· 69 commits to master since this release

6502bench currently has one tool, the SourceGen disassembler.

The best place to start is to work through the tutorials. Various sample projects are included in the distribution.

Changes since v1.8.3:

  • Updated SNES definitions [@absindx].
  • Added workaround for project file size limitation (#137).
  • Increased maximum size of C64 font visualizers.

The program is written in C# .NET, using WPF for the user interface. The attached binaries have been tested on Windows 7 SP1 and Windows 10. There is no installer; just unzip the files somewhere convenient and double-click SourceGen.exe to start the program.

Linux and Mac OS X are not supported at this time. (Wine doesn't seem to work with .NET.)

IMPORTANT: your Windows system must have .NET Framework v4.6.2 or later installed. Most systems will already have this, but if you have trouble getting the app to start, you may need to install it. You can download it directly from Microsoft, at https://dotnet.microsoft.com/en-us/download/dotnet-framework .

For information about building and working with the source code, see the Source Notes.