Home
last modified time | relevance | path

Searched defs:fetchword (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/generator68k/
H A Dmem68k.h67 static __inline__ uint16 fetchword(uint32 addr) { in fetchword() function
134 #define fetchword(addr) mem68k_fetch_word[((addr) & 0xFFFFFF)>>12]((addr) & 0xFFFFFF) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/nec/
H A Dnec.cpp192 NEC_INLINE UINT16 fetchword(nec_state_t *nec_state) in fetchword() function
H A Dv25.cpp134 NEC_INLINE UINT16 fetchword(v25_state_t *nec_state) in fetchword() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/nec/
H A Dnec.cpp192 NEC_INLINE UINT16 fetchword(nec_state_t *nec_state) in fetchword() function
H A Dv25.cpp134 NEC_INLINE UINT16 fetchword(v25_state_t *nec_state) in fetchword() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/nec/
H A Dnec.cpp260 uint16_t nec_common_device::fetchword() in fetchword() function in nec_common_device
H A Dv25.cpp147 uint16_t v25_common_device::fetchword() in fetchword() function in v25_common_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/nec/
H A Dnec.cpp260 uint16_t nec_common_device::fetchword() in fetchword() function in nec_common_device
H A Dv25.cpp147 uint16_t v25_common_device::fetchword() in fetchword() function in v25_common_device
/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dvars.h2076 …#define fetchword(a) dmem68k_fetch_word((char *)__FILE__,(char *)__FUNCTION__,__LINE__,(uint32)(… macro
2085 #define fetchword(a) mem68k_fetch_word[(mmu_trans[((a) & 0x00fffe00)>>9].readfn)](a) macro