Fix missing copyright holder info, updated copyright date per request (nw)

This commit is contained in:
Lord-Nightmare 2017-08-09 17:54:05 -04:00
parent a7ba8be71e
commit 4f7ffb647b

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:David Haywood, Ville Linde, Segher Boessenkool
/* Triforce Skeleton
-- split from Naomi.c
@ -504,7 +504,7 @@ static INPUT_PORTS_START( triforce )
INPUT_PORTS_END
// bootrom descrambler reversed by segher
// Copyright 2008 Segher Boessenkool <segher@kernel.crashing.org>
// Copyright 2008-2017 Segher Boessenkool <segher@kernel.crashing.org>
static void descrambler(uint8_t* data, uint32_t size)
{
uint8_t acc = 0;