-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MEGA65: fix raster IRQ in V400 mode #418
Raster interrupt position in V400 modes are bad. My idea back to then was wrong: raster IRQs (and reading back current raster) is in "physical rasters", so different in V200/V400 modes. However according to my tests on MEGA65, it seems, raster bars do not change position at all, while toggling between V400/V200 mode. So clearly they are measured in "VIC-II rasters" always, also called "logical raster". The same seems to apply to reading current raster as well, can be easily tested with the BASIC65 `VSYNC` command. Introduced in branch "next".
- Loading branch information
Showing
2 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters