Home
last modified time | relevance | path

Searched refs:SOUND_BUF_MS (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/hugo/hugo-2.12/
H A Dsound.c402 if (dwNewPos > (UInt32) host.sound.freq * SOUND_BUF_MS / 1000) in write_psg()
407 dwNewPos = host.sound.freq * SOUND_BUF_MS / 1000; in write_psg()
H A Dsound.h34 #define SOUND_BUF_MS 200 macro