libsavgba
A library to access various backup media in GBA cartridges
include
gba_sram.h
Go to the documentation of this file.
1
#ifndef GBA_SRAM_H
2
#define GBA_SRAM_H
3
13
int
sram_read
(u32 addr, u8 *data,
size_t
size);
14
24
int
sram_write
(u32 addr, u8 *data,
size_t
size);
25
26
#endif
/* GBA_SRAM_H */
sram_write
int sram_write(u32 addr, u8 *data, size_t size)
Write data to SRAM.
sram_read
int sram_read(u32 addr, u8 *data, size_t size)
Read data from SRAM.
Generated by
1.9.1