Home
last modified time | relevance | path

Searched refs:gate_w (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dpit8253.h79 void gate_w(int state) { synchronize(TID_GATE, state); } in gate_w() function
130 WRITE_LINE_MEMBER(write_gate0) { m_counter[0]->gate_w(state); } in DECLARE_DEVICE_TYPE()
131 WRITE_LINE_MEMBER(write_gate1) { m_counter[1]->gate_w(state); } in DECLARE_DEVICE_TYPE()
132 WRITE_LINE_MEMBER(write_gate2) { m_counter[2]->gate_w(state); } in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dpit8253.h79 void gate_w(int state) { synchronize(TID_GATE, state); } in gate_w() function
130 WRITE_LINE_MEMBER(write_gate0) { m_counter[0]->gate_w(state); } in DECLARE_DEVICE_TYPE()
131 WRITE_LINE_MEMBER(write_gate1) { m_counter[1]->gate_w(state); } in DECLARE_DEVICE_TYPE()
132 WRITE_LINE_MEMBER(write_gate2) { m_counter[2]->gate_w(state); } in DECLARE_DEVICE_TYPE()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dprophet600.cpp107 void gate_w(uint8_t data);
221 void prophet600_state::gate_w(uint8_t data) in gate_w() function in prophet600_state
263 map(0x0b, 0x0b).mirror(0xff00).w(FUNC(prophet600_state::gate_w)); in io_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dprophet600.cpp107 void gate_w(uint8_t data);
221 void prophet600_state::gate_w(uint8_t data) in gate_w() function in prophet600_state
263 map(0x0b, 0x0b).mirror(0xff00).w(FUNC(prophet600_state::gate_w)); in io_map()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z80/
H A Dkp63.h31 template <int N> DECLARE_WRITE_LINE_MEMBER(gate_w) { write_gate(N, state); } in DECLARE_WRITE_LINE_MEMBER() argument
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z80/
H A Dkp63.h31 template <int N> DECLARE_WRITE_LINE_MEMBER(gate_w) { write_gate(N, state); } in DECLARE_WRITE_LINE_MEMBER() argument