Home
last modified time | relevance | path

Searched refs:PSG_DDA_REG (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dmix.c507 if (!(io.PSG[ch][PSG_DDA_REG] & PSG_DDA_ENABLE) || io.psg_channel_disabled[ch]) in WriteBuffer()
517 if ((io.PSG[ch][PSG_DDA_REG] & PSG_DDA_DIRECT_ACCESS) || io.psg_da_count[ch]) in WriteBuffer()
605 if ((dwPos != dwSize) && (io.PSG[ch][PSG_DDA_REG] & PSG_DDA_DIRECT_ACCESS)) in WriteBuffer()
H A Dhard_pce.h42 #define PSG_DDA_REG 4 macro
H A Dpce.c1481 if (io.PSG[io.psg_ch][PSG_DDA_REG] & PSG_DDA_DIRECT_ACCESS) in IO_write()