Home
last modified time | relevance | path

Searched refs:EMU2413_API (Results 1 – 6 of 6) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.h7 #define EMU2413_API __declspec(dllexport) macro
9 #define EMU2413_API __declspec(dllimport) macro
11 #define EMU2413_API macro
113 EMU2413_API OPLL *OPLL_new(e_uint32 clk, e_uint32 rate) ;
114 EMU2413_API void OPLL_delete(OPLL *) ;
117 EMU2413_API void OPLL_reset(OPLL *) ;
118 EMU2413_API void OPLL_reset_patch(OPLL *, e_int32) ;
119 EMU2413_API void OPLL_set_rate(OPLL *opll, e_uint32 r) ;
128 EMU2413_API void OPLL_advance (OPLL *);
131 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
[all …]
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.h7 #define EMU2413_API __declspec(dllexport) macro
9 #define EMU2413_API __declspec(dllimport) macro
11 #define EMU2413_API macro
113 EMU2413_API OPLL *OPLL_new(e_uint32 clk, e_uint32 rate) ;
114 EMU2413_API void OPLL_delete(OPLL *) ;
117 EMU2413_API void OPLL_reset(OPLL *) ;
118 EMU2413_API void OPLL_reset_patch(OPLL *, e_int32) ;
119 EMU2413_API void OPLL_set_rate(OPLL *opll, e_uint32 r) ;
120 EMU2413_API void OPLL_set_quality(OPLL *opll, e_uint32 q) ;
128 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
[all …]
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h48 #define EMU2413_API __declspec(dllexport) macro
50 #define EMU2413_API __declspec(dllimport) macro
52 #define EMU2413_API macro
181 EMU2413_API OPLL *OPLL_new(e_uint32 clk) ;
182 EMU2413_API void OPLL_delete(OPLL *) ;
185 EMU2413_API void OPLL_reset(OPLL *) ;
186 EMU2413_API void OPLL_set_rate(OPLL *opll, e_uint32 r) ;
187 EMU2413_API void OPLL_set_quality(OPLL *opll, e_uint32 q) ;
194 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
197 EMU2413_API void OPLL_forceRefresh(OPLL *) ;
[all …]
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h50 #define EMU2413_API __declspec(dllexport) macro
52 #define EMU2413_API __declspec(dllimport)
54 #define EMU2413_API
179 EMU2413_API OPLL *OPLL_new(e_uint32 clk) ;
180 EMU2413_API void OPLL_delete(OPLL *) ;
183 EMU2413_API void OPLL_reset(OPLL *) ;
184 EMU2413_API void OPLL_set_rate(OPLL *opll, e_uint32 r) ;
185 EMU2413_API void OPLL_set_quality(OPLL *opll, e_uint32 q) ;
192 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
195 EMU2413_API void OPLL_forceRefresh(OPLL *) ;
[all …]
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h57 #define EMU2413_API __declspec(dllexport) macro
59 #define EMU2413_API __declspec(dllimport) macro
61 #define EMU2413_API macro
190 EMU2413_API OPLL *OPLL_new(e_uint32 clk) ;
191 EMU2413_API void OPLL_delete(OPLL *) ;
194 EMU2413_API void OPLL_reset(OPLL *) ;
202 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
204 EMU2413_API void OPLL_run(OPLL *) ;
205 EMU2413_API e_uint32 OPLL_calcCh(OPLL *, e_uint32 ch) ;
208 EMU2413_API void OPLL_forceRefresh(OPLL *) ;
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc64 #define EMU2413_API __declspec(dllexport) macro
66 #define EMU2413_API __declspec(dllimport) macro
68 #define EMU2413_API macro
168 EMU2413_API OPLL *OPLL_new(e_uint32 clk, e_uint32 rate) ;
169 EMU2413_API void OPLL_delete(OPLL *) ;
172 EMU2413_API void OPLL_reset(OPLL *) ;
173 EMU2413_API void OPLL_reset_patch(OPLL *, e_int32) ;
174 EMU2413_API void OPLL_set_rate(OPLL *opll, e_uint32 r) ;
183 EMU2413_API e_int16 OPLL_calc(OPLL *) ;
189 EMU2413_API void OPLL_forceRefresh(OPLL *) ;
[all …]