Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dlockon.cpp330 uint8_t tz2213_x = m_ground_ram[offs + 1] & 0xff; in ground_draw() local
340 gpbal2_0_prev = ((ls163 & 3) << 1) | BIT(tz2213_x, 7); in ground_draw()
348 uint32_t gpbal2_0 = ((ls163 & 3) << 1) | BIT(tz2213_x, 7); in ground_draw()
364 tz2213_cy = (uint8_t)tz2213_dx > (uint8_t)~(tz2213_x); in ground_draw()
365 tz2213_x = (tz2213_x + tz2213_dx); in ground_draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dlockon.cpp330 uint8_t tz2213_x = m_ground_ram[offs + 1] & 0xff; in ground_draw() local
340 gpbal2_0_prev = ((ls163 & 3) << 1) | BIT(tz2213_x, 7); in ground_draw()
348 uint32_t gpbal2_0 = ((ls163 & 3) << 1) | BIT(tz2213_x, 7); in ground_draw()
364 tz2213_cy = (uint8_t)tz2213_dx > (uint8_t)~(tz2213_x); in ground_draw()
365 tz2213_x = (tz2213_x + tz2213_dx); in ground_draw()