This commit is contained in:
RobertoFresca 2015-05-16 14:15:40 -03:00
commit 5489a72aa9
14 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Paul Priest, David Haywood
// copyright-holders:Paul Priest, David Haywood, Luca Elia
/***************************************************************************
-= Fuuki 32 Bit Games (FG-3) =-

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese,Luca Elia
/********************************************************************
Task Force Harrier 1989 UPL 68000 Z80 YM2203 2xOKIM6295
@ -29,7 +29,7 @@ Bombjack Twin 1993 NMK 68000 2xOKIM6295
Nouryoku Koujou Iinkai 1995 Tecmo 68000 2xOKIM6295
driver by Mirko Buffoni, Richard Bush, Nicola Salmoria, Bryan McPhail,
David Haywood, R. Belmont, and trap15.
David Haywood, R. Belmont, trap15 and Luca Elia.
Afega based their hardware on the NMK hardware, not surprising considering Twin
Action is simply a hack of USSAF Mustang.

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Paul Priest, David Haywood
// copyright-holders:Paul Priest, David Haywood, Luca Elia
#include "video/fuukifg.h"
/* Define clocks based on actual OSC on the PCB */

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese,Luca Elia
#include "machine/nmk112.h"
#include "sound/okim6295.h"
#include "machine/nmk004.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood
/*
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Paul Priest, David Haywood
// copyright-holders:Paul Priest, David Haywood, Luca Elia
/***************************************************************************
-= Fuuki 32 Bit Games (FG-3) =-

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:David Haywood, Luca Elia, ???
/***********************************************************************
Kaneko Pandora Sprite Chip
@ -262,7 +262,7 @@ WRITE8_MEMBER ( kaneko_pandora_device::spriteram_w )
READ8_MEMBER( kaneko_pandora_device::spriteram_r )
{
// it's either hooked up oddly on this, or ont the 16-bit games
// it's either hooked up oddly on this, or on the 16-bit games
// either way, we swap the address lines so that the spriteram is in the same format
offset = BITSWAP16(offset, 15,14,13,12, 11, 7,6,5,4,3,2,1,0, 10,9,8 );

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:David Haywood, Luca Elia, ???
/*************************************************************************
kan_pand.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood
/* Kaneko Sprites */
/*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood
/* Kaneko Sprites */

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood
/* Kaneko View2 Tilemaps */
/*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood
class kaneko_view2_tilemap_device : public device_t

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese
// copyright-holders:Mirko Buffoni,Richard Bush,Nicola Salmoria,Bryan McPhail,David Haywood,R. Belmont,trap15,Angelo Salese,Luca Elia
/* notes...
drawing sprites in a single pass with pdrawgfx breaks Thunder Dragon 2,