Update some copyright stuff
This commit is contained in:
parent
2b4770d488
commit
1f620be914
|
@ -1,3 +1,5 @@
|
|||
// Based on MAME sources by Phil Stroffolino
|
||||
|
||||
#include "tiles_generic.h"
|
||||
|
||||
static UINT32 size;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// FB Alpha watchdog device module
|
||||
|
||||
#include "burnint.h"
|
||||
|
||||
static INT32 (*WatchdogReset)(INT32 clear_mem) = NULL;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
|
||||
/*
|
||||
C140.c
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// copyright-holders:Nicola Salmoria,Aaron Giles
|
||||
|
||||
#include "burnint.h"
|
||||
#include "burn_sound.h"
|
||||
#include "namco_snd.h"
|
||||
|
|
Loading…
Reference in New Issue