summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/rs232/rs232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/rs232/rs232.c')
-rw-r--r--src/emu/bus/rs232/rs232.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/rs232/rs232.c b/src/emu/bus/rs232/rs232.c
index 24862b22a92..b1c82c7927d 100644
--- a/src/emu/bus/rs232/rs232.c
+++ b/src/emu/bus/rs232/rs232.c
@@ -1,3 +1,5 @@
+// license:???
+// copyright-holders:???
#include "rs232.h"
const device_type RS232_PORT = &device_creator<rs232_port_device>;