mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
knocker obviously shouldn't be routed to main mono speaker
This commit is contained in:
parent
1fc65eebf7
commit
7d7ed680ab
@ -320,8 +320,10 @@ static const samples_interface qbert_knocker_interface =
|
||||
};
|
||||
|
||||
MACHINE_CONFIG_FRAGMENT( qbert_knocker )
|
||||
MCFG_SAMPLES_ADD("knocker", qbert_knocker_interface)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
||||
MCFG_SPEAKER_ADD("knocker", 0.0, 0.0, 1.0)
|
||||
|
||||
MCFG_SAMPLES_ADD("knocker_sam", qbert_knocker_interface)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "knocker", 1.0)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
@ -239,7 +239,7 @@ public:
|
||||
m_laserdisc(*this, "laserdisc"),
|
||||
m_r1_sound(*this, "r1sound"),
|
||||
m_r2_sound(*this, "r2sound"),
|
||||
m_knocker_sample(*this, "knocker"),
|
||||
m_knocker_sample(*this, "knocker_sam"),
|
||||
m_videoram(*this, "videoram"),
|
||||
m_charram(*this, "charram"),
|
||||
m_spriteram(*this, "spriteram")
|
||||
|
Loading…
Reference in New Issue
Block a user