diff options
author | 2021-01-18 11:52:45 -0500 | |
---|---|---|
committer | 2021-01-18 11:52:45 -0500 | |
commit | ea001313f565401ba006040c2ebd2e1997b8cf2b (patch) | |
tree | f89a840cd2f8b85606bb9a1ce927a51c6aaa5a6d /src/devices/machine/i8271.h | |
parent | 3857001876ae7da814e9264348d17ced4ba51297 (diff) |
hdc92x4.cpp, i8271.cpp: Clean up time logging
Diffstat (limited to 'src/devices/machine/i8271.h')
-rw-r--r-- | src/devices/machine/i8271.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/i8271.h b/src/devices/machine/i8271.h index 9d02f2497d3..ba15f6ec166 100644 --- a/src/devices/machine/i8271.h +++ b/src/devices/machine/i8271.h @@ -206,8 +206,7 @@ private: int cur_rate; int idle_icnt; - static std::string tts(attotime t); - std::string ttsn(); + std::string ttsn() const; enum { C_FORMAT_TRACK, |