Skip to content

v.2.1

Latest
Compare
Choose a tag to compare
@mzattera mzattera released this 19 Jan 14:59
  • 6502 emulation about 70% faster than before (functional tests run in 1/3 of the time).
  • Cleaned up and rationalized blocks for bitwise functions in the code (partially addressing #5).
  • Removed DIVMOD block as it might have been unreliable, replaced with DIV+MOD.
  • Removed unneeded constants.