Previous 199869 Revisions Next

r17745 Sunday 9th September, 2012 at 09:21:03 UTC by Curt Coder
(MESS) cbmb: Added missing SID interface. (nw)
[src/mess/drivers]cbmb.c

trunk/src/mess/drivers/cbmb.c
r17744r17745
391391   DEVCB_DRIVER_MEMBER(cbmb_state, vic_rdy_cb)
392392};
393393
394static const sid6581_interface sid_intf =
395{
396   DEVCB_NULL,
397   DEVCB_NULL
398};
399
400
394401/*************************************
395402 *
396403 *  Machine driver
r17744r17745
461468   /* sound hardware */
462469   MCFG_SPEAKER_STANDARD_MONO("mono")
463470   MCFG_SOUND_ADD("sid6581", SID6581, 1000000)
471   MCFG_SOUND_CONFIG(sid_intf)
464472   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
465473
466474   /* quickload */
r17744r17745
535543   /* sound hardware */
536544   MCFG_SPEAKER_STANDARD_MONO("mono")
537545   MCFG_SOUND_ADD("sid6581", SID6581, 1000000)
546   MCFG_SOUND_CONFIG(sid_intf)
538547   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
539548
540549   /* devices */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team