From eeb9e7770e25b0370182d5d06f6d02db369736e9 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 11 Oct 2009 20:57:50 +0000 Subject: [PATCH] Credit segher for reversing the bootrom keystream generator git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4400 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp b/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp index 0571660d2d..3f9b202207 100644 --- a/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp +++ b/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp @@ -58,7 +58,8 @@ static const char iplverPAL[0x100] = "(C) 1999-2001 Nintendo. All rights reserv static const char iplverNTSC[0x100] = "(C) 1999-2001 Nintendo. All rights reserved." "(C) 1999 ArtX Inc. All rights reserved."; -// segher is a supercomputer +// bootrom descrambler reversed by segher +// Copyright 2008 Segher Boessenkool void CEXIIPL::Descrambler(u8* data, u32 size) { u8 acc = 0;