Home
last modified time | relevance | path

Searched refs:update_reset (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmattelchess.cpp39 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
55 void update_reset(ioport_value state);
81 update_reset(m_inputs[3]->read()); in machine_reset()
84 void mchess_state::update_reset(ioport_value state) in update_reset() function in __anon79f24ac40111::mchess_state
H A Daci_boris.cpp47 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
62 void update_reset(ioport_value state);
82 update_reset(ioport("RESET")->read()); in machine_reset()
85 void boris_state::update_reset(ioport_value state) in update_reset() function in __anon6e68b3120111::boris_state
H A Dave_arb.cpp75 DECLARE_INPUT_CHANGED_MEMBER(reset_button) { update_reset(); } in DECLARE_INPUT_CHANGED_MEMBER()
76 …) { m_maincpu->set_input_line(M6502_NMI_LINE, newval ? ASSERT_LINE : CLEAR_LINE); update_reset(); } in DECLARE_INPUT_CHANGED_MEMBER()
77 void update_reset();
128 void arb_state::update_reset() in update_reset() function in __anon1ec810570111::arb_state
H A Dcompuchess.cpp132 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
162 void update_reset(ioport_value state);
196 update_reset(ioport("RESET")->read()); in machine_reset()
199 void cmpchess_state::update_reset(ioport_value state) in update_reset() function in __anon76a502e10111::cmpchess_state
H A Daci_ggm.cpp82 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
101 void update_reset(ioport_value state);
142 update_reset(1); in machine_reset()
145 void ggm_state::update_reset(ioport_value state) in update_reset() function in __anon58ecca0e0111::ggm_state
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmattelchess.cpp39 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
55 void update_reset(ioport_value state);
81 update_reset(m_inputs[3]->read()); in machine_reset()
84 void mchess_state::update_reset(ioport_value state) in update_reset() function in __anon587103ec0111::mchess_state
H A Daci_boris.cpp47 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
62 void update_reset(ioport_value state);
82 update_reset(ioport("RESET")->read()); in machine_reset()
85 void boris_state::update_reset(ioport_value state) in update_reset() function in __anon2817023a0111::boris_state
H A Dave_arb.cpp75 DECLARE_INPUT_CHANGED_MEMBER(reset_button) { update_reset(); } in DECLARE_INPUT_CHANGED_MEMBER()
76 …) { m_maincpu->set_input_line(M6502_NMI_LINE, newval ? ASSERT_LINE : CLEAR_LINE); update_reset(); } in DECLARE_INPUT_CHANGED_MEMBER()
77 void update_reset();
128 void arb_state::update_reset() in update_reset() function in __anond6c8757f0111::arb_state
H A Dcompuchess.cpp132 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
162 void update_reset(ioport_value state);
196 update_reset(ioport("RESET")->read()); in machine_reset()
199 void cmpchess_state::update_reset(ioport_value state) in update_reset() function in __anon661d37090111::cmpchess_state
H A Daci_ggm.cpp82 DECLARE_INPUT_CHANGED_MEMBER(reset_switch) { update_reset(newval); } in DECLARE_INPUT_CHANGED_MEMBER()
101 void update_reset(ioport_value state);
142 update_reset(1); in machine_reset()
145 void ggm_state::update_reset(ioport_value state) in update_reset() function in __anon10ed2f360111::ggm_state