Home
last modified time | relevance | path

Searched refs:EDGE_FALLING (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dz80ctc.cpp43 constexpr u16 EDGE_FALLING = 0x00; variable
480 if (((m_mode & EDGE) == EDGE_RISING && state) || ((m_mode & EDGE) == EDGE_FALLING && !state)) in trigger()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dz80ctc.cpp43 constexpr u16 EDGE_FALLING = 0x00; variable
480 if (((m_mode & EDGE) == EDGE_RISING && state) || ((m_mode & EDGE) == EDGE_FALLING && !state)) in trigger()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z80/
H A Dz80ctc.cpp46 #define EDGE_FALLING 0x00 macro
401 …if (((channel->mode & EDGE) == EDGE_RISING && data) || ((channel->mode & EDGE) == EDGE_FALLING && … in z80ctc_trg_write()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z80/
H A Dz80ctc.cpp46 #define EDGE_FALLING 0x00 macro
401 …if (((channel->mode & EDGE) == EDGE_RISING && data) || ((channel->mode & EDGE) == EDGE_FALLING && … in z80ctc_trg_write()
/dports/emulators/kcemu/KCemu-0.5.1/include/kc/
H A Dctc.h63 EDGE_FALLING = 0x00, enumerator
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dz80fmly.c60 #define EDGE_FALLING 0x00 macro
382 if (((mode & EDGE) == EDGE_RISING && data) || ((mode & EDGE) == EDGE_FALLING && !data)) in z80ctc_trg_w()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dz80fmly.c60 #define EDGE_FALLING 0x00 macro
382 if (((mode & EDGE) == EDGE_RISING && data) || ((mode & EDGE) == EDGE_FALLING && !data)) in z80ctc_trg_w()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dz80fmly.c60 #define EDGE_FALLING 0x00 macro
382 if (((mode & EDGE) == EDGE_RISING && data) || ((mode & EDGE) == EDGE_FALLING && !data)) in z80ctc_trg_w()