mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
updated Star Wars to use proper clocks for the tms5220 and the pokeys. [Lord Nightmare]
This commit is contained in:
parent
dd16f5d15f
commit
66bd49e2ad
@ -352,19 +352,19 @@ static MACHINE_DRIVER_START( starwars )
|
||||
MDRV_SOUND_START(starwars)
|
||||
MDRV_SPEAKER_STANDARD_MONO("mono")
|
||||
|
||||
MDRV_SOUND_ADD("pokey1", POKEY, 1500000)
|
||||
MDRV_SOUND_ADD("pokey1", POKEY, MASTER_CLOCK / 8)
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
|
||||
|
||||
MDRV_SOUND_ADD("pokey2", POKEY, 1500000)
|
||||
MDRV_SOUND_ADD("pokey2", POKEY, MASTER_CLOCK / 8)
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
|
||||
|
||||
MDRV_SOUND_ADD("pokey3", POKEY, 1500000)
|
||||
MDRV_SOUND_ADD("pokey3", POKEY, MASTER_CLOCK / 8)
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
|
||||
|
||||
MDRV_SOUND_ADD("pokey4", POKEY, 1500000)
|
||||
MDRV_SOUND_ADD("pokey4", POKEY, MASTER_CLOCK / 8)
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
|
||||
|
||||
MDRV_SOUND_ADD("tms", TMS5220, 640000)
|
||||
MDRV_SOUND_ADD("tms", TMS5220, MASTER_CLOCK/2/9)
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user