diff options
| author | 2015-05-26 15:16:01 -0400 | |
|---|---|---|
| committer | 2015-05-26 15:16:01 -0400 | |
| commit | 583ea9dccb301ecb64c65777ad190c4216b950a5 (patch) | |
| tree | 70120d909a35d0413037ec970119060edc91ca59 /src | |
| parent | 3db5a73bae4bf6afcb9d09f9b9bf022b0bd87538 (diff) | |
fix name to full name instead of nickname (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mess/drivers/tispeak.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) ** |
