(nw) alesis: fixed regression with digits

This commit is contained in:
Robbbert 2018-04-07 02:37:59 +10:00
parent b4d0afcad9
commit d5b2069fda

View File

@ -71,7 +71,7 @@ public:
m_col5(*this, "COL5"),
m_col6(*this, "COL6"),
m_select(*this, "SELECT"),
m_digit(*this, "digit", 0U),
m_digit(*this, "digit%u", 0U),
m_track_led(*this, "track_led%u", 1U),
m_patt_led(*this, "patt_led"),
m_song_led(*this, "song_led"),