Files
mm/include/CIC6105.h
T
Derek Hensley 57e41795f5 String macros (#1871)
* PRINTF

* T

* fault

* yaz0

* __osMalloc

* audio_thread_manager

* graph

* padmgr

* sched

* z_play

* z_arrow_ice

* z_arrow_light

* z_elf_msg

* z_elf_msg3

* z_elf_msg4

* z_elf_msg5

* z_mir_ray

* stackcheck

* Include versions in macros.h

* Fix workaround for permuter
2026-04-21 08:12:46 -04:00

28 lines
528 B
C

#ifndef CIC6105_H
#define CIC6105_H
#include "ultra64.h"
#include "versions.h"
// IPL3 puts values in those addresses as part of the anti-piracy checks
#define CIC_ADDRESS_1 0x002FB1F4
#define CIC_ADDRESS_2 0x002FE1C0
void CIC6105_Noop1(void);
void CIC6105_Noop2(void);
void CIC6105_PrintRomInfo(void);
void CIC6105_AddRomInfoFaultPage(void);
void CIC6105_Destroy(void);
void CIC6105_Init(void);
#if MM_VERSION < N64_US
void CIC6105_ScheduleCICTask(void);
#endif
extern s32 gCICAddr1Val;
extern s32 gCICAddr2Val;
#endif