Home
last modified time | relevance | path

Searched refs:parityEnable (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperMsxAudio.c188 int parityEnable = 0; in philipsMidiWriteCommand() local
212 parityEnable = 1; in philipsMidiWriteCommand()
217 parityEnable = 1; in philipsMidiWriteCommand()
222 parityEnable = 1; in philipsMidiWriteCommand()
227 parityEnable = 1; in philipsMidiWriteCommand()
232 parityEnable = 0; in philipsMidiWriteCommand()
237 parityEnable = 0; in philipsMidiWriteCommand()
242 parityEnable = 0; in philipsMidiWriteCommand()
247 parityEnable = 1; in philipsMidiWriteCommand()
252 charLength = (dataBits + parityEnable + stopBits) * baudrate; in philipsMidiWriteCommand()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DI8251.c164 int parityEnable = 1; in setMode() local
228 parityEnable = (value & MODE_PARITYEN) ? 1 : 0; in setMode()
229 i8251->charLength = (((2 * (1 + dataBits + parityEnable)) + stopBits) * baudrate) / 2; in setMode()