summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs40/mcs40.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs40/mcs40.cpp')
-rw-r--r--src/devices/cpu/mcs40/mcs40.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs40/mcs40.cpp b/src/devices/cpu/mcs40/mcs40.cpp
index 8efce9710ea..f8ee59f686c 100644
--- a/src/devices/cpu/mcs40/mcs40.cpp
+++ b/src/devices/cpu/mcs40/mcs40.cpp
@@ -96,7 +96,6 @@ mcs40_cpu_device_base::mcs40_cpu_device_base(
, m_cm_rom(0U), m_cm_ram(0U), m_cy(0U)
, m_pc(0U), m_pcbase(0U), m_genflags(0U)
{
- assert(!((1 & sp_mask) | sp_mask));
assert((16U == index_reg_cnt) || (24U == index_reg_cnt));
}