---------------------------------------------------------------------------
THANKS:

Marcus Comstedt:
	A lot of examples about DC peripherals programming. The MP3 decoder
	uses code from Marcus examples for:
		video setup
		aica sound engine
		Gdrom reading
		Maple bus

Tomislav Uzelac:
	amp: a MP3 player for linux. The source code for the "libc-free" MP3 
	decoding engine.

Lars Olsson:
	jinx: a Dreamcast fast serial bootloader. A very useful tool.
	starting code for serial port setup.

Miguel Albillo:
	PAL video patch. Why all the developers are NTSCers?
	NTSC = Never The Same Color. :)
	PAL = Perfect At Last :)

newlib People:
	Source code for some string manipulation routines & random numbers.

GNU Peoble:
	All the tools for cross compiling. Thanks a lot.

daVinci Hardware designers:
	A 2 transistor CMOS to RS232 converter. Who needs a MAX232?

Myself:
	Graphics routines from FEOS operating system,
	ISO9660 navigator,
	Glue code.

-----------------------------------------------------------------------------
COMPLAINS:

Sega Hardware Designers:

	1) Connectors. No comment, a lot of shit.
	2) The gdrom does not read rewritable CD's.
	3) No documentation at all.

Hitachi SH4 Designers: (minor complains)
	1) Who gave the names to registers?
	2) Who wrote the "ofuscated" SH-4 Hardware Manual?

Sega Firmware Designers:
	1) See "Sega Hardware Designers", point 3.
	2) Booting:	why the code scrambling?
			why the audio track?
			why ?

