mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
increase conio constructor priority
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user