Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dz80dma.cpp90 #define BLOCKLEN_L REG(0,3) macro
109 #define BLOCKLEN ((BLOCKLEN_H<<8) | BLOCKLEN_L)
655 m_regs_follow[m_num_follow++] = GET_REGNUM(BLOCKLEN_L); in write()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dz80dma.cpp90 #define BLOCKLEN_L REG(0,3) macro
109 #define BLOCKLEN ((BLOCKLEN_H<<8) | BLOCKLEN_L)
655 m_regs_follow[m_num_follow++] = GET_REGNUM(BLOCKLEN_L); in write()