mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
(nw) alesis: fixed regression with digits
This commit is contained in:
parent
b4d0afcad9
commit
d5b2069fda
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user