1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 72f456536f 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@5837 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-10-02 16:41:40 +00:00
asminc 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. 2012-10-02 16:41:40 +00:00
doc Added a note about errors in disk drives on some platforms that lead to 2012-09-20 20:25:22 +00:00
include Replaced Apple II specific solution with implementation of recently introduced mass-storage device enumaration. 2012-09-09 13:38:32 +00:00
libsrc ST is already imported in plus4.inc, no need to import it separately. 2012-10-01 09:29:23 +00:00
make
packages Applied changes by Daniel Pralle, adding stuff that is compiled but not 2012-10-01 20:01:15 +00:00
samples Updated to include the C128 and the Atari as targets for the multidemo sample. 2012-09-30 15:00:25 +00:00
src Added C128 overlay linker config. 2012-09-30 14:53:12 +00:00
targetutil
testcode Fixed problems reported by Greg King. 2012-09-06 20:36:35 +00:00
util