* tabify a JSON file (not currently handled by srcclean)
* get rid of stray printf
* µ'nSP in header comments - we do UTF-8 source
* spg2xx.cpp: make room for LOG_GENERAL - it's defined as (1U << 0) if you don't give it a different value
* spg2xx.h: inline on member function declarations generally doesn't do anything useful - it's implicit when the function body is inlined at declaration, and in other cases you usually want to put the inline qualifier on the definition, not the declaration
* rainbow.cpp: revert mouse changes - there's no reason a Mouse Systems driver couldn't be loaded, and the Logitech mouse is Microsoft-compatible
* video21.cpp: use deal/stand for blackjack control buttons now that we're not using deal for vblank
-vii: Initial V.Smile support; BIOS runs, games do not. [Ryan Holtz]
Note: V.Smile changes are currently very WIP, needs code cleanup. Just checking in so others can have a look.
-spg2xx: Various changes: [Ryan Holtz]
* Added more accurate UART receive and eliminated vii control hack.
* Added more verbose logging of register reads and writes.
* Added NTSC/PAL setter and fixed the register's name in logging.
* Eliminated unnecessary use of COMBINE_DATA, as mem_mask is always 0xffff.
* Added SPU main volume register support, fixes "hanging" audio on pause in batmantv.
Note for Klaus: Has no effect on V.Smile