cave.cpp: QA note (nw)

This commit is contained in:
Angelo Salese 2019-11-16 22:53:15 +01:00 committed by GitHub
parent 205fdff202
commit d77b089f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1961,6 +1961,7 @@ void cave_state::add_base_config(machine_config &config, int layer)
void cave_state::add_ymz(machine_config &config)
{
// TODO: all PCB versions using mono, on a YMZ chip as well? Sounds very unlikely, verify on all flavours.
SPEAKER(config, "mono").front_center();
ymz280b_device &ymz(YMZ280B(config, "ymz", 16.9344_MHz_XTAL));