Previous 199869 Revisions Next

r18582 Wednesday 17th October, 2012 at 19:59:40 UTC by hap
fix fantastc sound freq from pcb recording, same as maincpu freq (yes that looks very fast for an ay8910)
[src/mame/drivers]galaxian.c

trunk/src/mame/drivers/galaxian.c
r18581r18582
22302230   MCFG_CPU_PROGRAM_MAP(fantastc_map)
22312231
22322232   /* sound hardware */
2233   MCFG_SOUND_ADD("8910.0", AY8910, 1789750)
2233   MCFG_SOUND_ADD("8910.0", AY8910, GALAXIAN_PIXEL_CLOCK/3/2) // 3.072MHz
22342234   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
22352235
2236   MCFG_SOUND_ADD("8910.1", AY8910, 1789750)
2236   MCFG_SOUND_ADD("8910.1", AY8910, GALAXIAN_PIXEL_CLOCK/3/2) // 3.072MHz
22372237   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
22382238MACHINE_CONFIG_END
22392239

Previous 199869 Revisions Next


© 1997-2024 The MAME Team