Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Da2065.c732 static uae_u32 REGPARAM2 a2065_wget (uaecptr addr) in a2065_wget() function
755 v = a2065_wget (addr) << 16; in a2065_lget()
756 v |= a2065_wget (addr + 2); in a2065_lget()
845 a2065_lget, a2065_wget, a2065_bget,
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Da2065.cpp768 static uae_u32 REGPARAM2 a2065_wget (uaecptr addr) in a2065_wget() function
792 v = a2065_wget (addr) << 16; in a2065_lget()
793 v |= a2065_wget (addr + 2); in a2065_lget()
852 a2065_lget, a2065_wget, a2065_bget,