Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A D68561mpcc.cpp312 m_sisr &= ~REG_SISR_DCDLVL; in WRITE_LINE_MEMBER()
313 if ( (old_sisr & REG_SISR_DCDLVL) && in WRITE_LINE_MEMBER()
326 m_sisr |= REG_SISR_DCDLVL; in WRITE_LINE_MEMBER()
1108 …LOGSETUP(" - DCD %d transitioned: %d\n", (m_sisr & REG_SISR_DCDLVL) ? 1 :0, (m_sisr & REG_SISR_DCD… in do_sisr()
H A D68561mpcc.h292 REG_SISR_DCDLVL = 0x04, // Data Carrier Detect Level enumerator
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A D68561mpcc.cpp312 m_sisr &= ~REG_SISR_DCDLVL; in WRITE_LINE_MEMBER()
313 if ( (old_sisr & REG_SISR_DCDLVL) && in WRITE_LINE_MEMBER()
326 m_sisr |= REG_SISR_DCDLVL; in WRITE_LINE_MEMBER()
1108 …LOGSETUP(" - DCD %d transitioned: %d\n", (m_sisr & REG_SISR_DCDLVL) ? 1 :0, (m_sisr & REG_SISR_DCD… in do_sisr()
H A D68561mpcc.h292 REG_SISR_DCDLVL = 0x04, // Data Carrier Detect Level enumerator