]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/irq.s
Used I/O mirror locations that avoid (redirected) zero-page accesses.
[cc65] / libsrc / pce / irq.s
index e0fb6855663dd851cc53e93acfc89a509d3ef636..60a7e22ba74a5123509de7141586481b3274f999 100644 (file)
@@ -32,7 +32,7 @@ IRQStub:
 
 ; Save the display-source flags (and, release the interrupt).
 ;
-        ldy     a:VDC_CTRL
+        ldy     VDC_CTRL
         sty     vdc_flags
 
         ldy     #<(__INTERRUPTOR_COUNT__ * 2)