mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
use U64() macro so msvc doesn't break (n/w)
This commit is contained in:
parent
de9d763b0a
commit
6c4bbaad5e
@ -488,7 +488,7 @@ void mgavegas_state::machine_reset()
|
|||||||
{
|
{
|
||||||
|
|
||||||
m_int=1;
|
m_int=1;
|
||||||
m_custom_data=0xffffffffffffffffLL;
|
m_custom_data=U64(0xffffffffffffffff);
|
||||||
|
|
||||||
m_old_ckmod=1;
|
m_old_ckmod=1;
|
||||||
m_old_emod=0;
|
m_old_emod=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user