mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
fix compile error with gcc 4.4.7 (n/w)
This commit is contained in:
parent
0820977954
commit
239c35473a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user