Previous 199869 Revisions Next

r18493 Friday 12th October, 2012 at 18:01:08 UTC by hap
knocker obviously shouldn't be routed to main mono speaker
[src/mame/audio]gottlieb.c
[src/mame/includes]gottlieb.h

trunk/src/mame/includes/gottlieb.h
r18492r18493
239239        m_laserdisc(*this, "laserdisc"),
240240        m_r1_sound(*this, "r1sound"),
241241        m_r2_sound(*this, "r2sound"),
242        m_knocker_sample(*this, "knocker"),
242        m_knocker_sample(*this, "knocker_sam"),
243243        m_videoram(*this, "videoram"),
244244        m_charram(*this, "charram"),
245245        m_spriteram(*this, "spriteram")
trunk/src/mame/audio/gottlieb.c
r18492r18493
320320};
321321
322322MACHINE_CONFIG_FRAGMENT( qbert_knocker )
323   MCFG_SAMPLES_ADD("knocker", qbert_knocker_interface)
324   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
323   MCFG_SPEAKER_ADD("knocker", 0.0, 0.0, 1.0)
324
325   MCFG_SAMPLES_ADD("knocker_sam", qbert_knocker_interface)
326   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "knocker", 1.0)
325327MACHINE_CONFIG_END
326328
327329

Previous 199869 Revisions Next


© 1997-2024 The MAME Team