summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/bus/amiga/zorro/a2052.c7
-rw-r--r--src/emu/bus/amiga/zorro/a2052.h7
-rw-r--r--src/emu/bus/amiga/zorro/a2232.c7
-rw-r--r--src/emu/bus/amiga/zorro/a2232.h7
-rw-r--r--src/emu/bus/amiga/zorro/a590.c7
-rw-r--r--src/emu/bus/amiga/zorro/a590.h7
-rw-r--r--src/emu/bus/amiga/zorro/action_replay.c7
-rw-r--r--src/emu/bus/amiga/zorro/action_replay.h7
-rw-r--r--src/emu/bus/amiga/zorro/buddha.c7
-rw-r--r--src/emu/bus/amiga/zorro/buddha.h7
-rw-r--r--src/emu/bus/amiga/zorro/zorro.c7
-rw-r--r--src/emu/bus/amiga/zorro/zorro.h7
-rw-r--r--src/emu/bus/centronics/ctronics.h4
-rw-r--r--src/emu/bus/centronics/epson_ex800.c5
-rw-r--r--src/emu/bus/centronics/epson_lx800.c5
-rw-r--r--src/emu/bus/epson_sio/epson_sio.c7
-rw-r--r--src/emu/bus/epson_sio/epson_sio.h7
-rw-r--r--src/emu/bus/epson_sio/pf10.c7
-rw-r--r--src/emu/bus/epson_sio/pf10.h7
-rw-r--r--src/emu/bus/epson_sio/tf20.c7
-rw-r--r--src/emu/bus/epson_sio/tf20.h7
-rw-r--r--src/emu/bus/isa/isa_cards.c7
-rw-r--r--src/emu/bus/isa/isa_cards.h7
-rw-r--r--src/emu/bus/isa/mufdc.c7
-rw-r--r--src/emu/bus/isa/mufdc.h7
-rw-r--r--src/emu/bus/isa/side116.c7
-rw-r--r--src/emu/bus/isa/side116.h7
-rw-r--r--src/emu/bus/isa/xsu_cards.c4
-rw-r--r--src/emu/bus/isa/xsu_cards.h4
-rw-r--r--src/emu/bus/vtech/ioexp/ioexp.c7
-rw-r--r--src/emu/bus/vtech/ioexp/ioexp.h7
-rw-r--r--src/emu/bus/vtech/ioexp/joystick.c7
-rw-r--r--src/emu/bus/vtech/ioexp/joystick.h7
-rw-r--r--src/emu/bus/vtech/ioexp/printer.c7
-rw-r--r--src/emu/bus/vtech/ioexp/printer.h7
-rw-r--r--src/emu/bus/vtech/memexp/floppy.c7
-rw-r--r--src/emu/bus/vtech/memexp/floppy.h7
-rw-r--r--src/emu/bus/vtech/memexp/memexp.c7
-rw-r--r--src/emu/bus/vtech/memexp/memexp.h7
-rw-r--r--src/emu/bus/vtech/memexp/memory.c7
-rw-r--r--src/emu/bus/vtech/memexp/memory.h7
-rw-r--r--src/emu/bus/vtech/memexp/rs232.c7
-rw-r--r--src/emu/bus/vtech/memexp/rs232.h7
-rw-r--r--src/emu/bus/vtech/memexp/wordpro.c7
-rw-r--r--src/emu/bus/vtech/memexp/wordpro.h7
-rw-r--r--src/emu/cpu/i8089/i8089.c7
-rw-r--r--src/emu/cpu/i8089/i8089.h7
-rw-r--r--src/emu/cpu/i8089/i8089_channel.c7
-rw-r--r--src/emu/cpu/i8089/i8089_channel.h7
-rw-r--r--src/emu/cpu/i8089/i8089_dasm.c7
-rw-r--r--src/emu/cpu/i8089/i8089_ops.c7
-rw-r--r--src/emu/machine/74145.h7
-rw-r--r--src/emu/machine/cr511b.c7
-rw-r--r--src/emu/machine/cr511b.h7
-rw-r--r--src/emu/machine/cs4031.c7
-rw-r--r--src/emu/machine/cs4031.h7
-rw-r--r--src/emu/machine/dmac.c7
-rw-r--r--src/emu/machine/dmac.h7
-rw-r--r--src/emu/machine/e05a03.c7
-rw-r--r--src/emu/machine/e05a03.h7
-rw-r--r--src/emu/machine/gayle.c7
-rw-r--r--src/emu/machine/gayle.h7
-rw-r--r--src/emu/machine/ins8154.c7
-rw-r--r--src/emu/machine/ins8154.h7
-rw-r--r--src/emu/machine/ram.c7
-rw-r--r--src/emu/machine/ram.h7
-rw-r--r--src/emu/video/tea1002.c7
-rw-r--r--src/emu/video/tea1002.h7
-rw-r--r--src/mess/machine/amigakbd.c7
-rw-r--r--src/mess/machine/amigakbd.h7
70 files changed, 138 insertions, 339 deletions
diff --git a/src/emu/bus/amiga/zorro/a2052.c b/src/emu/bus/amiga/zorro/a2052.c
index 9f2cd78b7a2..dc2727d2117 100644
--- a/src/emu/bus/amiga/zorro/a2052.c
+++ b/src/emu/bus/amiga/zorro/a2052.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2052
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II RAM Expansion (0.5, 1 or 2 MB)
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/a2052.h b/src/emu/bus/amiga/zorro/a2052.h
index 42601cb3d4a..9a189ec58c2 100644
--- a/src/emu/bus/amiga/zorro/a2052.h
+++ b/src/emu/bus/amiga/zorro/a2052.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2052
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II RAM Expansion (0.5, 1 or 2 MB)
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/a2232.c b/src/emu/bus/amiga/zorro/a2232.c
index 79f4f0ca6c1..89e87d3588a 100644
--- a/src/emu/bus/amiga/zorro/a2232.c
+++ b/src/emu/bus/amiga/zorro/a2232.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2232
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II Serial Card
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/a2232.h b/src/emu/bus/amiga/zorro/a2232.h
index fcc8a6f262f..c0a6bea2d8f 100644
--- a/src/emu/bus/amiga/zorro/a2232.h
+++ b/src/emu/bus/amiga/zorro/a2232.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2232
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II Serial Card
Provides the Amiga with 7 additional RS232 ports.
diff --git a/src/emu/bus/amiga/zorro/a590.c b/src/emu/bus/amiga/zorro/a590.c
index 06370b448c6..1d66ba99f6e 100644
--- a/src/emu/bus/amiga/zorro/a590.c
+++ b/src/emu/bus/amiga/zorro/a590.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A590 / A2091
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
DMAC based HD controller for the Amiga 500 and Zorro-II
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/a590.h b/src/emu/bus/amiga/zorro/a590.h
index dccba098dbf..4c929f28b01 100644
--- a/src/emu/bus/amiga/zorro/a590.h
+++ b/src/emu/bus/amiga/zorro/a590.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Commodore A590 / A2091
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
DMAC based SCSI controller for the Amiga 500 and Zorro-II
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/action_replay.c b/src/emu/bus/amiga/zorro/action_replay.c
index c8b9912383c..a5356114c2e 100644
--- a/src/emu/bus/amiga/zorro/action_replay.c
+++ b/src/emu/bus/amiga/zorro/action_replay.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Datel Action Replay
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Freezer cartridge for Amiga 500 and Amiga 2000
Skeleton device, just loads the ROMs and generates the NMI
diff --git a/src/emu/bus/amiga/zorro/action_replay.h b/src/emu/bus/amiga/zorro/action_replay.h
index d7ca302f9ee..1e47a9b36f0 100644
--- a/src/emu/bus/amiga/zorro/action_replay.h
+++ b/src/emu/bus/amiga/zorro/action_replay.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Datel Action Replay
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Freezer cartridge for Amiga 500 and Amiga 2000
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/buddha.c b/src/emu/bus/amiga/zorro/buddha.c
index 4b1a9985586..761162269d3 100644
--- a/src/emu/bus/amiga/zorro/buddha.c
+++ b/src/emu/bus/amiga/zorro/buddha.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Buddha
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II IDE controller
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/buddha.h b/src/emu/bus/amiga/zorro/buddha.h
index 68dcc6246cc..d1a41dcf635 100644
--- a/src/emu/bus/amiga/zorro/buddha.h
+++ b/src/emu/bus/amiga/zorro/buddha.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Buddha
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Zorro-II IDE controller
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/zorro.c b/src/emu/bus/amiga/zorro/zorro.c
index 2a65f7a6de5..aec7f5e54f8 100644
--- a/src/emu/bus/amiga/zorro/zorro.c
+++ b/src/emu/bus/amiga/zorro/zorro.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Amiga Zorro Slots
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
86-pin Expansion Slot (Zorro-I), Zorro-II, Zorro-III
***************************************************************************/
diff --git a/src/emu/bus/amiga/zorro/zorro.h b/src/emu/bus/amiga/zorro/zorro.h
index b05d74fb15d..4b61b644136 100644
--- a/src/emu/bus/amiga/zorro/zorro.h
+++ b/src/emu/bus/amiga/zorro/zorro.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Amiga Zorro Slots
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
86-pin Expansion Slot (Zorro-I), Zorro-II, Zorro-III
86-pin Expansion Slot
diff --git a/src/emu/bus/centronics/ctronics.h b/src/emu/bus/centronics/ctronics.h
index 79c27ec9467..dbfeef69086 100644
--- a/src/emu/bus/centronics/ctronics.h
+++ b/src/emu/bus/centronics/ctronics.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Centronics printer interface
diff --git a/src/emu/bus/centronics/epson_ex800.c b/src/emu/bus/centronics/epson_ex800.c
index 7164ff9c14c..bd9036a444c 100644
--- a/src/emu/bus/centronics/epson_ex800.c
+++ b/src/emu/bus/centronics/epson_ex800.c
@@ -1,12 +1,9 @@
-// license:???, GPL-2.0+
+// license:GPL-2.0+, GPL-2.0+
// copyright-holders:Dirk Best
/******************************************************************************
Epson EX-800 Dot Matrix printer
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
--
diff --git a/src/emu/bus/centronics/epson_lx800.c b/src/emu/bus/centronics/epson_lx800.c
index 22c321b40db..8ffd585d710 100644
--- a/src/emu/bus/centronics/epson_lx800.c
+++ b/src/emu/bus/centronics/epson_lx800.c
@@ -1,12 +1,9 @@
-// license:???, GPL-2.0+
+// license:GPL-2.0+, GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
Epson LX-800 dot matrix printer
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Skeleton driver
- CPU type uPD7810HG
diff --git a/src/emu/bus/epson_sio/epson_sio.c b/src/emu/bus/epson_sio/epson_sio.c
index 6ec080834aa..b281d076f82 100644
--- a/src/emu/bus/epson_sio/epson_sio.c
+++ b/src/emu/bus/epson_sio/epson_sio.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON SIO port emulation
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
**********************************************************************/
#include "epson_sio.h"
diff --git a/src/emu/bus/epson_sio/epson_sio.h b/src/emu/bus/epson_sio/epson_sio.h
index 8e96b21a56a..828d64a3eae 100644
--- a/src/emu/bus/epson_sio/epson_sio.h
+++ b/src/emu/bus/epson_sio/epson_sio.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON SIO port emulation
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
**********************************************************************/
#pragma once
diff --git a/src/emu/bus/epson_sio/pf10.c b/src/emu/bus/epson_sio/pf10.c
index ad48843de71..e3b6651e2b9 100644
--- a/src/emu/bus/epson_sio/pf10.c
+++ b/src/emu/bus/epson_sio/pf10.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON PF-10
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Battery operated portable 3.5" floppy drive
Status: Needs lots of work.
diff --git a/src/emu/bus/epson_sio/pf10.h b/src/emu/bus/epson_sio/pf10.h
index 444eb9c5599..dd937ff0526 100644
--- a/src/emu/bus/epson_sio/pf10.h
+++ b/src/emu/bus/epson_sio/pf10.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON PF-10
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Battery operated portable 3.5" floppy drive
**********************************************************************/
diff --git a/src/emu/bus/epson_sio/tf20.c b/src/emu/bus/epson_sio/tf20.c
index c76a2c666e0..084ca861be0 100644
--- a/src/emu/bus/epson_sio/tf20.c
+++ b/src/emu/bus/epson_sio/tf20.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON TF-20
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Dual 5.25" floppy drive with HX-20 factory option
Status: Needs testing.
diff --git a/src/emu/bus/epson_sio/tf20.h b/src/emu/bus/epson_sio/tf20.h
index 65b52b0c776..a51848ffc38 100644
--- a/src/emu/bus/epson_sio/tf20.h
+++ b/src/emu/bus/epson_sio/tf20.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
EPSON TF-20
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Dual 5.25" floppy drive with HX-20 factory option
**********************************************************************/
diff --git a/src/emu/bus/isa/isa_cards.c b/src/emu/bus/isa/isa_cards.c
index 57ff332dbde..ce666397cac 100644
--- a/src/emu/bus/isa/isa_cards.c
+++ b/src/emu/bus/isa/isa_cards.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
ISA cards
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
**********************************************************************/
#include "isa_cards.h"
diff --git a/src/emu/bus/isa/isa_cards.h b/src/emu/bus/isa/isa_cards.h
index a4cf18d1387..9facc826d21 100644
--- a/src/emu/bus/isa/isa_cards.h
+++ b/src/emu/bus/isa/isa_cards.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
ISA cards
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
**********************************************************************/
#pragma once
diff --git a/src/emu/bus/isa/mufdc.c b/src/emu/bus/isa/mufdc.c
index 6adb1fe9083..8164ccc7b91 100644
--- a/src/emu/bus/isa/mufdc.c
+++ b/src/emu/bus/isa/mufdc.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Multi Unique FDC
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
8-bit floppy controller, supports 4 drives with 360k, 720k,
1.2MB or 1.44MB. It was sold under a few different names:
diff --git a/src/emu/bus/isa/mufdc.h b/src/emu/bus/isa/mufdc.h
index abb27efb608..085735d1d41 100644
--- a/src/emu/bus/isa/mufdc.h
+++ b/src/emu/bus/isa/mufdc.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Multi Unique FDC
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
8-bit floppy controller, supports 4 drives with 360k, 720k,
1.2MB or 1.44MB. It was sold under a few different names:
diff --git a/src/emu/bus/isa/side116.c b/src/emu/bus/isa/side116.c
index 8bd1baaed66..e7f76632988 100644
--- a/src/emu/bus/isa/side116.c
+++ b/src/emu/bus/isa/side116.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Acculogic sIDE-1/16
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
IDE Disk Controller for IBM PC, XT and compatibles
***************************************************************************/
diff --git a/src/emu/bus/isa/side116.h b/src/emu/bus/isa/side116.h
index f0dd0a89cd5..2cc870c533d 100644
--- a/src/emu/bus/isa/side116.h
+++ b/src/emu/bus/isa/side116.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Acculogic sIDE-1/16
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
IDE Disk Controller for IBM PC, XT and compatibles
***************************************************************************/
diff --git a/src/emu/bus/isa/xsu_cards.c b/src/emu/bus/isa/xsu_cards.c
index 2d0203f25c9..b12a458be69 100644
--- a/src/emu/bus/isa/xsu_cards.c
+++ b/src/emu/bus/isa/xsu_cards.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
ISA bus cards for ex-USSR PC clones
diff --git a/src/emu/bus/isa/xsu_cards.h b/src/emu/bus/isa/xsu_cards.h
index 7b842982967..301a1680b4e 100644
--- a/src/emu/bus/isa/xsu_cards.h
+++ b/src/emu/bus/isa/xsu_cards.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/**********************************************************************
ISA bus cards for ex-USSR PC clones
diff --git a/src/emu/bus/vtech/ioexp/ioexp.c b/src/emu/bus/vtech/ioexp/ioexp.c
index 24c9add58aa..3028ffd5226 100644
--- a/src/emu/bus/vtech/ioexp/ioexp.c
+++ b/src/emu/bus/vtech/ioexp/ioexp.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ I/O Expansion Slot
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
30-pin slot
***************************************************************************/
diff --git a/src/emu/bus/vtech/ioexp/ioexp.h b/src/emu/bus/vtech/ioexp/ioexp.h
index cbf7c686b70..7948a9ae932 100644
--- a/src/emu/bus/vtech/ioexp/ioexp.h
+++ b/src/emu/bus/vtech/ioexp/ioexp.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ I/O Expansion Slot
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
30-pin slot
15 GND 16 NC
diff --git a/src/emu/bus/vtech/ioexp/joystick.c b/src/emu/bus/vtech/ioexp/joystick.c
index ec433aa1861..38e9732d17a 100644
--- a/src/emu/bus/vtech/ioexp/joystick.c
+++ b/src/emu/bus/vtech/ioexp/joystick.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Joystick Interface
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
VTech Laser JS 20
Dick Smith Electronics X-7315
diff --git a/src/emu/bus/vtech/ioexp/joystick.h b/src/emu/bus/vtech/ioexp/joystick.h
index 6904853d3ec..7c6612fc3fc 100644
--- a/src/emu/bus/vtech/ioexp/joystick.h
+++ b/src/emu/bus/vtech/ioexp/joystick.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser Joystick Interface
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
VTech Laser JS 20
Dick Smith Electronics X-7315
diff --git a/src/emu/bus/vtech/ioexp/printer.c b/src/emu/bus/vtech/ioexp/printer.c
index bf5c6681c41..a122c9fa2c7 100644
--- a/src/emu/bus/vtech/ioexp/printer.c
+++ b/src/emu/bus/vtech/ioexp/printer.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Printer Interface
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
VTech PI 20
Dick Smith Electronics X-7320
diff --git a/src/emu/bus/vtech/ioexp/printer.h b/src/emu/bus/vtech/ioexp/printer.h
index 762cf41a6e8..ddf2ce9726c 100644
--- a/src/emu/bus/vtech/ioexp/printer.h
+++ b/src/emu/bus/vtech/ioexp/printer.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Printer Interface
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Dick Smith Electronics X-7320
***************************************************************************/
diff --git a/src/emu/bus/vtech/memexp/floppy.c b/src/emu/bus/vtech/memexp/floppy.c
index 3b46b3ff3eb..dccba3f09b5 100644
--- a/src/emu/bus/vtech/memexp/floppy.c
+++ b/src/emu/bus/vtech/memexp/floppy.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Floppy Controller Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Laser DD 20
Dick Smith Electronics X-7304
diff --git a/src/emu/bus/vtech/memexp/floppy.h b/src/emu/bus/vtech/memexp/floppy.h
index 47a36c10721..940c6abc2ea 100644
--- a/src/emu/bus/vtech/memexp/floppy.h
+++ b/src/emu/bus/vtech/memexp/floppy.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Floppy Controller Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Laser DD 20
Dick Smith Electronics X-7304
diff --git a/src/emu/bus/vtech/memexp/memexp.c b/src/emu/bus/vtech/memexp/memexp.c
index c74c7e4ca2e..d41b2d073b7 100644
--- a/src/emu/bus/vtech/memexp/memexp.c
+++ b/src/emu/bus/vtech/memexp/memexp.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansion Slot
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
44-pin slot
***************************************************************************/
diff --git a/src/emu/bus/vtech/memexp/memexp.h b/src/emu/bus/vtech/memexp/memexp.h
index 880cee4ea30..d0de2049b5b 100644
--- a/src/emu/bus/vtech/memexp/memexp.h
+++ b/src/emu/bus/vtech/memexp/memexp.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansion Slot
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
44-pin slot
22 GND 23 NC
diff --git a/src/emu/bus/vtech/memexp/memory.c b/src/emu/bus/vtech/memexp/memory.c
index 76cba20af67..5b4b9d71701 100644
--- a/src/emu/bus/vtech/memexp/memory.c
+++ b/src/emu/bus/vtech/memexp/memory.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Laser Memory Expansions
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#include "memory.h"
diff --git a/src/emu/bus/vtech/memexp/memory.h b/src/emu/bus/vtech/memexp/memory.h
index bb487ac1d1e..e45d65c83fe 100644
--- a/src/emu/bus/vtech/memexp/memory.h
+++ b/src/emu/bus/vtech/memexp/memory.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansions
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#pragma once
diff --git a/src/emu/bus/vtech/memexp/rs232.c b/src/emu/bus/vtech/memexp/rs232.c
index fa9d0730d6d..bd74662c9f5 100644
--- a/src/emu/bus/vtech/memexp/rs232.c
+++ b/src/emu/bus/vtech/memexp/rs232.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-200/300 RS-232 Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#include "rs232.h"
diff --git a/src/emu/bus/vtech/memexp/rs232.h b/src/emu/bus/vtech/memexp/rs232.h
index 2e254ea9571..c89133e5a33 100644
--- a/src/emu/bus/vtech/memexp/rs232.h
+++ b/src/emu/bus/vtech/memexp/rs232.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-200/300 RS-232 Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#pragma once
diff --git a/src/emu/bus/vtech/memexp/wordpro.c b/src/emu/bus/vtech/memexp/wordpro.c
index 12bf18b2a1d..1a038bcf0ac 100644
--- a/src/emu/bus/vtech/memexp/wordpro.c
+++ b/src/emu/bus/vtech/memexp/wordpro.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-300 WordPro Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#include "wordpro.h"
diff --git a/src/emu/bus/vtech/memexp/wordpro.h b/src/emu/bus/vtech/memexp/wordpro.h
index 73a7acdd405..8626787f16e 100644
--- a/src/emu/bus/vtech/memexp/wordpro.h
+++ b/src/emu/bus/vtech/memexp/wordpro.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-300 WordPro Cartridge
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#pragma once
diff --git a/src/emu/cpu/i8089/i8089.c b/src/emu/cpu/i8089/i8089.c
index 9062ebbbe88..dd1726a6ebe 100644
--- a/src/emu/cpu/i8089/i8089.c
+++ b/src/emu/cpu/i8089/i8089.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#include "i8089.h"
diff --git a/src/emu/cpu/i8089/i8089.h b/src/emu/cpu/i8089/i8089.h
index 010c8b8fbf9..e97bc5f18ad 100644
--- a/src/emu/cpu/i8089/i8089.h
+++ b/src/emu/cpu/i8089/i8089.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#pragma once
diff --git a/src/emu/cpu/i8089/i8089_channel.c b/src/emu/cpu/i8089/i8089_channel.c
index d7ffc592d2a..3d7deb5faff 100644
--- a/src/emu/cpu/i8089/i8089_channel.c
+++ b/src/emu/cpu/i8089/i8089_channel.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
I/O channel
***************************************************************************/
diff --git a/src/emu/cpu/i8089/i8089_channel.h b/src/emu/cpu/i8089/i8089_channel.h
index ed3d7054b0e..be11553378b 100644
--- a/src/emu/cpu/i8089/i8089_channel.h
+++ b/src/emu/cpu/i8089/i8089_channel.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
I/O channel
***************************************************************************/
diff --git a/src/emu/cpu/i8089/i8089_dasm.c b/src/emu/cpu/i8089/i8089_dasm.c
index d36b5af2246..d1f62621f3c 100644
--- a/src/emu/cpu/i8089/i8089_dasm.c
+++ b/src/emu/cpu/i8089/i8089_dasm.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Disassembler
***************************************************************************/
diff --git a/src/emu/cpu/i8089/i8089_ops.c b/src/emu/cpu/i8089/i8089_ops.c
index deaa46fb0ad..040e6120594 100644
--- a/src/emu/cpu/i8089/i8089_ops.c
+++ b/src/emu/cpu/i8089/i8089_ops.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Opcode implementations
***************************************************************************/
diff --git a/src/emu/machine/74145.h b/src/emu/machine/74145.h
index 85733c749d4..9b047207f1b 100644
--- a/src/emu/machine/74145.h
+++ b/src/emu/machine/74145.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
TTL74145
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
BCD-to-Decimal decoder
***************************************************************************/
diff --git a/src/emu/machine/cr511b.c b/src/emu/machine/cr511b.c
index ab01fa4163c..9ce22895dba 100644
--- a/src/emu/machine/cr511b.c
+++ b/src/emu/machine/cr511b.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
CR-511-B CD-ROM drive
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
CD-ROM drive with a custom MKE/Panasonic interface as used in the
Commodore CDTV and early SoundBlaster cards.
diff --git a/src/emu/machine/cr511b.h b/src/emu/machine/cr511b.h
index fd399f267de..59a8fc13fca 100644
--- a/src/emu/machine/cr511b.h
+++ b/src/emu/machine/cr511b.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
CR-511-B CD-ROM drive
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
CD-ROM drive with a custom MKE/Panasonic interface as used in the
Commodore CDTV and early SoundBlaster cards.
diff --git a/src/emu/machine/cs4031.c b/src/emu/machine/cs4031.c
index 6ea8739cea2..b6d8de1acd8 100644
--- a/src/emu/machine/cs4031.c
+++ b/src/emu/machine/cs4031.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Chips & Technologies CS4031 chipset
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Chipset for 486 based PC/AT compatible systems. Consists of two
individual chips:
diff --git a/src/emu/machine/cs4031.h b/src/emu/machine/cs4031.h
index 847c598b89d..e27886f7b41 100644
--- a/src/emu/machine/cs4031.h
+++ b/src/emu/machine/cs4031.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Chips & Technologies CS4031 chipset
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Chipset for 486 based PC/AT compatible systems. Consists of two
individual chips:
diff --git a/src/emu/machine/dmac.c b/src/emu/machine/dmac.c
index f1381ce5ed5..d739d64f308 100644
--- a/src/emu/machine/dmac.c
+++ b/src/emu/machine/dmac.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
DMAC
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
DMA controller used in Amiga systems
BOARDS:
diff --git a/src/emu/machine/dmac.h b/src/emu/machine/dmac.h
index 54f9165a2b0..52c5d64ff5d 100644
--- a/src/emu/machine/dmac.h
+++ b/src/emu/machine/dmac.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
DMAC
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
DMA controller used in Amiga systems
***************************************************************************/
diff --git a/src/emu/machine/e05a03.c b/src/emu/machine/e05a03.c
index af7efe7be0e..258c3d1ca0b 100644
--- a/src/emu/machine/e05a03.c
+++ b/src/emu/machine/e05a03.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
E05A03 Gate Array (used in the Epson LX-800)
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#include "emu.h"
diff --git a/src/emu/machine/e05a03.h b/src/emu/machine/e05a03.h
index 854dc191afc..03fa2aca98a 100644
--- a/src/emu/machine/e05a03.h
+++ b/src/emu/machine/e05a03.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
E05A03 Gate Array (used in the Epson LX-800)
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
***************************************************************************/
#ifndef __E05A03_H__
diff --git a/src/emu/machine/gayle.c b/src/emu/machine/gayle.c
index dfe1a10b896..bf56f2aaf9e 100644
--- a/src/emu/machine/gayle.c
+++ b/src/emu/machine/gayle.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
GAYLE
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Gate array used in the Amiga 600 and Amiga 1200 computers.
***************************************************************************/
diff --git a/src/emu/machine/gayle.h b/src/emu/machine/gayle.h
index f7e2aa0dbee..19e9cc5df73 100644
--- a/src/emu/machine/gayle.h
+++ b/src/emu/machine/gayle.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
GAYLE
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Gate array used in the Amiga 600 and Amiga 1200 computers.
***************************************************************************/
diff --git a/src/emu/machine/ins8154.c b/src/emu/machine/ins8154.c
index 2241f502752..1c36af845be 100644
--- a/src/emu/machine/ins8154.c
+++ b/src/emu/machine/ins8154.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
National Semiconductor INS8154
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
N-Channel 128-by-8 Bit RAM Input/Output (RAM I/O)
TODO: Strobed modes
diff --git a/src/emu/machine/ins8154.h b/src/emu/machine/ins8154.h
index 838da2b7c79..300b9763a9b 100644
--- a/src/emu/machine/ins8154.h
+++ b/src/emu/machine/ins8154.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
National Semiconductor INS8154
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
N-Channel 128-by-8 Bit RAM Input/Output (RAM I/O)
_____ _____
diff --git a/src/emu/machine/ram.c b/src/emu/machine/ram.c
index 5e730a40298..3a92aa48c1b 100644
--- a/src/emu/machine/ram.c
+++ b/src/emu/machine/ram.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/*************************************************************************
RAM device
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Provides a configurable amount of RAM to drivers
**************************************************************************/
diff --git a/src/emu/machine/ram.h b/src/emu/machine/ram.h
index 9cfdee6efc5..c17832dff16 100644
--- a/src/emu/machine/ram.h
+++ b/src/emu/machine/ram.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/*************************************************************************
RAM device
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
Provides a configurable amount of RAM to drivers
**************************************************************************/
diff --git a/src/emu/video/tea1002.c b/src/emu/video/tea1002.c
index 22f733ae998..ba518e6a6ac 100644
--- a/src/emu/video/tea1002.c
+++ b/src/emu/video/tea1002.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
TEA1002
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
PAL colour encoder and video summer
***************************************************************************/
diff --git a/src/emu/video/tea1002.h b/src/emu/video/tea1002.h
index 614a8f152f6..ee01a2178b2 100644
--- a/src/emu/video/tea1002.h
+++ b/src/emu/video/tea1002.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
TEA1002
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
PAL colour encoder and video summer
_____ _____
diff --git a/src/mess/machine/amigakbd.c b/src/mess/machine/amigakbd.c
index 1fa06ea8d82..c6d1bb05d34 100644
--- a/src/mess/machine/amigakbd.c
+++ b/src/mess/machine/amigakbd.c
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Amiga Keyboard
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
We currently emulate the Amiga 500 keyboard controller, which was
also used in later Amiga 2000 keyboards.
diff --git a/src/mess/machine/amigakbd.h b/src/mess/machine/amigakbd.h
index 120809f0f27..68ffdb42200 100644
--- a/src/mess/machine/amigakbd.h
+++ b/src/mess/machine/amigakbd.h
@@ -1,12 +1,9 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
/***************************************************************************
Amiga Keyboard
- license: MAME, GPL-2.0+
- copyright-holders: Dirk Best
-
We currently emulate the Amiga 500 keyboard controller, which was
also used in later Amiga 2000 keyboards.