Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Duv201.cpp57 #define RAM_XY_HI_B 0x80 // Y value high order and X order list B macro
506 uint8_t xy_hi = (m_cmd & COMMAND_A_B) ? RAM(RAM_XY_HI_A) : RAM(RAM_XY_HI_B); in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Duv201.cpp57 #define RAM_XY_HI_B 0x80 // Y value high order and X order list B macro
506 uint8_t xy_hi = (m_cmd & COMMAND_A_B) ? RAM(RAM_XY_HI_A) : RAM(RAM_XY_HI_B); in screen_update()