diff options
author | 2020-06-22 20:32:58 +0200 | |
---|---|---|
committer | 2020-06-22 20:32:58 +0200 | |
commit | afe355ceff27a75fa8640838f68e9167248da2ab (patch) | |
tree | d8fe0d4dd1dcb8bd164d2edcb41b70b84737301f | |
parent | 0a4283a251b8615f910b934afa1342a1bc2c6387 (diff) |
Revert "diexec: m_totalcycles workaround doesnt apply anymore (nw)"
This reverts commit 08c0e1b4b6be983d4ebbfef21b238b033c1f3c0e.
-rw-r--r-- | src/emu/diexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/diexec.h b/src/emu/diexec.h index c661544ba73..55dc3d473df 100644 --- a/src/emu/diexec.h +++ b/src/emu/diexec.h @@ -317,7 +317,9 @@ private: s32 m_inttrigger; // interrupt trigger index // clock and timing information +protected: // FIXME: MIPS3 accesses m_totalcycles directly from execute_burn - devise a better solution u64 m_totalcycles; // total device cycles executed +private: attotime m_localtime; // local time, relative to the timer system's global time s32 m_divisor; // 32-bit attoseconds_per_cycle divisor u8 m_divshift; // right shift amount to fit the divisor into 32 bits |