mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
cave.cpp: QA note (nw)
This commit is contained in:
parent
205fdff202
commit
d77b089f46
@ -1961,6 +1961,7 @@ void cave_state::add_base_config(machine_config &config, int layer)
|
|||||||
|
|
||||||
void cave_state::add_ymz(machine_config &config)
|
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();
|
SPEAKER(config, "mono").front_center();
|
||||||
|
|
||||||
ymz280b_device &ymz(YMZ280B(config, "ymz", 16.9344_MHz_XTAL));
|
ymz280b_device &ymz(YMZ280B(config, "ymz", 16.9344_MHz_XTAL));
|
||||||
|
Loading…
Reference in New Issue
Block a user