Skip to content

Commit 25485af

Browse files
committed
added Release Notes for r29
1 parent 23a2d4a commit 25485af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)