diff options
| author | 2024-05-05 13:46:07 +0200 | |
|---|---|---|
| committer | 2024-05-05 13:46:52 +0200 | |
| commit | b3ffbf757343e996e650ca014b36d06816ed3bb7 (patch) | |
| tree | 3a835d212da831a06c346b849559a034cdb5b57e /src/devices/cpu/sh | |
| parent | 62016959d34d7494a6546f72cb6a6c5ba1ae3225 (diff) | |
hd44780: Simplify some code
sh_adc: Remove some debug stuff
psr540: Add the buttons
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(); } } |
