mirror of
https://github.com/holub/mame
synced 2025-05-02 04:31:01 +03:00
sync main driver and res of files
This commit is contained in:
parent
9bcbe3fdec
commit
7510822c3a
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phill Harvey-Smith
|
// copyright-holders:Phill Harvey-Smith, Carl
|
||||||
/*
|
/*
|
||||||
drivers/rmnimbus.c
|
drivers/rmnimbus.c
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
|
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:GPL-2.0+
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:Angelo Salese, Dirk Best
|
// copyright-holders:Angelo Salese, Dirk Best
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nathan Woods
|
// copyright-holders:Nathan Woods,Frank Palazzolo
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* includes/intv.h
|
* includes/intv.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Curt Coder
|
// copyright-holders:Curt Coder, Robbbert
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __PHC25__
|
#ifndef __PHC25__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phill Harvey-Smith,Carl
|
// copyright-holders:Phill Harvey-Smith, Carl
|
||||||
/*
|
/*
|
||||||
rmnimbus.c
|
rmnimbus.c
|
||||||
Machine driver for the Research Machines Nimbus.
|
Machine driver for the Research Machines Nimbus.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Barry Rodewald
|
// copyright-holders:Barry Rodewald,Carl
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* includes/x68k.h
|
* includes/x68k.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:R. Belmont, Nathan Woods
|
// copyright-holders:Nathan Woods,R. Belmont
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
machine/apple3.c
|
machine/apple3.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nathan Woods
|
// copyright-holders:Nathan Woods,Frank Palazzolo
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "video/stic.h"
|
#include "video/stic.h"
|
||||||
#include "includes/intv.h"
|
#include "includes/intv.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller
|
// copyright-holders:Juergen Buchmueller, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
microbee.c
|
microbee.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phill Harvey-Smith,Carl
|
// copyright-holders:Phill Harvey-Smith, Carl
|
||||||
/*
|
/*
|
||||||
machine/rmnimbus.c
|
machine/rmnimbus.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller
|
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
zx.c
|
zx.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:R. Belmont, Nathan Woods
|
// copyright-holders:Nathan Woods,R. Belmont
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
video/apple3.c
|
video/apple3.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nathan Woods
|
// copyright-holders:Nathan Woods,Frank Palazzolo
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "includes/intv.h"
|
#include "includes/intv.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller,Robbbert
|
// copyright-holders:Juergen Buchmueller, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
microbee.c
|
microbee.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller
|
// copyright-holders:Juergen Buchmueller, Dirk Best
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Sharp MZ700
|
* Sharp MZ700
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller
|
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
zx.c
|
zx.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user