diff options
Diffstat (limited to 'src/devices/machine/i8271.h')
-rw-r--r-- | src/devices/machine/i8271.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/i8271.h b/src/devices/machine/i8271.h index e4409bed389..5c63393a43f 100644 --- a/src/devices/machine/i8271.h +++ b/src/devices/machine/i8271.h @@ -215,6 +215,7 @@ private: UINT8 srate, hset, icnt, hload; int sector_size; int cur_rate; + int idle_icnt; static std::string tts(attotime t); std::string ttsn(); |