|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Command queue struct for commanding the AICA from the SH-4. More...
#include <aica_comm.h>
Data Fields | |
| uint32 | size |
| Command data size in dwords. | |
| uint32 | cmd |
| Command ID. | |
| uint32 | timestamp |
| When to execute the command (0 == now) | |
| uint32 | cmd_id |
| CmdID, for cmd/resp pairs, or chn id. | |
| uint32 | misc [4] |
| Misc Parameters / Padding. | |
| uint8 | cmd_data [] |
| Command data. | |
Command queue struct for commanding the AICA from the SH-4.
| uint32 aica_cmd_t::cmd |
Command ID.
| uint8 aica_cmd_t::cmd_data[] |
Command data.
| uint32 aica_cmd_t::cmd_id |
CmdID, for cmd/resp pairs, or chn id.
| uint32 aica_cmd_t::misc[4] |
Misc Parameters / Padding.
| uint32 aica_cmd_t::size |
Command data size in dwords.
| uint32 aica_cmd_t::timestamp |
When to execute the command (0 == now)