N64FlashcartMenu
|
Cheat Engine Implementation. More...
Data Structures | |
struct | cheat_t |
Cheat structure. More... | |
struct | cheat_entry_t |
Cheat entry structure. More... | |
Macros | |
#define | HIT_INVALIDATE_I ((4 << 2) | 0) |
#define | HIT_WRITE_BACK_D ((6 << 2) | 1) |
#define | D_CACHE_LINE_SIZE (16) |
#define | CAUSE_IRQ_PRE_NMI (1 << 12) |
#define | CAUSE_EXC_CODE_MASK (0x7C) |
#define | CAUSE_EXC_CODE_WATCH (0x5C) |
#define | WATCHLO_W (1 << 0) |
#define | RELOCATED_EXCEPTION_HANDLER_ADDRESS (0x80000120) |
#define | EXCEPTION_HANDLER_ADDRESS (0x80000180) |
#define | PATCHER_ADDRESS (0x80700000) |
#define | ENGINE_TEMPORARY_ADDRESS (PATCHER_ADDRESS + 0x10000) |
#define | DEFAULT_ENGINE_ADDRESS (0x807C5C00) |
#define | IS_WIDTH_16(t) |
#define | IS_CONDITION_NOT_EQUAL(t) |
#define | IS_CONDITION_GS_BUTTON(t) |
#define | IS_TYPE_REPEATER(t) |
#define | IS_TYPE_WRITE(t) |
#define | IS_TYPE_CONDITIONAL(t) |
#define | IS_DOUBLE_ENTRY(t) |
Enumerations | |
enum | cheat_type_special_t { SPECIAL_DISABLE_EXPANSION_PAK = 0xEE , SPECIAL_WRITE_BYTE_ON_BOOT = 0xF0 , SPECIAL_WRITE_SHORT_ON_BOOT = 0xF1 , SPECIAL_SET_STORE_LOCATION = 0xFF } |
Special cheat types enumeration. More... | |
Functions | |
bool | cheats_install (cic_type_t cic_type, uint32_t *cheat_list) |
Install the cheat engine. | |
Cheat Engine Implementation.
struct cheat_t |
struct cheat_entry_t |
#define IS_WIDTH_16 | ( | t | ) |
#define IS_CONDITION_NOT_EQUAL | ( | t | ) |
#define IS_CONDITION_GS_BUTTON | ( | t | ) |
#define IS_TYPE_REPEATER | ( | t | ) |
#define IS_TYPE_WRITE | ( | t | ) |
#define IS_TYPE_CONDITIONAL | ( | t | ) |
#define IS_DOUBLE_ENTRY | ( | t | ) |
enum cheat_type_special_t |
bool cheats_install | ( | cic_type_t | cic_type, |
uint32_t * | cheat_list ) |
Install the cheat engine.
Installs cheats based on the CIC type.
cic_type | The CIC type. |
cheat_list | Pointer to the cheat list. |