Home
last modified time | relevance | path

Searched refs:new_writon (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.cpp558 bool new_writon = BIT(m_cntl_reg , REG_CNTL_WRITON_BIT); in cntl_w() local
563 bool byte_timer_needed = new_writon || (new_readon && m_amdt); in cntl_w()
574 if (!old_writon && !old_readon && (new_writon || new_readon)) { in cntl_w()
578 if (!old_writon && new_writon) { in cntl_w()
584 } else if (old_writon && !new_writon) { in cntl_w()
602 if (!new_readon && !new_writon) { in cntl_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.cpp558 bool new_writon = BIT(m_cntl_reg , REG_CNTL_WRITON_BIT); in cntl_w() local
563 bool byte_timer_needed = new_writon || (new_readon && m_amdt); in cntl_w()
574 if (!old_writon && !old_readon && (new_writon || new_readon)) { in cntl_w()
578 if (!old_writon && new_writon) { in cntl_w()
584 } else if (old_writon && !new_writon) { in cntl_w()
602 if (!new_readon && !new_writon) { in cntl_w()