1 GB_cheat_t
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

typedef struct GB_cheat_s {
    uint16_t address;
    uint16_t bank;
    uint8_t value;
    uint8_t old_value;
    bool use_old_value;
    bool enabled;
    char description[128];
} GB_cheat_t;

In cheats.h

Description

TBD