1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-08-21 00:29:00 +00:00

Move MAX_SECTOR_POS into header file

This commit is contained in:
Peter Evans 2017-12-15 16:52:35 -06:00
parent 0c82a58f79
commit c5c010699c

View File

@ -18,6 +18,12 @@ enum apple2dd_mode {
#define MAX_DRIVE_STEPS 70
/*
* This is the last _accessible_ sector position within a track (you can
* have 0 - 4095).
*/
#define MAX_SECTOR_POS 4095
typedef struct {
/*
* Disk II drives allow the stepper to move in half-tracks, so we