Home
last modified time | relevance | path

Searched refs:sound_ay_write (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/
H A Day.c183 sound_ay_write( current, b, tstates ); in ay_dataport_write()
200 sound_ay_write( i, machine_current->ay.registers[i], 0 ); in ay_state_from_snapshot()
/dports/emulators/fuse/fuse-1.6.0/peripherals/
H A Day.c207 sound_ay_write( current, b, tstates ); in ay_dataport_write()
224 sound_ay_write( i, machine_current->ay.registers[i], 0 ); in ay_state_from_snapshot()
/dports/audio/aylet/aylet-0.5/
H A Dsound.h24 extern void sound_ay_write(int reg,int val,unsigned long tstates);
H A Dsound.c539 void sound_ay_write(int reg,int val,unsigned long tstates) in sound_ay_write() function
564 sound_ay_write(f,0,0); in sound_ay_reset()
H A Dmain.c120 sound_ay_write(ay_current_reg,a,tstates); in out()
146 sound_ay_write(ay_current_reg,cpc_f4,tstates); in out()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dsound.h35 void sound_ay_write( int reg, int val, libspectrum_dword now );
H A Dsound.c598 sound_ay_write( int reg, int val, libspectrum_dword now ) in sound_ay_write() function
621 sound_ay_write( f, 0, 0 ); in sound_ay_reset()
/dports/emulators/fuse/fuse-1.6.0/
H A Dsound.h36 void sound_ay_write( int reg, int val, libspectrum_dword now );
H A Dsound.c629 sound_ay_write( int reg, int val, libspectrum_dword now ) in sound_ay_write() function
652 sound_ay_write( f, 0, 0 ); in sound_ay_reset()
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.h33 extern void __attribute__ ((visibility ("internal"))) sound_ay_write(int reg,int val,unsigned long …
H A Dsound.c460 void __attribute__ ((visibility ("internal"))) sound_ay_write(int reg,int val,unsigned long tstates) in sound_ay_write() function
483 sound_ay_write(f,0,0); in sound_ay_reset()
H A Dayplay.c232 sound_ay_write(ay_current_reg,a,ay_tstates); in ay_out()
258 sound_ay_write(ay_current_reg,cpc_f4,ay_tstates); in ay_out()