From: Oliver Schmidt 
Date: Sun, 27 Mar 2016 16:27:53 +0000 (+0200)
Subject: Made use of recently added Apple scrcode macro.
X-Git-Tag: V2.16~151
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e92f3547408978f6f289e9549ad6e32f19e9fd15;p=cc65
Made use of recently added Apple scrcode macro.
---
diff --git a/libsrc/apple2/irq.s b/libsrc/apple2/irq.s
index 97a1633b4..a356e1660 100644
--- a/libsrc/apple2/irq.s
+++ b/libsrc/apple2/irq.s
@@ -9,6 +9,8 @@
 
         .include        "apple2.inc"
 
+        .macpack        apple2
+
         .segment        "ONCE"
 
 initirq:
@@ -36,17 +38,9 @@ prterr: ldx     #msglen-1
         jmp     _exit
 
 errmsg: .ifdef  __APPLE2ENH__
-        .byte   $8D,     't'|$80, 'p'|$80, 'u'|$80, 'r'|$80, 'r'|$80
-        .byte   'e'|$80, 't'|$80, 'n'|$80, 'i'|$80, ' '|$80, 'c'|$80
-        .byte   'o'|$80, 'l'|$80, 'l'|$80, 'a'|$80, ' '|$80, 'o'|$80
-        .byte   't'|$80, ' '|$80, 'd'|$80, 'e'|$80, 'l'|$80, 'i'|$80
-        .byte   'a'|$80, 'F'|$80, $8D
+        scrcode $0D, "tpurretni colla ot deliaF", $0D
         .else
-        .byte   $8D,     'T'|$80, 'P'|$80, 'U'|$80, 'R'|$80, 'R'|$80
-        .byte   'E'|$80, 'T'|$80, 'N'|$80, 'I'|$80, ' '|$80, 'C'|$80
-        .byte   'O'|$80, 'L'|$80, 'L'|$80, 'A'|$80, ' '|$80, 'O'|$80
-        .byte   'T'|$80, ' '|$80, 'D'|$80, 'E'|$80, 'L'|$80, 'I'|$80
-        .byte   'A'|$80, 'F'|$80, $8D
+        scrcode $0D, "TPURRETNI COLLA OT DELIAF", $0D
         .endif
 
 msglen = * - errmsg