devices/swim1.cpp: Remove unnecssary debug_break(). [R. Belmont]

This commit is contained in:
arbee 2023-09-01 22:52:01 -04:00
parent 97d5161993
commit 747f93d3a2

1
src/devices/machine/swim1.cpp Normal file → Executable file
View File

@ -1180,7 +1180,6 @@ void swim1_device::ism_sync()
val |= M_CRC0;
if(ism_fifo_push(val) && !m_ism_error)
m_ism_error |= 0x01;
machine().debug_break();
m_ism_tsm_bits = 0;
}
}