Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/ngp/
H A Dgfx.h81 uint8_t ngpgfx_read8(ngpgfx_t *gfx, uint32_t address);
H A Dgfx.c929 uint8_t ngpgfx_read8(ngpgfx_t *gfx, uint32_t address) in ngpgfx_read8() function
1026 ret = ngpgfx_read8(gfx, address); in ngpgfx_read16()
1027 ret |= ngpgfx_read8(gfx, address + 1) << 8; in ngpgfx_read16()
H A Dmem.c215 return(ngpgfx_read8(NGPGfx, address)); in loadB()