diff options
author | 2012-11-28 14:17:04 +0000 | |
---|---|---|
committer | 2012-11-28 14:17:04 +0000 | |
commit | ccdbcb0a97b00d2da451cc9b827c66736a9ccc6e (patch) | |
tree | 09c74c9308a32ffc7caf062cc49d87f2812ba57c /src/emu/machine/wd_fdc.h | |
parent | 657613df477842fa9347d691a3e7611e9d7efb17 (diff) |
wd_fdc: Describe track when formatting [O. Galibert]
Diffstat (limited to 'src/emu/machine/wd_fdc.h')
-rw-r--r-- | src/emu/machine/wd_fdc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/machine/wd_fdc.h b/src/emu/machine/wd_fdc.h index b576003f6b9..ce8c493fdc4 100644 --- a/src/emu/machine/wd_fdc.h +++ b/src/emu/machine/wd_fdc.h @@ -341,6 +341,10 @@ private: live_info cur_live, checkpoint_live; line_cb intrq_cb, drq_cb, hld_cb, enp_cb; + UINT8 format_last_byte; + int format_last_byte_count; + astring format_description_string; + static astring tts(attotime t); astring ttsn(); |