Home
last modified time | relevance | path

Searched refs:sound_beeper (Results 1 – 14 of 14) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dsound.h27 extern void sound_beeper(int on);
H A Dsound.c713 void sound_beeper(int on) in sound_beeper() function
H A Dmain.c135 sound_beeper(a&0x10); in out()
H A DChangeLog207 (sound_beeper): fix for slight spikes on ordinary beeper tones.
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dsound.h39 void sound_beeper( int on );
H A Dsound.c677 sound_beeper( int on ) in sound_beeper() function
/dports/emulators/fuse/fuse-1.6.0/
H A Dsound.h41 void sound_beeper( libspectrum_dword at_tstates, int on );
H A Dsound.c725 sound_beeper( libspectrum_dword at_tstates, int on ) in sound_beeper() function
H A Dtape.c888 sound_beeper( last_tstates, tape_microphone ); in tape_next_edge()
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.h36 extern void __attribute__ ((visibility ("internal"))) sound_beeper(int on, unsigned long tstates);
H A Dsound.c619 void __attribute__ ((visibility ("internal"))) sound_beeper(int on, unsigned long tstates) in sound_beeper() function
H A Dayplay.c247 sound_beeper(a&0x18, ay_tstates); in ay_out()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/
H A Dula.c124 sound_beeper( (!!(b & 0x10) << 1) + ( (!(b & 0x8)) | tape_microphone ) ); in ula_write()
/dports/emulators/fuse/fuse-1.6.0/peripherals/
H A Dula.c204 sound_beeper( tstates, in ula_write()