mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
modify the two LLE cores to allow usage
This commit is contained in:
parent
955682b240
commit
66a46d3439
2 changed files with 4 additions and 0 deletions
2
extern/YM3812-LLE/fmopl2.h
vendored
2
extern/YM3812-LLE/fmopl2.h
vendored
|
@ -270,3 +270,5 @@ typedef struct
|
|||
|
||||
} fmopl2_t;
|
||||
|
||||
// modification
|
||||
void FMOPL2_Clock(fmopl2_t *chip);
|
||||
|
|
2
extern/YMF262-LLE/fmopl3.h
vendored
2
extern/YMF262-LLE/fmopl3.h
vendored
|
@ -331,3 +331,5 @@ typedef struct
|
|||
int data_z;
|
||||
} fmopl3_t;
|
||||
|
||||
// modification
|
||||
void FMOPL3_Clock(fmopl3_t *chip);
|
||||
|
|
Loading…
Reference in a new issue