From 9afe3a9cfea06b077983ad7de459e8608d21faba Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Fri, 27 Sep 2019 04:12:40 -0700 Subject: [PATCH] documentation updates --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 899ff17c..1c1d24e0 100644 --- a/README.md +++ b/README.md @@ -169,13 +169,11 @@ https://github.com/commanderx16/x16-emulator/wiki * ROM/RAM banking * PS/2 keyboard * SD card (SPI) -* A 60 Hz interrupt is injected independently of the VIA settings. - ## Missing Features * VERA - * Does not support IRQs + * Does not support raster IRQs (does support VSYNC though) * Does not support the "CURRENT_FIELD" bit * Does not sprite z-depth, collisions or limitations * Only supports the first 16 sprites @@ -194,8 +192,6 @@ All rights reserved. License: 2-clause BSD ## Known Issues * Emulator: LOAD"$ (and LOAD"$",1) will show host uppercase filenames as garbage. Use Ctrl+N to switch to the X16 upper/lower character set for a workaround. -* BASIC: $ and % prefixes don't work for DATA entries -* RND(0) always returns 0 ## Release Notes @@ -208,7 +204,7 @@ All rights reserved. License: 2-clause BSD * output of `-echo` can now be fed into UNIX pipes [Anonymous Maarten] * relative speed of emulator is shown in the title if host can't keep up [Rien] * fix: 6502 BCD arithmetic [Rien] -* fix: colors (white is now white) [Rien[ +* fix: colors (white is now white) [Rien] * fix: sprite flipping [jjbliss] ### Release 31