mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Revert "diexec: m_totalcycles workaround doesnt apply anymore (nw)"
This reverts commit 08c0e1b4b6
.
This commit is contained in:
parent
0a4283a251
commit
afe355ceff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user