namcos22: remove the fixme (nw)

This commit is contained in:
hap 2019-10-05 10:15:47 +02:00
parent b1684563e3
commit d9e765e5c8

View File

@ -3966,9 +3966,8 @@ void namcos22s_state::airco22b(machine_config &config)
{
namcos22s(config);
SPEAKER(config, "bodysonic").backrest(); // FIXME: is this seat or backrest?
m_c352->add_route(2, "bodysonic", 0.50); // to subwoofer
SPEAKER(config, "bodysonic").backrest();
m_c352->add_route(2, "bodysonic", 0.50); // to subwoofer behind back
}
void namcos22s_state::alpine(machine_config &config)
@ -3992,7 +3991,6 @@ void namcos22s_state::cybrcycc(machine_config &config)
namcos22s(config);
SPEAKER(config, "tank", 0.0, 0.0, 0.0);
m_c352->add_route(2, "tank", 1.00);
}
@ -4001,7 +3999,6 @@ void namcos22s_state::dirtdash(machine_config &config)
namcos22s(config);
SPEAKER(config, "road", 0.0, 0.0, 0.0);
m_c352->add_route(3, "road", 1.00);
}