Skip to content

Commit

Permalink
modify the two LLE cores to allow usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Nov 23, 2023
1 parent 955682b commit 66a46d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extern/YM3812-LLE/fmopl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,5 @@ typedef struct

} fmopl2_t;

// modification
void FMOPL2_Clock(fmopl2_t *chip);
2 changes: 2 additions & 0 deletions extern/YMF262-LLE/fmopl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,5 @@ typedef struct
int data_z;
} fmopl3_t;

// modification
void FMOPL3_Clock(fmopl3_t *chip);

0 comments on commit 66a46d3

Please sign in to comment.