KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Event code values for GD-ROM events More...
Macros | |
#define | ASIC_EVT_GD_COMMAND 0x0100 |
GD-Rom Command Status. | |
#define | ASIC_EVT_GD_DMA 0x000e |
GD-Rom DMA complete. | |
#define | ASIC_EVT_GD_DMA_OVERRUN 0x020d |
GD-Rom DMA overrun. | |
#define | ASIC_EVT_GD_DMA_ILLADDR 0x020c |
GD-Rom DMA illegal address. | |
Event code values for GD-ROM events
These are events that the GD-ROM drive generates that can be hooked.
#define ASIC_EVT_GD_COMMAND 0x0100 |
GD-Rom Command Status.
#define ASIC_EVT_GD_DMA 0x000e |
GD-Rom DMA complete.
#define ASIC_EVT_GD_DMA_ILLADDR 0x020c |
GD-Rom DMA illegal address.
#define ASIC_EVT_GD_DMA_OVERRUN 0x020d |
GD-Rom DMA overrun.