i8085: remove myself from copyright holders, does not match my criteria

This commit is contained in:
hap 2025-04-07 19:03:27 +02:00
parent 574a30042b
commit 113d351625
2 changed files with 3 additions and 3 deletions

View File

@ -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)
*

View File

@ -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