Skip to content

Commit 9d90f49

Browse files
authored
fix BIOSPROT initialization (#2564)
1 parent 182e462 commit 9d90f49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/DSi.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,12 @@ void DSi::Reset()
158158
if (FullBIOSBoot)
159159
{
160160
SCFG_BIOS = 0x0000;
161+
ARM7BIOSProt = 0;
161162
}
162163
else
163164
{
164165
SCFG_BIOS = 0x0101;
166+
ARM7BIOSProt = 0x20;
165167
}
166168
SCFG_Clock9 = 0x0187; // CHECKME
167169
SCFG_Clock7 = 0x0187;

0 commit comments

Comments
 (0)