konmedal.cpp: correct the K051649 audio clocks (#10625)

This commit is contained in:
b0x-Cub3d 2022-12-02 15:39:08 -05:00 committed by GitHub
parent 3b9fa5f3c6
commit b54ae938c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1025,7 +1025,7 @@ void konmedal_state::shuriboy(machine_config &config)
/* sound hardware */
SPEAKER(config, "mono").front_center();
K051649(config, "k051649", XTAL(24'000'000) / 6).add_route(ALL_OUTPUTS, "mono", 0.45); // divisor unknown
K051649(config, "k051649", XTAL(24'000'000) / 8).add_route(ALL_OUTPUTS, "mono", 0.45); // divisor unknown
UPD7759(config, m_upd7759, XTAL(640'000)).add_route(ALL_OUTPUTS, "mono", 0.60);
}