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:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.constructor initclock, 24
|
.constructor initclock
|
||||||
|
|
||||||
initclock:
|
initclock:
|
||||||
lda #0
|
lda #0
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user