flycast/core/hw/naomi/decrypt.h

12 lines
271 B
C
Raw Normal View History

2018-11-05 21:54:35 +00:00
#ifndef __DECRYPT_STV_H__
#define __DECRYPT_STV_H__
extern u16 cryptoDecrypt();
extern void cryptoReset();
extern void cyptoSetKey(u32 privKey);
extern void cyptoSetLowAddr(u16 val);
extern void cyptoSetHighAddr(u16 val);
extern void cyptoSetSubkey(u16 subKey);
#endif