Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dhp9845.cpp171 #define VIDEO_780_ALPHA_L_LIM 80 // Left-side limit of alpha-only horizontal part macro
2923 for (unsigned i = 0; i < VIDEO_780_ALPHA_L_LIM; i++) { in video_render_buff()
2927 for (unsigned i = VIDEO_780_ALPHA_L_LIM; i < VIDEO_780_ALPHA_R_LIM; i++) { in video_render_buff()
2981 if (m_graphic_sel && x >= VIDEO_780_ALPHA_L_LIM && x < VIDEO_780_ALPHA_R_LIM) { in video_render_buff()
3052 m_bitmap.pix(video_scanline , VIDEO_780_ALPHA_L_LIM + x++) = pen[ pixel ]; in graphic_video_render()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dhp9845.cpp171 #define VIDEO_780_ALPHA_L_LIM 80 // Left-side limit of alpha-only horizontal part macro
2923 for (unsigned i = 0; i < VIDEO_780_ALPHA_L_LIM; i++) { in video_render_buff()
2927 for (unsigned i = VIDEO_780_ALPHA_L_LIM; i < VIDEO_780_ALPHA_R_LIM; i++) { in video_render_buff()
2981 if (m_graphic_sel && x >= VIDEO_780_ALPHA_L_LIM && x < VIDEO_780_ALPHA_R_LIM) { in video_render_buff()
3052 m_bitmap.pix(video_scanline , VIDEO_780_ALPHA_L_LIM + x++) = pen[ pixel ]; in graphic_video_render()