]> git.sur5r.net Git - cc65/commit
Moved most of the file type detection from cbm_dir.c into a new function
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Jun 2012 22:56:14 +0000 (22:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Jun 2012 22:56:14 +0000 (22:56 +0000)
commitebca2991a3e69c9b6deb599aba952c56f830db64
treedd4bf52066a99099925f257aaf3f42438dd5c539
parenteab5f250ad915326a3ffda314246bcc193084342
Moved most of the file type detection from cbm_dir.c into a new function
called _cbm_filetype().
Added an assembler include file with the file type definitions from cbm.h.
Added a first implementation of readdir() for the CBMs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5669 b7a2c559-68d2-44c3-8de9-860c34a00d81
asminc/cbm_ftype.inc [new file with mode: 0644]
include/cbm.h
include/dirent.h
libsrc/cbm/Makefile
libsrc/cbm/cbm_dir.c
libsrc/cbm/cbm_ftype.s [new file with mode: 0644]
libsrc/cbm/dir.h
libsrc/cbm/opendir.c
libsrc/cbm/readdir.c [new file with mode: 0644]