We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0a3b8 commit bf362c8Copy full SHA for bf362c8
1 file changed
kernel/arch/dreamcast/include/arch/init_flags.h
@@ -106,7 +106,7 @@ __BEGIN_DECLS
106
#define INIT_SIP 0x00100000 /**< \brief Enable Sound input maple driver */
107
#define INIT_DREAMEYE 0x00200000 /**< \brief Enable DreamEye maple driver */
108
109
-#define INIT_CDROM 0x00100000 /**< \brief Enable CD-ROM support */
+#define INIT_CDROM 0x01000000 /**< \brief Enable CD-ROM support */
110
111
static const uint32_t INIT_OCRAM __depr("INIT_OCRAM has been removed. Use dcache_toggle_ocram().") = 0;
112
#define INIT_NO_DCLOAD 0x20000000 /**< \brief Disable dcload */
0 commit comments