|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#161 (permalink) |
|
Registered User
Join Date: Aug 2009
Location: Poland
Posts: 1
|
First - thanks for your work. But now you will see lots of beggings for ethernet support ![]() FFXI for PC is just screwed by SE - by require of using 3-D secure cards - so many of EU players just can't pay for a game (lol). The only way to pay is... PlayOnline for PS2 (because of PS2 limitations - no way to require 3-D secure cards ).PlayOnline is kinda free tool - so i can send you link on PM if you will be interested in writing this
|
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#162 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
Yup, sure I'm interested by that PlayOnline tool, if it can help me to add ethernet support to my plugin. ATM I'm unable to do it because I have only one game that's Ethernet-compliant, and this game doesn't run at all under PCSX2 (yup, black screen and nothing. I'm so unlucky )Apart from that, you're welcome
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
|
|
|
|
|
|
#163 (permalink) |
|
Registered User
Join Date: Jul 2009
Location: AR, USA
Posts: 3
|
small patch
This is my patched version of MegaDev9 v1.0.1. All I did was tweak the creation process a bit, to speed up file creation (in theory by 1000x, however real increase is as fast as your system can do it.) Nothing else was modified, so don't expect this to fix any bugs or whatever, as I said, I only modified the raw file creation process Original memory buffer was 1Kbyte, new memory buffer is 1Mbyte, so it creates alot faster. |
|
|
|
|
|
#165 (permalink) | |
|
Registered User
Join Date: Jul 2009
Location: AR, USA
Posts: 3
|
Quote:
fsutil file createnew dev9hdd.raw (sizeinbytes) fsutil file setzerodata offset=0 length=(sizeinbytes) dev9hdd.raw without the () example: Code:
C:\Users\zefie>fsutil file createnew dev9hdd.raw 8388608
File C:\Users\zefie\dev9hdd.raw is created
C:\Users\zefie>dir dev9hdd.raw
Volume in drive C is Windows 7 System
Volume Serial Number is CA72-EE5B
Directory of C:\Users\zefie
09/04/2009 10:43 AM 8,388,608 dev9hdd.raw
1 File(s) 8,388,608 bytes
0 Dir(s) 118,342,463,488 bytes free
C:\Users\zefie>fsutil file setzerodata offset=0 length=8388608 dev9hdd.raw
Zero data is changed
Last edited by zefie; September 4th, 2009 at 16:50.. Reason: typo on command |
|
|
|
|
|
|
#166 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
Wow! That's a nice way to zerofill the HDD image then! I could implement this, however, I'll be using a more intelligent HDD image format in the next versions, which will omit zero-filled sectors (reminder: 1 sector = 512 bytes). The pros are that HDD image creation will be instant, and it will save 512 bytes per blank sector (for a brand new image: lots of space saved!). The cons are that compatibility with programs such as WinHIIP will be broken.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
|
|
|
|
|
|
#168 (permalink) |
|
Formerly NHervé
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
|
The "unknown reg" messages are just some debugging junk. They'll be removed in the next version.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|