Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhd63484.cpp71 #define HD63484_SR_WFE 0x01 // Write FIFO Empty macro
407 m_sr |= HD63484_SR_WFE; in fifo_w_clear()
421 m_sr &= ~HD63484_SR_WFE; in queue_w()
448 m_sr |= HD63484_SR_WFE; in dequeue_w()
1777 m_sr = HD63484_SR_WFR | HD63484_SR_WFE | HD63484_SR_CED; // hard-set to 0x23 in exec_abort_sequence()
2030 m_sr = HD63484_SR_CED | HD63484_SR_WFR | HD63484_SR_WFE; in device_reset()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhd63484.cpp71 #define HD63484_SR_WFE 0x01 // Write FIFO Empty macro
407 m_sr |= HD63484_SR_WFE; in fifo_w_clear()
421 m_sr &= ~HD63484_SR_WFE; in queue_w()
448 m_sr |= HD63484_SR_WFE; in dequeue_w()
1777 m_sr = HD63484_SR_WFR | HD63484_SR_WFE | HD63484_SR_CED; // hard-set to 0x23 in exec_abort_sequence()
2030 m_sr = HD63484_SR_CED | HD63484_SR_WFR | HD63484_SR_WFE; in device_reset()