Skip to content

Commit bf362c8

Browse files
QuzarDCQuzarDC
authored andcommitted
init_flags: Fix overlapping INIT_CDROM/INIT_SIP.
1 parent 5a0a3b8 commit bf362c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/arch/dreamcast/include/arch/init_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ __BEGIN_DECLS
106106
#define INIT_SIP 0x00100000 /**< \brief Enable Sound input maple driver */
107107
#define INIT_DREAMEYE 0x00200000 /**< \brief Enable DreamEye maple driver */
108108

109-
#define INIT_CDROM 0x00100000 /**< \brief Enable CD-ROM support */
109+
#define INIT_CDROM 0x01000000 /**< \brief Enable CD-ROM support */
110110

111111
static const uint32_t INIT_OCRAM __depr("INIT_OCRAM has been removed. Use dcache_toggle_ocram().") = 0;
112112
#define INIT_NO_DCLOAD 0x20000000 /**< \brief Disable dcload */

0 commit comments

Comments
 (0)