buttons to change banks in sid 1.7??

Hi!

i have just added a second bankstick to my SID 1.7: now i have two banks in which save patches! :slight_smile:

my question: since i have two unused button in my control surface, formely for selecting SIDs 3 and 4 (but i have only 2 sids), i’d like to use them for selecting banksticks 1 and 2. is it possible? how?

Hi Matteo,

search for “CS_MENU_BUTTON_SID3” and “CS_MENU_BUTTON_SID3” in cs_menu_buttons.inc and change it in the following way:

CS_MENU_BUTTON_SID3
movlw	0x00
movwf	SID_BANK
goto	CS_MENU_MS_NotifyBankChange

CS_MENU_BUTTON_SID4
movlw	0x01
movwf	SID_BANK
goto	CS_MENU_MS_NotifyBankChange
[/code]









Best Regards, Thorsten.