summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pcd_kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pcd_kbd.c')
-rw-r--r--src/mess/machine/pcd_kbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/pcd_kbd.c b/src/mess/machine/pcd_kbd.c
index 47d3c9847f5..2307c6bb261 100644
--- a/src/mess/machine/pcd_kbd.c
+++ b/src/mess/machine/pcd_kbd.c
@@ -1,3 +1,5 @@
+// license:???
+// copyright-holders:???
#include "pcd_kbd.h"
const device_type PCD_KEYBOARD = &device_creator<pcd_keyboard_device>;