From: cuz Date: Thu, 5 May 2005 10:14:04 +0000 (+0000) Subject: Bump the priority for the serial IRQ handler X-Git-Tag: V2.12.0~340 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a835641eb766ca3c3e37ef104d64e9037c2708cd;p=cc65 Bump the priority for the serial IRQ handler git-svn-id: svn://svn.cc65.org/cc65/trunk@3501 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/serial/ser-kernel.s b/libsrc/serial/ser-kernel.s index 5601b2c4d..cf5c20338 100644 --- a/libsrc/serial/ser-kernel.s +++ b/libsrc/serial/ser-kernel.s @@ -6,7 +6,7 @@ .import return0 .importzp ptr1 - .condes ser_irq, 2 ; Export as IRQ handler + .interruptor ser_irq, 29 ; Export as high priority IRQ handler .include "ser-kernel.inc" .include "ser-error.inc"