mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Added dummy license headers for MAME part (nw)
This commit is contained in:
parent
3951e18032
commit
9089ec243a
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/* 8080bw.c *******************************************/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*****************************************************************************
|
||||
*
|
||||
* Asteroids Analog Sound system interface
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Astro Fighter hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\atarifb.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\avalnche.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Centuri Aztarac hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
Beezer 6522+6840 audio hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/blockade.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\bsktball.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
|
||||
Battlezone sound info, courtesy of Al Kossow:
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\canyon.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*****************************************************************************/
|
||||
/* */
|
||||
/* (C) Copyright Peter J.C.Clare */
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Cinematronics Cosmic Chasm hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "sound/ay8910.h"
|
||||
#include "audio/cclimber.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "sound/samples.h"
|
||||
#include "includes/circus.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "sound/discrete.h"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* copsnrob Sound System Analog emulation
|
||||
* Nov 2010, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Capcom CPS-3 Sound Hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Capcom CPS-3 Sound Hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Taito Crazy Balloon hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Data East Pinball BSMT2000 sound board
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#pragma once
|
||||
|
||||
#ifndef __DECOBSMT_H__
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
* Depth Charge audio routines
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "cpu/mcs48/mcs48.h"
|
||||
#include "sound/nes_apu.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\dragrace.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Sega Z80 Digital Sound Board
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#pragma once
|
||||
|
||||
#ifndef __DSBZ80_H__
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\firetrk.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/* Clarue Flower sound driver.
|
||||
Initial version was based on the Wiping sound driver, which was based on the old namco.c sound driver.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
galaga.c
|
||||
Sound handler
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Galaxian-derived sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "sound/discrete.h"
|
||||
|
||||
#define GAL_AUDIO "discrete"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/****************************************************************************
|
||||
*
|
||||
* geebee.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Gomoku sound driver (quick hack of the Wiping sound driver)
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/**************************************************************************
|
||||
|
||||
Gorf/Votrax SC-01 Emulator
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "sound/samples.h"
|
||||
#include "includes/gotya.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\grchamp.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/* Hyper NeoGeo 64 Audio */
|
||||
|
||||
// uses a V53A ( == V33A with extra peripherals eg. DMA, Timers, MMU giving virtual 24-bit address space etc.)
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "cpu/m6800/m6800.h"
|
||||
#include "audio/hyprolyb.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "sound/msm5205.h"
|
||||
|
||||
class hyprolyb_adpcm_device : public device_t,
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
* Invinco sound routines
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Irem M52/M62 sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "sound/ay8910.h"
|
||||
#include "sound/msm5205.h"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Atari Return of the Jedi hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "sound/tms3615.h"
|
||||
#include "includes/laserbat.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Lunar Lander Specific Sound Code
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
IREM "M72" sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
M72 audio interface
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* m79amb Sound System Analog emulation
|
||||
* Nov 2008, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* madalien Sound System Analog emulation
|
||||
* Aug 2008, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "cpu/mcs48/mcs48.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
meadows.c
|
||||
Sound handler
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Microprose sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Midway 8080-based black and white hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Nintendo 8080 sound emulation
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\nitedrvr.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* Noraut/Kimble/Kramer Poker Sound System Analog emulation
|
||||
* Sept 2009, Derrick Renaud & Roberto Fresca.
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\orbit.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/****************************************************************************
|
||||
*
|
||||
* Phoenix sound hardware simulation - still very ALPHA!
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/****************************************************************************
|
||||
*
|
||||
* Sound hardware for Pleiades, Naughty Boy and Pop Flamer.
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "sound/tms36xx.h"
|
||||
|
||||
struct pl_t_state
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
polepos.c
|
||||
Sound handler
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Poly-Play
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\poolshrk.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
* Pulsar sound routines
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\qix.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Irem Red Alert hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
Atari Red Baron sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
* s11c_bg.c - Williams System 11C background music (M68B09E + YM2151 + HC55516 + DAC)
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
* s11c_bg.h - Williams System 11C background sound (M68B09E + YM2151 + HC55516 + DAC)
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
This file contains functions to emulate the sound hardware found on
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
Sega vector hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Sega Model 1 sound board (68000 + 2x 315-5560 "MultiPCM")
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#pragma once
|
||||
|
||||
#ifndef __SEGAM1AUDIO_H__
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Seibu Sound System v1.02, designed 1986 by Seibu Kaihatsu
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Seibu Sound System v1.02, games using this include:
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "emu.h"
|
||||
#include "includes/senjyo.h"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\skydiver.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* skyraid Sound System Analog emulation
|
||||
* Sept 2009, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
snes_snd.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*****************************************************************************
|
||||
*
|
||||
* audio/snes_spc.h
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/* from Andrew Scott (ascott@utkux.utcc.utk.edu) */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Space Firebird hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Sigma Spiders hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\sprint2.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\sprint4.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Atari Sprint 4 + Ultra Tank Audio
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* sprint8 Sound System Analog emulation
|
||||
* Sept 2009, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/************************************************************************
|
||||
* starshp1 Sound System Analog emulation
|
||||
* Aug 2008, Derrick Renaud
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Atari Star Wars hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*************************************************************************
|
||||
|
||||
audio\subs.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/*
|
||||
SunA 8 Bit Games samples
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Toshiba T5182 die map, by Jonathan Gevaryahu AKA Lord Nightmare,
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
#include "sound/2151intf.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Taito Ensoniq ES5505-based sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Taito Ensoniq ES5505-based sound hardware
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Taito Zoom ZSG-2 sound board
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
/***************************************************************************
|
||||
|
||||
Taito Zoom ZSG-2 sound board
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user