Update some copyright stuff

This commit is contained in:
iq_132 2017-07-11 04:06:18 +00:00
parent 2b4770d488
commit 1f620be914
5 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Based on MAME sources by Phil Stroffolino
#include "tiles_generic.h"
static UINT32 size;

View File

@ -1,3 +1,5 @@
// Based on MAME sources by Phil Stroffolino, Aaron Giles, and Alex W. Jackson
#include "tiles_generic.h"
#include "m68000_intf.h"

View File

@ -1,3 +1,5 @@
// FB Alpha watchdog device module
#include "burnint.h"
static INT32 (*WatchdogReset)(INT32 clear_mem) = NULL;

View File

@ -1,3 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*
C140.c

View File

@ -1,3 +1,5 @@
// copyright-holders:Nicola Salmoria,Aaron Giles
#include "burnint.h"
#include "burn_sound.h"
#include "namco_snd.h"