mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
use default prio for the constructor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; Low level stuff for screen output/console input
|
||||
;
|
||||
|
||||
.constructor soft80_init, 24
|
||||
.constructor soft80_init
|
||||
.destructor soft80_shutdown
|
||||
|
||||
.import soft80_kclrscr
|
||||
|
Reference in New Issue
Block a user