mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fixed macosx compile. no whatsnew.
and yeah, apple gcc is stupid. not really Kale's fault ;)
This commit is contained in:
parent
dd27d2818a
commit
dff616147f
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user