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

@@ -6,7 +6,7 @@
; void __fastcall__ graphics(unsigned char mode);
.export _graphics
.constructor scr_memtop,28
.constructor initscrmem,28
.import __graphmode_used
@@ -24,7 +24,7 @@
; calc. upper memory limit to use
.proc scr_memtop
.proc initscrmem
lda __graphmode_used
beq ignore ; mode 0 doesn't need adjustment