]> git.sur5r.net Git - cc65/commitdiff
According to the contributor the prio wasn't intentionally set.
authorOliver Schmidt <ol.sc@web.de>
Fri, 9 Oct 2015 11:42:25 +0000 (13:42 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 9 Oct 2015 11:42:25 +0000 (13:42 +0200)
libsrc/pce/clock.s
libsrc/pce/conio.s

index c6d6fb7fb41fd55ec15b689830226ebde90a3677..8fda58adc9dc62dca17584f61d2f5ee7b43b4e9f 100644 (file)
@@ -21,7 +21,7 @@
 
 .endproc
 
-        .constructor initclock, 24
+        .constructor initclock
 
 initclock:
         lda     #0
index bcfc600a723a7f36911cf5d008b455cee13a3c3a..1428ef59f17616bb4f9c341195a9a82c8b663316 100644 (file)
@@ -5,7 +5,7 @@
         .import psg_init
         .import vdc_init
 
-        .constructor    initconio, 24
+        .constructor    initconio
 
         .macpack        longbranch