adapted constructor function names to initxxx convention

git-svn-id: svn://svn.cc65.org/cc65/trunk@579 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2000-12-09 22:31:07 +00:00
parent 4d34ce83d7
commit fb9da60180
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
.export _mouse_init, _mouse_done, _mouse_box
.export _mouse_show, _mouse_hide, _mouse_move
.export _mouse_buttons
.constructor mousemem,27
.constructor initmouse,27
.import popa,popax
@@ -39,7 +39,7 @@ yinit = defymin ; init. y pos.
;--------------------------------------------------------------------
; reserve memory for the mouse pointer
mousemem:
initmouse:
lda APPMHI+1
and #%11111000 ; make 2k aligned
sec