summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-12-21 18:25:23 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-12-21 18:25:23 +0100
commitf7a35e644eb3470b3c3755baa3fef2111a92149d (patch)
tree9ab62eafe031a650d976169fb3ad99478f6740a3 /src/devices/machine
parent91bef944cfbc18dc27a62f91955e63db252b3cca (diff)
vicdual.cpp: corrected lives dips for hocrash [Guru]
devices/machine/roc10937.cpp: initialized one variable in the constructor to avoid race condition
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/roc10937.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/roc10937.cpp b/src/devices/machine/roc10937.cpp
index e50c0a48710..18790b06442 100644
--- a/src/devices/machine/roc10937.cpp
+++ b/src/devices/machine/roc10937.cpp
@@ -131,6 +131,7 @@ static const int roc10937poslut[]=
rocvfd_device::rocvfd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, type, tag, owner, clock),
m_outputs(),
+ m_cursor_pos(0),
m_port_val(0)
{
}