KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Responses

Values of responses to aica_cmd_t commands. More...

Macros

#define AICA_RESP_NONE   0x00000000
 No response.
 
#define AICA_RESP_PONG   0x00000001
 Response to CMD_PING.
 
#define AICA_RESP_DBGPRINT   0x00000002
 Payload is a C string.
 

Detailed Description

Values of responses to aica_cmd_t commands.

Macro Definition Documentation

◆ AICA_RESP_DBGPRINT

#define AICA_RESP_DBGPRINT   0x00000002

Payload is a C string.

◆ AICA_RESP_NONE

#define AICA_RESP_NONE   0x00000000

No response.

◆ AICA_RESP_PONG

#define AICA_RESP_PONG   0x00000001

Response to CMD_PING.