1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 093e83835d Have the internal function 'isdisk' set the carry for device 31. As the device id 31 doesn't really exist it is for sure no disk.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5818 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-05 19:07:34 +00:00
asminc Have _em_load_driver exported here now that it is an asm function. 2012-07-31 21:37:07 +00:00
doc Some documentation fixes. Errors reported by Michael Bazzinotti 2012-09-02 20:09:39 +00:00
include An already loaded driver is an error in ser_load_driver, because the library 2012-07-22 19:54:04 +00:00
libsrc Have the internal function 'isdisk' set the carry for device 31. As the device id 31 doesn't really exist it is for sure no disk. 2012-09-05 19:07:34 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Generate and package a matching emd binary of the new driver for the target 2012-09-05 13:45:17 +00:00
samples Minor change. 2012-09-04 09:00:43 +00:00
src Do not try to dump an expression that has errors (circular references in this 2012-08-22 21:24:54 +00:00
targetutil Added comments. 2012-02-24 22:21:54 +00:00
testcode Added a test program to test the 16 bit shift ops. 2012-07-12 21:11:21 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00