summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-12 22:27:14 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-12 22:27:14 -0400
commit2cb049902b83e67e02dba000bdf636422fa828d4 (patch)
treec9cd5b1e4338fe113527a05f9579a7b967177c42
parentd80a70f1bbf024ba2899a47af41af2e0a6fb3193 (diff)
adm36: Remove spurious copyright (nw)
-rw-r--r--src/mame/drivers/adm36.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/adm36.cpp b/src/mame/drivers/adm36.cpp
index 2298543b7eb..fa5be99f8ce 100644
--- a/src/mame/drivers/adm36.cpp
+++ b/src/mame/drivers/adm36.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Robbbert,AJR
+// copyright-holders:AJR
/************************************************************************************************************
Skeleton driver for ADM 36 Video Display Terminal.
@@ -130,7 +130,6 @@ static const z80_daisy_config daisy_chain[] =
void adm36_state::adm36(machine_config &config)
{
- // basic machine hardware
Z80(config, m_maincpu, 14.728_MHz_XTAL / 6);
m_maincpu->set_addrmap(AS_PROGRAM, &adm36_state::mem_map);
m_maincpu->set_addrmap(AS_IO, &adm36_state::io_map);