knocker obviously shouldn't be routed to main mono speaker

This commit is contained in:
Michaël Banaan Ananas 2012-10-12 18:01:08 +00:00
parent 1fc65eebf7
commit 7d7ed680ab
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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")