Page 6 of 20 FirstFirst ... 234567891016 ... LastLast
Results 51 to 60 of 191

Thread: jEnesisDS 0.6

                  
   
  1. #51

    Default

    Just amazing. great work.

  2. #52

    Default

    Great!!! So when is the Full-speed, sound enabled, 100% accurate Xbox 360 emu coming out? The NDS is PLENTY powerfull enough :-D

    Have fun over there and thanks for more fun stuff to do on the DS

  3. #53
    DCEmu Newbie
    Join Date
    Dec 2007
    Posts
    43
    Rep Power
    0

    Default

    I noticed something really interesting. Contra Hard Corps actually looks better than it does on the original Genesis! On the first stage, during the fight with the giant Godzilla-sized robot, the animation is much smoother. I remember on the original game that the robot sprites would look a little chunky as they tilted back and forth, but on the emulator they bend and twist smoothly, with no chunkiness, like a really good mode-7 effect. Does anyone have any idea why this is?

    Anyway, this emulator is amazing. Awesome work! Thank you!

  4. #54
    DCEmu Newbie andytjm's Avatar
    Join Date
    May 2007
    Posts
    14
    Rep Power
    0

    Default

    Wow great work. The sound is perfect, this is much better than picodrive. Well done!

  5. #55
    DCEmu Coder
    Join Date
    Mar 2006
    Posts
    21
    Rep Power
    0

    Default

    Nice optimization you have made to jenesis, Lordus
    I will finally get my first DS linker tonight and I can't wait to test which seems to be the best genesis emulator available on this platform !

    I'm also curious, how hard is it to code on DS and what are the most significant HW restriction regarding a genesis emulator ?


  6. #56
    DCEmu Newbie TaN00Ki's Avatar
    Join Date
    Sep 2007
    Posts
    31
    Rep Power
    0

    Default

    Quote Originally Posted by Lordus View Post
    Files are shown in the chronological order they were moved to the SD card (within this order they are sorted alphabetically though). This is just the order they are read from the card, jEnesisDS doesn't sort or remember them. The .sav file doesn't store any information.
    So if you wanted the files to be shown alphabetically sorted, when adding new ones, you'd have to delete the ones already there, and move them all together (including the new files) onto your card again.

    I know this is not really convenient and will see if i can do something about it.
    Viele danke.

    And again congratulation!

  7. #57
    Dcemu Coder
    Join Date
    Feb 2007
    Location
    Germany
    Posts
    75
    Rep Power
    0

    Default

    Quote Originally Posted by eke-eke View Post
    Nice optimization you have made to jenesis, Lordus
    I will finally get my first DS linker tonight and I can't wait to test which seems to be the best genesis emulator available on this platform !

    I'm also curious, how hard is it to code on DS and what are the most significant HW restriction regarding a genesis emulator ?

    Thanks. It's not harder than to code for anything else Of course to get anywhere with the speed, a lot of parts were written in ARM assembler and heavily customized and optimized.
    You'd have to make a lot of compromises and not have compatibility and accuracy as your main goal, except you want a slide show.

    For a HW renderer one main problem is, that the DS doesn't have per tile priority. You can make up for that with its 4 layers, but then you loose the ability to scale in hardware (just 2 layers can). Another thing is, that the maximum layer dimensions are 64x64, so you get into trouble if a game uses 128 cell backgrounds.
    The maybe biggest problem is, that the DS can "only" address 1024 tiles per layer, so you have to find a way to deal with that. You could use 2 layers to display the tiles with higher indices, but you already need them for the priorities..

    Of course there are solutions to most problems, but sometimes they are not really obvious.
    If you decide to work on the DS and have any specific questions, feel free to ask.

  8. #58
    DCEmu Coder Maturion's Avatar
    Join Date
    Aug 2007
    Location
    Munich, Germany
    Posts
    178
    Rep Power
    0

    Default

    Great work, thank you a lot!

  9. #59
    DCEmu Newbie
    Join Date
    Aug 2007
    Posts
    9
    Rep Power
    0

    Default

    Download file is corrupted.

  10. #60
    Dcemu Coder
    Join Date
    Feb 2007
    Location
    Germany
    Posts
    75
    Rep Power
    0

    Default

    Quote Originally Posted by Stash23 View Post
    Download file is corrupted.
    Did you try downloading again? The problem seems to be there just for you. I just downloaded it successfully myself.

Page 6 of 20 FirstFirst ... 234567891016 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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