	IDA Loader module for Nintendo DS (NDS) ROM files.
	Written by Dennis Elser.

	Comments:
	---------
	This is the first loader module for IDA
	I have written so far. It might therefore
	give inaccurate results.
	Feedback, bugreports and donations are welcome =)

	Hint: actually having Nintendo DS hardware would
		  speed things up ;)
	
	dennis[at]backtrace[dot]de / www[dot]backtrace[dot]de


	Credits:
	--------
	-	Rafael Vuijk for the CRC16 Code and the
		NDS ROM Header layout
	-	DataRescue for providing loader sourcecode
		with the IDA 4.7 SDK

	History:
	--------

	2004/12/29 initial version
	
	- can disassemble arm7 or arm9 code
	- can add additional information about
	  the ROM to database

	2005/01/01 version 1.1

	- creates a section for the whole RAM area
	  and maps the cartridge's code into it
	- adds more additional information about
	  the ROM to database
