Home
last modified time | relevance | path

Searched refs:update_drdy1 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dabc1600.h139 void update_drdy1(int state);
140 void sccrq_a_w(int state) { m_sccrq_a = state; update_drdy1(0); } in sccrq_a_w()
141 void sccrq_b_w(int state) { m_sccrq_b = state; update_drdy1(0); } in sccrq_b_w()
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dabc1600.h139 void update_drdy1(int state);
140 void sccrq_a_w(int state) { m_sccrq_a = state; update_drdy1(0); } in sccrq_a_w()
141 void sccrq_b_w(int state) { m_sccrq_b = state; update_drdy1(0); } in sccrq_b_w()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dabc1600.cpp452 update_drdy1(0); in spec_contr_reg_w()
589 void abc1600_state::update_drdy1(int state) in update_drdy1() function in abc1600_state
975 m_bus1->trrq_callback().set(FUNC(abc1600_state::update_drdy1)); in abc1600()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dabc1600.cpp452 update_drdy1(0); in spec_contr_reg_w()
589 void abc1600_state::update_drdy1(int state) in update_drdy1() function in abc1600_state
975 m_bus1->trrq_callback().set(FUNC(abc1600_state::update_drdy1)); in abc1600()