mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
zn.c: added YMZ280 sound emulation to hvnsgate [smf, hap]
(prev commit fixed the cut-off samples)
This commit is contained in:
parent
010d41eff4
commit
b6d5cc992d
@ -2214,8 +2214,8 @@ static MACHINE_CONFIG_DERIVED(coh1001l, zn1_2mb_vram)
|
|||||||
|
|
||||||
MCFG_SOUND_ADD("ymz", YMZ280B, XTAL_16_9344MHz)
|
MCFG_SOUND_ADD("ymz", YMZ280B, XTAL_16_9344MHz)
|
||||||
MCFG_YMZ280B_IRQ_HANDLER(WRITELINE(zn_state, coh1001l_ymz_irq))
|
MCFG_YMZ280B_IRQ_HANDLER(WRITELINE(zn_state, coh1001l_ymz_irq))
|
||||||
MCFG_SOUND_ROUTE(0, "lspeaker", 0.4)
|
MCFG_SOUND_ROUTE(0, "lspeaker", 0.37)
|
||||||
MCFG_SOUND_ROUTE(1, "rspeaker", 0.4)
|
MCFG_SOUND_ROUTE(1, "rspeaker", 0.37)
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user