diff --git a/extern/YM3812-LLE/fmopl2.h b/extern/YM3812-LLE/fmopl2.h index 8363886f9..0f6fdd88e 100644 --- a/extern/YM3812-LLE/fmopl2.h +++ b/extern/YM3812-LLE/fmopl2.h @@ -270,3 +270,5 @@ typedef struct } fmopl2_t; +// modification +void FMOPL2_Clock(fmopl2_t *chip); diff --git a/extern/YMF262-LLE/fmopl3.h b/extern/YMF262-LLE/fmopl3.h index 8b465ee7e..6fcf95f57 100644 --- a/extern/YMF262-LLE/fmopl3.h +++ b/extern/YMF262-LLE/fmopl3.h @@ -331,3 +331,5 @@ typedef struct int data_z; } fmopl3_t; +// modification +void FMOPL3_Clock(fmopl3_t *chip);