Page 8 of 10 FirstFirst ... 45678910 LastLast
Results 71 to 80 of 91

Thread: Dosbox to Dreamcast?

                  
   
  1. #71
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    38
    Posts
    4,675
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    Small update. I have rewritten all of the file accessing functions in the program so now any game that write temp files or reads from multiple files and works on the PC version should work on the DC version. After fixing file reading I found that BCW still dosnt work =P oh well, i dont know if it does on the PC version either hehe. Oh and I tested burgertime. It gets to the splashscreen then dies. Im gonna look for a bunch of the games you people are asking about and see if they will play. I doubt it though as the PC version dosnt seem to support much. ATM Im just trying to get the DC version to play everything the PC version does.

    oh, and i tested Styx, which is another game it is supposed to run, and it does but with graphical corruption.
    If anyone is looking to buy, sell, trade games and support a developer directly at the same time, consider joining Goozex. Enjoy!

  2. #72
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,434
    Blog Entries
    3209
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    lets hope Compatibility can be improved

  3. #73

    Default Re: Dosbox to Dreamcast?

    PLEASEEEEEEE Test if any of the old Mortal Kombat gamnes run on it ;D

  4. #74
    DCEmu Coder
    Join Date
    Apr 2004
    Location
    Botoru Battalion
    Age
    52
    Posts
    257
    Rep Power
    78

    Default Re: Dosbox to Dreamcast?

    oh, and i tested Styx, which is another game it is supposed to run, and it does but with graphical corruption.
    What I find strange is the corruption on the games
    the CGA/VGA emulation code looks good.. are these
    games using character graphics??
    The thing is, on Moonbugs they keyboard works. F keys and all. Its controls are the direction keys and F1 to fire. Same thing with Exterminator.
    I noticed that on the PC version as well.. strance the
    other games that use the f keys ignore the input..

    I had put the link up to centipede on a previous post. you could try it out as well.. some corruption, and the fkey problem.

  5. #75
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    38
    Posts
    4,675
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    Well thanks to Toh-Ava, the problem in Round42 has been fixed. One line of code, go figure =P.

    Now Round42, Moonbugs, and Exterminator all work fine.
    If anyone is looking to buy, sell, trade games and support a developer directly at the same time, consider joining Goozex. Enjoy!

  6. #76
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,434
    Blog Entries
    3209
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    nice work, do you have webspace or need it for any future releases?

    i can sort it out in a flash when needed.

    Makes you wonder if more games a re playable now

  7. #77
    DCEmu Coder
    Join Date
    Apr 2004
    Location
    Botoru Battalion
    Age
    52
    Posts
    257
    Rep Power
    78

    Default Re: Dosbox to Dreamcast?

    [quote author=quzar link=board=Dev;num=1090772610;start=60#74 date=07/29/04 at 19:35:01]Well thanks to Toh-Ava, the problem in Round42 has been fixed. One line of code, go figure =P.
    [/quote]

    Yeah.. but there's ALOT of lines of code.. I see the this
    kinda like a line in a linestack :P scenario..

    good news.. curiosity, what was the fix?


  8. #78
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    38
    Posts
    4,675
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    if (cx > CX_THRESHOLD)
    {
    if (!GET_DF())
    {
    ptr1=(ds<<4)+si; ptr2=(es<<4)+di;
    if (IS_BELOW_HIGHMEM_OFS(ptr1+cx) &&
    IS_BELOW_HIGHMEM_OFS(ptr2+cx))
    {
    memcpy(__memory__+ptr2,__memory__+ptr1,cx);
    si+=cx;
    di+=cx;
    cx = 0;
    rep = NOREP;
    return;
    }
    }
    }

    originally the line rep=NOREP was not there. He found it because it had worked properly in v2, but not v3.
    If anyone is looking to buy, sell, trade games and support a developer directly at the same time, consider joining Goozex. Enjoy!

  9. #79
    DCEmu Oldbie Eric's Avatar
    Join Date
    May 2004
    Location
    Ontario, Canada
    Age
    41
    Posts
    1,506
    Rep Power
    83

    Default Re: Dosbox to Dreamcast?

    This seems to be getting better i hope all works fine

  10. #80
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,434
    Blog Entries
    3209
    Rep Power
    50

    Default Re: Dosbox to Dreamcast?

    Any updates

Page 8 of 10 FirstFirst ... 45678910 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
  •