modify the two LLE cores to allow usage

This commit is contained in:
tildearrow 2023-11-22 19:32:14 -05:00
parent 955682b240
commit 66a46d3439
2 changed files with 4 additions and 0 deletions

View file

@ -270,3 +270,5 @@ typedef struct
} fmopl2_t;
// modification
void FMOPL2_Clock(fmopl2_t *chip);

View file

@ -331,3 +331,5 @@ typedef struct
int data_z;
} fmopl3_t;
// modification
void FMOPL3_Clock(fmopl3_t *chip);