]> git.sur5r.net Git - cc65/commit
Initialize _curunit from the zeropage value DEVNUM (aka First Address) in a construct...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Feb 2010 23:12:54 +0000 (23:12 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Feb 2010 23:12:54 +0000 (23:12 +0000)
commitd1aad57b9865caa61641bbd20557958790b66a84
treecd9b2fa287e9ee3c5dd036def83ca2d3e1664a62
parentd4592d1a7ca7c2c882f03281c3b0620c31d53b05
Initialize _curunit from the zeropage value DEVNUM (aka First Address) in a constructor with a very high priority to be called before DEVNUM gets overwritten by other constructors.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4588 b7a2c559-68d2-44c3-8de9-860c34a00d81
21 files changed:
asminc/c16.inc [new file with mode: 0644]
asminc/cbm510.inc
asminc/cbm610.inc
asminc/pet.inc [new file with mode: 0644]
libsrc/c128/Makefile
libsrc/c128/devnum.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/devnum.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/devnum.s [new file with mode: 0644]
libsrc/cbm/filevars.s
libsrc/cbm510/Makefile
libsrc/cbm510/devnum.s [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/devnum.s [new file with mode: 0644]
libsrc/pet/Makefile
libsrc/pet/devnum.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/devnum.s [new file with mode: 0644]
libsrc/vic20/Makefile
libsrc/vic20/devnum.s [new file with mode: 0644]