From 583ea9dccb301ecb64c65777ad190c4216b950a5 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Tue, 26 May 2015 15:16:01 -0400 Subject: [PATCH] fix name to full name instead of nickname (nw) --- src/mess/drivers/tispeak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/tispeak.c b/src/mess/drivers/tispeak.c index bf5764ece71..bfac5fb156a 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) **