Home
last modified time | relevance | path

Searched refs:table0lo (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dneocrypt.c452 const unsigned char *table0lo, in decrypt() argument
462 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in decrypt()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneo_decrypt.cpp483 const UINT8 *table0lo, in cmc_xor() argument
493 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in cmc_xor()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneo_decrypt.cpp483 const UINT8 *table0lo, in cmc_xor() argument
493 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in cmc_xor()
/dports/emulators/mess/mame-mame0226/src/devices/bus/neogeo/
H A Dprot_cmc.cpp477 const uint8_t *table0lo, in decrypt() argument
486 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in decrypt()
H A Dprot_cmc.h49 const uint8_t *table0lo, in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/bus/neogeo/
H A Dprot_cmc.cpp477 const uint8_t *table0lo, in decrypt() argument
486 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in decrypt()
H A Dprot_cmc.h49 const uint8_t *table0lo, in DECLARE_DEVICE_TYPE()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dneocrypt.c510 const UINT8 *table0lo, in decrypt() argument
519 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in decrypt()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dneocrypt.c492 const unsigned char *table0lo, in decrypt() argument
502 xor1 = (tmp & 0xfe) | (table0lo[(base >> 8) & 0xff] & 0x01); in decrypt()