Home
last modified time | relevance | path

Searched defs:OPL (Results 1 – 25 of 123) sorted by relevance

12345

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DFmopl.c221 void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
346 void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
678 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
979 int Y8950UpdateOne(FM_OPL *OPL) in Y8950UpdateOne()
1047 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1119 FM_OPL *OPL; in OPLCreate() local
1163 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1171 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1247 int OPLTimerOver(FM_OPL *OPL,int c) in OPLTimerOver()
1268 void Y8950LoadState(FM_OPL *OPL) in Y8950LoadState()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfmopl.c227 static INLINE void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
361 static INLINE void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
391 static INLINE void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
704 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
725 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1127 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1175 FM_OPL *OPL; in OPLCreate() local
1209 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1248 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1269 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Adlib/
H A Dfmopl.cpp255 INLINE void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
389 INLINE void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
419 INLINE void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
436 INLINE void set_sl_rr(FM_OPL *OPL,int slot,int v) in set_sl_rr()
731 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
1163 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1211 FM_OPL *OPL; in OPLCreate() local
1273 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1319 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1341 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dmame.cpp47 namespace OPL { namespace
296 inline void OPL_STATUS_SET(FM_OPL *OPL, int flag) { in OPL_STATUS_SET()
550 inline void OPL_CALC_RH(FM_OPL *OPL, OPL_CH *CH) { in OPL_CALC_RH()
792 static void OPL_initalize(FM_OPL *OPL) { in OPL_initalize()
811 void OPLWriteReg(FM_OPL *OPL, int r, int v) { in OPLWriteReg()
1081 void OPLResetChip(FM_OPL *OPL) { in OPLResetChip()
1114 FM_OPL *OPL; in OPLCreate() local
1158 void OPLDestroy(FM_OPL *OPL) { in OPLDestroy()
1181 int OPLWrite(FM_OPL *OPL,int a,int v) { in OPLWrite()
1192 unsigned char OPLRead(FM_OPL *OPL,int a) { in OPLRead()
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Dmame.cpp47 namespace OPL { namespace
296 inline void OPL_STATUS_SET(FM_OPL *OPL, int flag) { in OPL_STATUS_SET()
550 inline void OPL_CALC_RH(FM_OPL *OPL, OPL_CH *CH) { in OPL_CALC_RH()
792 static void OPL_initalize(FM_OPL *OPL) { in OPL_initalize()
811 void OPLWriteReg(FM_OPL *OPL, int r, int v) { in OPLWriteReg()
1081 void OPLResetChip(FM_OPL *OPL) { in OPLResetChip()
1114 FM_OPL *OPL; in OPLCreate() local
1158 void OPLDestroy(FM_OPL *OPL) { in OPLDestroy()
1181 int OPLWrite(FM_OPL *OPL,int a,int v) { in OPLWrite()
1192 unsigned char OPLRead(FM_OPL *OPL,int a) { in OPLRead()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/opl/
H A Dmame.cpp47 namespace OPL { namespace
296 inline void OPL_STATUS_SET(FM_OPL *OPL, int flag) { in OPL_STATUS_SET()
552 inline void OPL_CALC_RH(FM_OPL *OPL, OPL_CH *CH) { in OPL_CALC_RH()
794 static void OPL_initalize(FM_OPL *OPL) { in OPL_initalize()
813 void OPLWriteReg(FM_OPL *OPL, int r, int v) { in OPLWriteReg()
1087 void OPLResetChip(FM_OPL *OPL) { in OPLResetChip()
1120 FM_OPL *OPL; in OPLCreate() local
1164 void OPLDestroy(FM_OPL *OPL) { in OPLDestroy()
1187 int OPLWrite(FM_OPL *OPL,int a,int v) { in OPLWrite()
1198 unsigned char OPLRead(FM_OPL *OPL,int a) { in OPLRead()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dfmopl.c257 static INLINE void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
391 static INLINE void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
421 static INLINE void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
733 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
754 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1164 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1212 FM_OPL *OPL; in OPLCreate() local
1264 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1310 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1332 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/nosefart/
H A Dfmopl.c235 INLINE void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
369 INLINE void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
399 INLINE void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
416 INLINE void set_sl_rr(FM_OPL *OPL,int slot,int v) in set_sl_rr()
711 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
1134 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1182 FM_OPL *OPL; in OPLCreate() local
1216 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1255 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1269 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dfmopl.c263 INLINE void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
397 INLINE void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
427 INLINE void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
444 INLINE void set_sl_rr(FM_OPL *OPL,int slot,int v) in set_sl_rr()
739 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
1170 void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1218 FM_OPL *OPL; in OPLCreate() local
1270 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1320 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1342 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/opl2/
H A Dfmopl.c260 void OPL_STATUS_SET(FM_OPL *OPL,int flag) {
413 void set_mul(FM_OPL *OPL,int slot,int v) {
450 void set_ar_dr(FM_OPL *OPL,int slot,int v) {
476 void set_sl_rr(FM_OPL *OPL,int slot,int v) {
795 static void OPL_initalize(FM_OPL *OPL) {
1242 void OPLResetChip(FM_OPL *OPL) {
1287 FM_OPL *OPL; local
1346 void OPLDestroy(FM_OPL *OPL) {
1385 int OPLWrite(FM_OPL *OPL,int a,int v) {
1405 unsigned char OPLRead(FM_OPL *OPL,int a) {
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A Dfmopl.cpp263 inline void OPL_STATUS_SET(FM_OPL *OPL, int flag) { in OPL_STATUS_SET()
411 inline void set_mul(FM_OPL *OPL, int slot, int v) { in set_mul()
724 static void OPL_initalize(FM_OPL *OPL) { in OPL_initalize()
743 void OPLWriteReg(FM_OPL *OPL, int r, int v) { in OPLWriteReg()
1074 void OPLResetChip(FM_OPL *OPL) { in OPLResetChip()
1110 auto *OPL = new FM_OPL{}; in OPLCreate() local
1128 void OPLDestroy(FM_OPL *OPL) { in OPLDestroy()
1150 int OPLWrite(FM_OPL *OPL,int a,int v) { in OPLWrite()
1161 unsigned char OPLRead(FM_OPL *OPL,int a) { in OPLRead()
1181 int OPLTimerOver(FM_OPL *OPL, int c) { in OPLTimerOver()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/adplug/
H A Dopl_class.cpp450 INLINE void OPL_STATUS_SET(FM_OPL *OPL, int flag) { in OPL_STATUS_SET()
486 INLINE void OplClass::advance_lfo(FM_OPL *OPL) { in advance_lfo()
506 INLINE void OplClass::advancex(FM_OPL *OPL) { in advancex()
1004 static void OPL_initalize(FM_OPL *OPL) { in OPL_initalize()
1088 INLINE void set_mul(FM_OPL *OPL, int slot, int v) { in set_mul()
1363 void OplClass::OPLResetChip(FM_OPL *OPL) { in OPLResetChip()
1399 FM_OPL *OPL; in OPLCreate() local
1433 void OplClass::OPLDestroy(FM_OPL *OPL) { in OPLDestroy()
1466 static unsigned char OPLRead(FM_OPL *OPL, int a) { in OPLRead()
1487 static int OPLTimerOver(FM_OPL *OPL, int c) { in OPLTimerOver()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
721 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
742 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1038 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1074 FM_OPL *OPL; in OPLCreate() local
1119 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1142 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1163 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
721 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
742 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1038 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1074 FM_OPL *OPL; in OPLCreate() local
1119 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1142 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1163 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
721 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
742 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1038 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1074 FM_OPL *OPL; in OPLCreate() local
1119 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1142 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1163 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
721 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
742 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1038 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1074 FM_OPL *OPL; in OPLCreate() local
1120 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/audio/
H A Dfmopl.c249 static inline void OPL_STATUS_SET(FM_OPL *OPL,int flag) in OPL_STATUS_SET()
379 static inline void set_mul(FM_OPL *OPL,int slot,int v) in set_mul()
409 static inline void set_ar_dr(FM_OPL *OPL,int slot,int v) in set_ar_dr()
723 static void OPL_initialize(FM_OPL *OPL) in OPL_initialize()
744 static void OPLWriteReg(FM_OPL *OPL, int r, int v) in OPLWriteReg()
1040 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1076 FM_OPL *OPL; in OPLCreate() local
1121 void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
[all …]
/dports/emulators/vice/vice-3.5/src/core/
H A Dfmopl.c472 FM_OPL *OPL = (FM_OPL *)data; in fmopl_alarm_A() local
482 FM_OPL *OPL = (FM_OPL *)data; in fmopl_alarm_B() local
538 inline static void advance_lfo(FM_OPL *OPL) in advance_lfo()
561 inline static void advance(FM_OPL *OPL) in advance()
1039 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
1473 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1521 FM_OPL *OPL; in OPLCreate() local
1561 static void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1608 static int OPLTimerOver(FM_OPL *OPL, int c) in OPLTimerOver()
1697 FM_OPL *OPL = (FM_OPL *)chip; in ym3812_update_one() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/core/
H A Dfmopl.c472 FM_OPL *OPL = (FM_OPL *)data; in fmopl_alarm_A() local
482 FM_OPL *OPL = (FM_OPL *)data; in fmopl_alarm_B() local
538 inline static void advance_lfo(FM_OPL *OPL) in advance_lfo()
561 inline static void advance(FM_OPL *OPL) in advance()
1039 static void OPL_initalize(FM_OPL *OPL) in OPL_initalize()
1473 static void OPLResetChip(FM_OPL *OPL) in OPLResetChip()
1521 FM_OPL *OPL; in OPLCreate() local
1561 static void OPLDestroy(FM_OPL *OPL) in OPLDestroy()
1608 static int OPLTimerOver(FM_OPL *OPL, int c) in OPLTimerOver()
1697 FM_OPL *OPL = (FM_OPL *)chip; in ym3812_update_one() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dopl2lpt.cpp56 namespace OPL { namespace
59 class OPL : public ::OPL::RealOPL { class
78 OPL::OPL(Config::OplType type) : _pport(nullptr), _type(type), index(0) { in OPL() function in OPL::OPL2LPT::OPL
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dopl2lpt.cpp56 namespace OPL { namespace
59 class OPL : public ::OPL::RealOPL { class
78 OPL::OPL(Config::OplType type) : _pport(nullptr), _type(type), index(0) { in OPL() function in OPL::OPL2LPT::OPL

12345