Home
last modified time | relevance | path

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

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/snes_spc/
H A Dspc.h100 void spc_copy_state( SNES_SPC*, unsigned char** io, spc_copy_func_t );
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/snes_spc/
H A Dspc.cpp62 void spc_copy_state ( SNES_SPC* s, unsigned char** p, spc_copy_func_t f ) { s->copy_state( p, … in spc_copy_state() function
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dapu.h396 void spc_copy_state( unsigned char** io, dsp_copy_func_t );
H A Dapu.c3005 void NO_OPTIMIZE spc_copy_state( unsigned char** io, dsp_copy_func_t copy ) in spc_copy_state() function
3651 spc_copy_state(&ptr, from_apu_to_state); in S9xAPUSaveState()
3672 spc_copy_state(&ptr, to_apu_from_state); in S9xAPULoadState()
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dapu_blargg.h205 void spc_copy_state( uint8_t ** io, dsp_copy_func_t );
H A Dapu_blargg.c2782 void spc_copy_state( uint8_t ** io, dsp_copy_func_t copy ) in spc_copy_state() function
3435 spc_copy_state(&ptr, from_apu_to_state); in S9xAPUSaveState()
3453 spc_copy_state(&ptr, to_apu_from_state); in S9xAPULoadState()