~============================================================================ ~CONVERT VARIABLE = NC DECIMAL = 38152 HEX = $9508 ~============================================================================ ~This Call installs an interupt pattern for the Note Engine onto a Super Hi- ~Res screen image. The screen image can be in any memory bank& but its ~starting address must be 8192 ($2000). This aligns it with the Super Hi-Res ~screen buffers. ~ ~To Convert a screen image& have the screen in memory aligned at 8192 ~($2000)& POKE its bank number in variable BK (38989; $984D)& and CALL the ~Convert routine. ~ ~ 10 POKE BK& X % CALL NC ~ ~ where X= number of memory bank holding the Super Hi-Res image to be ~ Converted. ~ ~NOTE% All screen images should be Converted AFTER they are loaded in from ~ disk& so that when they are displayed& the interrupt pattern for the ~ Note Engine is already present. ENDLINE