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/hdc92x4.h | |
parent | 3857001876ae7da814e9264348d17ced4ba51297 (diff) |
hdc92x4.cpp, i8271.cpp: Clean up time logging
Diffstat (limited to 'src/devices/machine/hdc92x4.h')
-rw-r--r-- | src/devices/machine/hdc92x4.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/machine/hdc92x4.h b/src/devices/machine/hdc92x4.h index c4850ffa103..bef99dcb108 100644 --- a/src/devices/machine/hdc92x4.h +++ b/src/devices/machine/hdc92x4.h @@ -156,11 +156,8 @@ protected: void wait_time(emu_timer *tm, const attotime &delay, int param); void wait_line(int line, line_state level, int substate, bool stopwrite); - // Converts attotime to a string - std::string tts(const attotime &t); - // Current time - std::string ttsn(); + std::string ttsn() const; // Utility routine to set or reset bits void set_bits(uint8_t& byte, int mask, bool set); |