mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
devices/swim1.cpp: Remove unnecssary debug_break(). [R. Belmont]
This commit is contained in:
parent
97d5161993
commit
747f93d3a2
1
src/devices/machine/swim1.cpp
Normal file → Executable file
1
src/devices/machine/swim1.cpp
Normal file → Executable 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user