Jump to content

buttons to change banks in sid 1.7??


bosone
 Share

Recommended Posts

Hi!

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

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...