From 930f6ecac0bd2416f2297ef6ccb59f01ef9906fd Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Wed, 20 Feb 2008 23:12:54 +0000 Subject: Document regions by color code --- src/mame/drivers/suprnova.c | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/mame/drivers/suprnova.c b/src/mame/drivers/suprnova.c index 140813d80ee..ded46c30e4b 100644 --- a/src/mame/drivers/suprnova.c +++ b/src/mame/drivers/suprnova.c @@ -1,16 +1,26 @@ -/* Super Kaneko Nova System */ -/* Original Driver by Sylvain Glaize */ -/* taken to pieces and attempted reconstruction by David Haywood */ - -/* Credits (in no particular order): +/* + Super Kaneko Nova System + Original Driver by Sylvain Glaize + taken to pieces and attempted reconstruction by David Haywood + +Mainboard + Cart combo + Regions are not cross compatible and have thier own BIOS + Regions by color coded cart: + + White = Japan + Light Blue = USA + Dark Blue = Europe + Green = Asia + Red = Korean + + Credits (in no particular order): Olivier Galibert for all the assistance and information he's provided R.Belmont for working on the SH2 timers so sound worked Nicola Salmoria for hooking up the Roz and improving the dirty tile handling Paul Priest for a lot of things Stephh for spotting what was wrong with Puzz Loop's inputs -*/ -/* + ToDo: Priorities Transparency effects (each pen has a transparent flag, there are seperate r,g,b alpha values to be used for these pens) -- cgit v1.2.3