From 12f9dbe1b0b37378e4d271f0a0360c251e659c75 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 19 Oct 2010 14:10:17 +0000 Subject: [PATCH] Clarification of Cool Riders copyright date in MAME being different than shown on title. (no whatsnew) --- src/mame/drivers/coolridr.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/mame/drivers/coolridr.c b/src/mame/drivers/coolridr.c index 04abba0d551..ae0c7be9d05 100644 --- a/src/mame/drivers/coolridr.c +++ b/src/mame/drivers/coolridr.c @@ -233,6 +233,18 @@ Note: This hardware appears to have been designed as a test-bed for a new RLE ba ******************************************************************************************************/ +/= + NOTE: While the hardware and title screen might list 1994 as a copyright, MAME uses 1995 due to the + abudance of evidence in trade journals and even it's own service manuals showing the year as 1995. + + References: + Arcade game magazine called 'Gamest' show released on 04.28.1995 + VGL (Ultimate Video Game List published by AMP group) - year is printed as '94(4.95)' + Sega Arcade History (published by Enterbrain) is '1995/4'. +*/ + + + #include "emu.h" #include "debugger.h" #include "cpu/sh2/sh2.h"