Searched refs:plot_pixel_8080 (Results 1 – 3 of 3) sorted by relevance
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/ |
H A D | 8080bw.c | 41 static void plot_pixel_8080 (int x, int y, int col); 248 plot_pixel_p = plot_pixel_8080; in invaders_vh_start() 284 static void plot_pixel_8080 (int x, int y, int col) in plot_pixel_8080() function 478 plot_pixel_8080(x_center,y,1); in draw_sight() 482 plot_pixel_8080(x,y_center,1); in draw_sight() 532 plot_pixel_8080(x*2, y*2, 1); in phantom2_vh_screenrefresh() 533 plot_pixel_8080(x*2+1, y*2, 1); in phantom2_vh_screenrefresh() 534 plot_pixel_8080(x*2, y*2+1, 1); in phantom2_vh_screenrefresh() 535 plot_pixel_8080(x*2+1, y*2+1, 1); in phantom2_vh_screenrefresh()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | 8080bw_vidhrdw.c | 44 static void plot_pixel_8080(int x, int y, int col); 320 static void plot_pixel_8080(int x, int y, int col) in plot_pixel_8080() function 337 plot_pixel_8080(x, y, (data & 0x01) ? fore_color : back_color); in plot_byte() 448 plot_pixel_8080(x, y, col); in WRITE_HANDLER() 549 plot_pixel_8080(x, y, col); in WRITE_HANDLER()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | 8080bw_vidhrdw.c | 69 static void plot_pixel_8080(int x, int y, int col); 628 static void plot_pixel_8080(int x, int y, int col) in plot_pixel_8080() function 645 plot_pixel_8080(x, y, (data & 0x01) ? fore_color : back_color); in plot_byte() 756 plot_pixel_8080(x, y, col); in WRITE_HANDLER() 833 plot_pixel_8080(x, y, col); in WRITE_HANDLER()
|