Disclaimer: The information contained herein is provided as-is. No warranties of any kind are expressed or implied; use of this information is solely the responsibility of the persons accessing these pages. The author does not condone software piracy and will not assume responsibility for illegal or other misuse of the materials contained herein.
|
Here is the New Code SxV9kit with all the Schematics and Diagrams
Here are some Pics taken from Ps2newz.net Forums |
||
Vdavide's final PCB for Dip Chips | ||
Murcielago's Smd PCB |
For those who are interested you can check PS2NEWZ FORUM and check for all the post there about this code http://www.ps2newz.net/forums/showthread.php?s=&threadid=8532
THE CONECTION ARE THE SAME AS THE OLD ICE CODES
COMERCIAL MAGIC 3.1 RELEASE RealM31.zip for those who where asking ! but i still recomend to use Magic ICE
Well This are the latest Changes done to the Ice Code:
Magic ICE code...
Here Magic ICE base on magic 3(disassembling)
--
0.8x --
thx to lacyg
- - - - fix psx sleep
- - - - fix v8(aka new v7) ps2
kill logo bug in v3 fixed.
boot game from browser fixed(for v5/6/7/8)
code for v1 added...
hacked code for jap-10k(temp.... untested... 1min hack...)
vdavide cd/dvd sync code added
eject code fixed psx/ps2(for dvd browser boot...)
thx to warpjavier for testing ;-)
very stable thx to lacygX ;-)
thx to warpjavier for fixing small in new code...
EJECT_SLEEP removed
-- 0.85
DVD movie Mode
no delay for media detection...
PSX1 MODE fixed (ALL PAL tested)
NO_BUS added(u need to copy files in nobus over other files if
used...)
mips rewrite...
Vdavide new DVD routine( + some modifications)
V7 SPECIAL mode(for protected games)
TAB now = 8 spaces
Can make one hex for V1-V8
-- 0.88
DELAY320nS removed thx to vdavide
DELAY_BIG removed good old LacygX..
aka ps2 mode = no delays...
-- 0.90
W is now Messiah W nice work m8
REST & W are not
swaped now
protected Mode removed(not need any more but need's testing)
-- 0.91
BIG LBA >300000 boot solved(PS2)
PS2LOGO FIX
26-05-2003 0.91 - LacygX
* solved BIG LBA > 300000 boot(PS2)
* fixed PS2LOGO
29-05-2003 0.91F - LacygX
* FINAL DVD ROUTINE (VDAVIDE THX) 100/100
* Fixed XCDVDMAN
29-05-2003 x.xx - RCE
* made ChangeLog.txt(format base on one from ps2lib)
note not all is listed!
* made readme.txt thx to guichi for parts
03-06-2003 0.91F2 - LacygX
* BACK to OLD DVD ROUT => ORIGINALS PROB(thx to vdavide for
pointing out)
* LSD / SHUT_DOWN logical error fix
ICE 0.90+: MAGIC 3 TO ICE... swap
pin Z with A... use Messiah W point for W
Define.inc is set for all version V1-V8, No Logo, and Power down / edit define.inc if need...
Attachment: Ice0.91f2.zip
(Notice that W is
always 2 pins after R point) |
|
HERE IS A COPY TAKEN FROM PS2NEWZ FORUM
Magic ICE code...
Here Magic
ICE base on magic 3(disassembling)
-- 0.70 --
1st ver posted
...
-- 0.76x thx to Guichi --
added info v7
removed BIOSXX_LOGO & BIOS2050_KILL_LOGO but added notes for
them...
fixed some errors
unhard coded fuse...
...
-- 0.777 --
removed some macros
readded KILL_LOGO(for 50/XX only) 1/2 tested :-)
added GH015(V6) bios pins thx to razorx
...
-- 0.78x --
moved r5900 code to *.mip(note may move back...)
added POWER_DOWN untested...
added SWAP_PINS
added KILL_LOGO(v3 aka all)...
rename by ver(files....) thx to lacyg
added SCEX_ONLY(1/2 tested)
added osdsys_10k.mip
--- breaks 1 to 1
thx to lacyg
- - - - removed delays code
- - - - xcdcd(duplicate) code
- - - - fixed POWER_DOWN(untested)
- - - - fixed EJECT_SLEEP
- - - - fixed FULL_SLEEP
- - - - fixed swap pins :-)
- - - - ...
added osdsys_v1.mip(REMOVE i will readd(100% this time) when i
know code is all working ones more :-) )
fixing dvd freezing thx to vdavide
no more SWAP_PINS(pins are swap all the time now)
..
-- 0.79 --
thx to lacyg
- - - - Add 54Mhz Code
-- 0.8x --
thx to lacyg
- - - - fix psx sleep
- - - - fix v8(aka new v7) ps2
kill logo bug in v3 fixed.
boot game from browser fixed(for v5/6/7/8)
code for v1 added...
hacked code for jap-10k(temp.... untested... 1min hack...)
vdavide cd/dvd sync code added
eject code fixed psx/ps2(for dvd browser boot...)
thx to warpjavier for testing ;-)
very stable thx to lacygX ;-)
thx to warpjavier for fixing small but in new code...
..
.
NOTE: MAGIC 3 TO ICE... pin
Z swap with A and RESET with W.... and you must edit
define.inc...
Attachment: ice0.84f.zip
Now here is what you need todo:
Step 1. Unzip Ice0.84f.zip
Step 2. Unzip Tools
v2.zip in the same directory
Step 3. Unzip Makefile.zip in the same directory
Step 4. Edit Define.inc Depending the Version of your PS2
Step 5. Go to command prompt and go the directory
Step 6. Run 'make'
Step 7. Have fun
Editing Define:
I don't know much about it so don't mess with it
By Default V4 is uncomment Just uncomment your Ps2 Model
and comment V4 and try it;
if doesn't work fine try uncoment Kill_logo also leave the rest comment
File:/Define.inc |
; this file is used my both sasm and r5900 :-) ; used by PS2_BIOS BIOS_JAP EQU 0x01 BIOS_V1 EQU 0x02 BIOS_V3 EQU 0x04 BIOS_V4 EQU 0x08 BIOS_XX EQU 0x10 ; Uncomment your ps2 ;PS2_BIOS EQU 0xFF ; TODO: all ;PS2_BIOS EQU BIOS_JAP ; TODO: JAP 10000/15000 ;PS2_BIOS EQU BIOS_V1 ; v1(chip 010), v2? ;PS2_BIOS EQU BIOS_V3 ; v2?, v3(chip 020) PS2_BIOS EQU BIOS_V4 ; v4(chip 030) ;PS2_BIOS EQU BIOS_XX ; v5(chip 040, 050), v6(chip 060), v7(chip 070?, 080), v8(chip 090) ;MODE54 EQU 1 ; 54M clock ;KILL_LOGO EQU 1 ; Uncomment to kill logo... ;POWER_DOWN EQU 1 ; Uncomment 1/2 sleep(USE PLZ AND NOT FULL_SLEEP or DVD_FIX) ;EJECT_SLEEP EQU 1 ; Uncomment for "sleep if cd ejected on start up" ;SCEX_ONLY EQU 1 ; FIXME Uncomment for scex only(no dvd/cd D,C,B,I,H,G(6pins)) todo remove W ;BOOT_MENU EQU 1 ; TODO boot menu(from Memory Card)............. ;VMODEFIX EQU 1 ; TODO ... auto NTSC2PAL/PAL2NTSC ;REGION_FREE EQU 1 ; TODO/REMOVED i have no dvd to test with :( ... ;DEMARCO_VISION EQU 1 ; TODO ... 50:50 can b done with software only ; Will remove... ;DVD_FIX EQU 1 ; Uncomment to fix dvd freezing.. note: can not use with FULL_SLEEP/POWER_DOWN/EJECT_SLEEP ;FULL_SLEEP EQU 1 ; Uncomment to kill chip win done patching(ps2 mode tested, psx todo...) ; you will need to turn your ps2 off for 5sec to start a new game..) |
Here are Some Pics for the PIN OUT Magic ICE Use the Magic 3 Installation Diagrams
USEFULL FILES:
PCB gerber files DIP CHIP m3v54 thx to Lacyg
PCB gerber files for MAGIC 3
Programming Software For Fluffy ICprog105A
Here is the MODBLAK 1.0 code Developed By Blakcat we don't know much about it because is just the hex it seems to be working fine with Pal and NTSC but there's not much support with it.
http://www.brouhaha.com/~eric/ubicom/
http://www.ubasics.com/adam/pic/piclinks.shtml
http://www.cl.cam.ac.uk/users/rja14/tamper.html
http://people.man.ac.uk/~mbhstdj/files/
http://www.cl.cam.ac.uk/Research/Security/tamper/
http://www.cl.cam.ac.uk/%7Esps32/mcu_lock.html
http://www.sxlist.com/techref/ubicom/index.htm
http://www.geocities.com/SiliconValley/Station/7733/
The Young Crow -- youngcrow@hotmail.com