diff options
| author | 2008-02-20 23:12:54 +0000 | |
|---|---|---|
| committer | 2008-02-20 23:12:54 +0000 | |
| commit | 930f6ecac0bd2416f2297ef6ccb59f01ef9906fd (patch) | |
| tree | eb6616440028de8f2e26a16d96d072ebe081edf3 | |
| parent | 12088331a5e0fc145a82fef915eda1c8ccae0497 (diff) | |
Document regions by color code
| -rw-r--r-- | src/mame/drivers/suprnova.c | 24 |
1 files 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) |
