Home
last modified time | relevance | path

Searched defs:qsound_voice (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dqsoundhle.h63 struct qsound_voice { struct
64 uint16_t m_bank = 0;
65 int16_t m_addr = 0; // top word is the sample address
66 uint16_t m_phase = 0;
67 uint16_t m_rate = 0;
68 int16_t m_loop_len = 0;
69 int16_t m_end_addr = 0;
70 int16_t m_volume = 0;
71 int16_t m_echo = 0;
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dqsoundhle.h63 struct qsound_voice { struct
64 uint16_t m_bank = 0;
65 int16_t m_addr = 0; // top word is the sample address
66 uint16_t m_phase = 0;
67 uint16_t m_rate = 0;
68 int16_t m_loop_len = 0;
69 int16_t m_end_addr = 0;
70 int16_t m_volume = 0;
71 int16_t m_echo = 0;
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/wasm/
H A DWriterUtils.cpp27 return "i64";
28 case WASM_TYPE_F32:
30 case WASM_TYPE_F64:
31 return "f64";
33 llvm_unreachable("invalid value type");
37 namespace lld {
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/capcom/
H A Dqs_c.cpp31 struct qsound_voice { struct
32 UINT16 bank;
33 INT16 addr; // top word is the sample address
34 UINT16 phase;
35 UINT16 rate;
36 INT16 loop_len;
37 INT16 end_addr;
38 INT16 volume;
39 INT16 echo;