From f7d4216224e508a3ee117edd0c76e0c9d5d73468 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 8 Aug 2017 23:34:43 -0400 Subject: [PATCH] Remove the interruptor export for the IRQ callback. --- colourgo/vbl.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colourgo/vbl.s b/colourgo/vbl.s index f31af66..f84e256 100644 --- a/colourgo/vbl.s +++ b/colourgo/vbl.s @@ -9,8 +9,7 @@ .export _vblWait, _vblWaitNon2c, _vblWait2c, _vblInit2gs - .export _gVblWait - .interruptor _vblIRQCallback + .export _gVblWait, _vblIRQCallback .include "apple2.inc"