segas32.cpp: Fix multipcm clock at post d6fbd53 (#7488)

This commit is contained in:
cam900 2020-11-17 02:58:35 +09:00 committed by GitHub
parent 5f750e0376
commit 290dd97204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2625,7 +2625,7 @@ void sega_multi32_state::device_add_mconfig(machine_config &config)
ymsnd.add_route(1, "lspeaker", 0.40);
ymsnd.add_route(0, "rspeaker", 0.40);
MULTIPCM(config, m_multipcm, MASTER_CLOCK/4);
MULTIPCM(config, m_multipcm, MULTI32_CLOCK/4);
m_multipcm->set_addrmap(0, &sega_multi32_state::multipcm_map);
m_multipcm->add_route(1, "lspeaker", 1.0);
m_multipcm->add_route(0, "rspeaker", 1.0);