From 201e40f97f89eb6e2539b8f5977e5f6fa7143f3e Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 14 Dec 2018 16:24:32 +0100 Subject: [PATCH] nascom1: correct copyright holders, and remove in-driver changelog (nw) --- src/mame/drivers/nascom1.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/nascom1.cpp b/src/mame/drivers/nascom1.cpp index 384448f7879..1c9f5946cb9 100644 --- a/src/mame/drivers/nascom1.cpp +++ b/src/mame/drivers/nascom1.cpp @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:Dirk Best +// copyright-holders:Dirk Best,Paul Danials /*************************************************************************** Nascom 1/2/3 @@ -7,9 +7,6 @@ Single board computer ***************************************************************************/ -// -// Fixed keyboard handling so that CTRL now works. 12-2018 PHS. -// #include "emu.h" @@ -537,7 +534,7 @@ static INPUT_PORTS_START( nascom1 ) PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_LSHIFT) PORT_CODE(KEYCODE_RSHIFT) PORT_CHAR(UCHAR_SHIFT_1) PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_OPENBRACE) PORT_CHAR('@') PORT_BIT(0x48, IP_ACTIVE_LOW, IPT_UNUSED) - + PORT_START("KEY.1") PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_H) PORT_CHAR('H') PORT_CHAR('h') PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_B) PORT_CHAR('B') PORT_CHAR('b')