summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-08-15 19:59:21 +0200
committer couriersud <couriersud@gmx.org>2020-08-15 20:01:04 +0200
commit541c162238a1876e05e13de67ef169f727a62336 (patch)
treeb6981ee5ab6e472a8201cb018860c541d1c26ed4 /src/devices/machine/netlist.h
parent204818a5094ded29ca90ec7e3fc6dd476b11b33f (diff)
netlist: machine.time() rules.
* avoid overshooting sound devices, i.e. advancing past machine.time(). * removed 2us adjustment in sound_stream_update.
Diffstat (limited to 'src/devices/machine/netlist.h')
-rw-r--r--src/devices/machine/netlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/netlist.h b/src/devices/machine/netlist.h
index 803e30514f0..951ef38ef01 100644
--- a/src/devices/machine/netlist.h
+++ b/src/devices/machine/netlist.h
@@ -255,7 +255,6 @@ private:
attotime m_cur_time;
uint32_t m_sound_clock;
attotime m_attotime_per_clock;
- bool m_is_device_call;
attotime m_last_update_to_current_time;
};