diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index e9b0eb8..1408cb3 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -1,9 +1,9 @@ /* Zilog Z80 CPU Emulator API - ____ ____ ___ ___ ___ - / __ \ / ___\ / __` __`\ / __`\ -/\ \/ \/\ \__/_/\ \/\ \/\ \/\ __/ -\ \__/\_\ \_____\ \_\ \_\ \_\ \____\ - \/_/\/_/\/_____/\/_/\/_/\/_/\/____/ + ______ ______ ______ +/\___ \ /\ __ \ /\ \ +\/__/ /__\ \ __ \\ \ \ \ + /\_____\\ \_____\\ \_____\ + \/_____/ \/_____/ \/_____/ Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This library is free software: you can redistribute it and/or modify it under diff --git a/sources/Z80.c b/sources/Z80.c index 9ca52b2..604d86c 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -1,9 +1,9 @@ /* Zilog Z80 CPU Emulator - ____ ____ ___ ___ ___ - / __ \ / ___\ / __` __`\ / __`\ -/\ \/ \/\ \__/_/\ \/\ \/\ \/\ __/ -\ \__/\_\ \_____\ \_\ \_\ \_\ \____\ - \/_/\/_/\/_____/\/_/\/_/\/_/\/____/ + ______ ______ ______ +/\___ \ /\ __ \ /\ \ +\/__/ /__\ \ __ \\ \ \ \ + /\_____\\ \_____\\ \_____\ + \/_____/ \/_____/ \/_____/ Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This library is free software: you can redistribute it and/or modify it under