mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +03:00
asserted copyright (nw)
This commit is contained in:
parent
e7dd6b7b78
commit
365894ce2c
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#include "bankdev.h"
|
||||
|
||||
// device type definition
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#pragma once
|
||||
|
||||
#ifndef __BANKDEV_H__
|
||||
|
@ -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) :
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#pragma once
|
||||
|
||||
#ifndef __LINFLASH_H__
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* MB89371
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* MB89371
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#include "pccard.h"
|
||||
|
||||
READ16_MEMBER( pccard_interface::read_memory )
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#pragma once
|
||||
|
||||
#ifndef __PCCARD_H__
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#include "vt83c461.h"
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/***************************************************************************
|
||||
|
||||
vt83c461.h
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* Konami 573 Security Cassette
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* Konami 573 Security Cassette
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* Namco System 11 Protection
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
/*
|
||||
* Namco System 11 Protection
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#include "zndip.h"
|
||||
|
||||
const device_type ZNDIP = &device_creator<zndip_device>;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:smf
|
||||
#pragma once
|
||||
|
||||
#ifndef __ZNDIP_H__
|
||||
|
Loading…
Reference in New Issue
Block a user