Home
last modified time | relevance | path

Searched refs:clock_r (Results 1 – 25 of 50) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dbwidow.h34 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dbzone.h34 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dasteroid.h60 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dcybiko.h55 uint16_t clock_r();
H A Dmhavoc.h51 DECLARE_READ_LINE_MEMBER(clock_r);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dbwidow.h34 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dbzone.h34 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dasteroid.h60 DECLARE_READ_LINE_MEMBER(clock_r);
H A Dcybiko.h55 uint16_t clock_r();
H A Dmhavoc.h51 DECLARE_READ_LINE_MEMBER(clock_r);
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dbwidow.cpp312 READ_LINE_MEMBER(bwidow_state::clock_r) in READ_LINE_MEMBER() argument
489 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER() argument
567 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
641 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
675 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Dmhavoc.cpp383 READ_LINE_MEMBER(mhavoc_state::clock_r) in READ_LINE_MEMBER() argument
403 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(mhavoc_state, clock_r) in PORT_READ_LINE_MEMBER() argument
502 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(mhavoc_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Dasteroid.cpp393 READ_LINE_MEMBER(asteroid_state::clock_r) in READ_LINE_MEMBER() argument
402 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER() argument
501 PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
541 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
634 PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Damiga.cpp273 u16 clock_r(offs_t offset);
347 u16 clock_r(offs_t offset);
415 u16 clock_r(offs_t offset);
579 u16 cdtv_state::clock_r(offs_t offset) in clock_r() function in cdtv_state
589 u16 a2000_state::clock_r(offs_t offset) in clock_r() function in a2000_state
599 u16 a500p_state::clock_r(offs_t offset) in clock_r() function in a500p_state
1251 map(0xdc0000, 0xdc7fff).rw(FUNC(a2000_state::clock_r), FUNC(a2000_state::clock_w)); in a2000_mem()
1285 map(0xdc0000, 0xdc7fff).rw(FUNC(cdtv_state::clock_r), FUNC(cdtv_state::clock_w)); in cdtv_mem()
1328 map(0xdc0000, 0xdc7fff).rw(FUNC(a500p_state::clock_r), FUNC(a500p_state::clock_w)); in a500p_mem()
H A Dcybiko.cpp126 uint16_t cybiko_state::clock_r() in clock_r() function in cybiko_state
189 …map(h8_device::PORT_F, h8_device::PORT_F).rw(FUNC(cybiko_state::clock_r), FUNC(cybiko_state::clock… in cybikov1_io()
198 …map(h8_device::PORT_F, h8_device::PORT_F).rw(FUNC(cybiko_state::clock_r), FUNC(cybiko_state::clock… in cybikov2_io()
H A Dtempest.cpp323 DECLARE_READ_LINE_MEMBER(clock_r);
395 READ_LINE_MEMBER(tempest_state::clock_r) in READ_LINE_MEMBER() argument
530 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(tempest_state, clock_r) in PORT_READ_LINE_MEMBER() argument
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dbwidow.cpp312 READ_LINE_MEMBER(bwidow_state::clock_r) in READ_LINE_MEMBER() argument
489 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER() argument
567 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
641 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
675 PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(bwidow_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Dmhavoc.cpp383 READ_LINE_MEMBER(mhavoc_state::clock_r) in READ_LINE_MEMBER() argument
403 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(mhavoc_state, clock_r) in PORT_READ_LINE_MEMBER() argument
502 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(mhavoc_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Dasteroid.cpp393 READ_LINE_MEMBER(asteroid_state::clock_r) in READ_LINE_MEMBER() argument
402 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER() argument
501 PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
541 PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
634 PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_MEMBER(asteroid_state, clock_r) in PORT_READ_LINE_MEMBER()
H A Damiga.cpp273 u16 clock_r(offs_t offset);
347 u16 clock_r(offs_t offset);
415 u16 clock_r(offs_t offset);
579 u16 cdtv_state::clock_r(offs_t offset) in clock_r() function in cdtv_state
589 u16 a2000_state::clock_r(offs_t offset) in clock_r() function in a2000_state
599 u16 a500p_state::clock_r(offs_t offset) in clock_r() function in a500p_state
1251 map(0xdc0000, 0xdc7fff).rw(FUNC(a2000_state::clock_r), FUNC(a2000_state::clock_w)); in a2000_mem()
1285 map(0xdc0000, 0xdc7fff).rw(FUNC(cdtv_state::clock_r), FUNC(cdtv_state::clock_w)); in cdtv_mem()
1328 map(0xdc0000, 0xdc7fff).rw(FUNC(a500p_state::clock_r), FUNC(a500p_state::clock_w)); in a500p_mem()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Drates.c106 cr = tree->rates->clock_r; in RATES_Lk_Rates_Core()
564 to->clock_r = from->clock_r; in RATES_Copy_Rate_Struct()
1389 cr = tree->rates->clock_r; in RATES_Get_Rates_From_Bl()
1535 cr = tree->rates->clock_r; in RATES_Posterior_One_Rate()
1567 tree->rates->nu,tree->rates->clock_r); in RATES_Posterior_One_Rate()
1845 cr = tree->rates->clock_r; in RATES_Posterior_One_Time()
2067 PhyML_Printf("\n. clock=%G",tree->rates->clock_r); in RATES_Posterior_One_Time()
2234 cr = tree->rates->clock_r; in RATES_Posterior_Time_Root()
2432 cr = tree->rates->clock_r; in RATES_Update_Cur_Bl_Pre()
3046 curr /= tree->rates->clock_r; in RATES_Normalise_Rates()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.h79 uint8_t clock_r();
/dports/emulators/mame/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.h79 uint8_t clock_r();
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dhc55516.h22 …READ_LINE_MEMBER( clock_r ); // Clock pull, really only relevant of something manually polls the c…
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dhc55516.h22 …READ_LINE_MEMBER( clock_r ); // Clock pull, really only relevant of something manually polls the c…

12