File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,20 @@ All rights reserved. License: 2-clause BSD
107107
108108## Release Notes
109109
110+ ### Release 29
111+
112+ * better keyboard support: if you pretend you have a US keyboard layout when typing, all keys should now be reachable [ Paul Robson]
113+ * -debug will enable the new debugger [ Paul Robson]
114+ * runs at the correct speed (was way too slow on most machines)
115+ * keyboard shortcuts work on Windows/Linux: Ctrl + F/R/S/V
116+ * Ctrl + V pastes the clipboard as keypresses
117+ * -bas file.txt loads a BASIC program in ASCII encoding
118+ * -echo prints all BASIC/KERNAL output to the terminal, use it with LIST to convert a BASIC program to ASCII
119+ * -run acts like -prg, but also autostarts the program
120+ * JMP $FFFF and SYS 65535 exit the emulator and save memory the host's storage
121+ * the packages now contain the current version of the Programmer's Reference Guide (HTML)
122+ * fix: on Windows, some file load/saves may be been truncated
123+
110124### Release 28
111125
112126* support for 65C02 opcodes [ Paul Robson]
You can’t perform that action at this time.
0 commit comments