cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 2ee45968c4 Adjusted according to the recently updated readdir() doc that now says:
"On several platforms, namely the CBMs and the Atari, the disk drives get confused when opening/closing files between directory reads. So for example a program that reads the list of files on a disk, and after each call to readdir, opens the file to process it, will fail.
Possible solutions are reading the directory into memory before processing the file list, or to reset the directory by seeking to the correct position after opening/closing a file:
        seekdir (DIR, telldir (DIR));
Platforms known to work without problems are: Apple."

git-svn-id: svn://svn.cc65.org/cc65/trunk@5832 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-30 14:58:31 +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 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 Fix calculation of text width for bitmap fonts. 2012-09-20 21:14:46 +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 Adjusted according to the recently updated readdir() doc that now says: 2012-09-30 14:58:31 +00:00
src Added C128 overlay linker config. 2012-09-30 14:53:12 +00:00
targetutil Added comments. 2012-02-24 22:21:54 +00:00
testcode Fixed problems reported by Greg King. 2012-09-06 20:36:35 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00