Skip to content

Commit 9afe3a9

Browse files
committed
documentation updates
1 parent 98c01cd commit 9afe3a9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,11 @@ https://github.com/commanderx16/x16-emulator/wiki
169169
* ROM/RAM banking
170170
* PS/2 keyboard
171171
* SD card (SPI)
172-
* A 60 Hz interrupt is injected independently of the VIA settings.
173-
174172

175173
## Missing Features
176174

177175
* VERA
178-
* Does not support IRQs
176+
* Does not support raster IRQs (does support VSYNC though)
179177
* Does not support the "CURRENT_FIELD" bit
180178
* Does not sprite z-depth, collisions or limitations
181179
* Only supports the first 16 sprites
@@ -194,8 +192,6 @@ All rights reserved. License: 2-clause BSD
194192
## Known Issues
195193

196194
* 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.
197-
* BASIC: $ and % prefixes don't work for DATA entries
198-
* RND(0) always returns 0
199195

200196
## Release Notes
201197

@@ -208,7 +204,7 @@ All rights reserved. License: 2-clause BSD
208204
* output of `-echo` can now be fed into UNIX pipes [Anonymous Maarten]
209205
* relative speed of emulator is shown in the title if host can't keep up [Rien]
210206
* fix: 6502 BCD arithmetic [Rien]
211-
* fix: colors (white is now white) [Rien[
207+
* fix: colors (white is now white) [Rien]
212208
* fix: sprite flipping [jjbliss]
213209

214210
### Release 31

0 commit comments

Comments
 (0)