Forum: Official FCEUX and SNES9x forums - Discuss FCEUX and SNES9x here.


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: Snes9x for ps2
  

Page 102 of 131 FirstFirst ... 2 52 92 100 101 102 103 104 112 ... LastLast
Results 1,011 to 1,020 of 1304
  1. #1011  
    protomank is offline Member
    Join Date
    Mar 2008
    Location
    Porto Alegre, RS, Brazil
    Posts
    210
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    5
    Looks like it is getting near.

    I want to take a look in your code, once you stabilize it, mostly the new init method (no x modules and support for older consoles), it will help me a lot
    Reply With Quote  

  2. #1012  
    ragnarok2040 is offline Member
    Join Date
    Dec 2002
    Posts
    548
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    3
    Pretty close, .

    I redid the browser listing so it works uniformly per device. It lists device types, like "mc", "mass", "cdfs", "hdd", if their drivers are loaded. Then, based on the type, lists the mountable/connected devices. The "mc" device would list "mc0:" and "mc1:" if you have two memory cards, "mass" lists "mass#" devices or "mass:" for usb modules that don't support multiple drives, "cdfs" just lists "cdfs:", and "hdd" lists the hdd partitions. The next level does any mounting or extra handling needed, and returns the root directory of the device. That just means hdd support is working, .

    There's a weird problem with the "mc" and "mass" device types, where they keep disappearing randomly from the device list. Refreshing the list by browsing to different devices fixes it. I might just switch it to a static list based on loaded device drivers instead of relying on fileXioGetDeviceList(). The fileXioGetStat() function isn't returning properly, either, as it keeps giving me positive return values on success.

    Now just to make sure mounting at startup works, if Snes9x's home directory is in a partition on the hard drive, and doesn't conflict with the browser, and add some polish, .
    Reply With Quote  

  3. #1013  
    SP193's Avatar
    SP193 is online now The fallen spartan...
    Join Date
    May 2009
    Location
    シンガポール
    Posts
    1,954
    Downloads
    0
    Uploads
    0
    Mentioned
    14 Post(s)
    Tagged
    3 Thread(s)
    Likes Given
    33
    Likes Received
    209
    Quote Originally Posted by ragnarok2040 View Post
    There's a weird problem with the "mc" and "mass" device types, where they keep disappearing randomly from the device list. Refreshing the list by browsing to different devices fixes it. I might just switch it to a static list based on loaded device drivers instead of relying on fileXioGetDeviceList(). The fileXioGetStat() function isn't returning properly, either, as it keeps giving me positive return values on success.
    Alternatively, you might want to modify the device drivers to send the EE a signal via the SIF interface when a device was plugged in.

    But yea, a static device list like uLE's might be better and easier to achieve.
    Unmodified SCPH-77006 with SM 3.6
    SCPH-39006 with M-chip modchip, SCPH-10281 NA and refurb Seagate 80GB HDD
    SCPH-10000 v1.00 with SCPH-10190 PCMCIA NA and SCPH-20400 HDD unit
    PS2ESDL v0.823B

    やっほー 汗がひかる♪
    Reply With Quote  

  4. #1014  
    dlsmd is offline Member
    Join Date
    Jul 2006
    Posts
    659
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    hay ragnarok2040 is the internal hdd supported or are we going to have to wait for that one??
    please bare with me dyslexia is a pain
    Reply With Quote  

  5. #1015  
    ragnarok2040 is offline Member
    Join Date
    Dec 2002
    Posts
    548
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    3
    I managed to fix the device types list by using a dynamically created list, based on loaded drivers. If a device driver is loaded, but no devices are present, it's possible to go back and pick another device type. I also fixed a small problem if the home directory is on a hard drive partition.

    The internal hdd is supported, . It has to be enabled in the snes9x.cfg, though. There are two ways to do that:
    1) Set "PS2.Home.Partition" to a partition name, for mounting, and set "PS2.Home.Directory" to a "pfs0:/" based path. The hdd modules are loaded prior to mounting the partition.
    2) Set "PS2.Devices.HDD" to "true", which loads the hdd modules at startup.
    Reply With Quote  

  6. #1016 Thumbs up  
    Rockstar1983's Avatar
    Rockstar1983 is offline Legend in My Own Mind
    Join Date
    Jul 2008
    Location
    Southern Wisconsin, USA
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by SP193 View Post
    Alternatively, you might want to modify the device drivers to send the EE a signal via the SIF interface when a device was plugged in.

    But yea, a static device list like uLE's might be better and easier to achieve.
    I'll second this statement. Simple is good!

    uLE doesn't look flashy, but it gets the job done. Same with your port of FCEU, Ragnarok. I'd cast a vote for a uLE-styled UI, and if it has to look different from FCEU, perhaps a different color for the background and/or text would do the trick.

    (I'm trying to be good and wait patiently, but all these updates have put me on pins and needles... )
    Games, Guitars, or Girls... choose any two.
    Reply With Quote  

  7. #1017  
    Dangwoot is offline Banned
    Join Date
    Dec 2003
    Location
    Climbing In Your Windows.
    Posts
    1,914
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    96
    just wanted to stop by this thread and say a very warm thank you to ragnarok for putting so much time and effort into this emulator...and allthough i moved onto the ps3 and it's emulators this project will be one of the best projects for the ps2!
    Reply With Quote  

  8. #1018  
    dlsmd is offline Member
    Join Date
    Jul 2006
    Posts
    659
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Quote Originally Posted by ragnarok2040 View Post
    I managed to fix the device types list by using a dynamically created list, based on loaded drivers. If a device driver is loaded, but no devices are present, it's possible to go back and pick another device type. I also fixed a small problem if the home directory is on a hard drive partition.

    The internal hdd is supported, . It has to be enabled in the snes9x.cfg, though. There are two ways to do that:
    1) Set "PS2.Home.Partition" to a partition name, for mounting, and set "PS2.Home.Directory" to a "pfs0:/" based path. The hdd modules are loaded prior to mounting the partition.
    2) Set "PS2.Devices.HDD" to "true", which loads the hdd modules at startup.
    sweet

    Quote Originally Posted by Rockstar1983 View Post
    (I'm trying to be good and wait patiently, but all these updates have put me on pins and needles... )
    same here
    please bare with me dyslexia is a pain
    Reply With Quote  

  9. #1019  
    ragnarok2040 is offline Member
    Join Date
    Dec 2002
    Posts
    548
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    3
    GUI's pretty much done, for the basics of browsing and loading a rom, skin, and settings. Just need to finish up testing on Snes9x, and make sure its parts are working, . That should be done tomorrow, if things go well.
    Reply With Quote  

  10. #1020  
    JNABK's Avatar
    JNABK is offline Member
    Join Date
    Sep 2004
    Location
    <<< I'm right over there!
    Posts
    4,920
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    Oh that sounds great rag! I been refraining from posting as i didnt want to contribute to the other "mouth watering" comments about our anticipation for this and the NES emu, but see'ing that your on the edge of a release, i'm posting my appreciation and enthusiasm, along with a heartfelt thanks for the time and effort you so persistantly endured over the years.
    PS2 Consoles:
    SCPH-30001 [V4] - unmodded (2)
    SCPH-30001-R [V5] DMS4 Pro SE
    SCPH-50001-N [V9] CC 2.0 SLE
    SCPH-79001 [V16] Silver - unmodded

    Reply With Quote  

Page 102 of 131 FirstFirst ... 2 52 92 100 101 102 103 104 112 ... 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
  •