fix compile error with gcc 4.4.7 (n/w)

This commit is contained in:
Jonathan Gevaryahu 2014-10-07 01:56:12 +00:00
parent 0820977954
commit 239c35473a

View File

@ -488,7 +488,7 @@ void mgavegas_state::machine_reset()
{
m_int=1;
m_custom_data=0xffffffffffffffff;
m_custom_data=0xffffffffffffffffLL;
m_old_ckmod=1;
m_old_emod=0;