mirror of
https://github.com/holub/mame
synced 2025-06-23 21:06:38 +03:00
credits correction
This commit is contained in:
parent
6dee0951d4
commit
31b8a83007
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ville Linde, hap, ???
|
// copyright-holders:Ville Linde, hap, Nicola Salmoria
|
||||||
/*
|
/*
|
||||||
Seibu SPI Hardware
|
Seibu SPI Hardware
|
||||||
Seibu SYS386I
|
Seibu SYS386I
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ville Linde, hap, ???
|
// copyright-holders:Ville Linde, hap, Nicola Salmoria
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
Seibu SPI hardware
|
Seibu SPI hardware
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ville Linde, hap
|
// copyright-holders:Ville Linde, Nicola Salmoria
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "machine/seibuspi.h"
|
#include "machine/seibuspi.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
||||||
Tile encryption
|
Tile encryption
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
// license:BSD-3-Clause
|
// 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);
|
UINT32 partial_carry_sum32(UINT32 add1,UINT32 add2,UINT32 carry_mask);
|
||||||
|
|
||||||
void seibuspi_text_decrypt(UINT8 *rom);
|
void seibuspi_text_decrypt(UINT8 *rom);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ville Linde
|
// copyright-holders:Ville Linde, Nicola Salmoria
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
key tables: table[n] is the column of bit n
|
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[])
|
cpu #0 (PC=0033C2F5): unmapped program memory dword write to 00000530 = 0000xxxx & FFFFFFFF (256 times, see key_table[])
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ville Linde, hap, ???
|
// copyright-holders:Ville Linde, hap, Nicola Salmoria
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
Seibu SPI hardware
|
Seibu SPI hardware
|
||||||
|
Loading…
Reference in New Issue
Block a user