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
* A 60 Hz interrupt is injected independently of the VIA settings.
173
-
174
172
175
173
## Missing Features
176
174
177
175
* VERA
178
-
* Does not support IRQs
176
+
* Does not support raster IRQs (does support VSYNC though)
179
177
* Does not support the "CURRENT_FIELD" bit
180
178
* Does not sprite z-depth, collisions or limitations
181
179
* Only supports the first 16 sprites
@@ -194,8 +192,6 @@ All rights reserved. License: 2-clause BSD
194
192
## Known Issues
195
193
196
194
* 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
199
195
200
196
## Release Notes
201
197
@@ -208,7 +204,7 @@ All rights reserved. License: 2-clause BSD
208
204
* output of `-echo` can now be fed into UNIX pipes [Anonymous Maarten]
209
205
* relative speed of emulator is shown in the title if host can't keep up [Rien]
0 commit comments