mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
mw8080bw: typo (nw)
This commit is contained in:
parent
03e0e7d82d
commit
ab482636a7
@ -1561,12 +1561,12 @@ void mw8080bw_state::gmissile_audio(machine_config &config)
|
||||
SAMPLES(config, m_samples1);
|
||||
m_samples1->set_channels(1);
|
||||
m_samples1->set_samples_names(gmissile_sample_names);
|
||||
m_samples1->add_route(ALL_OUTPUTS, "lspeaker", 1.9);
|
||||
m_samples1->add_route(ALL_OUTPUTS, "lspeaker", 1.0);
|
||||
|
||||
SAMPLES(config, m_samples2);
|
||||
m_samples2->set_channels(1);
|
||||
m_samples2->set_samples_names(gmissile_sample_names);
|
||||
m_samples2->add_route(ALL_OUTPUTS, "rspeaker", 1.9);
|
||||
m_samples2->add_route(ALL_OUTPUTS, "rspeaker", 1.0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user