From b3ffbf757343e996e650ca014b36d06816ed3bb7 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 5 May 2024 13:46:07 +0200 Subject: hd44780: Simplify some code sh_adc: Remove some debug stuff psr540: Add the buttons --- src/devices/cpu/sh/sh_adc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/devices/cpu/sh') 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(); } } -- cgit v1.2.3