Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dfiretrk.cpp255 gfx_bank = (*m_car_rot & 0x10) ? 4 : 3; in firetrk_draw_car()
256 code = *m_car_rot & 0x03; in firetrk_draw_car()
258 flip_x = *m_car_rot & 0x04; in firetrk_draw_car()
259 flip_y = *m_car_rot & 0x08; in firetrk_draw_car()
270 int gfx_bank = (*m_car_rot & 0x10) ? 4 : 3; in superbug_draw_car()
271 int code = ~*m_car_rot & 0x03; in superbug_draw_car()
273 int flip_x = *m_car_rot & 0x04; in superbug_draw_car()
274 int flip_y = *m_car_rot & 0x08; in superbug_draw_car()
297 code = *m_car_rot & 0x07; in montecar_draw_car()
299 flip_x = *m_car_rot & 0x10; in montecar_draw_car()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dfiretrk.cpp255 gfx_bank = (*m_car_rot & 0x10) ? 4 : 3; in firetrk_draw_car()
256 code = *m_car_rot & 0x03; in firetrk_draw_car()
258 flip_x = *m_car_rot & 0x04; in firetrk_draw_car()
259 flip_y = *m_car_rot & 0x08; in firetrk_draw_car()
270 int gfx_bank = (*m_car_rot & 0x10) ? 4 : 3; in superbug_draw_car()
271 int code = ~*m_car_rot & 0x03; in superbug_draw_car()
273 int flip_x = *m_car_rot & 0x04; in superbug_draw_car()
274 int flip_y = *m_car_rot & 0x08; in superbug_draw_car()
297 code = *m_car_rot & 0x07; in montecar_draw_car()
299 flip_x = *m_car_rot & 0x10; in montecar_draw_car()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dfiretrk.h56 , m_car_rot(*this, "car_rot") in firetrk_state()
142 required_shared_ptr<uint8_t> m_car_rot; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dfiretrk.h56 , m_car_rot(*this, "car_rot") in firetrk_state()
142 required_shared_ptr<uint8_t> m_car_rot; variable