Added (naive) implementation of dio_query_sectcount() and dio_query_sectsize() for GEOS 64/128.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5873 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-10-23 19:29:40 +00:00
parent a1a3a6d151
commit 9930379665
3 changed files with 31 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ S_OBJS += changediskdevice.o \
dio_cts.o \
dio_openclose.o \
dio_params.o \
dio_qcount.o \
dio_qsize.o \
dio_read.o \
dio_stc.o \
dio_write.o \