summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-05-22 18:02:53 +0200
committer hap <happppp@users.noreply.github.com>2015-05-22 18:02:53 +0200
commit31b8a83007f965fefc311638e1ba2bc4838b63c5 (patch)
tree3ea8ab1b3e8386ab3fe37fc79d84f5451d283c37 /src
parent6dee0951d4c85a3a962d66148596b59801ff5bca (diff)
credits correction
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/seibuspi.c2
-rw-r--r--src/mame/includes/seibuspi.h2
-rw-r--r--src/mame/machine/seibuspi.c5
-rw-r--r--src/mame/machine/seibuspi.h5
-rw-r--r--src/mame/machine/spisprit.c3
-rw-r--r--src/mame/video/seibuspi.c2
6 files changed, 11 insertions, 8 deletions
diff --git a/src/mame/drivers/seibuspi.c b/src/mame/drivers/seibuspi.c
index 4017b195e2b..55c4ed8f09d 100644
--- a/src/mame/drivers/seibuspi.c
+++ b/src/mame/drivers/seibuspi.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde, hap, ???
+// copyright-holders:Ville Linde, hap, Nicola Salmoria
/*
Seibu SPI Hardware
Seibu SYS386I
diff --git a/src/mame/includes/seibuspi.h b/src/mame/includes/seibuspi.h
index 118b7c27ba1..6b5bd5ca558 100644
--- a/src/mame/includes/seibuspi.h
+++ b/src/mame/includes/seibuspi.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde, hap, ???
+// copyright-holders:Ville Linde, hap, Nicola Salmoria
/******************************************************************************
Seibu SPI hardware
diff --git a/src/mame/machine/seibuspi.c b/src/mame/machine/seibuspi.c
index 0e7af927f8a..1f38b48c79f 100644
--- a/src/mame/machine/seibuspi.c
+++ b/src/mame/machine/seibuspi.c
@@ -1,10 +1,9 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde, hap
+// copyright-holders:Ville Linde, Nicola Salmoria
+
#include "emu.h"
#include "machine/seibuspi.h"
-
-
/**************************************************************************
Tile encryption
diff --git a/src/mame/machine/seibuspi.h b/src/mame/machine/seibuspi.h
index ab436146d97..bc16e39a60b 100644
--- a/src/mame/machine/seibuspi.h
+++ b/src/mame/machine/seibuspi.h
@@ -1,5 +1,8 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde, hap
+// copyright-holders:Ville Linde, Nicola Salmoria
+
+// TODO: modernize code (spisprit.c too)
+
UINT32 partial_carry_sum32(UINT32 add1,UINT32 add2,UINT32 carry_mask);
void seibuspi_text_decrypt(UINT8 *rom);
diff --git a/src/mame/machine/spisprit.c b/src/mame/machine/spisprit.c
index 88b8e34d295..b9de960cd21 100644
--- a/src/mame/machine/spisprit.c
+++ b/src/mame/machine/spisprit.c
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde
+// copyright-holders:Ville Linde, Nicola Salmoria
+
#if 0
key tables: table[n] is the column of bit n
cpu #0 (PC=0033C2F5): unmapped program memory dword write to 00000530 = 0000xxxx & FFFFFFFF (256 times, see key_table[])
diff --git a/src/mame/video/seibuspi.c b/src/mame/video/seibuspi.c
index 2b3c9b12ccc..96af09eae2d 100644
--- a/src/mame/video/seibuspi.c
+++ b/src/mame/video/seibuspi.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Ville Linde, hap, ???
+// copyright-holders:Ville Linde, hap, Nicola Salmoria
/******************************************************************************
Seibu SPI hardware