diff options
Diffstat (limited to 'src/mess')
-rw-r--r-- | src/mess/drivers/tdv2324.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/tispeak.c | 2 | ||||
-rw-r--r-- | src/mess/includes/tdv2324.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/tdv2324.c b/src/mess/drivers/tdv2324.c index bff59b14dcd..09a69054036 100644 --- a/src/mess/drivers/tdv2324.c +++ b/src/mess/drivers/tdv2324.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Curt Coder,Lord Nightmare +// copyright-holders:Curt Coder,Jonathan Gevaryahu /* Tandberg TDV2324 diff --git a/src/mess/drivers/tispeak.c b/src/mess/drivers/tispeak.c index b3e2e06ef7b..dd7aeeedd15 100644 --- a/src/mess/drivers/tispeak.c +++ b/src/mess/drivers/tispeak.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:hap, Lord Nightmare +// copyright-holders:hap, Jonathan Gevaryahu /*************************************************************************** ** subclass of hh_tms1k_state (includes/hh_tms1k.h, drivers/hh_tms1k.c) ** diff --git a/src/mess/includes/tdv2324.h b/src/mess/includes/tdv2324.h index fc76ea8e022..7a2aaf91a22 100644 --- a/src/mess/includes/tdv2324.h +++ b/src/mess/includes/tdv2324.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Curt Coder,Lord Nightmare +// copyright-holders:Curt Coder,Jonathan Gevaryahu #pragma once #ifndef __TDV2324__ |