From f5fd732de6f2a5b520e98337049c875f0a2a58a5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 5 Mar 2016 10:56:44 +0100 Subject: Add some more per folder licenses (nw) --- tests/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index a3ba19293f9..5a07b837186 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,6 +1,3 @@ -// license:BSD-3-Clause -// copyright-holders:Miodrag Milanovic - #include #include "gtest/gtest.h" -- cgit v1.2.3-70-g09d2 ame
MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* (MESS) comx35: FDC WIP. (nw) Curt Coder2012-12-111-0/+1
* [MSM6242] Changing to be based on dirtc.h Nathan Woods2012-12-112-56/+55
* [MSM6242] More cleanups (nw), implemented save states Nathan Woods2012-12-102-54/+35
* upd765: Fixed ready_polled. (nw) Curt Coder2012-12-101-2/+2
* upd765: Added WD37C65C variant. (nw) Curt Coder2012-12-102-0/+25
* [MSM6242] More cleanups (nw) Nathan Woods2012-12-091-3/+2
* upd765: Added DP8473 and PC8477A variants. (nw) Curt Coder2012-12-092-0/+60
* [MSM6242] Cleanups and basic modernizations in preparation for other work (nw) Nathan Woods2012-12-092-54/+75
* upd765: That was a damn subtle mistake (nw) Olivier Galibert2012-12-081-1/+1
* wd_fdc: Change the fd179x timings to be tighter [O. Galibert] Olivier Galibert2012-12-081-9/+9
* Perhaps PC-9801RS uses upd4990 instead, I don't know ... Angelo Salese2012-12-081-1/+6
* wd_fdc: Fix sector sizes and (most) timings [O. Galibert] Olivier Galibert2012-12-082-19/+182
* That was wrong, apc proves it, hmmm... (nw) Olivier Galibert2012-12-081-6/+6
* Notes updates Angelo Salese2012-12-071-13/+5
* Update of the previous commit, fixes Balance of Power (don't ask why the same... Angelo Salese2012-12-071-1/+13
* Removed unneeded includes. (nw) Curt Coder2012-12-0721-22/+0
* Preliminary support for Test Mode in upd1990a RTC device [Angelo Salese] Angelo Salese2012-12-072-10/+53
* Proper fix by OG, nw Angelo Salese2012-12-061-1/+1
* floppy: restore/recalibrate is supposed to work like this [O. Galibert] Olivier Galibert2012-12-042-2/+2
* removed unused variable (nw)