FyyGame

JB2 True Blue Dongle
PS3 JB-King Dongle
JB2USB Dongle
E3 Flasher
Xbox 360 Modchips
Wii Controller






Results 1 to 10 of 11
\r\n
\r\n
\r\n
\r\n \r\n
\r\n Ploggy\r\n \r\n
Ploggy is online now\r\n\r\n \r\n
\r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n Ploggy\'s Avatar\r\n \r\n
\r\n \r\n \r\n
\r\n
\r\n
Join Date
Jul 2011
\r\n
Location
The Valleys
\r\n \r\n
Posts
164
\r\n \r\n
Total Thanks Given
161
\r\n
Total Thanks Received
123
\r\n
Total Thanked Posts
76
\r\n \r\n
\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n \r\n \r\n

\r\n Retro Old-School Dreamcast GDrom Emulating Device (GD Proto V2)\r\n

\r\n \r\n\r\n\r\n \r\n \r\n
\r\n
\r\n
\r\n This is from Deunan, the guy who makes the Makaron Emulator.
\n
\n
\n
\r\n
\r\n
\r\n
\r\n \r\n Let there be light:
\noriginal.jpg
\nAnd there was light:
\noriginal.jpg
\nMore pictures to follow soon
\n
\nStatus so far:
\nVoltage regulators - check
\nMCU starts - check
\nBootloader operational using 3V3 UART - check
\nMCU JTAG - check
\nC runtime stub + simple exception handling - check
\nStatus LEDs - check
\nUART 115200 8N1 console - check
\nInterrupts - check (need to investigate if registers are really properly saved though)
\nExternal RAM - check (problem found, should be fixed now)
\nHigh speed SD interface - in progress
\n
\nRandom fun fact: Many SD/SDHC cards exhibit various little quirks in SPI mode so the code needs to be aware of those to work properly in every case. One would think the native SD protocol is so tightly standardized that there should be no such surprises. Well, I just found a bunch of 2GB Kingston SDs that respond to ACMD41 with bad CRC7...
\n
\nEDIT: Turns out the R3 answer is the only one not protected by CRC7, that space is marked as reserved and just filled with all-ones. I\'m still not getting the busy bit within reasonable times on these Kingstons but I suppose reading the docs few more times might teach me something new again.
\n
\nAnyway, here\'s the actual thing:
\noriginal.jpg
\nNow it\'s a proper prototype, with all these wires and blinking LEDs. A few things are still missing on the PCB but right now I need to get SD protocol working so I can fetch FPGA configuration image and test it.
\n
\nEDIT:
\n
\nHigh speed SD interface - check
\nDMA on SD i/f - check
\nBasic FAT support - check
\nFPGA - in progress
\n
\nI\'m using my own FAT library, which has no write support but it was designed to be fast while consuming as little RAM as possible. In fact current SD cards are so fast it makes sector buffering impractical, since the lookups and LRU queues kill any gains with additional overhead. I suppose it\'d be different if the CPU was clocked above some 400MHz and had some fast L1 cache.
\nRight now I get average of ~10MB/s in test that seeks to random part of 1.2GB file and reads 1-3500 consecutive 2352-byte long chunks. This is to simulate RAW image reads for GD-ROM. So pretty well I\'d say, a nice boost compared to 2.5MB/s I got over SPI.
\n
\nThe native SD interface required a pretty much complete rewrite of some code, so I\'m not 100% sure it\'s stable and all, but seems to work for hours without problems so far.\r\n \r\n
\r\n
\r\n

