From: Oliver Schmidt Date: Fri, 9 Oct 2015 11:42:25 +0000 (+0200) Subject: According to the contributor the prio wasn't intentionally set. X-Git-Tag: V2.16~222 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f21e3ae895322bf3d74bc90f63b0a75872a1799a;p=cc65 According to the contributor the prio wasn't intentionally set. --- diff --git a/libsrc/pce/clock.s b/libsrc/pce/clock.s index c6d6fb7fb..8fda58adc 100644 --- a/libsrc/pce/clock.s +++ b/libsrc/pce/clock.s @@ -21,7 +21,7 @@ .endproc - .constructor initclock, 24 + .constructor initclock initclock: lda #0 diff --git a/libsrc/pce/conio.s b/libsrc/pce/conio.s index bcfc600a7..1428ef59f 100644 --- a/libsrc/pce/conio.s +++ b/libsrc/pce/conio.s @@ -5,7 +5,7 @@ .import psg_init .import vdc_init - .constructor initconio, 24 + .constructor initconio .macpack longbranch