Dreamcast GDRom Diver emulator!

Discussion in 'Sega Dreamcast Development and Research' started by Anthony817, Aug 9, 2011.

  1. Anthony817

    Anthony817 Familiar Face

    Joined:
    May 12, 2010
    Messages:
    1,078
    Likes Received:
    535
  2. dakangel

    dakangel Member

    Joined:
    Aug 21, 2010
    Messages:
    8
    Likes Received:
    4
    Easy man, take it easy, it's just a prototype. Even Deunan said that if you only want a free gd game emulator this will be only keep for his makaron tests.

    It's a great thing but is very early.
     
  3. Anthony817

    Anthony817 Familiar Face

    Joined:
    May 12, 2010
    Messages:
    1,078
    Likes Received:
    535
    Yeah he just said that now, not when I posted this 2 hours ago. I know I should have never told anybody and let him do what he wanted with it.

    I was just posting Dreamcast news like I always do. Even with the SD adapters nobody ever mentioned pirating, we always said you have to rip your own GDR's

    I agree though, shouldn't have jumped the gun, but I was only posting this where it was relevant to others.
     
    Last edited: Aug 9, 2011
  4. angelwolf71885

    angelwolf71885 Dauntless Member

    Joined:
    Jun 5, 2010
    Messages:
    795
    Likes Received:
    6
    this is interesting news hopefully he will detail how he did it
    and maybe it could be ported to an Adriano compatible system
     
  5. Mystical

    Mystical Resolute Member

    Joined:
    May 3, 2011
    Messages:
    935
    Likes Received:
    35
    very interesting
     
  6. 8bitplus

    8bitplus Gutsy Member

    Joined:
    Feb 25, 2008
    Messages:
    476
    Likes Received:
    48
    does it plug in to the modem port? or is that just for the development of the thing?
     
  7. Anthony817

    Anthony817 Familiar Face

    Joined:
    May 12, 2010
    Messages:
    1,078
    Likes Received:
    535
    From his site he says this.

    So for now I think he soldered it to the board but plans on using a connector so it just plugs into the system later on.
     
  8. APE

    APE Site Supporter 2015

    Joined:
    Dec 5, 2005
    Messages:
    6,416
    Likes Received:
    138
    Its an altera FPGA. I'm not familiar with that specific model myself but that is how he did it. Time, energy, and likely a lot of VHDL.

    EDIT: If I'm understanding his wording right (seems a bit odd) its a Cyclone II.
     
    Last edited: Aug 10, 2011
  9. Anthony817

    Anthony817 Familiar Face

    Joined:
    May 12, 2010
    Messages:
    1,078
    Likes Received:
    535
  10. APE

    APE Site Supporter 2015

    Joined:
    Dec 5, 2005
    Messages:
    6,416
    Likes Received:
    138
    I'm sure there are FPGAs out there fast enough, the problem is that they tend to be a bit expensive.
     
  11. angelwolf71885

    angelwolf71885 Dauntless Member

    Joined:
    Jun 5, 2010
    Messages:
    795
    Likes Received:
    6
    i dont think they are that expensive then tincy and ardrinos tend to be speedy and popular and they dont really break 100 bucks often
     
  12. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    Are you joking? Arduinos are basically the same as PIC chips, they's slow and have a maximum of 18 pins, how're you going to interface with a propietry CDROM interface and an SD Card and RAM with 18 pins and something that can just about flash a few LEDs on and off.
    CDROMs transfer data at ~3MBPS, arduino can just about manage serial at 115Kbps from what I remember.
     
  13. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309

    ^ this

    Arduinos are no where near powerful enough to have any chance of doing this. Ever.
     
  14. H360

    H360 Familiar Face

    Joined:
    Mar 5, 2011
    Messages:
    1,474
    Likes Received:
    1
    :-(

    hahaha. Arduino's can not do what an FPGA can do man...

    The Arduino, has a very slow microcontroller with a limited amount of digital and analog inputs / outputs.

    It is just out of the question to use one for this project.



    Above all that, what he has done is excellent. Again, this is what I am now trying to acheive for my PS1 SD Card System.

    http://www.haunted360.com/development-alterafpga.html

    The board he is using, is an Altera DE1. You can see, he is using an external clock and not one of the 3 on-board oscillators.

    Yes. It is a Cyclone II. It is actually a EP2C20F484C7 FBGA with 484 pins. It features,

    1.2 volts core voltage,
    18752 LE's,
    315 I/O,
    239616 Memory Bits,
    52 Embedded Multipliers,
    4 PLL's
    and 16 Global Clocks.
     
  15. erkan

    erkan Spirited Member

    Joined:
    Oct 2, 2010
    Messages:
    143
    Likes Received:
    1
    PM me when its finished and I can order one, then give me directions to the online poll for the Saturn version :)
     
  16. Melchior

    Melchior Rapidly Rising Member

    Joined:
    Jun 12, 2011
    Messages:
    79
    Likes Received:
    3
    Strange I was just wondering what happened to the DC IDE project.

    There was a complete Modembus-to-ISA-to-IDE adapter built with nothing but common TTL parts and
    scavenged connectors.

    Using a FPGA is only needed to emulate the GD drive logic/software, correct ?

    I think a practical GD-ROM replacement needs to patch the bios / interrupt routines and then have some simple CPLDs as glue logic to a CF-IDE drive. (Or IDE to SATA converter)

    A MCU plus some cheap CPLDs and EEPROM with a fancy software can do all that ~
    (the software becomes the complex component then... real-time interrupt patching and the horror )
     
  17. Anthony817

    Anthony817 Familiar Face

    Joined:
    May 12, 2010
    Messages:
    1,078
    Likes Received:
    535
    Correct, he should be trying to shrink it down in size with a much cheaper board later too, for now this is only a prototype for developing, so still might be some time till it is released, but he said he is interested in selling them for a profit.
     
  18. UprightCarrot

    UprightCarrot Member

    Joined:
    Aug 19, 2011
    Messages:
    8
    Likes Received:
    0
    Anyone have another contact for him other than livejournal?
     
  19. H360

    H360 Familiar Face

    Joined:
    Mar 5, 2011
    Messages:
    1,474
    Likes Received:
    1
    I do. But he is extremely busy.
     
  20. APE

    APE Site Supporter 2015

    Joined:
    Dec 5, 2005
    Messages:
    6,416
    Likes Received:
    138
    :rolleyes:

    Which just means any e-mail sent will be returned when he is available to write a reply.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page