
OpenWii universal modchip program, various notes...
	Yet another modchip program! This one is based on 
	compatibility between microcontrollers and pin configurations.

	build any of these you will need appropriate gcc tools 
	and might need to edit the makefiles... so get clue

Directories/Files:
common 	- contains stuff used by everything
	main.c 	- well umm its the main part
	common.h - defines and prototypes used elsewhere
	serial.c - handles bitbanging and reading data to and from the drive
	serial.h - defines and protos for serial
These files are required to be in each processor specific dir:
	machdep.h - this are mostly macros change depending on the microprocessor and pin configs used
	machdep.c - mostly microprocessor dependant functions
avr 	- WiiP! (ATs902313) AVR good place to base other avr designs.   http://www.tcniso.net/Nav/Wiip/
chiip	- Chiip (ATmega8L8) another atmel design using different chips. http://chiip.descrambler.de/
msp430 	- files specific to the mps430 microcontroller

tomake:
cd /avr, cd /mps430, cd /chiip or whatever depending on which build you want then type:
make all

OR we could just put create a central make file that u can select others with.. dunno time time

How to install avr tools in various linux:
 http://www.cs.hut.fi/Studies/T-106.530/2006/installation.html
installing mps430:
 http://r-smith.net/lca2007/index.html 
mn10200 tools (we have some code for this we will be releasing soon):
 http://www.anatifero.us/weblog/2004/09/
