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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user