mirror of
https://github.com/holub/mame
synced 2025-06-28 07:04:35 +03:00
Merge pull request #595 from dankan1890/master
This fix VS2015 warning (and building) about uninitialized variable.
This commit is contained in:
commit
dc7cc9a7eb
@ -938,7 +938,7 @@ void ef9365_device::screen_scanning( int force_clear )
|
|||||||
void ef9365_device::ef9365_exec(UINT8 cmd)
|
void ef9365_device::ef9365_exec(UINT8 cmd)
|
||||||
{
|
{
|
||||||
int tmp_delta_x,tmp_delta_y;
|
int tmp_delta_x,tmp_delta_y;
|
||||||
int busy_cycles;
|
int busy_cycles = 0;
|
||||||
m_state = 0;
|
m_state = 0;
|
||||||
|
|
||||||
if( ( cmd>>4 ) == 0 )
|
if( ( cmd>>4 ) == 0 )
|
||||||
|
Loading…
Reference in New Issue
Block a user