diff options
author | 2018-12-14 16:24:32 +0100 | |
---|---|---|
committer | 2018-12-14 16:24:44 +0100 | |
commit | 201e40f97f89eb6e2539b8f5977e5f6fa7143f3e (patch) | |
tree | a1f31bed3a374db3b5727668bb2f7ce3825df97c | |
parent | 80e0a9dab70e06e9304f168e57577eb3191cfe50 (diff) |
nascom1: correct copyright holders, and remove in-driver changelog (nw)
-rw-r--r-- | src/mame/drivers/nascom1.cpp | 7 |
1 files 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') |