credits correction

This commit is contained in:
hap 2015-05-22 18:02:53 +02:00
parent 6dee0951d4
commit 31b8a83007
6 changed files with 11 additions and 8 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
// copyright-holders:Ville Linde, hap, Nicola Salmoria
/******************************************************************************
Seibu SPI hardware

View File

@ -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

View File

@ -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);

View File

@ -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[])

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
// copyright-holders:Ville Linde, hap, Nicola Salmoria
/******************************************************************************
Seibu SPI hardware