diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 1408cb3..e903a97 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -1,9 +1,8 @@ -/* Zilog Z80 CPU Emulator API - ______ ______ ______ -/\___ \ /\ __ \ /\ \ -\/__/ /__\ \ __ \\ \ \ \ - /\_____\\ \_____\\ \_____\ - \/_____/ \/_____/ \/_____/ +/* ______ ______ ______ + /\___ \ /\ __ \ /\ \ + \/__/ /__\ \ __ \\ \ \ \ + /\_____\\ \_____\\ \_____\ +Zilog \/_____/ \/_____/ \/_____/ 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 diff --git a/sources/Z80.c b/sources/Z80.c index 604d86c..8388b87 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -1,9 +1,8 @@ -/* Zilog Z80 CPU Emulator - ______ ______ ______ -/\___ \ /\ __ \ /\ \ -\/__/ /__\ \ __ \\ \ \ \ - /\_____\\ \_____\\ \_____\ - \/_____/ \/_____/ \/_____/ +/* ______ ______ ______ + /\___ \ /\ __ \ /\ \ + \/__/ /__\ \ __ \\ \ \ \ + /\_____\\ \_____\\ \_____\ +Zilog \/_____/ \/_____/ \/_____/ 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