…MBSID V2 is just a fake to sell more MBHP modules…
I knew it! ;D
thanks TK!
let’s suppose i’ll use the SID3 button:
CS_MENU_BUTTON_SID3
movlw 0x00
movwf SID_BANK
goto CS_MENU_MS_NotifyBankChange
this line “movlw 0x00” selects bankstick A0, right? and “movlw 0x01” would select bankstick A1?
so, if this is correct, it would not work as I wish, just one button to select next available bankstick on each press and back to first if we already have selected the last one ???
sorry if this is somehow obvious, but I have not the slightest idea about how to hack my way to this mod, just a big desire to have it ;D
If the up button is pressed check if the number equals [numberOfBanksticks]. If so set it to 0 else add 1 to it.
…
means: When you are in the last bank the “next bank” will be the same (=same number), because its the last bank already. If this happens … goto bank 0. It’s like a circle