mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-01 04:04:28 +00:00
Move MAX_SECTOR_POS into header file
This commit is contained in:
parent
0c82a58f79
commit
c5c010699c
@ -18,6 +18,12 @@ enum apple2dd_mode {
|
|||||||
|
|
||||||
#define MAX_DRIVE_STEPS 70
|
#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 {
|
typedef struct {
|
||||||
/*
|
/*
|
||||||
* Disk II drives allow the stepper to move in half-tracks, so we
|
* Disk II drives allow the stepper to move in half-tracks, so we
|
||||||
|
Loading…
Reference in New Issue
Block a user