Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_ram.cc162 if (mode & DEV_RAM_TRACE_ALL_ACCESSES) { in dev_ram_init()
163 mode &= ~DEV_RAM_TRACE_ALL_ACCESSES; in dev_ram_init()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Ddevices.h367 #define DEV_RAM_TRACE_ALL_ACCESSES 0x20 macro