-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
GlennFR
Apr 18, 2025
Replies: 1 comment 1 reply
-
See $FFF0 IRQ in the RIA docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A small thankyou for the rather terse reply. For completeness, I'll explain what I've understood.
Setting bit 7 (0x80) in the IRQ register 0xFFF0 will enable the RIA to generate an interrupt every 60th of a second. The VSYNC counter, 0xFFE3 is incremented every time the period expires, and can be used to check if it's the RIA that interrupted, or the VIA.
I'm assuming that VSYNC always increments, even if the IRQ register is set to zero. All this also assumes that the VGA pico is connected and functioning.
Glenn