#include <nitro/ctrdg.h>
void CTRDG_WriteAgbSramAsync(u32 dst, const void* src, u32 size, CTRDG_TASK_FUNC callback);
| dst | Writes the destination SRAM address (address on the AGB memory map). |
| src | Writes the source work area address. |
| size | The size of data to be written in bytes. |
| callback | The callback function called when write processing ends |
None.
Asynchronously writes data of the size given by "size" into the SRAM destination address given by "dst" from the work area address specified by argument.
The access cycle setting is created in the function and does not need to be set beforehand.
Note: The cartridge bus is locked for a set period by this function.
Note that the AGB backup device cannot be accessed normally with version IS-NITRO-DEBUGGER 1.66 or earlier.
05/25/2006 Added a description that the AGB backup device cannot be accessed normally with version IS-NITRO-DEBUGGER 1.66 or earlier.
04/07/2006 Initial version.
CONFIDENTIAL