mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Stop MingW-32 Seg-Faulting on WinXP [no whatsnew]
This commit is contained in:
parent
7aecd327d0
commit
1079dd15d8
@ -2164,7 +2164,7 @@ static struct _stv_rbg_cache_data
|
|||||||
|
|
||||||
static void stv_vdp2_fill_rotation_parameter_table( running_machine *machine, UINT8 rot_parameter )
|
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);
|
address = (((STV_VDP2_RPTAU << 16) | STV_VDP2_RPTAL) << 1);
|
||||||
if ( rot_parameter == 1 )
|
if ( rot_parameter == 1 )
|
||||||
|
Loading…
Reference in New Issue
Block a user