mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Renamed conioinit to initconio because most other constructors have this
naming scheme. git-svn-id: svn://svn.cc65.org/cc65/trunk@4933 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
fc3574a111
commit
d6c6c54ad6
@ -8,7 +8,7 @@
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export newline
|
||||
.constructor conioinit
|
||||
.constructor initconio
|
||||
.import popa, _gotoxy
|
||||
.import ppuinit, paletteinit, ppubuf_put
|
||||
.import setcursor
|
||||
@ -18,7 +18,7 @@
|
||||
.include "nes.inc"
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
.code
|
||||
|
||||
_cputcxy:
|
||||
@ -80,7 +80,7 @@ putchar:
|
||||
|
||||
.segment "INIT"
|
||||
|
||||
conioinit:
|
||||
initconio:
|
||||
jsr ppuinit
|
||||
jsr paletteinit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user