psikyo4.cpp : Fix FM output when used (#4843)

This commit is contained in:
R. Belmont 2019-04-02 14:55:28 -04:00 committed by GitHub
commit 36a75928b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,6 +648,8 @@ void psikyo4_state::ps4big(machine_config &config)
ymf.add_route(3, "lspeaker", 1.0);
ymf.add_route(4, "rspeaker", 1.0);
ymf.add_route(5, "lspeaker", 1.0);
ymf.add_route(6, "rspeaker", 1.0);
ymf.add_route(7, "lspeaker", 1.0);
}
void psikyo4_state::ps4small(machine_config &config)