mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
According to the contributor the prio wasn't intentionally set.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
.endproc
|
||||
|
||||
.constructor initclock, 24
|
||||
.constructor initclock
|
||||
|
||||
initclock:
|
||||
lda #0
|
||||
|
@@ -5,7 +5,7 @@
|
||||
.import psg_init
|
||||
.import vdc_init
|
||||
|
||||
.constructor initconio, 24
|
||||
.constructor initconio
|
||||
|
||||
.macpack longbranch
|
||||
|
||||
|
Reference in New Issue
Block a user