GB_update_cheat

Function GB_update_cheat 

Source
pub unsafe extern "C" fn GB_update_cheat(
    gb: *mut GB_gameboy_t,
    cheat: *const GB_cheat_t,
    description: *const c_char,
    address: u16,
    bank: u16,
    value: u8,
    old_value: u8,
    use_old_value: bool,
    enabled: bool,
)