|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Dreamcast-specific initialization flags. More...
Macros | |
| #define | INIT_DEFAULT_ARCH (INIT_MAPLE_ALL | INIT_CDROM) |
| Default init flags for the Dreamcast. | |
| #define | INIT_MAPLE_ALL |
| Enable all Maple peripheral drivers. | |
| #define | INIT_CONTROLLER 0x00004000 |
| Enable Controller maple driver. | |
| #define | INIT_KEYBOARD 0x00008000 |
| Enable Keyboard maple driver. | |
| #define | INIT_MOUSE 0x00010000 |
| Enable Mouse maple driver. | |
| #define | INIT_LIGHTGUN 0x00020000 |
| Enable Lightgun maple driver. | |
| #define | INIT_VMU 0x00040000 |
| Enable VMU maple driver. | |
| #define | INIT_PURUPURU 0x00080000 |
| Enable Puru Puru maple driver. | |
| #define | INIT_SIP 0x00100000 |
| Enable Sound input maple driver. | |
| #define | INIT_DREAMEYE 0x00200000 |
| Enable DreamEye maple driver. | |
| #define | INIT_CDROM 0x00100000 |
| Enable CD-ROM support. | |
| #define | INIT_OCRAM 0x10000000 |
| Use half of the dcache as RAM. | |
| #define | INIT_NO_DCLOAD 0x20000000 |
| Disable dcload. | |
Dreamcast-specific initialization flags.
These are the Dreamcast-specific flags that can be specified with KOS_INIT_FLAGS.
| #define INIT_CDROM 0x00100000 |
Enable CD-ROM support.
| #define INIT_CONTROLLER 0x00004000 |
Enable Controller maple driver.
| #define INIT_DEFAULT_ARCH (INIT_MAPLE_ALL | INIT_CDROM) |
Default init flags for the Dreamcast.
| #define INIT_DREAMEYE 0x00200000 |
Enable DreamEye maple driver.
| #define INIT_KEYBOARD 0x00008000 |
Enable Keyboard maple driver.
| #define INIT_LIGHTGUN 0x00020000 |
Enable Lightgun maple driver.
| #define INIT_MAPLE_ALL |
Enable all Maple peripheral drivers.
| #define INIT_MOUSE 0x00010000 |
Enable Mouse maple driver.
| #define INIT_NO_DCLOAD 0x20000000 |
Disable dcload.
| #define INIT_OCRAM 0x10000000 |
Use half of the dcache as RAM.
| #define INIT_PURUPURU 0x00080000 |
Enable Puru Puru maple driver.
| #define INIT_SIP 0x00100000 |
Enable Sound input maple driver.
| #define INIT_VMU 0x00040000 |
Enable VMU maple driver.