Skip to content

Releases: ChuckTerry/et-3400-simulator

1.3.1-beta

08 Feb 23:50
Compare
Choose a tag to compare

1.3.1-beta Changelog

  • Monitor ROM is now imported, allowing for customization (Such as pre/post OUTCH subroutine fix).
  • Added Funding link to package.
  • Implemented issue templates.
  • Speed optimizations.
  • Globally scoped variables migrated into classes.
  • RAM Memory is now a class rather than a simple array, this is a move towards implementing an address decoder class as an adapter.
  • NPM Package updates.

1.3.0-beta

30 Jan 00:48
Compare
Choose a tag to compare
1.3.0-beta Pre-release
Pre-release

What's Changed

  • Module Refcator for more maintainable code and faster operations.
  • Scoped most globals that were used by single sources.
  • Resolved inconsistent hanging after using single step feature.
  • Began to implement new program loader
  • Added ESLint.
  • Created package.json

Full Changelog: v1.2.1-beta...1.3.0-beta

Public Beta Release

15 Jan 09:11
c4bbdb4
Compare
Choose a tag to compare
Public Beta Release Pre-release
Pre-release

Changelog

  • Initial Release.