summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2025-11-24 11:41:11 -0600
committer cracyc <cracyc@users.noreply.github.com>2025-11-24 11:41:11 -0600
commitba2b9ac219704d4efe15d35551faf3b150ff8d5d (patch)
treef8e771ca6df9bd6aa89e6052dcdf06c681442132
parent7fae805acb78d00fd00484461c4ac1bbb8f05774 (diff)
v5x: clear m_brc_enable in constructor
-rw-r--r--src/devices/cpu/nec/v5x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/nec/v5x.cpp b/src/devices/cpu/nec/v5x.cpp
index e5c39ba76f1..d083e2d384c 100644
--- a/src/devices/cpu/nec/v5x.cpp
+++ b/src/devices/cpu/nec/v5x.cpp
@@ -284,6 +284,7 @@ device_v5x_interface::device_v5x_interface(const machine_config &mconfig, nec_co
, m_DULA(0)
, m_OPHA(0)
, m_TCKS(0)
+ , m_brc_enable(false)
{
}