11 March 2012 v1.0.7.4
======================
1) The application is marked as "DPI Aware". All Windows GUI elements are DPI aware and will render smooth clear text when used with Windows 7's "make text bigger" option. Only the windowed mode C64 bitmapped rendering remains non DPI aware as with previous versions.
2) Added a work in progress breakpoint listview with context menu options "Show Address" and "Delete All Breakpoints"
3) Illegal opcode tweak for demo 'Errata' by Emulamer.
4) CRASHFIX: Fixed stack corruption crash when reading G64 files with custom speed zones.
5) CRASHFIX: Fixed application lock up bug while drag scrolling the disassembly window.
25 October 2011 v1.0.7.3
========================
1) Enabled editing of the CPU registers and the disassembly mnemonics. The mnemonic edit box accepts either 6502 assembly or space delimited numbers.
2) Fixed pixel glitch while stepping in the debugger.
3) Added up/left soft cursor keys.
4) Tweak for demo 'Bad Copy' by Emulamer.