Implement read_sector_long().

This commit is contained in:
2019-03-24 23:17:56 +00:00
parent 3be40f84fe
commit 48d98d821c
2 changed files with 235 additions and 2 deletions

View File

@@ -18,9 +18,12 @@
#define DICF_ERROR_MEDIA_TAG_NOT_PRESENT -11
#define DICF_ERROR_INCORRECT_MEDIA_TYPE -12
#define DICF_ERROR_TRACK_NOT_FOUND -13
#define DICF_ERROR_REACHED_UNREACHABLE_CODE -14
#define DICF_ERROR_INVALID_TRACK_FORMAT -15
#define DICF_ERROR_SECTOR_TAG_NOT_PRESENT -11
#define DICF_STATUS_OK 0
#define DICF_STATUS_SECTOR_NEVER_WRITTEN 1
#define DICF_STATUS_SECTOR_NOT_DUMPED 1
#define DICF_STATUS_SECTOR_WITH_ERRORS 2
#define DICF_STATUS_SECTOR_DELETED 3