mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
(overflow possible)
This commit is contained in:
parent
86bdce5c64
commit
b362aa1ca4
@ -1299,8 +1299,8 @@ DrawSpritesHelper(
|
||||
int pri = ((pPal[1] & 0xffff) == 0x00fe);
|
||||
|
||||
// set window clipping
|
||||
INT16 cx_min, cx_max;
|
||||
INT16 cy_min, cy_max;
|
||||
int cx_min, cx_max;
|
||||
int cy_min, cy_max;
|
||||
if (attrs & 0x01000000)
|
||||
{
|
||||
cx_min = -deltax + (INT16)(pBase[0x208/4]>>16);
|
||||
|
Loading…
Reference in New Issue
Block a user