asserted copyright (nw)

This commit is contained in:
smf- 2013-11-03 03:33:07 +00:00
parent e7dd6b7b78
commit 365894ce2c
16 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#include "bankdev.h"
// device type definition

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#pragma once
#ifndef __BANKDEV_H__

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#include "linflash.h"
linear_flash_pccard_device::linear_flash_pccard_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source) :

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#pragma once
#ifndef __LINFLASH_H__

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* MB89371
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* MB89371
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#include "pccard.h"
READ16_MEMBER( pccard_interface::read_memory )

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#pragma once
#ifndef __PCCARD_H__

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#include "vt83c461.h"
/***************************************************************************

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/***************************************************************************
vt83c461.h

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* Konami 573 Security Cassette
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* Konami 573 Security Cassette
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* Namco System 11 Protection
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
/*
* Namco System 11 Protection
*

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#include "zndip.h"
const device_type ZNDIP = &device_creator<zndip_device>;

View File

@ -1,3 +1,5 @@
// license:MAME
// copyright-holders:smf
#pragma once
#ifndef __ZNDIP_H__