\nUpdate
\n
\n
\r\n
\r\n
\r\n
\r\n \r\n And behold, it was very good...
\n
\nOkay folks, since there are so many questions about the GD-EMU project and noone can be bothered to read the answers from the time I showed you my first iteration of the idea, here it is all again:
\n
\n1) Ready when?
\nNo idea. I would not be making a custom PCB and ordering new parts and working on it if I didn\'t belive it can be done, but at the same time I cannot (and will not) make any promises about delivery dates. Obviously though if I can\'t make it work as I\'d like in the next few months it\'s going to be shelved again.
\n
\n2) How much?
\nAgain, no idea. In fact it\'s not even decided I will be selling those. If it doesn\'t seem like I can turn a profit without investing all my free time into it, I\'ll just stop at prototype phase. While I understand that it would upset many of you, I\'m not a charity worker. It\'s one thing to code a free application and share it with the world and quite another manufacturing a hardware device for sale.
\n
\nAll I can say right now is the prototype is pretty expensive (compared to a price of a working, pre-owned Dreamcast). But that is true for all prototypes. Things get considerably cheaper when mass-produced. Then again it\'s quite possible the first batches will still be priced higher because of low volume of sales - I\'m sure as hell not going to invest my own money into this.
\n
\n3) Kickstarter? Preorders?
\nWhile Kickstarter seems like a good option, it\'s a no-no because I\'m not a US resident. End of story right there. I will also not take any kind of preorders (or other money offers) until I\'m certain the device will work and can be manufactured in suitable quantities. Things get serious when money are involved and I\'m a rather cautious person.
\n
\n4) Features?
\nIt will be a 100% compatible replacement for GD-ROM drive, except using SD cards. It might offer better loading times but otherwise will function in the same way. It\'s meant to provide a backup solution for the laser and other mechanical parts of the drive which are no longer in production and fail after so many years of use. While many of you will interpret this last sentence as "it will play game rips" I\'d like to point out that I never condoned software piracy. I think I made my point clear when I refused to fix any bugs in Makaron that were related to CDI rips of the games (as opposed to proper GDI images). Many of these "bugs" were actually how the rips worked on a real console, although these could be somewhat helped if I wanted to. But I didn\'t. So, if you are/were a Dreamcast user then you should be familiar with region locks, video cable restrictions, bootable (or not) homebrew, etc. Using GD-EMU will not remove/help with any of these. You might try image patching, sure, but I will not give any support for these modifications if there are any problems.
\n
\nAs for user interface - I like simple things that work as expected. I\'ve seen too many projects that looked nice but didn\'t deliver what was promised in the first place. My goals are perfect compatibility and stability. Anything else is extra. I think 2 buttons is enough to select which game on the card should be "inserted".
\nIf that\'s not enough for you, code a good Dreamcast app that will select games from the card - it can be put as the first image on it, which will boot by default. Then we can talk about how to make the hardware do what the app/user wants.
\n
\n5) USB link to PC?
\nThat\'s in plans, but no work has been done yet. I\'m not even sure the USB port on the prototype works properly So, eventually yes, but probably not from the start. USB host support (as in USB HDDs and FLASH drives) is probably not going to happen. Did I mention I like simple solutions?
\n
\n6) Other features?
\nWell, if it ever happens that I make tons of profit on these things, which I doubt, I might reconsider my stance on UI, USB host, and other things. But that would have to be a considerable amount of money to motivate me
\n
\n7) Open source?
\nHighly unlikely. If only because some people could just take all my work and start selling their own devices. While I\'m not stopping anyone from creating a different/better project, they better be prepared to spend as much time on it as I have. I\'ve already helped many people by sharing important bits and pieces of info, and even programs made by me. There is goodwill and there is stupidity - and I have to say that more often than not I\'ve came to regret my decisions. Once burned...
\n
\n8) Pics or it didn\'t happen.
\nThere are photos of my all-FPGA approach on this blog, and even some short movies on YT of it working (with minor issues) if you know where to look. I will post pictures of the V2 prototype connected once it actually does work. I\'m redoing much of my FPGA code and this might take some time as I want to try another approach.\r\n \r\n
\r\n
\r\n

