diff options
author | 2013-10-15 22:00:37 +0000 | |
---|---|---|
committer | 2013-10-15 22:00:37 +0000 | |
commit | 4fa7da9f11a79a48b07c8435b137a33d93438169 (patch) | |
tree | 8fcc2bb1854aa6d9f5871dbbb607b05089a0c71e /src/mess/drivers/saturn.c | |
parent | ca904d3f34b3a952d8845f9338c05a29f8d1f97d (diff) |
Copyright update. Please let me know if there's a blank and you would like to fill it somehow, not going to force it for now. I've surely missed some drivers, but for now that's enough.
Diffstat (limited to 'src/mess/drivers/saturn.c')
-rw-r--r-- | src/mess/drivers/saturn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/drivers/saturn.c b/src/mess/drivers/saturn.c index 9462bbdf528..59f9055f11f 100644 --- a/src/mess/drivers/saturn.c +++ b/src/mess/drivers/saturn.c @@ -1,10 +1,11 @@ +// license:? +// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert & Mariusz Wojcieszek, R.Belmont /************************************************************************************************** Sega Saturn & Sega ST-V (Sega Titan Video) HW (c) 1994 Sega Driver by David Haywood, Angelo Salese, Olivier Galibert & Mariusz Wojcieszek SCSP driver provided by R.Belmont, based on ElSemi's SCSP sound chip emulator - CD Block driver provided by ANY, based on sthief original emulator Many thanks to Guru, Fabien, Runik and Charles MacDonald for the help given. =================================================================================================== |