Searched refs:tape_next_edge (Results 1 – 6 of 6) sorted by relevance
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ |
H A D | tape.h | 54 void tape_next_edge( libspectrum_dword last_tstates, int type,
|
H A D | tape.c | 102 tape_edge_event = event_register( tape_next_edge, "Tape edge" ); in tape_init() 631 tape_next_edge( tstates, 0, NULL ); in tape_play() 813 tape_next_edge( libspectrum_dword last_tstates, int type, void *user_data ) in tape_next_edge() function
|
H A D | loader.c | 89 tape_next_edge( tstates, 0, NULL ); in do_acceleration()
|
/dports/emulators/fuse/fuse-1.6.0/ |
H A D | tape.h | 53 void tape_next_edge( libspectrum_dword last_tstates, int from_acceleration );
|
H A D | loader.c | 95 tape_next_edge( tstates, 1 ); in do_acceleration()
|
H A D | tape.c | 109 tape_next_edge( last_tstates, 0 ); in next_edge() 854 tape_next_edge( libspectrum_dword last_tstates, int from_acceleration ) in tape_next_edge() function
|