Dreamcast-specific initialization flags.
More...
Dreamcast-specific initialization flags.
These are the Dreamcast-specific flags that can be specified with KOS_INIT_FLAGS.
- See also
- Generic Flags
◆ INIT_CDROM
| #define INIT_CDROM 0x01000000 |
◆ INIT_CONTROLLER
| #define INIT_CONTROLLER 0x00004000 |
Enable Controller maple driver.
◆ INIT_DEFAULT_ARCH
Default init flags for the Dreamcast.
◆ INIT_DREAMEYE
| #define INIT_DREAMEYE 0x00200000 |
Enable DreamEye maple driver.
◆ INIT_KEYBOARD
| #define INIT_KEYBOARD 0x00008000 |
Enable Keyboard maple driver.
◆ INIT_LIGHTGUN
| #define INIT_LIGHTGUN 0x00020000 |
Enable Lightgun maple driver.
◆ INIT_MAPLE_ALL
Enable all Maple peripheral drivers.
◆ INIT_MAPLE_PERIPH
| #define INIT_MAPLE_PERIPH |
Value:
#define INIT_CONTROLLER
Enable Controller maple driver.
Definition init_flags.h:109
#define INIT_LIGHTGUN
Enable Lightgun maple driver.
Definition init_flags.h:112
#define INIT_VMU
Enable VMU maple driver.
Definition init_flags.h:113
#define INIT_SIP
Enable Sound input maple driver.
Definition init_flags.h:115
#define INIT_KEYBOARD
Enable Keyboard maple driver.
Definition init_flags.h:110
#define INIT_MOUSE
Enable Mouse maple driver.
Definition init_flags.h:111
#define INIT_PURUPURU
Enable Puru Puru maple driver.
Definition init_flags.h:114
#define INIT_DREAMEYE
Enable DreamEye maple driver.
Definition init_flags.h:116
◆ INIT_MIE
| #define INIT_MIE 0x00400000 |
Enable MIE/JVS maple driver.
◆ INIT_MOUSE
| #define INIT_MOUSE 0x00010000 |
Enable Mouse maple driver.
◆ INIT_NO_DCLOAD
| #define INIT_NO_DCLOAD 0x20000000 |
◆ INIT_PURUPURU
| #define INIT_PURUPURU 0x00080000 |
Enable Puru Puru maple driver.
◆ INIT_SIP
| #define INIT_SIP 0x00100000 |
Enable Sound input maple driver.
◆ INIT_VMU
| #define INIT_VMU 0x00040000 |
◆ INIT_OCRAM
| const uint32_t INIT_OCRAM = 0 |
|
static |