mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix Tekken Tag Tournament (World, TEG2/VER.C1, set 2) and Tekken Tag Tournament (US, TEG3/VER.B) doesn't boot.
This commit is contained in:
parent
e332c5bb04
commit
4c9a95cfd7
@ -1489,8 +1489,8 @@ void namcos12_state::machine_reset()
|
||||
m_has_tektagt_dma = 0;
|
||||
|
||||
if( strcmp( machine().system().name, "tektagt" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtac" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtac1" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtc1" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtuc1" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtub" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtjc1" ) == 0 ||
|
||||
strcmp( machine().system().name, "tektagtjb" ) == 0 ||
|
||||
|
Loading…
Reference in New Issue
Block a user