/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | legionna.cpp | 186 m_sprite_yoffs = 0; in common_video_allocate_ptr() 285 m_sprite_xoffs = m_sprite_yoffs = 16; in VIDEO_START_MEMBER() 399 color,fx,fy,(x+ax*16)+m_sprite_xoffs,y+ay*16+m_sprite_yoffs, in draw_sprites() 410 color,fx,fy,(x+ax*16)+m_sprite_xoffs,y+(dy-ay-1)*16+m_sprite_yoffs, in draw_sprites() 424 color,fx,fy,(x+(dx-ax-1)*16)+m_sprite_xoffs,y+ay*16+m_sprite_yoffs, in draw_sprites() 435 color,fx,fy,(x+(dx-ax-1)*16)+m_sprite_xoffs,y+(dy-ay-1)*16+m_sprite_yoffs, in draw_sprites()
|
H A D | kaneko_spr.h | 36 m_sprite_yoffs = yoffs; in set_offsets() 79 u16 m_sprite_yoffs; variable
|
H A D | kaneko_spr.cpp | 50 m_sprite_yoffs = 0; in kaneko16_sprite_device() 419 s->y += m_sprite_yoffs; in draw_sprites()
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | legionna.cpp | 186 m_sprite_yoffs = 0; in common_video_allocate_ptr() 285 m_sprite_xoffs = m_sprite_yoffs = 16; in VIDEO_START_MEMBER() 399 color,fx,fy,(x+ax*16)+m_sprite_xoffs,y+ay*16+m_sprite_yoffs, in draw_sprites() 410 color,fx,fy,(x+ax*16)+m_sprite_xoffs,y+(dy-ay-1)*16+m_sprite_yoffs, in draw_sprites() 424 color,fx,fy,(x+(dx-ax-1)*16)+m_sprite_xoffs,y+ay*16+m_sprite_yoffs, in draw_sprites() 435 color,fx,fy,(x+(dx-ax-1)*16)+m_sprite_xoffs,y+(dy-ay-1)*16+m_sprite_yoffs, in draw_sprites()
|
H A D | kaneko_spr.h | 36 m_sprite_yoffs = yoffs; in set_offsets() 79 u16 m_sprite_yoffs; variable
|
H A D | kaneko_spr.cpp | 50 m_sprite_yoffs = 0; in kaneko16_sprite_device() 419 s->y += m_sprite_yoffs; in draw_sprites()
|
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | legionna.h | 114 int m_sprite_yoffs; variable
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | legionna.h | 114 int m_sprite_yoffs; variable
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/ |
H A D | i4x00.cpp | 71 …INT32 m_sprite_yoffs = BURN_ENDIAN_SWAP_INT16(m_videoregs[0x04 / 2]) - (BURN_ENDIAN_SWAP_INT16(m_s… in draw_sprites() local 139 y = (y & 0x03ff) - m_sprite_yoffs; in draw_sprites()
|
/dports/emulators/mess/mame-mame0226/src/devices/video/ |
H A D | imagetek_i4100.cpp | 986 int const m_sprite_yoffs = m_sprite_yoffset - (m_screen_yoffset + 1); in draw_sprites() local 1067 int y = sprite_ptr->y - m_sprite_yoffs; in draw_sprites()
|
/dports/emulators/mame/mame-mame0226/src/devices/video/ |
H A D | imagetek_i4100.cpp | 986 int const m_sprite_yoffs = m_sprite_yoffset - (m_screen_yoffset + 1); in draw_sprites() local 1067 int y = sprite_ptr->y - m_sprite_yoffs; in draw_sprites()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pst90s/ |
H A D | d_metro.cpp | 4417 INT32 m_sprite_yoffs = m_videoregs[0x04 / 2] - nScreenHeight / 2 + m_sprite_yoffs_dx; in draw_sprites() local 4490 y = (y & 0x03ff) - m_sprite_yoffs; in draw_sprites()
|