Releases: shysaur/Tricky68k
Releases · shysaur/Tricky68k
Version 1.4.1
- Minor UX fixes
- Implemented support for entry points at addresses lower than $2000
- Fixed lock-ups when executing STOP instructions
- Other minor bug fixes
Version 1.4.0
- New! Support for Dark Mode!
- New! Redesigned handling of color schemes!
- Color schemes can now be used to highlight code printouts.
- Minor improvements to the breakpoint editor.
- Minor emulation accuracy improvements in the simulator.
- Other speed and stability improvements.
- Dropped support for OS X 10.9 Mavericks.
Version 1.3.0
- New! Now it's possible to show the source code when debugging!
- New! In the debugger you can now step out from the current function!
- New! The Touch Bar is now supported!
- Usability improvements and bugfixes to the simulator teletype.
- Minor improvements to the examples.
- Fixed some file type matching issues.
- Better handling of some error conditions.
- Minor emulation accuracy improvements in the simulator.
- Cosmetic improvements.
- Other speed and stability improvements.
Version 1.2.1
Bug fixes in 1.2.1
- Fix the menus in simulator mode.
- Show if the teletype accepts keyboard input or not.
Changes in 1.2.0
- New! Added three new examples!
- New! You can now set breakpoints directly in the source!
- New! The step over function now properly follows branches and returns.
- You can now resize all the simulator panels.
- Window sizes and layouts are now preserved.
- It's now possible to show only a small part of the simulated RAM in the simulator.
- Added an option to select a different font for printing.
- Fixed crashes when editing the last line of the file.
- Improved handling of big files.
- Cosmetic improvements.
- Other speed and stability improvements.
Version 1.2.0
- New! Added three new examples!
- New! You can now set breakpoints directly in the source!
- New! The step over function now properly follows branches and returns.
- You can now resize all the simulator panels.
- Window sizes and layouts are now preserved.
- It's now possible to show only a small part of the simulated RAM in the simulator.
- Added an option to select a different font for printing.
- Fixed crashes when editing the last line of the file.
- Improved handling of big files.
- Cosmetic improvements.
- Other speed and stability improvements.
Version 1.1.0
- New! Added a clock frequency gauge in the simulator.
- New! Added an option to limit the clock frequency of the simulated CPU.
- New! Added a breakpoint list window.
- New! Now the simulator shows all the labels in the disassembly.
- The simulator now properly reports any error which occured during the simulation, instead of just aborting.
- Added an option to export an assembled ELF file.
- Important speed and stability improvements to the simulator.
- Improved the teletype's performance.
- When creating a new program, the source template will conform to your editing preferences.
- Now Tricky68k can open text files in addition to assembly files.
- Fixed printing when the output spans more than one page.
- binutils updated to 2.25.1.
- Cosmetic improvements.
Version 1.0.2
- Fixed random crashes when opening documents.
Version 1.0.1
- Huge improvements to the disassembler. Instructions before the PC no longer
look garbled. - Huge speed-up to the simulator view when rapidly single-stepping.
- Bug fixes and speed improvements to the editing tools (indent, detab, etc.)
- Improved appearance of the disassembly in the simulator.
- Nicer toolbar icons.
- Other minor fixes.
Version 1.0.0
- New! Three more examples added!
- New! Tricky68k is now retina-ready; added a new application icon.
- The tic-tac-toe example is now commented!
- Improved performance of the editor-simulator switching animation.
- More editor improvements and fixes.
- Improved the appearance of simulator mode.
- New unmodified documents now close when another document is opened.
- Improved the preferences window.
- Printing now correctly handles files with tabs.
- Fixed a bug where the simulator menu items could not be used on Mavericks.
- Other cosmetic improvements and bug-fixes.
Version 0.9.5
- New! Now Tricky68k has three examples built in. Check them out from the Help menu!
- Improved code editor.
- Added printing, autosave and versions.
- Breakpoints are now preserved when restarting the simulator.
- The teletype is now cleared when restarting the simulator.
- Minor improvements to the Actions window.
- Minor improvements to error messages.
- Fixed rare crash when restarting the simulator.