Home
last modified time | relevance | path

Searched defs:CPU_TYPE_IS_010_PLUS (Results 1 – 13 of 13) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/m68000/
H A Dm68kcpu.h347 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
351 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/musashi/
H A Dm68kcpu.h390 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
394 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/m68000/
H A Dm68kcpu.h390 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
394 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dm68kcpu.h390 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
394 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-mu/Mu-ff746b8/include/m68k/
H A Dm68kcpu.h344 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
348 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-picodrive/picodrive-600894e/cpu/musashi/
H A Dm68kcpu.h412 …#define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020 | CPU_TYPE… macro
416 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/musashi/
H A Dm68kcpu.h412 …#define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020 | CPU_TYPE… macro
416 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_ssf/
H A Dm68kcpu.h481 #define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020)) macro
485 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kcpu.h400 …#define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020 | CPU_TYPE… macro
404 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kcpu.h400 …#define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020 | CPU_TYPE… macro
404 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/musa/
H A Dm68kcpu.h352 …#define CPU_TYPE_IS_010_PLUS(A) ((A) & (CPU_TYPE_010 | CPU_TYPE_EC020 | CPU_TYPE_020 | CPU_TYPE… macro
356 #define CPU_TYPE_IS_010_PLUS(A) CPU_TYPE_IS_EC020_PLUS(A) macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kcpu.h230 inline u32 CPU_TYPE_IS_010_PLUS() const { return ((m_cpu_type) & (CPU_TYPE_010 | CPU_TYPE_EC020 … in CPU_TYPE_IS_010_PLUS() function
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kcpu.h230 inline u32 CPU_TYPE_IS_010_PLUS() const { return ((m_cpu_type) & (CPU_TYPE_010 | CPU_TYPE_EC020 … in CPU_TYPE_IS_010_PLUS() function