Nintendo DS Emulator: Early Before-pre-alpha Release
----------------------------------------------------

Thanks for downloading and testing dsemu. As of right now, you're not
getting a DS emulator, but an early Gameboy Advance emulator. Try it
out, let me know what you think: tf@oopsilon.com

What You Get
------------

README.txt     - This file
dsemu.exe      - Main executable
gba.dll        - GBA Emulation plugin
ds.dll         - Immature DS emulation plugin
log.dll        - Message logging plugin
Licence-BSD    - BSD Licence for the project
src/           - Emulator source files

fill1.bin      - Test rom 1:  Filling the screen
afire.bin      - Test rom 2:  Fire (courtesy of mic)
sg_bump.bin    - Test rom 3:  Bump mapping (courtesy of sgstair)
[Plenty more ROMs for you to test]

What To Do With It
------------------

Simply run dsemu.exe and select a ROM from File/Open.

How to Compile
--------------

If you want to compile DSemu for whatever reason, it's quite simple.
You'll need a recent copy of Microsoft Visual C++ (I personally use
the 2003 free commandline tools), the Windows Platform SDK, and nmake.
Just edit the Makefile to reflect where your compiler and Platform
SDK are, and then hit "nmake" in the src/ directory.

Code Notes
----------

This application incorporates code from info-zip and zlib, by Jean-Loup
Gailly and Mark Adler and others, modified by Lucian Wischik; the full
source is available at http://www.wischik.com/lu/programmer/zip_utils.html
Also included are many portions of code by various developers, including
contributions from ector, gladius, mic and sgstair.

