mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
updating remaining for RB (nw)
This commit is contained in:
parent
4f33c75a04
commit
1751b0e5bf
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Kevin Horton
|
||||
// copyright-holders:R. Belmont,Kevin Horton
|
||||
/***************************************************************************
|
||||
|
||||
MPU-401 MIDI device interface
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Kevin Horton
|
||||
// copyright-holders:R. Belmont,Kevin Horton
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_MPU401_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont, Miodrag Milanovic
|
||||
// copyright-holders:R. Belmont, Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
ISA 8/16 bit Creative Labs Sound Blaster Sound Card
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont, Miodrag Milanovic
|
||||
// copyright-holders:R. Belmont, Miodrag Milanovic
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_SOUND_BLASTER_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/* Handlers for SH3 internals */
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
#pragma once
|
||||
|
||||
#ifndef __SH3COMN_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*****************************************************************************
|
||||
*
|
||||
* sh4.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*****************************************************************************
|
||||
*
|
||||
* sh4->h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*****************************************************************************
|
||||
*
|
||||
* sh4comn.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*****************************************************************************
|
||||
*
|
||||
* sh4comn.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
#include "emu.h"
|
||||
#include "debugger.h"
|
||||
#include "sh4.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/* SHA3/4 DMA Controller */
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/* SHA3/4 DMA Controller */
|
||||
|
||||
/* bit definitions */
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
#pragma once
|
||||
|
||||
#ifndef __SH4REGS_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/* SH3/4 Timer Unit */
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/* SH3/4 Timer Unit */
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
TOC parser for CHD compression frontend
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
CDRDAO TOC parser for CHD compression frontend
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:R.Belmont, Brad Martin
|
||||
// copyright-holders:R. Belmont, Brad Martin
|
||||
/***************************************************************************
|
||||
|
||||
snes_snd.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:R.Belmont, Brad Martin
|
||||
// copyright-holders:R. Belmont, Brad Martin
|
||||
/*****************************************************************************
|
||||
*
|
||||
* audio/snes_spc.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Ryan Holtz, Andreas Naive
|
||||
/**************************************************************************
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Carl
|
||||
/************************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???// license:BSD-3-Clause
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert
|
||||
/**************************************************************************
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Nicola Salmoria
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria
|
||||
/**************************************************************************
|
||||
* Mystic Warrior (c) 1993 Konami
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*************************************************************************
|
||||
|
||||
Run and Gun / Slam Dunk
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Peter Ferrie
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/************************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert
|
||||
#include "sound/k056800.h"
|
||||
#include "sound/k054539.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Nicola Salmoria
|
||||
/*************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang
|
||||
/*************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria
|
||||
#include "sound/k054539.h"
|
||||
#include "machine/k053252.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Andrew Gardner
|
||||
#include "machine/eepromser.h"
|
||||
#include "video/k053936.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*************************************************************************
|
||||
|
||||
Run and Gun / Slam Dunk
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert
|
||||
/**************************************************************************
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert
|
||||
/*
|
||||
* video/konamigx.c - Konami GX video hardware (here there be dragons, and achocode)
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Nicola Salmoria
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Acho A. Tang
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria
|
||||
#define MW_VERBOSE 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, Andrew Gardner
|
||||
/*
|
||||
Polygonet Commanders (Konami, 1993)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*************************************************************************
|
||||
|
||||
Run and Gun
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*
|
||||
vboy.c - Virtual Boy audio emulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*
|
||||
vboy.h - Virtual Boy audio emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Ryan Holtz
|
||||
// copyright-holders:R. Belmont,Ryan Holtz
|
||||
/***************************************************************************
|
||||
|
||||
gba.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/**************************************************************************
|
||||
*
|
||||
* gp2x.c - Game Park Holdings GP2X
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
Hewlett-Packard HP16500a/b/c Logic Analyzer
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
macpci.c: second-generation Old World PowerMacs based on PCI instead of NuBus
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*************************************************************************************************
|
||||
|
||||
Roland Sound Canvas SC-55
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Ryan Holtz
|
||||
// copyright-holders:R. Belmont,Ryan Holtz
|
||||
#ifndef _GBA_H_
|
||||
#define _GBA_H_
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
// copyright-holders:R. Belmont
|
||||
/*****************************************************************************
|
||||
*
|
||||
* includes/macpci.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/****************************************************************************
|
||||
|
||||
machine/pcimac.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Ryan Holtz
|
||||
// copyright-holders:R. Belmont,Ryan Holtz
|
||||
/***************************************************************************
|
||||
|
||||
gba.c
|
||||
|
Loading…
Reference in New Issue
Block a user