Home
last modified time | relevance | path

Searched refs:goffs (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dmexico86_vidhrdw.c79 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
81 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in VIDEO_UPDATE()
82 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x07) << 8) in VIDEO_UPDATE()
159 int goffs,code,color,flipx,flipy,x,y;
161 goffs = gfx_offs + xc * 0x40 + yc * 0x02;
162 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x1f) << 8);
188 int goffs,code,color,y; in VIDEO_UPDATE() local
222 goffs = gfx_offs + yc; in VIDEO_UPDATE()
223 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x1f) << 8); in VIDEO_UPDATE()
225 goffs += 0x40; in VIDEO_UPDATE()
[all …]
H A Dexzisus_vidhrdw.c132 int goffs = gfx_offs; in VIDEO_UPDATE() local
137 code = (exzisus_videoram0[goffs + 1] << 8) | exzisus_videoram0[goffs]; in VIDEO_UPDATE()
138 color = (exzisus_videoram0[goffs + 1] >> 6) | (gfx_attr & 0x0f); in VIDEO_UPDATE()
154 goffs += 2; in VIDEO_UPDATE()
202 int goffs = gfx_offs; in VIDEO_UPDATE() local
207 code = (exzisus_videoram1[goffs + 1] << 8) | exzisus_videoram1[goffs]; in VIDEO_UPDATE()
208 color = (exzisus_videoram1[goffs + 1] >> 6) | (gfx_attr & 0x0f); in VIDEO_UPDATE()
224 goffs += 2; in VIDEO_UPDATE()
H A Dbublbobl_vidhrdw.c75 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
77 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in VIDEO_UPDATE()
79 code = videoram[goffs] + 256 * (videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in VIDEO_UPDATE()
80 color = (videoram[goffs + 1] & 0x3c) >> 2; in VIDEO_UPDATE()
81 flipx = videoram[goffs + 1] & 0x40; in VIDEO_UPDATE()
82 flipy = videoram[goffs + 1] & 0x80; in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dmexico86_vidhrdw.c79 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
81 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in VIDEO_UPDATE()
82 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x07) << 8) in VIDEO_UPDATE()
159 int goffs,code,color,flipx,flipy,x,y;
161 goffs = gfx_offs + xc * 0x40 + yc * 0x02;
162 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x1f) << 8);
188 int goffs,code,color,y; in VIDEO_UPDATE() local
222 goffs = gfx_offs + yc; in VIDEO_UPDATE()
223 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x1f) << 8); in VIDEO_UPDATE()
225 goffs += 0x40; in VIDEO_UPDATE()
[all …]
H A Dexzisus_vidhrdw.c132 int goffs = gfx_offs; in VIDEO_UPDATE() local
137 code = (exzisus_videoram0[goffs + 1] << 8) | exzisus_videoram0[goffs]; in VIDEO_UPDATE()
138 color = (exzisus_videoram0[goffs + 1] >> 6) | (gfx_attr & 0x0f); in VIDEO_UPDATE()
154 goffs += 2; in VIDEO_UPDATE()
202 int goffs = gfx_offs; in VIDEO_UPDATE() local
207 code = (exzisus_videoram1[goffs + 1] << 8) | exzisus_videoram1[goffs]; in VIDEO_UPDATE()
208 color = (exzisus_videoram1[goffs + 1] >> 6) | (gfx_attr & 0x0f); in VIDEO_UPDATE()
224 goffs += 2; in VIDEO_UPDATE()
H A Dbublbobl_vidhrdw.c75 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
77 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in VIDEO_UPDATE()
79 code = videoram[goffs] + 256 * (videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in VIDEO_UPDATE()
80 color = (videoram[goffs + 1] & 0x3c) >> 2; in VIDEO_UPDATE()
81 flipx = videoram[goffs + 1] & 0x40; in VIDEO_UPDATE()
82 flipy = videoram[goffs + 1] & 0x80; in VIDEO_UPDATE()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dkikikai.cpp77 int goffs, code, color, flipx, flipy, x, y; in screen_update_kicknrun() local
79 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in screen_update_kicknrun()
80 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x07) << 8) in screen_update_kicknrun()
83 flipx = m_mainram[goffs + 1] & 0x40; in screen_update_kicknrun()
107 int goffs, code, color, y; in screen_update_kikikai() local
143 goffs = gfx_offs + yc; in screen_update_kikikai()
144 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
145 color = (m_mainram[goffs + 1] & 0xe0) >> 5; in screen_update_kikikai()
146 goffs += 0x40; in screen_update_kikikai()
154 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
[all …]
H A Dexzisus.cpp73 int goffs = gfx_offs; in screen_update() local
78 code = (m_videoram0[goffs + 1] << 8) | m_videoram0[goffs]; in screen_update()
79 color = (m_videoram0[goffs + 1] >> 6) | (gfx_attr & 0x0f); in screen_update()
94 goffs += 2; in screen_update()
142 int goffs = gfx_offs; in screen_update() local
147 code = (m_videoram1[goffs + 1] << 8) | m_videoram1[goffs]; in screen_update()
148 color = (m_videoram1[goffs + 1] >> 6) | (gfx_attr & 0x0f); in screen_update()
163 goffs += 2; in screen_update()
H A Dbublbobl.cpp67 int goffs, code, color, flipx, flipy, x, y; in screen_update_bublbobl() local
69 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + (prom_line[yc/2] & 0x03) * 0x10; in screen_update_bublbobl()
70 code = m_videoram[goffs] + 256 * (m_videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in screen_update_bublbobl()
71 color = (m_videoram[goffs + 1] & 0x3c) >> 2; in screen_update_bublbobl()
72 flipx = m_videoram[goffs + 1] & 0x40; in screen_update_bublbobl()
73 flipy = m_videoram[goffs + 1] & 0x80; in screen_update_bublbobl()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dkikikai.cpp77 int goffs, code, color, flipx, flipy, x, y; in screen_update_kicknrun() local
79 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in screen_update_kicknrun()
80 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x07) << 8) in screen_update_kicknrun()
83 flipx = m_mainram[goffs + 1] & 0x40; in screen_update_kicknrun()
107 int goffs, code, color, y; in screen_update_kikikai() local
143 goffs = gfx_offs + yc; in screen_update_kikikai()
144 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
145 color = (m_mainram[goffs + 1] & 0xe0) >> 5; in screen_update_kikikai()
146 goffs += 0x40; in screen_update_kikikai()
154 code = m_mainram[goffs] + ((m_mainram[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
[all …]
H A Dexzisus.cpp73 int goffs = gfx_offs; in screen_update() local
78 code = (m_videoram0[goffs + 1] << 8) | m_videoram0[goffs]; in screen_update()
79 color = (m_videoram0[goffs + 1] >> 6) | (gfx_attr & 0x0f); in screen_update()
94 goffs += 2; in screen_update()
142 int goffs = gfx_offs; in screen_update() local
147 code = (m_videoram1[goffs + 1] << 8) | m_videoram1[goffs]; in screen_update()
148 color = (m_videoram1[goffs + 1] >> 6) | (gfx_attr & 0x0f); in screen_update()
163 goffs += 2; in screen_update()
H A Dbublbobl.cpp67 int goffs, code, color, flipx, flipy, x, y; in screen_update_bublbobl() local
69 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + (prom_line[yc/2] & 0x03) * 0x10; in screen_update_bublbobl()
70 code = m_videoram[goffs] + 256 * (m_videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in screen_update_bublbobl()
71 color = (m_videoram[goffs + 1] & 0x3c) >> 2; in screen_update_bublbobl()
72 flipx = m_videoram[goffs + 1] & 0x40; in screen_update_bublbobl()
73 flipy = m_videoram[goffs + 1] & 0x80; in screen_update_bublbobl()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dmexico86.c118 int goffs,code,color,flipx,flipy,x,y; in mexico86_vh_screenrefresh() local
120 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in mexico86_vh_screenrefresh()
121 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x07) << 8) in mexico86_vh_screenrefresh()
122 + ((mexico86_videoram[goffs + 1] & 0x80) << 4) + (charbank << 12); in mexico86_vh_screenrefresh()
123 color = ((mexico86_videoram[goffs + 1] & 0x38) >> 3) + ((gfx_attr & 0x02) << 2); in mexico86_vh_screenrefresh()
124 flipx = mexico86_videoram[goffs + 1] & 0x40; in mexico86_vh_screenrefresh()
197 int goffs,code,color,flipx,flipy,x,y; in kikikai_vh_screenrefresh() local
199 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in kikikai_vh_screenrefresh()
200 code = mexico86_videoram[goffs] + ((mexico86_videoram[goffs + 1] & 0x1f) << 8); in kikikai_vh_screenrefresh()
201 color = (mexico86_videoram[goffs + 1] & 0xe0) >> 5; in kikikai_vh_screenrefresh()
H A Dbublbobl.c92 int goffs,code,color,flipx,flipy,x,y; in bublbobl_vh_screenrefresh() local
94 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in bublbobl_vh_screenrefresh()
96 code = videoram[goffs] + 256 * (videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in bublbobl_vh_screenrefresh()
97 color = (videoram[goffs + 1] & 0x3c) >> 2; in bublbobl_vh_screenrefresh()
98 flipx = videoram[goffs + 1] & 0x40; in bublbobl_vh_screenrefresh()
99 flipy = videoram[goffs + 1] & 0x80; in bublbobl_vh_screenrefresh()
/dports/biology/stringtie/stringtie-2.1.1/
H A Dtablemaker.h373 int goffs=gpos-lmin; in updateCov() local
374 if (goffs<0) return; //should not happen in updateCov()
376 transform(f_cov.begin()+goffs, f_cov.begin()+goffs+glen, in updateCov()
377 f_cov.begin()+goffs, rc_cov_inc); in updateCov()
378 transform(f_mcov.begin()+goffs, f_mcov.begin()+goffs+glen, in updateCov()
379 f_mcov.begin()+goffs, RC_MultiCovInc(numhits)); in updateCov()
382 transform(r_cov.begin()+goffs, r_cov.begin()+goffs+glen, in updateCov()
383 r_cov.begin()+goffs, rc_cov_inc); in updateCov()
384 transform(r_mcov.begin()+goffs, r_mcov.begin()+goffs+glen, in updateCov()
385 r_mcov.begin()+goffs, RC_MultiCovInc(numhits)); in updateCov()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dmissb2.c106 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
108 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in VIDEO_UPDATE()
110 code = videoram[goffs] + 256 * (videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in VIDEO_UPDATE()
111 color = (videoram[goffs + 1] & 0x3c) >> 2; in VIDEO_UPDATE()
112 flipx = videoram[goffs + 1] & 0x40; in VIDEO_UPDATE()
113 flipy = videoram[goffs + 1] & 0x80; in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dmissb2.c106 int goffs,code,color,flipx,flipy,x,y; in VIDEO_UPDATE() local
108 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in VIDEO_UPDATE()
110 code = videoram[goffs] + 256 * (videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in VIDEO_UPDATE()
111 color = (videoram[goffs + 1] & 0x3c) >> 2; in VIDEO_UPDATE()
112 flipx = videoram[goffs + 1] & 0x40; in VIDEO_UPDATE()
113 flipy = videoram[goffs + 1] & 0x80; in VIDEO_UPDATE()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/
H A Dd_mexico86.cpp766 INT32 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in screen_update_mexico86() local
767 INT32 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x07) << 8) in screen_update_mexico86()
768 + ((DrvShareRAM0[goffs + 1] & 0x80) << 4) + (nCharBank << 12); in screen_update_mexico86()
769 INT32 color = ((DrvShareRAM0[goffs + 1] & 0x38) >> 3) + ((gfx_attr & 0x02) << 2); in screen_update_mexico86()
770 INT32 flipx = DrvShareRAM0[goffs + 1] & 0x40; in screen_update_mexico86()
817 INT32 goffs = gfx_offs + yc; in screen_update_kikikai() local
818 INT32 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
819 INT32 color = (DrvShareRAM0[goffs + 1] & 0xe0) >> 5; in screen_update_kikikai()
820 goffs += 0x40; in screen_update_kikikai()
824 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/
H A Dd_mexico86.cpp938 INT32 goffs = gfx_offs + xc * 0x40 + yc * 0x02; in screen_update_mexico86() local
939 INT32 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x07) << 8) in screen_update_mexico86()
940 + ((DrvShareRAM0[goffs + 1] & 0x80) << 4) + (nCharBank << 12); in screen_update_mexico86()
941 INT32 color = ((DrvShareRAM0[goffs + 1] & 0x38) >> 3) + ((gfx_attr & 0x02) << 2); in screen_update_mexico86()
942 INT32 flipx = DrvShareRAM0[goffs + 1] & 0x40; in screen_update_mexico86()
989 INT32 goffs = gfx_offs + yc; in screen_update_kikikai() local
990 INT32 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
991 INT32 color = (DrvShareRAM0[goffs + 1] & 0xe0) >> 5; in screen_update_kikikai()
992 goffs += 0x40; in screen_update_kikikai()
996 code = DrvShareRAM0[goffs] + ((DrvShareRAM0[goffs + 1] & 0x1f) << 8); in screen_update_kikikai()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/wrlib/
H A Dconvert.c208 pixel = (r << roffs) | (g << goffs) | (b << boffs); in convertTrueColor_generic()
272 pixel = (r << roffs) | (g << goffs) | (b << boffs); in convertTrueColor_generic()
298 unsigned short roffs, goffs, boffs; in image2TrueColor() local
308 goffs = ctx->green_offset; in image2TrueColor()
312 gmask = ctx->visual->green_mask >> goffs; in image2TrueColor()
343 pixel = (r << roffs) | (g << goffs) | (b << boffs); in image2TrueColor()
354 pixel = (r << roffs) | (g << goffs) | (b << boffs); in image2TrueColor()
388 rtable, gtable, btable, dr, dg, db, roffs, goffs, boffs); in image2TrueColor()
963 unsigned short roffs, goffs, boffs; in RGetClosestXColor() local
967 goffs = context->green_offset; in RGetClosestXColor()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/wrlib/
H A Dconvert.c208 pixel = (r << roffs) | (g << goffs) | (b << boffs); in convertTrueColor_generic()
272 pixel = (r << roffs) | (g << goffs) | (b << boffs); in convertTrueColor_generic()
298 unsigned short roffs, goffs, boffs; in image2TrueColor() local
308 goffs = ctx->green_offset; in image2TrueColor()
312 gmask = ctx->visual->green_mask >> goffs; in image2TrueColor()
343 pixel = (r << roffs) | (g << goffs) | (b << boffs); in image2TrueColor()
354 pixel = (r << roffs) | (g << goffs) | (b << boffs); in image2TrueColor()
388 rtable, gtable, btable, dr, dg, db, roffs, goffs, boffs); in image2TrueColor()
963 unsigned short roffs, goffs, boffs; in RGetClosestXColor() local
967 goffs = context->green_offset; in RGetClosestXColor()
[all …]
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/x11/
H A Dconvert.c148 const unsigned short goffs, in convertTrueColor_generic() argument
187 pixel = (r<<roffs) | (g<<goffs) | (b<<boffs); in convertTrueColor_generic()
243 pixel = (r<<roffs) | (g<<goffs) | (b<<boffs); in convertTrueColor_generic()
273 unsigned short roffs, goffs, boffs; in image2TrueColor() local
283 goffs = ctx->green_offset; in image2TrueColor()
287 gmask = ctx->visual->green_mask >> goffs; in image2TrueColor()
330 pixel = (r<<roffs) | (g<<goffs) | (b<<boffs); in image2TrueColor()
366 dr, dg, db, roffs, goffs, boffs); in image2TrueColor()
1061 unsigned short roffs, goffs, boffs; in RGetClosestXColor() local
1065 goffs = context->green_offset; in RGetClosestXColor()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmissb2.cpp132 int goffs, code, /*color,*/ flipx, flipy, x, y; in screen_update_missb2() local
134 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in screen_update_missb2()
136 code = m_videoram[goffs] + 256 * (m_videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in screen_update_missb2()
138 flipx = m_videoram[goffs + 1] & 0x40; in screen_update_missb2()
139 flipy = m_videoram[goffs + 1] & 0x80; in screen_update_missb2()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmissb2.cpp132 int goffs, code, /*color,*/ flipx, flipy, x, y; in screen_update_missb2() local
134 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + in screen_update_missb2()
136 code = m_videoram[goffs] + 256 * (m_videoram[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in screen_update_missb2()
138 flipx = m_videoram[goffs + 1] & 0x40; in screen_update_missb2()
139 flipy = m_videoram[goffs + 1] & 0x80; in screen_update_missb2()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_missb2.cpp507 INT32 goffs = gfx_offs + xc * 0x40 + (yc & 7) * 0x02 + (prom_line[yc/2] & 0x03) * 0x10; in draw_sprites() local
508 INT32 code = DrvVidRAM[goffs] + 256 * (DrvVidRAM[goffs + 1] & 0x03) + 1024 * (gfx_attr & 0x0f); in draw_sprites()
509 INT32 flipx = DrvVidRAM[goffs + 1] & 0x40; in draw_sprites()
510 INT32 flipy = DrvVidRAM[goffs + 1] & 0x80; in draw_sprites()

12