You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ You can start `x16emu`/`x16emu.exe` either by double-clicking it, or from the co
27
27
*`-prg` lets you specify a `.prg` file that gets injected into RAM after start.
28
28
*`-bas` lets you specify a BASIC program in ASCII format that automatically typed in (and tokenized).
29
29
*`-run` executes the application specified through `-prg` or `-bas` using `RUN` or `SYS`, depending on the load address.
30
+
*`-scale` scales video output to an integer multiple of 640x480
30
31
*`-echo` causes all KERNAL/BASIC output to be printed to the host's terminal. Enable this and use the BASIC command "LIST" to convert a BASIC program to ASCII (detokenize).
31
32
*`-log` enables one or more types of logging (e.g. `-log KS`):
32
33
* `K`: keyboard (key-up and key-down events)
@@ -183,6 +184,19 @@ All rights reserved. License: 2-clause BSD
183
184
184
185
## Release Notes
185
186
187
+
### Release 31
188
+
189
+
* VERA 0.8 register layout
190
+
* removed "-char" (character ROM is now part of rom.bin)
191
+
* GIF recording using -gif [Neil Forbes-Richardson]
192
+
* numpad support [Maurizio Porrato]
193
+
* fake support of VIA timers to work around BASIC RND(0)
194
+
* default ROM is taken from executable's directory [Michael Watters]
195
+
* emulator window has a title [Michael Watters]
196
+
* -debug allows specifying a breakpoint [Frank Buss]
0 commit comments