Re-implemented FDC Read a Track command. King's Quest 1 booter works again.
This commit is contained in:
parent
e34daca27d
commit
fba5891d95
4 changed files with 56 additions and 39 deletions
|
|
@ -57,3 +57,7 @@ extern int disc_track[2];
|
|||
extern int disc_changed[2];
|
||||
extern int drive_empty[2];
|
||||
extern int drive_type[2];
|
||||
|
||||
/*Used in the Read A Track command. Only valid for disc_readsector(). */
|
||||
#define SECTOR_FIRST -2
|
||||
#define SECTOR_NEXT -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue