|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#81 (permalink) |
|
Registered User
Join Date: Mar 2008
Location: Lübeck
Posts: 23
|
thx i'll look what i can learn and do ^^
|
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#82 (permalink) |
|
Title goes where?!
![]() ![]() Join Date: Sep 2004
Location: Canada
Posts: 112
|
After doing some looking around (on ebay) I found the Sony part number for the HDD they shipped with Final Fantasy XI was SCPH-20401... A quick google turned up this PS2 Hard Drive Compatibility Chart What I found interesting is under Manufacturer, you see Maxtor (previously mentioned), Sony (well, duh), and Seagate, it also lists the seagate model number as ST340015A Quick google of that turns up the product manual http://www.seagate.com/support/disc/...cuda5400pm.pdf And thats all I have time for right now, gotta run >_> |
|
|
|
|
|
#84 (permalink) |
|
B( o Y o )BS!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2002
Location: Spain
Posts: 892
|
NHervé: cdvdGigaherz 0.7wip4 Is somewhat stable now, and I have got "reports" of it changing discs properly. I don't have any hdloader disc around so I can't test it atm, but you can give it a try if you want (as a note, ps2linux will detect the second disc but just say "wrong disc").
__________________
"There's only one absolute truth in our world: shït happens." - Gigaherz (whoever decided "s-h-i-t" is a obscene word needs to grow up a few years) The Book and other stories: Tears of Fantasy - An Online Book... by ME! MetaLife, Inc. (intro) SubGaea (intro) Crow Blade (intro for now) Memories - Prayer from the fallen hearts. My weblog... not like if there was too much to read on it tho. For anyone interested, there's a mirc script which converts "/me 's" into " * nickname's whatever" and adds a nice "/my" command. |
|
|
|
|
|
#85 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
Okay, I'll test it when I'll find the time. KabooZ : I agree with you, the Sony HDD is a normal HDD with a firmware that has been modded to support the "SCE security control" command. Sending this command to a normal HDD would give an error, though some models seem to don't report an error when receiving this command and so work right.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
|
|
|
|
|
|
#86 (permalink) |
|
PCSX2 BIG FAN
![]() Join Date: Jul 2006
Location: Lebanon
Posts: 68
|
NHervé, it IS a loop since it repeats this indefinitely when HDLoader hangs... Also i found on some HDLoader site that the size of the HDD should be AT LEAST 40GB so maybe this is why some people have problems with it (other than the cdvd timings).
__________________
PC: INTEL Pentium D 3.4 GHz , 1GB DDR2 Kingston, Geforce 7600GS 512MB PCI-X , Win XP Pro SP2 PS2: SCPH-70012 v12 USA |
|
|
|
|
|
#88 (permalink) |
|
PCSX2 BIG FAN
![]() Join Date: Jul 2006
Location: Lebanon
Posts: 68
|
hey NHervé i had a look at the plugin source and according to what i understand from it, you haven't implemented 32-bit reads and writes or even 8-bit reads and writes. And 16-bit support is only for "some" addresses (those reffering to registers) o_O Please could you explain to me where i'm right or wrong? thx
__________________
PC: INTEL Pentium D 3.4 GHz , 1GB DDR2 Kingston, Geforce 7600GS 512MB PCI-X , Win XP Pro SP2 PS2: SCPH-70012 v12 USA |
|
|
|
|
|
#89 (permalink) |
|
Registered User
Join Date: Nov 2007
Location: Caserta, Italia
Posts: 28
|
Hi Nhervè, thanks for your plugin. I have a problem with it,infact when i am in megadev9 configuration window i choose the path of raw file and the size but when i click ok the raw image is always a 0 Kb .raw image. Where is the problem? |
|
|
|
|
|
#91 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
tich : that's normal, the IDE has a 16-bit bus and the HDD programs use 16-bit reads / writes only. aneppe : that's normal too. You must launch a program in PCSX2 and the HDD file will be zero-filled.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
|
|
|
|
|
|
#94 (permalink) |
|
PCSX2 BIG FAN
![]() Join Date: Jul 2006
Location: Lebanon
Posts: 68
|
NHerve, Thx for your reply. But what about the "Switch(addr)" statement? it clearly denotes that some addresses point to specific registers. I fully understand that, but why in "Default:" ( when addr doesn't point to a specific register), the plugin does nothing? Shouldn't it "write" to the HDD file at the specified addr?
__________________
PC: INTEL Pentium D 3.4 GHz , 1GB DDR2 Kingston, Geforce 7600GS 512MB PCI-X , Win XP Pro SP2 PS2: SCPH-70012 v12 USA Last edited by tich; August 23rd, 2008 at 12:10.. Reason: Forgot something :p |
|
|
|
|
|
#95 (permalink) |
|
B( o Y o )BS!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2002
Location: Spain
Posts: 892
|
tich: the hardware registers have nothing to do with the data itself. when the game writes to the registers, it's "sending" data to the IDE controller. to actually access the data IN the disk, the game needs to send a "read sectors" or "write sectors" command, and then wait for the controller to give it the sectors (assuming DMA is enabled, this happens automatically, without the program needing to actively read the stuff itself).
__________________
"There's only one absolute truth in our world: shït happens." - Gigaherz (whoever decided "s-h-i-t" is a obscene word needs to grow up a few years) The Book and other stories: Tears of Fantasy - An Online Book... by ME! MetaLife, Inc. (intro) SubGaea (intro) Crow Blade (intro for now) Memories - Prayer from the fallen hearts. My weblog... not like if there was too much to read on it tho. For anyone interested, there's a mirc script which converts "/me 's" into " * nickname's whatever" and adds a nice "/my" command. |
|
|
|
|
|
#97 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
Version 1.0.1 is out ! Don't wait ! Download it ! Read first post to know the changes. Most noticeable change is that the games that need a Sony HDD will (or at least should) now work without needing to be patched ! EDIT : GiGaHeRz : I tested your plugin. It works perfect now. I ran BIOS with empty drive, then inserted a game and the game has been perfectly detected, I've even been able to run it ! But BIOS doesn't work with the experimental version that has the CDVD fix. EDIT2 : I've just discovered that the PS2 BIOS has HDD managing functions. In next version I'll attempt to get it recognizing the HDD.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
Last edited by Luigi__; August 31st, 2008 at 20:29.. Reason: Automerged Doublepost |
|
|
|
|
|
#98 (permalink) |
|
PCSX2 BIG FAN
![]() Join Date: Jul 2006
Location: Lebanon
Posts: 68
|
mm it seems that formatting is much faster now, i dunno if it's caused by the prior zero-filling of the HDD or by optimizations to the plugin. But nice work NHervé, keep it up
__________________
PC: INTEL Pentium D 3.4 GHz , 1GB DDR2 Kingston, Geforce 7600GS 512MB PCI-X , Win XP Pro SP2 PS2: SCPH-70012 v12 USA |
|
|
|
|
|
#100 (permalink) |
|
Registered User
![]() ![]() Join Date: Oct 2007
Location: ?
Posts: 174
|
hi NHervé i have a problem with the plugin the games hdloader and thie bios cannot detect my hdd what is the problem this is my configuration untitled.JPG snap001.jpg snap002.jpg snap003.jpg
__________________
Spoiler:
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|