Home
last modified time | relevance | path

Searched refs:tape_playing (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dtape.c60 int tape_playing; variable
110 tape_playing = 0; in tape_init()
228 if( tape_playing ) { in tape_close()
328 if( !settings_current.tape_traps || tape_playing ) return 2; in tape_load_trap()
619 tape_playing = 1; in tape_play()
641 if( !tape_playing ) { in tape_do_play()
650 if( tape_playing ) { in tape_toggle_play()
659 if( tape_playing ) { in tape_stop()
661 tape_playing = 0; in tape_stop()
683 return tape_playing; in tape_is_playing()
[all …]
H A Dtape.h77 extern int tape_playing;
/dports/emulators/fuse/fuse-1.6.0/
H A Dtape.c62 int tape_playing; variable
134 tape_playing = 0; in tape_init()
279 if( tape_playing ) { in tape_close()
389 if( !settings_current.tape_traps || tape_playing || in tape_load_trap()
632 tape_playing = 1; in tape_play()
660 if( !tape_playing ) { in tape_do_play()
670 if( tape_playing ) { in tape_toggle_play()
696 if( tape_playing ) { in tape_stop()
698 tape_playing = 0; in tape_stop()
722 return tape_playing; in tape_is_playing()
[all …]
H A Dtape.h75 extern int tape_playing;
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/hacking/
H A DChangeLog223 20031004 tape.c, tape.h: make tape and tape_playing static.