Home
last modified time | relevance | path

Searched refs:readCLo (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DI8255.c41 I8255Read readCLo; member
62 I8255Read peekCLo, I8255Read readCLo, I8255Write writeCLo, in i8255Create() argument
75 i8255->readCLo = readCLo ? readCLo : readDummy; in i8255Create()
219 value = (value & 0xf0) | (i8255->readCLo(i8255->ref) & 0x0f); in i8255Read()
346 I8255Read readCLo;
388 I8255Read peekCLo, I8255Read readCLo, I8255Write writeCLo,
401 i8255->readCLo = readCLo ? readCLo : readLatchCLo;
684 value = (value & 0xf0) | (i8255->readCLo(i8255->ref) & 0x0f);
H A DI8255.h40 I8255Read peekCLo, I8255Read readCLo, I8255Write writeCLo,
95 I8255Read peekCLo, I8255Read readCLo, I8255Write writeCLo,
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperSonyHBI55.c163 static UInt8 readCLo(SonyHBI55* rm) in readCLo() function
201 readCLo, readCLo, writeCLo, in romMapperSonyHBI55Create()
H A DromMapperSvi328RsIDE.c141 static UInt8 readCLo(RomMapperRsIde* rm) in readCLo() function
233 NULL, readCLo, writeCLo, in romMapperSvi328RsIdeCreate()