mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
clock verified on pcb
This commit is contained in:
parent
5f14205535
commit
13c6f7123f
@ -686,8 +686,7 @@ static MACHINE_DRIVER_START( zaccaria )
|
|||||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
||||||
|
|
||||||
/* There is no xtal, the clock is obtained from a RC oscillator as shown in the TMS5220 datasheet (R=100kOhm C=22pF) */
|
/* There is no xtal, the clock is obtained from a RC oscillator as shown in the TMS5220 datasheet (R=100kOhm C=22pF) */
|
||||||
/* 565kHz measured on pin 6, however this likely interfered with the RC oscillator. */
|
/* 162kHz measured on pin 3 20 minutesa fter power on. Clock would then be 162*4=648kHz. */
|
||||||
/* Waiting for proper measure to be taken on pin 3. */
|
|
||||||
MDRV_SOUND_ADD(TMS5200, 640000)
|
MDRV_SOUND_ADD(TMS5200, 640000)
|
||||||
MDRV_SOUND_CONFIG(tms5220_interface)
|
MDRV_SOUND_CONFIG(tms5220_interface)
|
||||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
||||||
|
Loading…
Reference in New Issue
Block a user