mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
vegas: Disconnect ethernet for warfa. Fixes game hang at start. (nw)
This commit is contained in:
parent
d20e149860
commit
f331940f87
@ -2306,6 +2306,8 @@ DRIVER_INIT_MEMBER(vegas_state,warfa)
|
||||
{
|
||||
/* speedups */
|
||||
m_maincpu->mips3drc_add_hotspot(0x8009436C, 0x0C031663, 250); /* confirmed */
|
||||
// TODO: For some reason game hangs if ethernet is on
|
||||
m_ethernet->set_link_connected(false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user