Results 1 to 1 of 1

Thread: DS2x86 0.08 and DSx86 0.32 released!

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,557
    Blog Entries
    3209
    Rep Power
    50

    Default DS2x86 0.08 and DSx86 0.32 released!

    News via http://dsx86.patrickaalto.com/DSblog.html

    A new release of the Dos Emulator for the Nintendo DS

    DS2x86 0.08 release notes
    This version has a lot of previously missing opcodes implemented, so a few more games might run again. I did not have time to add support for new INT calls or I/O ports into this version, so those errors will still happen in the games that previously had these errors. I hope to be able to handle these in the upcoming versions.

    I have also debugged some ill-behaving games, but sadly that has been mostly frustrating work with no clear improvements in the behaviour. I have collected a lot of information and have been able to close in on the actual problems, but have not yet been able to solve them yet.

    After spending many days with various problems in the games, and getting frustrated, I decided to see if I could get Windows 3.00a to run in Standard Mode also in DS2x86. This basically meant porting the 16-bit protected mode features I had coded into the original DSx86 to DS2x86. This work progressed better, so that this version can run Windows 3.00a in both Real and Standard mode. The Enhanced mode would need support for virtual memory, which is not coded in yet, so that mode does not work.


    The problem in Windows 3.00a that I have been fighting with today was that opening some programs, like Paintbrush, gave an error "File PBRUSH.DLL not found" or similar. I checked the Windows directory and the file does exist, and I even checked my SD card for errors, but still I got that error. Next I checked my emulated DOS System File Table contents, which has room for 64 entries, but there were only 16 entries used so that was not the cause. I debugged my DOS file routines, and made sure the directory and file name are exactly correct, and then found out that it was the DS2 SDK fopen() function that returned NULL for the file. Finally it then occurred to me to check the the SDK file system functions (which luckily come with source) to see what the file table size is there, and it had only 16 entries! So, I doubled the size to 32 entries, and now Windows 3.00a seems to run. I think I could increase the table to 64, to match my emulated DOS file table, but I'll do that later when I have more time to test that everything still works.

    DSx86 0.32 release notes
    This DSx86 version has only one minor fix, as I have been focusing on DS2x86 during this two-week period. I implemented the direct file reading into EGA VRAM, which is used by games like Rockford and Heimdall.

    Download and Give Feedback Via Comments
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. DS2x86 0.06 released!
    By wraggster in forum Nintendo News Forum
    Replies: 0
    Last Post: March 20th, 2011, 21:50
  2. DS2x86 and DSx86 progress
    By wraggster in forum Nintendo News Forum
    Replies: 0
    Last Post: February 13th, 2011, 22:19
  3. DSx86 0.24 and DS2x86 0.03 released!
    By wraggster in forum Nintendo News Forum
    Replies: 0
    Last Post: February 6th, 2011, 19:40
  4. DSX86 News - Dos Emulator for DS - Slow DS2x86 progress
    By wraggster in forum Nintendo News Forum
    Replies: 0
    Last Post: September 19th, 2010, 22:34
  5. Replies: 0
    Last Post: August 8th, 2010, 22:29

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
  •