mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
License update. (nw)
This commit is contained in:
parent
0637fcd4bd
commit
6ec2232ad1
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/**********************************************************************************************
|
/**********************************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "cpu/mcs48/mcs48.h"
|
#include "cpu/mcs48/mcs48.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
#include "sound/ay8910.h"
|
#include "sound/ay8910.h"
|
||||||
#include "sound/msm5205.h"
|
#include "sound/msm5205.h"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:DICE Team,couriersud
|
// copyright-holders:DICE Team,Couriersud
|
||||||
/*
|
/*
|
||||||
* Changelog:
|
* Changelog:
|
||||||
*
|
*
|
||||||
* - Added led and lamp components (couriersud)
|
* - Added led and lamp components (Couriersud)
|
||||||
* - Start2 works (couriersud)
|
* - Start2 works (Couriersud)
|
||||||
* - Added discrete paddle potentiometers (couriersud)
|
* - Added discrete paddle potentiometers (Couriersud)
|
||||||
* - Changes made to run in MAME (couriersud)
|
* - Changes made to run in MAME (Couriersud)
|
||||||
* - Original version imported from DICE
|
* - Original version imported from DICE
|
||||||
*
|
*
|
||||||
* TODO:
|
* TODO:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:DICE Team,couriersud
|
// copyright-holders: Couriersud
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Couriersud
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user