diff options
author | 2015-03-09 19:33:38 +0100 | |
---|---|---|
committer | 2015-03-09 19:33:38 +0100 | |
commit | c25cc3aa7ed58dfcdee986ca48bd260fa45b7215 (patch) | |
tree | 1ef8d9c50da13bcdb5408c00cfb78bed7b9d5a7a | |
parent | ad1ba6b1a2daf586e98793f9eaf469a197b8de9a (diff) |
added credits where due (meaning: much more than providing romdumps)
-rw-r--r-- | src/mess/drivers/elecbowl.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/hh_hmcs40.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/hh_tms1k.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/hh_ucom4.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/ticalc1x.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/elecbowl.c b/src/mess/drivers/elecbowl.c index 33418b6d84f..0ae06e2b3a8 100644 --- a/src/mess/drivers/elecbowl.c +++ b/src/mess/drivers/elecbowl.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap +// copyright-holders:hap, Kevin Horton /*************************************************************************** Marx Series 300 Electronic Bowling Game diff --git a/src/mess/drivers/hh_hmcs40.c b/src/mess/drivers/hh_hmcs40.c index d964229449a..9c57a23063d 100644 --- a/src/mess/drivers/hh_hmcs40.c +++ b/src/mess/drivers/hh_hmcs40.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap +// copyright-holders:hap, Kevin Horton /*************************************************************************** Hitachi HMCS40 MCU tabletops/handhelds or other simple devices. diff --git a/src/mess/drivers/hh_tms1k.c b/src/mess/drivers/hh_tms1k.c index 1d5e27f0238..694b34d6874 100644 --- a/src/mess/drivers/hh_tms1k.c +++ b/src/mess/drivers/hh_tms1k.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap +// copyright-holders:hap, Sean Riddle, Kevin Horton /*************************************************************************** This driver is a collection of simple dedicated handheld and tabletop diff --git a/src/mess/drivers/hh_ucom4.c b/src/mess/drivers/hh_ucom4.c index 402bbcc55fa..ac4a018a12e 100644 --- a/src/mess/drivers/hh_ucom4.c +++ b/src/mess/drivers/hh_ucom4.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap +// copyright-holders:hap, Kevin Horton /*************************************************************************** NEC uCOM4 MCU tabletops/handhelds or other simple devices. diff --git a/src/mess/drivers/ticalc1x.c b/src/mess/drivers/ticalc1x.c index 24bba4d7776..3558f8854e4 100644 --- a/src/mess/drivers/ticalc1x.c +++ b/src/mess/drivers/ticalc1x.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap +// copyright-holders:hap, Sean Riddle /*************************************************************************** Texas Instruments TMS1xxx/0970/0980 handheld calculators (mostly single-chip) |