summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd_fdc.h')
-rw-r--r--src/devices/machine/wd_fdc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.h b/src/devices/machine/wd_fdc.h
index 4abc761e74b..8aab3309264 100644
--- a/src/devices/machine/wd_fdc.h
+++ b/src/devices/machine/wd_fdc.h
@@ -275,7 +275,7 @@ private:
WRITE_TRACK,
WRITE_SECTOR,
- // Sub states
+ // Sub states, plus the reset-time restore request
SPINUP,
SPINUP_WAIT,
@@ -304,6 +304,8 @@ private:
SECTOR_WRITE,
TRACK_DONE,
+ INITIAL_RESTORE,
+
// Live states
SEARCH_ADDRESS_MARK_HEADER,