

#include <nitro/mi.h>void MI_WriteByte( void* address, u8 data )| address | Address for writing byte data (pointer) |
| data | The data to write. |
None.
This function writes byte data to the address specified by a void-type pointer.
This function ensures compatibility with previous versions. Currently, this is just an inline function that writes data by treating address as a u8 pointer.
2008/07/09 Revised the reference to match the current specifications.
2004/03/30 Initial version.
CONFIDENTIAL