From 66a46d3439b6e9f8673a66238c8eb2fdb63b1d57 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 22 Nov 2023 19:32:14 -0500 Subject: [PATCH] modify the two LLE cores to allow usage --- extern/YM3812-LLE/fmopl2.h | 2 ++ extern/YMF262-LLE/fmopl3.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/extern/YM3812-LLE/fmopl2.h b/extern/YM3812-LLE/fmopl2.h index 8363886f91..0f6fdd88e7 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 8b465ee7e4..6fcf95f57a 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);