1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

According to the contributor the prio wasn't intentionally set.

This commit is contained in:
Oliver Schmidt
2015-10-09 13:42:25 +02:00
parent e6008026aa
commit f21e3ae895
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
.endproc .endproc
.constructor initclock, 24 .constructor initclock
initclock: initclock:
lda #0 lda #0

View File

@@ -5,7 +5,7 @@
.import psg_init .import psg_init
.import vdc_init .import vdc_init
.constructor initconio, 24 .constructor initconio
.macpack longbranch .macpack longbranch