mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
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:
parent
4c4523ff28
commit
fa2a10c6b8
@ -3957,6 +3957,9 @@ static MACHINE_DRIVER_START( jantouki )
|
|||||||
MDRV_SOUND_ADD(MSM5205, 384000)
|
MDRV_SOUND_ADD(MSM5205, 384000)
|
||||||
MDRV_SOUND_CONFIG(jantouki_msm5205_interface)
|
MDRV_SOUND_CONFIG(jantouki_msm5205_interface)
|
||||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
||||||
|
|
||||||
|
/* devices */
|
||||||
|
MDRV_DEVICE_ADD("rtc", MSM6242)
|
||||||
MACHINE_DRIVER_END
|
MACHINE_DRIVER_END
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user