Skip to content

Commit b1a1a3a

Browse files
committed
r31 release notes
1 parent 141162c commit b1a1a3a

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
@@ -27,6 +27,7 @@ You can start `x16emu`/`x16emu.exe` either by double-clicking it, or from the co
2727
* `-prg` lets you specify a `.prg` file that gets injected into RAM after start.
2828
* `-bas` lets you specify a BASIC program in ASCII format that automatically typed in (and tokenized).
2929
* `-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
3031
* `-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).
3132
* `-log` enables one or more types of logging (e.g. `-log KS`):
3233
* `K`: keyboard (key-up and key-down events)
@@ -183,6 +184,19 @@ All rights reserved. License: 2-clause BSD
183184

184185
## Release Notes
185186

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]
197+
* package contains the ROM symbols in rom.txt
198+
* support for VERA SPI
199+
186200
### Release 30
187201

188202
Emulator:

0 commit comments

Comments
 (0)