use U64() macro so msvc doesn't break (n/w)

This commit is contained in:
Jonathan Gevaryahu 2014-10-07 03:39:00 +00:00
parent de9d763b0a
commit 6c4bbaad5e

View File

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