summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-22 19:11:47 +0200
committer hap <happppp@users.noreply.github.com>2020-06-22 21:10:49 +0200
commit1091528c56669ba6da8955603eefbedd9a77aae4 (patch)
tree7629b6e9eccfbc448b717382e57db6259fc48198
parent5db85fcda01340ca0d04ec1b0ab977189361074f (diff)
diexec: m_totalcycles workaround doesnt apply anymore (nw)
(cherry picked from commit 08c0e1b4b6be983d4ebbfef21b238b033c1f3c0e)
-rw-r--r--src/emu/diexec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/diexec.h b/src/emu/diexec.h
index 55dc3d473df..c661544ba73 100644
--- a/src/emu/diexec.h
+++ b/src/emu/diexec.h
@@ -317,9 +317,7 @@ 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