1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00
cc65/libsrc/geos-cbm/disk
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
changediskdevice.s Normalized coding style. 2012-10-23 19:22:05 +00:00
chkdkgeos.s Normalized coding style. 2012-10-23 19:22:05 +00:00
dio_cts.s Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h. 2012-10-11 18:22:49 +00:00
dio_openclose.s Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h. 2012-10-11 18:22:49 +00:00
dio_params.s Normalized coding style. 2012-10-23 19:22:05 +00:00
dio_qcount.s Added (naive) implementation of dio_query_sectcount() and dio_query_sectsize() for GEOS 64/128. 2012-10-23 19:29:40 +00:00
dio_qsize.s Added (naive) implementation of dio_query_sectcount() and dio_query_sectsize() for GEOS 64/128. 2012-10-23 19:29:40 +00:00
dio_read.s Normalized coding style. 2012-10-23 19:22:05 +00:00
dio_stc.s Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h. 2012-10-11 18:22:49 +00:00
dio_write.s Normalized coding style. 2012-10-23 19:22:05 +00:00
dio_writev.s Normalized coding style. 2012-10-23 19:22:05 +00:00
enterturbo.s Normalized coding style. 2012-02-09 10:17:41 +00:00
exitturbo.s Normalized coding style. 2012-02-09 10:17:41 +00:00
findbambit.s Normalized coding style. 2012-10-23 19:22:05 +00:00
newdisk.s Normalized coding style. 2012-10-23 19:22:05 +00:00
purgeturbo.s Normalized coding style. 2012-02-09 10:17:41 +00:00
readblock.s Normalized coding style. 2012-10-23 19:22:05 +00:00
readbuff.s Normalized coding style. 2012-10-23 19:22:05 +00:00
setgeosdisk.s Normalized coding style. 2012-10-23 19:22:05 +00:00
verwriteblock.s Normalized coding style. 2012-10-23 19:22:05 +00:00
writeblock.s Normalized coding style. 2012-10-23 19:22:05 +00:00
writebuff.s Normalized coding style. 2012-10-23 19:22:05 +00:00