Home
last modified time | relevance | path

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

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/disk/
H A Dwd_fdc.c141 event_add_with_data( tstates + 2 * /* 10 rev: 10 * 200 / 1000 */ in wd_fdc_set_intrq()
433 event_add_with_data( tstates + 5 * /* sample every 5 ms */ in wd_fdc_seek_verify()
496 event_add_with_data( tstates + f->rates[ b & 0x03 ] * in wd_fdc_type_i()
514 event_add_with_data( tstates + 15 * /* 15ms */ in wd_fdc_type_i()
647 event_add_with_data( tstates + 5 * in wd_fdc_type_ii()
680 event_add_with_data( tstates + 5 * in wd_fdc_type_iii()
871 event_add_with_data( tstates + delay * in wd_fdc_spinup()
1034 event_add_with_data( tstates + 2 * /* 20 ms delay */ in wd_fdc_dr_read()
1096 event_add_with_data( tstates + 30 * /* 30 us delay */ in wd_fdc_dr_read()
1130 event_add_with_data( tstates + 2 * /* 20ms delay */ in wd_fdc_dr_write()
[all …]
H A Dupd_fdc.c414 event_add_with_data( tstates + f->hut_time * in cmd_result()
461 event_add_with_data( tstates + f->stp_rate * in seek_step()
485 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_id()
523 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_diag()
554 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_read_diag()
593 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_data()
654 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_read_data()
686 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_write_data()
744 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_write_data()
783 event_add_with_data( tstates + 2 * /* 1/10 revolution: 1 * 200 / 1000 */ in start_write_id()
[all …]
H A Dfdd.c187 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in fdd_motoron()
191 event_add_with_data( tstates + 3 * /* 1.5 revolution */ in fdd_motoron()
/dports/emulators/fuse/fuse-1.6.0/peripherals/disk/
H A Dwd_fdc.c133 event_add_with_data( tstates + 2 * /* 10 rev: 10 * 200 / 1000 */ in wd_fdc_set_intrq()
440 event_add_with_data( tstates + 5 * /* sample every 5 ms */ in wd_fdc_seek_verify()
503 event_add_with_data( tstates + f->rates[ b & 0x03 ] * in wd_fdc_type_i()
521 event_add_with_data( tstates + 15 * /* 15ms */ in wd_fdc_type_i()
657 event_add_with_data( tstates + 5 * in wd_fdc_type_ii()
696 event_add_with_data( tstates + 5 * in wd_fdc_type_iii()
915 event_add_with_data( tstates + delay * in wd_fdc_spinup()
1090 event_add_with_data( tstates + 2 * /* 20 ms delay */ in wd_fdc_dr_read()
1152 event_add_with_data( tstates + 30 * /* 30 us delay */ in wd_fdc_dr_read()
1186 event_add_with_data( tstates + 2 * /* 20ms delay */ in wd_fdc_dr_write()
[all …]
H A Dupd_fdc.c416 event_add_with_data( tstates + f->hut_time * in cmd_result()
499 event_add_with_data( tstates + f->stp_rate * in seek_step()
524 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_id()
562 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_diag()
593 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_read_diag()
632 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_read_data()
693 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_read_data()
725 event_add_with_data( tstates + i * /* i * 1/20 revolution */ in start_write_data()
783 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in start_write_data()
822 event_add_with_data( tstates + 2 * /* 1/10 revolution: 1 * 200 / 1000 */ in start_write_id()
[all …]
H A Dfdd.c224 event_add_with_data( tstates + 4 * /* 2 revolution: 2 * 200 / 1000 */ in fdd_motoron()
228 event_add_with_data( tstates + ( d->index_pulse ? 10 : 190 ) * in fdd_motoron()
232 event_add_with_data( tstates + 3 * /* 1.5 revolution */ in fdd_motoron()
474 event_add_with_data( last_tstates + ( d->index_pulse ? 10 : 190 ) * in fdd_event()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Devent.h58 void event_add_with_data( libspectrum_dword event_time, int type,
64 event_add_with_data( event_time, type, NULL ); in event_add()
H A Devent.c93 event_add_with_data( libspectrum_dword event_time, int type, void *user_data ) in event_add_with_data() function
/dports/emulators/fuse/fuse-1.6.0/
H A Devent.h53 void event_add_with_data( libspectrum_dword event_time, int type,
59 event_add_with_data( event_time, type, NULL ); in event_add()
H A Devent.c94 event_add_with_data( libspectrum_dword event_time, int type, void *user_data ) in event_add_with_data() function
/dports/emulators/fuse/fuse-1.6.0/peripherals/
H A Dttx2000s.c190 event_add_with_data( tstates + 2 * /* 20ms delay */ in ttx2000s_reset()
394 event_add_with_data( tstates + 2 * /* 20ms delay */ in ttx2000s_field_event()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/z80/
H A Dcoretest.c542 event_add_with_data( libspectrum_dword event_time GCC_UNUSED, in event_add_with_data() function
/dports/emulators/fuse/fuse-1.6.0/z80/
H A Dcoretest.c622 event_add_with_data( libspectrum_dword event_time GCC_UNUSED, in event_add_with_data() function
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/hacking/
H A DChangeLog4011 rzx.c,spectrum.c,tape.[ch],timer/timer.c: make event_add_with_data()
4017 20120121 z80/coretest.c: fix up for event_add_with_data() change (thanks,