Home
last modified time | relevance | path

Searched refs:outx_buf (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/mednafen/mednafen/src/snes/src/sdsp/
H A Dvoice.cpp155 state.outx_buf = state.t_output >> 8; in voice_6()
166 VREG(outx) = (uint8)state.outx_buf; in voice_8()
H A Dsdsp.cpp248 state.outx_buf = data; in write()
272 state.outx_buf = 0; in power()
H A Dsdsp.hpp66 int outx_buf; member
H A Dserialization.cpp21 s.integer(state.outx_buf); in serialize()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/dsp/sdsp/
H A Dvoice.cpp155 state.outx_buf = state.t_output >> 8; in voice_6()
166 VREG(outx) = (uint8)state.outx_buf; in voice_8()
H A Dsdsp.cpp248 state.outx_buf = data; in write()
272 state.outx_buf = 0; in power()
H A Dsdsp.hpp66 int outx_buf; member
H A Dserialization.cpp23 s.integer(state.outx_buf); in serialize()
/dports/games/libretro-snes9x/snes9x-73aa348/apu/bapu/dsp/
H A DSPC_DSP.h163 uint8_t outx_buf; member
278 m.outx_buf = (uint8_t) data; in write()
H A DSPC_DSP.cpp924 m.outx_buf = (uint8_t) (m.t_output >> 8); in VOICE_CLOCK()
936 VREG(v->regs,outx) = m.outx_buf; in VOICE_CLOCK()
1372 SPC_COPY( uint8_t, m.outx_buf ); in copy_state()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/apu/bapu/dsp/
H A DSPC_DSP.h159 uint8_t outx_buf; member
271 m.outx_buf = (uint8_t) data; in write()
H A DSPC_DSP.cpp558 m.outx_buf = (uint8_t) (m.t_output >> 8); in VOICE_CLOCK()
570 VREG(v->regs,outx) = m.outx_buf; in VOICE_CLOCK()
1004 SPC_COPY( uint8_t, m.outx_buf ); in copy_state()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/higan/dsp/
H A DSPC_DSP.h147 uint8_t outx_buf; member
270 m.outx_buf = (uint8_t) data; in write()
H A DSPC_DSP.cpp953 m.outx_buf = (uint8_t) (m.t_output >> 8); in VOICE_CLOCK()
965 VREG(v->regs,outx) = m.outx_buf; in VOICE_CLOCK()
1398 SPC_COPY( uint8_t, m.outx_buf ); in copy_state()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/dsp/
H A DSPC_DSP.h147 uint8_t outx_buf; member
270 m.outx_buf = (uint8_t) data; in write()
H A DSPC_DSP.cpp953 m.outx_buf = (uint8_t) (m.t_output >> 8); in VOICE_CLOCK()
965 VREG(v->regs,outx) = m.outx_buf; in VOICE_CLOCK()
1398 SPC_COPY( uint8_t, m.outx_buf ); in copy_state()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dapu.h348 uint8_t outx_buf; member
H A Dapu.c698 #define dsp_voice_V6(v) (dsp_m.outx_buf = (uint8_t) (dsp_m.t_output >> 8))
704 #define dsp_voice_V8(v) v->regs [V_OUTX] = dsp_m.outx_buf
1352 SPC_COPY( uint8_t, dsp_m.outx_buf ); in dsp_copy_state()
1485 dsp_m.outx_buf = data; in spc_dsp_write()
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dapu_blargg.h116 uint8_t outx_buf; member
H A Dapu_blargg.c523 dsp_m.outx_buf = (uint8_t) (dsp_m.t_output >> 8); in dsp_voice_V6()
537 v->regs [V_OUTX] = dsp_m.outx_buf; in dsp_voice_V8()
1130 SPC_COPY( uint8_t, dsp_m.outx_buf ); in dsp_copy_state()
1263 dsp_m.outx_buf = (uint8_t) data; in spc_dsp_write()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DSpc_Sfm.cpp382 smp.dsp.spc_dsp.m.outx_buf = META_ENUM_INT("dsp:outx", 0); in start_track_()
543 out.setValue( "dsp:outx", smp.dsp.spc_dsp.m.outx_buf ); in create_updated_metadata()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DSpc_Sfm.cpp377 smp.dsp.spc_dsp.m.outx_buf = META_ENUM_INT("dsp:outx", 0); in start_track_()
533 out.setValue( "dsp:outx", smp.dsp.spc_dsp.m.outx_buf ); in create_updated_metadata()