Home
last modified time | relevance | path

Searched refs:decrypt_tile (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dseibuspi.cpp42 static u32 decrypt_tile(u32 val, int tileno, u32 key1, u32 key2, u32 key3) in decrypt_tile() function
55 w = decrypt_tile(w, i >> 4, key1, key2, key3); in decrypt_text()
71 w = decrypt_tile(w, i >> 6, key1, key2, key3); in decrypt_bg()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dseibuspi.cpp42 static u32 decrypt_tile(u32 val, int tileno, u32 key1, u32 key2, u32 key3) in decrypt_tile() function
55 w = decrypt_tile(w, i >> 4, key1, key2, key3); in decrypt_text()
71 w = decrypt_tile(w, i >> 6, key1, key2, key3); in decrypt_bg()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_seibuspi.cpp1085 static inline UINT32 decrypt_tile(UINT32 val, int tileno, UINT32 key1, UINT32 key2, UINT32 key3) in decrypt_tile() function
1096 w = decrypt_tile(w, i >> 4, key1, key2, key3); in decrypt_text()
1112 w = decrypt_tile(w, i >> 6, key1, key2, key3); in decrypt_bg()