diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 0240ea5..05131ff 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -1531,6 +1531,11 @@ bool CMiniDexed::GetPerformanceSelectToLoad(void) return m_pConfig->GetPerformanceSelectToLoad(); } +bool CMiniDexed::GetAutoBankSkip(void) +{ + return m_pConfig->GetAutoBankSkip (); +} + void CMiniDexed::setModController (unsigned controller, unsigned parameter, uint8_t value, uint8_t nTG) { uint8_t nBits;