mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix missing copyright holder info, updated copyright date per request (nw)
This commit is contained in:
parent
a7ba8be71e
commit
4f7ffb647b
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood
|
// copyright-holders:David Haywood, Ville Linde, Segher Boessenkool
|
||||||
/* Triforce Skeleton
|
/* Triforce Skeleton
|
||||||
-- split from Naomi.c
|
-- split from Naomi.c
|
||||||
|
|
||||||
@ -504,7 +504,7 @@ static INPUT_PORTS_START( triforce )
|
|||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
// bootrom descrambler reversed by segher
|
// 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)
|
static void descrambler(uint8_t* data, uint32_t size)
|
||||||
{
|
{
|
||||||
uint8_t acc = 0;
|
uint8_t acc = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user