From 58c0f48710131053b455a59dec667d73713e0563 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 27 Mar 2021 12:52:03 +0100 Subject: 68hc11: amount of work not worthy of me being copyright holder --- src/devices/cpu/mc68hc11/hc11ops.h | 2 +- src/devices/cpu/mc68hc11/hc11ops.hxx | 2 +- src/devices/cpu/mc68hc11/mc68hc11.cpp | 2 +- src/devices/cpu/mc68hc11/mc68hc11.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/cpu/mc68hc11/hc11ops.h b/src/devices/cpu/mc68hc11/hc11ops.h index a58dda18144..058aa3cfe17 100644 --- a/src/devices/cpu/mc68hc11/hc11ops.h +++ b/src/devices/cpu/mc68hc11/hc11ops.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ville Linde, Angelo Salese, hap +// copyright-holders:Ville Linde, Angelo Salese const mc68hc11_cpu_device::hc11_opcode_list_struct mc68hc11_cpu_device::hc11_opcode_list[] = { diff --git a/src/devices/cpu/mc68hc11/hc11ops.hxx b/src/devices/cpu/mc68hc11/hc11ops.hxx index 58db8f00c09..4f552d73fa9 100644 --- a/src/devices/cpu/mc68hc11/hc11ops.hxx +++ b/src/devices/cpu/mc68hc11/hc11ops.hxx @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ville Linde, Angelo Salese, hap +// copyright-holders:Ville Linde, Angelo Salese #define SET_Z8(r) (m_ccr |= ((uint8_t)r == 0) ? CC_Z : 0) #define SET_Z16(r) (m_ccr |= ((uint16_t)r == 0) ? CC_Z : 0) diff --git a/src/devices/cpu/mc68hc11/mc68hc11.cpp b/src/devices/cpu/mc68hc11/mc68hc11.cpp index d2393ffa69e..4b3909b4983 100644 --- a/src/devices/cpu/mc68hc11/mc68hc11.cpp +++ b/src/devices/cpu/mc68hc11/mc68hc11.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ville Linde, Angelo Salese, hap +// copyright-holders:Ville Linde, Angelo Salese /* Motorola MC68HC11 emulator diff --git a/src/devices/cpu/mc68hc11/mc68hc11.h b/src/devices/cpu/mc68hc11/mc68hc11.h index acba3a59064..99f2671bfbc 100644 --- a/src/devices/cpu/mc68hc11/mc68hc11.h +++ b/src/devices/cpu/mc68hc11/mc68hc11.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ville Linde, Angelo Salese, hap +// copyright-holders:Ville Linde, Angelo Salese #ifndef MAME_CPU_MC68HC11_MC68HC11_H #define MAME_CPU_MC68HC11_MC68HC11_H -- cgit v1.2.3