modify the two LLE cores to allow usage
This commit is contained in:
parent
955682b240
commit
66a46d3439
2
extern/YM3812-LLE/fmopl2.h
vendored
2
extern/YM3812-LLE/fmopl2.h
vendored
|
@ -270,3 +270,5 @@ typedef struct
|
||||||
|
|
||||||
} fmopl2_t;
|
} 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;
|
int data_z;
|
||||||
} fmopl3_t;
|
} fmopl3_t;
|
||||||
|
|
||||||
|
// modification
|
||||||
|
void FMOPL3_Clock(fmopl3_t *chip);
|
||||||
|
|
Loading…
Reference in a new issue