1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +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:
uz 2011-01-27 21:12:55 +00:00
parent fc3574a111
commit d6c6c54ad6

View File

@ -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