From 1079dd15d8460920965d70a4f1ac8e5aea1c8b33 Mon Sep 17 00:00:00 2001 From: Quench Date: Sat, 3 Jul 2010 17:44:15 +0000 Subject: [PATCH] Stop MingW-32 Seg-Faulting on WinXP [no whatsnew] --- src/mame/video/stvvdp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c index 770fd5a53cf..b56f253af36 100644 --- a/src/mame/video/stvvdp2.c +++ b/src/mame/video/stvvdp2.c @@ -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 )