From: Duke [mailto:startaq@gmail.com]

Subject: MSM6242 fixes

Sorry, seems I forgot to add the device to all machine drivers that
need it - here's an update that fixes that.

Details here: http://mess.toseciso.org/mame:regtest

--Dirk
This commit is contained in:
Aaron Giles 2008-05-15 08:08:12 +00:00
parent 4c4523ff28
commit fa2a10c6b8

View File

@ -3957,6 +3957,9 @@ static MACHINE_DRIVER_START( jantouki )
MDRV_SOUND_ADD(MSM5205, 384000)
MDRV_SOUND_CONFIG(jantouki_msm5205_interface)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
/* devices */
MDRV_DEVICE_ADD("rtc", MSM6242)
MACHINE_DRIVER_END