Revert "Fix missing and or incorrect sounds with a player 2 game in Title Fight (#1296)".7 (#12989)

More investigation is required sorry about this.!!
This commit is contained in:
arcadez2003 2024-11-18 19:26:33 +00:00 committed by GitHub
parent 582b861f38
commit f19f5d5339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5926,7 +5926,6 @@ void segas32_state::init_jleague()
void segas32_state::init_titlef()
{
segas32_common_init();
m_soundcpu->space(AS_PROGRAM).install_write_handler(0xb0, 0xbf, write8smo_delegate(*this, FUNC(segas32_state::scross_bank_w)));
m_sw1_output = &segas32_state::titlef_sw1_output;
m_sw2_output = &segas32_state::titlef_sw2_output;
}