diff --git a/src/devices/cpu/i8085/i8085.cpp b/src/devices/cpu/i8085/i8085.cpp index 8358e1a75fa..c68f33f0bda 100644 --- a/src/devices/cpu/i8085/i8085.cpp +++ b/src/devices/cpu/i8085/i8085.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Juergen Buchmueller, hap, Roberto Fresca, Grull Osgo +// copyright-holders:Juergen Buchmueller, Roberto Fresca, Grull Osgo // thanks-to:Marcel De Kogel /***************************************************************************** * @@ -105,7 +105,7 @@ * tests only 8080 opcodes, link is dead so go via archive.org) * * April 2025, Roberto Fresca - * - Reworked the DSUB (Double Substraction) undocumented instruction. + * - Reworked the DSUB (Double Subtraction) undocumented instruction. * - Reworked the RDEL (Rotate D and E Left with Carry) undocumented instruction. * (ref: https://robertofresca.com/files/New_8085_instruction.pdf) * diff --git a/src/devices/cpu/i8085/i8085.h b/src/devices/cpu/i8085/i8085.h index 3fc08fafe35..1f2a39a0199 100644 --- a/src/devices/cpu/i8085/i8085.h +++ b/src/devices/cpu/i8085/i8085.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Juergen Buchmueller, hap +// copyright-holders:Juergen Buchmueller #ifndef MAME_CPU_I8085_I8085_H #define MAME_CPU_I8085_I8085_H