Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/
H A Dexpansion.c181 static uae_u32 expamem_bget (uaecptr) REGPARAM;
187 expamem_lget, expamem_wget, expamem_bget,
204 static uae_u32 REGPARAM2 expamem_bget (uaecptr addr) in expamem_bget() function
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dexpansion.c234 static uae_u32 REGPARAM3 expamem_bget (uaecptr) REGPARAM;
242 expamem_lget, expamem_wget, expamem_bget,
298 uae_u32 v = (expamem_bget (addr) << 8) | expamem_bget (addr + 1); in expamem_wget()
303 static uae_u32 REGPARAM2 expamem_bget (uaecptr addr) in expamem_bget() function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dexpansion.cpp314 expamem_lget, expamem_wget, expamem_bget,
576 uae_u32 v = (expamem_bget (addr) << 8) | expamem_bget (addr + 1); in expamem_wget()
586 static uae_u32 REGPARAM2 expamem_bget (uaecptr addr) in expamem_bget() function