diff options
Diffstat (limited to 'src/devices/cpu/sh')
| -rw-r--r-- | src/devices/cpu/sh/sh_adc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/sh/sh_adc.cpp b/src/devices/cpu/sh/sh_adc.cpp index 55f6833d853..282e994254a 100644 --- a/src/devices/cpu/sh/sh_adc.cpp +++ b/src/devices/cpu/sh/sh_adc.cpp @@ -306,8 +306,6 @@ void sh_adc_device::mode_update() m_end_channel = m_adcsr & 3; } else m_start_channel = m_end_channel = m_adcsr & 3; - if(m_start_channel == 2) - machine().debug_break(); } } |