\n
\nFrom what I understand this is a Dreamcast GDrom Emulating Device. (Similar to the Wii\'s WODE)
\nAs far as I know this is the first device of it\'s kind for the dreamcast and Deunan says he may sell them once they are finished So if you have a Dreamcast with a dodgy reading drive or if you just like the thought of playing your dreamcast games from SD card, This is something to keep an eye out for.
\n
\n
\n
\nSource:
\nhttp://dknute.livejournal.com/41023.html
\nhttp://dknute.livejournal.com/41336.html\r\n
\r\n
\r\n\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n -' + '->\r\n
\r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
\r\n
\r\n
\r\n\r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following User Says Thank You to Ploggy For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-05-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50401] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #2\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n gDrive\r\n \r\n
    gDrive is online now\r\n\r\n \r\n
    \r\n \r\n aka gString (by Misfit)\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n gDrive\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n \r\n \r\n
    Posts
    3,186
    \r\n \r\n
    Total Thanks Given
    10,580
    \r\n
    Total Thanks Received
    3,667
    \r\n
    Total Thanked Posts
    1,850
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: aha360\r\n \r\n \r\n PSN ID: g4ce-1080 \r\n \r\n \r\n \r\n Steam ID: xenomorph1989\r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n Ploggy
    \nIf there was EmuCrunch or DCCrunch, I\'d frontpage it right away!
    \n
    \nCheers! \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    -(Be Very Careful Around This Dude, he is out for Revenge)-
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following User Says Thank You to gDrive For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n Ploggy (09-05-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50403] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #3\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n GaryOPA\r\n \r\n
    GaryOPA is online now\r\n\r\n \r\n
    \r\n \r\n Administrator\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n GaryOPA\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jun 2011
    \r\n
    Location
    Tropical Island
    \r\n \r\n
    Posts
    1,497
    \r\n \r\n
    Total Thanks Given
    176
    \r\n
    Total Thanks Received
    5,349
    \r\n
    Total Thanked Posts
    1,121
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: garyopa\r\n \r\n \r\n PSN ID: opagary \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Quote Originally Posted by gDrive\r\n View Post\r\n
    \r\n
    Ploggy
    \nIf there was EmuCrunch or DCCrunch, I\'d frontpage it right away!
    \n
    \nCheers!
    \r\n \r\n
    \r\n
    \r\n
    I been in private talks, with a number of old-time sceners, and we are close to launching a RETRO site.
    \n
    \nIn the meantime, I will get one of my news writers on MaxConsole to post it.\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 6 Users Say Thank You to GaryOPA For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-05-2012), Misfit (09-05-2012), pete_uk (09-11-2012), Ploggy (09-05-2012), STLcardsWS (09-14-2012), traube (09-05-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50406] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #4\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n gDrive\r\n \r\n
    gDrive is online now\r\n\r\n \r\n
    \r\n \r\n aka gString (by Misfit)\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n gDrive\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n \r\n \r\n
    Posts
    3,186
    \r\n \r\n
    Total Thanks Given
    10,580
    \r\n
    Total Thanks Received
    3,667
    \r\n
    Total Thanked Posts
    1,850
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: aha360\r\n \r\n \r\n PSN ID: g4ce-1080 \r\n \r\n \r\n \r\n Steam ID: xenomorph1989\r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Quote Originally Posted by GaryOPA\r\n View Post\r\n
    \r\n
    I been in private talks, with a number of old-time sceners, and we are close to launching a RETRO site.
    \n
    \nIn the meantime, I will get one of my news writers on MaxConsole to post it.
    \r\n \r\n
    \r\n
    \r\n
    Nice idea Gary, and speaking of that, what\'s happening with the PSP/Vita/Wii/WiiU sites?\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    -(Be Very Careful Around This Dude, he is out for Revenge)-
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following User Says Thank You to gDrive For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50408] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #5\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Ploggy\r\n \r\n
    Ploggy is online now\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Ploggy\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n
    Location
    The Valleys
    \r\n \r\n
    Posts
    164
    \r\n \r\n
    Total Thanks Given
    161
    \r\n
    Total Thanks Received
    123
    \r\n
    Total Thanked Posts
    76
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n I seriously cant wait for this. Iv\'e been hoping for ages something like this could/would be made, and now it\'s happening. = Brill
    \n
    \nI hope the guy does decide to sell them and they are affordable, I\'d rip my dead GD Drive out and throw one of these in no probs.\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 2 Users Say Thank You to Ploggy For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-05-2012), pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50432] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #6\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Misfit\r\n \r\n
    Misfit is offline\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Misfit\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Sep 2011
    \r\n \r\n \r\n
    Posts
    412
    \r\n \r\n
    Total Thanks Given
    249
    \r\n
    Total Thanks Received
    345
    \r\n
    Total Thanked Posts
    191
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n Better then the current SD option on DC, that was a bitch of a job plus you need a boot cd. I\'m interested in this definately. At the end of the day, my friends still want to play powerstone with four players\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following User Says Thank You to Misfit For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-06-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50890] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #7\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Bootlegninja\r\n \r\n
    Bootlegninja is online now\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Bootlegninja\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n
    Location
    The internet
    \r\n \r\n
    Posts
    195
    \r\n \r\n
    Total Thanks Given
    59
    \r\n
    Total Thanks Received
    214
    \r\n
    Total Thanked Posts
    106
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: Illegal Boot\r\n \r\n \r\n PSN ID: bootlegninja \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Quote Originally Posted by GaryOPA\r\n View Post\r\n
    \r\n
    I been in private talks, with a number of old-time sceners, and we are close to launching a RETRO site.
    \r\n \r\n
    \r\n
    \r\n
    I\'d love to see the old ps1 and ps2 section of psx-scene liberated for that project. Friggen gold mine of stuff for those old systems.\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    If you need help, please use the forums, not my PM inbox
    \r\n
    \r\nBootlegninja - Doing shit the wrong way for the right reasons online since 2005.
    \r\nAnd still throwing two middle fingers up cause I don\'t give a fu*k!
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 2 Users Say Thank You to Bootlegninja For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-10-2012), pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50893] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #8\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n GaryOPA\r\n \r\n
    GaryOPA is online now\r\n\r\n \r\n
    \r\n \r\n Administrator\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n GaryOPA\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jun 2011
    \r\n
    Location
    Tropical Island
    \r\n \r\n
    Posts
    1,497
    \r\n \r\n
    Total Thanks Given
    176
    \r\n
    Total Thanks Received
    5,349
    \r\n
    Total Thanked Posts
    1,121
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: garyopa\r\n \r\n \r\n PSN ID: opagary \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Quote Originally Posted by Bootlegninja\r\n View Post\r\n
    \r\n
    I\'d love to see the old ps1 and ps2 section of psx-scene liberated for that project. Friggen gold mine of stuff for those old systems.
    \r\n \r\n
    \r\n
    \r\n
    Could be done I think. -' + '- Now that even an SD adapter for PS1 is in the works! - Hey PS1 and PS2 is still #1 in gaming machines in DR! -' + '- You can imagine the number of FreeMcBoot\'s I see running around here, shame to keep seeing the \'psx-scene\' logo on it. -' + '- By the way, I still control and own http://freemcboot.info and http://openps2loader.info\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 3 Users Say Thank You to GaryOPA For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-10-2012), Misfit (09-10-2012), pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50903] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #9\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Ploggy\r\n \r\n
    Ploggy is online now\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Ploggy\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n
    Location
    The Valleys
    \r\n \r\n
    Posts
    164
    \r\n \r\n
    Total Thanks Given
    161
    \r\n
    Total Thanks Received
    123
    \r\n
    Total Thanked Posts
    76
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n I was reading about that PSIO project last night, unbelievable. There must be something in the water lol
    \nThey seem to be working on their own DC version and a PS2 version as well.
    \n
    \nmore things to look forward to. I love it
    \n
    \nGary if you are going to go ahead with the addition of a Retro forum, what about RetroCrunch?\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 2 Users Say Thank You to Ploggy For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-10-2012), pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[50959] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #10\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Bootlegninja\r\n \r\n
    Bootlegninja is online now\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Bootlegninja\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Jul 2011
    \r\n
    Location
    The internet
    \r\n \r\n
    Posts
    195
    \r\n \r\n
    Total Thanks Given
    59
    \r\n
    Total Thanks Received
    214
    \r\n
    Total Thanked Posts
    106
    \r\n \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    Gamer IDs
    \r\n
    \r\n
    \r\n \r\n Gamertag: Illegal Boot\r\n \r\n \r\n PSN ID: bootlegninja \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Quote Originally Posted by GaryOPA\r\n View Post\r\n
    \r\n
    Could be done I think. -' + '- Now that even an SD adapter for PS1 is in the works! - Hey PS1 and PS2 is still #1 in gaming machines in DR! -' + '- You can imagine the number of FreeMcBoot\'s I see running around here, shame to keep seeing the \'psx-scene\' logo on it. -' + '- By the way, I still control and own http://freemcboot.info and http://openps2loader.info
    \r\n \r\n
    \r\n
    \r\n
    Now that\'s love. If it can happen on the old school forums from there I definately need to see I can contact jimmi on a splash change in the sources. Or at least see if we can get it canged to freemcboot.info.
    \n
    \nAnd the SD adapter is interesting for the PS1. Think you could get a hold of them and see if it could be USB 2.0 instead of SD? The size of the game collections would be nuts unless they are going for a game a SD card.
    \n
    \nEdit - Oh, don\'t know if you seen my reply about moderating here for ya. \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    If you need help, please use the forums, not my PM inbox
    \r\n
    \r\nBootlegninja - Doing shit the wrong way for the right reasons online since 2005.
    \r\nAnd still throwing two middle fingers up cause I don\'t give a fu*k!
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n
  • \r\n
    \r\n
    \r\n \r\n

    \r\n \r\n The Following 3 Users Say Thank You to Bootlegninja For This Useful Post:\r\n \r\n

    \r\n
    \r\n
    \r\n
    \r\n gDrive (09-10-2012), Misfit (09-11-2012), pete_uk (09-11-2012) \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
  • '; pd[51076] = '\r\n
  • \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n #11\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n Misfit\r\n \r\n
    Misfit is offline\r\n\r\n \r\n
    \r\n \r\n Senior Member\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Misfit\'s Avatar\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    Join Date
    Sep 2011
    \r\n \r\n \r\n
    Posts
    412
    \r\n \r\n
    Total Thanks Given
    249
    \r\n
    Total Thanks Received
    345
    \r\n
    Total Thanked Posts
    191
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n What makes the DC still so useable to me is the use of VGA with or without modding, the games actually look fine on 480p with an hdtv. Sure it would be nice to have replacement drives via sd on other consoles, but the dc deserves something like this. I mean this is a definite purchase if it\'s completed\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n -' + '->\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Reply With Quote Reply With Quote \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n -' + '->\r\n
    \r\n
    \r\n
    \r\n
  • \r\n\r\n '; // next/previous post info pn[50395] = "51076,50401"; pn[0] = ",50395"; pn[50401] = "50395,50403"; pn[50403] = "50401,50406"; pn[50406] = "50403,50408"; pn[50408] = "50406,50432"; pn[50432] = "50408,50890"; pn[50890] = "50432,50893"; pn[50893] = "50890,50903"; pn[50903] = "50893,50959"; pn[50959] = "50903,51076"; pn[51076] = "50959,50395"; // cached usernames pu[0] = guestphrase; pu[1383] = "Ploggy"; pu[1252] = "gDrive"; pu[898] = "GaryOPA"; pu[2775] = "Misfit"; pu[1357] = "Bootlegninja"; // -->

    Threaded View

    1. #11
      Senior Member
      Join Date
      Sep 2011
      Posts
      412
      Total Thanks Given
      249
      Total Thanks Received
      345
      Total Thanked Posts
      191
      What makes the DC still so useable to me is the use of VGA with or without modding, the games actually look fine on 480p with an hdtv. Sure it would be nice to have replacement drives via sd on other consoles, but the dc deserves something like this. I mean this is a definite purchase if it's completed


     

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  


    VGC Repairs

    Team Xecuter
    Maximus Products
    CR v3 Lite
    CR Rev C
    iPhone Parts
    Console Parts

    Game Console Repairs

    Team-Xecuter Tools
    X360 Repair Parts
    PS3 Repair Parts
    X360 JTAG/RGH Mods
    PS3 Repairs
    X360 Repairs

    Powered by vBadvanced CMPS v4.2.0
    Back to top