fix F1/F2 with note?

issue #1964
This commit is contained in:
tildearrow 2024-07-03 16:55:28 -05:00
parent aca85f1c82
commit f68249f52b
3 changed files with 56 additions and 46 deletions

View file

@ -281,6 +281,8 @@ class DivPlatformES5506: public DivDispatch, public es550x_intf {
DivMemoryComposition memCompo;
unsigned char regPool[4*16*128]; // 7 bit page x 16 registers per page x 32 bit per registers
void updateNoteChangesAsNeeded(int ch);
friend void putDispatchChip(void*,int);
friend void putDispatchChan(void*,int,int);