fixed macosx compile. no whatsnew.

and yeah, apple gcc is stupid. not really Kale's fault ;)
This commit is contained in:
Fabio Priuli 2011-05-24 17:45:47 +00:00
parent dd27d2818a
commit dff616147f

View File

@ -5477,7 +5477,7 @@ VIDEO_START( stv_vdp2 )
void stv_vdp2_dynamic_res_change(running_machine &machine)
{
saturn_state *state = machine.driver_data<saturn_state>();
int horz_res,vert_res;
int horz_res = 0,vert_res = 0;
switch( STV_VDP2_VRES & 3 )
{