Forum: IDE HDD Discussion - Discussion about the use of the IDE HDD Interface and hdloader related discussion.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: HDL_Patch by Zer0-X
  

Page 3 of 203 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Results 21 to 30 of 2028
  1. #21  
    crazyc is offline User
    Join Date
    Sep 2004
    Posts
    694
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    >If a GNU/Linux port were to be made of this, I could finally ditch my VMWare
    >Windows XP image. So, here's hoping....

    Here you go. I just did a quick test to see if this and the win32 version produced the same output. BTW, it builds as is in gcc if you rename hdlpatch.cpp to hdlpatch.c as g++ requires main to return int.
    Reply With Quote  

  2. #22  
    Zer0-X's Avatar
    Zer0-X is offline User
    Join Date
    Sep 2002
    Location
    Finland
    Posts
    805
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Nice one.
    --- Signatures are just lame excuse to waste bandwidth ---
    Reply With Quote  

  3. #23  
    Da Brass's Avatar
    Da Brass is offline やっろか?
    Join Date
    Sep 2002
    Posts
    999
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You guys never cease to amaze us here
    USA v9 SCPH-50010 Datecode 3C and USA Network Adapter
    JAP v0 SCPH-10000 with v1.00 Utility Disk and JAP External 40GB HDD BB Unit
    w/ Tray Switch

    http://www.playstation.jp/psbb/img2/ps2_2.jpg
    Reply With Quote  

  4. #24  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by crazyc
    >If a GNU/Linux port were to be made of this, I could finally ditch my VMWare
    >Windows XP image. So, here's hoping....

    Here you go. I just did a quick test to see if this and the win32 version produced the same output. BTW, it builds as is in gcc if you rename hdlpatch.cpp to hdlpatch.c as g++ requires main to return int.
    A Cocoa port is on its way.

    Should there be a php interface too?
    Last edited by barf; 11-01-2004 at 03:49 AM.
    Reply With Quote  

  5. #25  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I changed
    Code:
    void main
    to
    Code:
    int main
    and added
    Code:
    return 0;
    at the end of main, but still there is something funny:
    $ gcc hdlpatch.cpp -o hdlpatch
    ld: Undefined symbols:
    ___gxx_personality_v0



    Works fine though, by just removing 'pp' from the file name.

    lol, the patch is only one function :-)
    Attached Files
    Last edited by barf; 11-01-2004 at 05:07 AM.
    Reply With Quote  

  6. #26  
    squarepusher2 is offline Developer
    Join Date
    Jul 2004
    Posts
    718
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    767
    Thanks a lot crazyc - I guess I'm going to try compiling it myself then. But thanks for the binary anyways - I had a quick look at the source before you posted this and noticed there was nothing OS-specific about it at all.
    Reply With Quote  

  7. #27  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    HDLoader is almost perfect,
    apart from its lack of input from USB keyboard :-(

    But that might be too hard to fix?

    Making the USB keyboard thing I can do,
    but attaching it to the existing code,
    I have no clue where to start searching.
    Reply With Quote  

  8. #28  
    HayArms's Avatar
    HayArms is offline Metal Warrior
    Join Date
    Oct 2004
    Location
    Sirtori , Northern Italy
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Excuse me , I have a question .

    In your readme guys , you say :

    /S - Stops the cdvd-drive motor if there's any disc in the tray while
    HDL/HDA is loading when using methods to boot that involve using disc.
    (DO NOT USE if you have a V9-V11 and you're not booting using a disc!)

    Now , I have a V9 and I use a PSX game + MC Exploit to make HDLoader booting from MC . should I use this patch?

    And , can I patch with more date patches (for example /D1 /D2 at the same time) my executable ? And is /D3 patch reliable ?

    Thanks

    Marcello
    Reply With Quote  

  9. #29  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I always used /D0 and never had problems with any game,
    I have GT3 and it runs fine with /D0

    Hmm, weird, HDLoader 0.5b runs from launcher.elf,
    but not as BOOT.ELF
    Last edited by barf; 11-01-2004 at 06:25 AM.
    Reply With Quote  

  10. #30  
    corf is offline Member
    Join Date
    Oct 2002
    Posts
    101
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by HayArms
    Excuse me , I have a question .

    In your readme guys , you say :

    /S - Stops the cdvd-drive motor if there's any disc in the tray while
    HDL/HDA is loading when using methods to boot that involve using disc.
    (DO NOT USE if you have a V9-V11 and you're not booting using a disc!)

    Now , I have a V9 and I use a PSX game + MC Exploit to make HDLoader booting from MC . should I use this patch?

    And , can I patch with more date patches (for example /D1 /D2 at the same time) my executable ? And is /D3 patch reliable ?

    Thanks

    Marcello
    As I understand it, as you are using a disk to boot i.e. your ps1 disk, you want to apply this switch to stop the drive spinning.

    If you had a v9 with a Matrix/DMS etc that allows booting without a disk (i.e. dev mode) in the drive HDLoader will hang when using this switch when a CD/DVD is not present.

    I have yet to use a date switch, but can tell that you can only use one of D0,D1,D2 and D3. I am not sure how zero's patch works but I imagine if you used /D2 /D3 for example you would end up with the d3 date patch as the pacther would patch d2 and then patch d3 which would overwrite d2.
    Reply With Quote  

Page 3 of 203 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •