summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mc68hc11/hc11ops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mc68hc11/hc11ops.hxx')
-rw-r--r--src/devices/cpu/mc68hc11/hc11ops.hxx2
1 files changed, 1 insertions, 1 deletions
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)