Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/peb/
H A Dmyarcfdc.cpp34 #define LOG_CONTR (1U<<4) // Access to controller macro
163 LOGMASKED(LOG_CONTR, "Read FDC: %04x -> %02x\n", m_address & 0xffff, *value); in readz()
188 LOGMASKED(LOG_CONTR, "Write FDC: %04x <- %02x\n", m_address & 0xffff, data); in write()
H A Dcc_fdc.cpp38 #define LOG_CONTR (1U<<4) // Access to controller macro
216 LOGMASKED(LOG_CONTR, "Read FDC: %04x -> %02x\n", m_address & 0xffff, *value); in readz()
251 LOGMASKED(LOG_CONTR, "Write FDC: %04x <- %02x\n", m_address & 0xffff, data); in write()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/peb/
H A Dmyarcfdc.cpp34 #define LOG_CONTR (1U<<4) // Access to controller macro
163 LOGMASKED(LOG_CONTR, "Read FDC: %04x -> %02x\n", m_address & 0xffff, *value); in readz()
188 LOGMASKED(LOG_CONTR, "Write FDC: %04x <- %02x\n", m_address & 0xffff, data); in write()
H A Dcc_fdc.cpp38 #define LOG_CONTR (1U<<4) // Access to controller macro
216 LOGMASKED(LOG_CONTR, "Read FDC: %04x -> %02x\n", m_address & 0xffff, *value); in readz()
251 LOGMASKED(LOG_CONTR, "Write FDC: %04x <- %02x\n", m_address & 0xffff, data); in write()