mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
5489a72aa9
@ -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) =-
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Luca Elia, David Haywood
|
||||
/*
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Luca Elia, David Haywood
|
||||
|
||||
|
||||
|
||||
|
@ -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) =-
|
||||
|
@ -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 );
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:David Haywood, Luca Elia, ???
|
||||
/*************************************************************************
|
||||
|
||||
kan_pand.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Luca Elia, David Haywood
|
||||
/* Kaneko Sprites */
|
||||
|
||||
/*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Luca Elia, David Haywood
|
||||
|
||||
/* Kaneko Sprites */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Luca Elia, David Haywood
|
||||
/* Kaneko View2 Tilemaps */
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user