DEV 1 mode
V9 NTSC ( GH-023 )
SCPH-5001
BROWSER 1.40
CD PLAYER 2.00
DRIVER 1.11
DVD PLAYER 3.00U
DMS3 + firmware 2.3
1. Used sjuncrunch to unpack to 2977792 bytes
2. Verified all hex values matched my HDL ver.
3. Patched with hdlpatch_0.1
4. Repacked with ps2-packer-0[1].4-win32 ( didn't use any arguments )
5. Created a dir @ m0:\boot and placed my patched file ( BOOT.ELF ) in that directory.
SYMPTOMS: When booting to patched HDL i now get past the splash screen without needing a PS1 game in the tray, but i get a black screen when trying to load any games.
Commands from DOS prompt:
C:\Documents and Settings\David>cd..
C:\Documents and Settings>cd..
C:\>cd patching
c:\PATCHING
C:\PATCHING>SJUNCRUNCH FREE.ELF UNPACKEDFREE.ELF
Section #0: 661279 2973696 0 100000 661380
BLOCK: 67280 bytes --> 262144 bytes
BLOCK: 1865 bytes --> 262144 bytes
BLOCK: 154485 bytes --> 262144 bytes
BLOCK: 91362 bytes --> 262144 bytes
BLOCK: 78133 bytes --> 262144 bytes
BLOCK: 53443 bytes --> 262144 bytes
BLOCK: 74311 bytes --> 262144 bytes
BLOCK: 40335 bytes --> 262144 bytes
BLOCK: 26798 bytes --> 262144 bytes
BLOCK: 32549 bytes --> 262144 bytes
BLOCK: 36021 bytes --> 262144 bytes
BLOCK: 4697 bytes --> 90112 bytes
C:\PATCHING>HDLPATCH UNPACKEDFREE.ELF
HDLPatch done.
C:\PATCHING>ps2-packer.exe UNPACKEDFREE.ELF BOOT.ELF
PS2-Packer v0.4 (C) 2004 Nicolas "Pixel" Noble
This is free software with ABSOLUTELY NO WARRANTY.
Using special ucl-nrv2e asm (one section) stub
Compressing UNPACKEDFREE.ELF...
File compressed, from 2977792 to 629264 bytes, ratio = 78.87%
UPDATE:
1. I opened my .elf in a hex editor went to location 0x0000111c
and saw four bytes " 06 1a 04 0c" and changed the values to
" 00 00 00 00 " aka Disc Seek fix
2. I opened my .elf in a hex editor went to location 0x00001488
and saw four bytes " 2e 01 04 0c" and changed the values to
" 00 00 00 00 " aka copyright fix
RESULTS: I may now direct load without a PS1 disc in the tray nor
do i get any copyright message. I did this on both the Free HDL
and Kiyo's HDL ( contains orignal HDL splash screen ) without any
problems from either.
THANKS !!! Zero-X
