nes-proj/core/cfs
oliverschmidt 1ecf65d6c2 Allow to implement cfs API on preprocessor level. The benefits are:
- Less overhead.
- Switching implementations without makefile changes.
- Compatibility with specific declaration needs. (I.e. the cc65 module loader expects the read() function to be defined as fastcall but that contradicts the cfs API declaration.)
2007-12-23 15:22:33 +00:00
..
cfs-eeprom.c
cfs-posix-dir.c
cfs-posix.c Set truncate flag to make sure that overwriting a existing file doesn't result in a mix of old and new content. 2007-12-23 14:12:44 +00:00
cfs-ram.c
cfs-xmem.c
cfs.h Allow to implement cfs API on preprocessor level. The benefits are: 2007-12-23 15:22:33 +00:00