Stop MingW-32 Seg-Faulting on WinXP [no whatsnew]

This commit is contained in:
Quench 2010-07-03 17:44:15 +00:00
parent 7aecd327d0
commit 1079dd15d8

View File

@ -2164,7 +2164,7 @@ static struct _stv_rbg_cache_data
static void stv_vdp2_fill_rotation_parameter_table( running_machine *machine, UINT8 rot_parameter )
{
UINT32 address;
UINT32 address = 0;
address = (((STV_VDP2_RPTAU << 16) | STV_VDP2_RPTAL) << 1);
if ( rot_parameter == 1 )