]> git.sur5r.net Git - cc65/commit
Turned the 'ST' status byte into a symbol resolved by the linker in order to allow...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Sep 2012 18:20:15 +0000 (18:20 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Sep 2012 18:20:15 +0000 (18:20 +0000)
commit59e96ef74035fac5d42e82b98d7969101533c8c6
tree9091b40eb466a3b56f09c63932cb7b12c7fda949
parent1e3197691aa75f60a811a26ab889980a96b65f54
Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory.
Moved getdevice.s from 'c64'/'c128' to 'cbm' making use of the new 'ST' setup.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5834 b7a2c559-68d2-44c3-8de9-860c34a00d81
24 files changed:
libsrc/c128/Makefile
libsrc/c128/crt0.s
libsrc/c128/getdevice.s [deleted file]
libsrc/c128/status.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/crt0.s
libsrc/c16/status.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/crt0.s
libsrc/c64/getdevice.s [deleted file]
libsrc/c64/status.s [new file with mode: 0644]
libsrc/cbm/Makefile
libsrc/cbm/getdevice.s [new file with mode: 0644]
libsrc/pet/Makefile
libsrc/pet/checkst.s
libsrc/pet/crt0.s
libsrc/pet/kreadst.s
libsrc/pet/status.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/crt0.s
libsrc/plus4/status.s [new file with mode: 0644]
libsrc/vic20/Makefile
libsrc/vic20/crt0.s
libsrc/vic20/status.s [new file with mode: 0644]