Searched refs:y2po (Results 1 – 7 of 7) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/mame/machine/ |
H A D | kaneko_hit.cpp | 81 save_item(NAME(m_hit3.y2po)); in device_start() 397 hit3.y2po = data; break; in kaneko_hit_type2_w() 464 case 0x60: return hit3.y2po; in kaneko_hit_type2_r() 543 type2_calc_org((mode>>10)&3, hit3.y2po, hit3.y2so, &hit3.y2p, &hit3.y2s); in type2_recalc_collisions() 548 hit3.y1toy2=abs(hit3.y2po-hit3.y1po); in type2_recalc_collisions()
|
H A D | kaneko_hit.h | 48 int x2po, y2po, z2po, x2so, y2so, z2so; member
|
/dports/emulators/mame/mame-mame0226/src/mame/machine/ |
H A D | kaneko_hit.cpp | 81 save_item(NAME(m_hit3.y2po)); in device_start() 397 hit3.y2po = data; break; in kaneko_hit_type2_w() 464 case 0x60: return hit3.y2po; in kaneko_hit_type2_r() 543 type2_calc_org((mode>>10)&3, hit3.y2po, hit3.y2so, &hit3.y2p, &hit3.y2s); in type2_recalc_collisions() 548 hit3.y1toy2=abs(hit3.y2po-hit3.y1po); in type2_recalc_collisions()
|
H A D | kaneko_hit.h | 48 int x2po, y2po, z2po, x2so, y2so, z2so; member
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/ |
H A D | kaneko16.c | 2195 int x2po, y2po, z2po, x2so, y2so, z2so; member 2279 …shogwarr_calc_org(mode&3, shogwarr_hit.y2po, shogwarr_hit.y2so, &shogwarr_hit.y2p, &shogwarr_hit.y… in shogwarr_recalc_collisions() 2285 shogwarr_hit.y1toy2=abs(shogwarr_hit.y2po-shogwarr_hit.y1po); in shogwarr_recalc_collisions() 2353 shogwarr_hit.y2po = data; break; in WRITE16_HANDLER() 2420 case 0x60: return shogwarr_hit.y2po; in READ16_HANDLER()
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/ |
H A D | d_kaneko16.cpp | 2322 int x2po, y2po, z2po, x2so, y2so, z2so; member 2399 type2_calc_org((mode>>10)&3, hit3.y2po, hit3.y2so, &hit3.y2p, &hit3.y2s); in type2_recalc_collisions() 2403 hit3.y1toy2=abs(hit3.y2po-hit3.y1po); in type2_recalc_collisions() 2454 case 0x60: hit3.y2po = data; break; in kaneko_hit_type2_write() 2510 case 0x60: return hit3.y2po; in kaneko_hit_type2_read()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pst90s/ |
H A D | d_kaneko16.cpp | 2281 int x2po, y2po, z2po, x2so, y2so, z2so; member 2358 type2_calc_org((mode>>10)&3, hit3.y2po, hit3.y2so, &hit3.y2p, &hit3.y2s); in type2_recalc_collisions() 2362 hit3.y1toy2=abs(hit3.y2po-hit3.y1po); in type2_recalc_collisions() 2413 case 0x60: hit3.y2po = data; break; in kaneko_hit_type2_write() 2469 case 0x60: return hit3.y2po; in kaneko_hit_type2_read()
|