Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dcammu.cpp731 case CAMMU_REG_CONTROL: return control_r(); in cammu_r()
744 case CAMMU_REG_CONTROL: return m_linked[1]->control_r(); in cammu_r()
767 case CAMMU_REG_CONTROL: control_w(data); break; in cammu_w()
784 case CAMMU_REG_CONTROL: m_linked[1]->control_w(data); break; in cammu_w()
803 case CAMMU_REG_CONTROL: cammu->control_w(data); break; in cammu_w()
H A Dcammu.h588 CAMMU_REG_CONTROL = 0x40, // control register enumerator
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dcammu.cpp731 case CAMMU_REG_CONTROL: return control_r(); in cammu_r()
744 case CAMMU_REG_CONTROL: return m_linked[1]->control_r(); in cammu_r()
767 case CAMMU_REG_CONTROL: control_w(data); break; in cammu_w()
784 case CAMMU_REG_CONTROL: m_linked[1]->control_w(data); break; in cammu_w()
803 case CAMMU_REG_CONTROL: cammu->control_w(data); break; in cammu_w()
H A Dcammu.h588 CAMMU_REG_CONTROL = 0x40, // control register enumerator