diff options
author | 2020-09-27 11:00:56 +1000 | |
---|---|---|
committer | 2020-09-27 11:00:56 +1000 | |
commit | 6e807013c570ed6b5ff7f950a3b131914b9718f3 (patch) | |
tree | 86eb67544d14d9ee32a18467d7ba859f19f36a51 /src/devices/machine/bl_handhelds_menucontrol.h | |
parent | 7dad0f4f58e2e0e59b72f3df672ecfe2c8168545 (diff) |
Disable SOUND_DEBUG for non-debug builds, and srcclean
Diffstat (limited to 'src/devices/machine/bl_handhelds_menucontrol.h')
-rw-r--r-- | src/devices/machine/bl_handhelds_menucontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/bl_handhelds_menucontrol.h b/src/devices/machine/bl_handhelds_menucontrol.h index 419cea33550..747a60db76b 100644 --- a/src/devices/machine/bl_handhelds_menucontrol.h +++ b/src/devices/machine/bl_handhelds_menucontrol.h @@ -33,7 +33,7 @@ private: // internal state uint16_t m_menupos; - + // command handling uint8_t m_clockstate; uint8_t m_datashifterpos; |