1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-03 22:32:24 +00:00

increase conio constructor priority

This commit is contained in:
mrdudz 2015-10-12 20:46:53 +02:00
parent df3549f502
commit 5840d1c08c

View File

@ -4,7 +4,7 @@
; Low level init code for soft80 screen output/console input
;
.constructor soft80_init
.constructor soft80_init, 8
.destructor soft80_shutdown
.import soft80_kclrscr, soft80_charset