diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 8cb42d8..77ee87a 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -1,8 +1,8 @@ /* ______ ______ ______ - /\___ \ /\ __ \/\ \ - \/__/ /_\ \ __ \ \ \ \ + /\___ \ /\ __ \/\ __ \ + \/__/ /_\ \ __ \ \ \/\ \ /\_____\ \_____\ \_____\ -Zilog \/_____/\/_____/\/_____/ CPU Emulator +Zilog \/_____/\/_____/\/_____/ CPU Emulator ---------------------------------- Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This emulator is free software: you can redistribute it and/or modify it under @@ -15,7 +15,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this emulator. If not, see . */ +this emulator. If not, see . +--------------------------------------------------------------------------- */ #ifndef _emulation_CPU_Z80_H_ #define _emulation_CPU_Z80_H_ diff --git a/README b/README index b1c1907..a4cf839 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ______ ______ ______ - /\___ \ /\ __ \/\ \ - \/__/ /_\ \ __ \ \ \ \ + /\___ \ /\ __ \/\ __ \ + \/__/ /_\ \ __ \ \ \/\ \ /\_____\ \_____\ \_____\ Zilog \/_____/\/_____/\/_____/ CPU Emulator v0.1 Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi diff --git a/sources/Z80.c b/sources/Z80.c index 1dea710..7bdd3d6 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -1,8 +1,8 @@ /* ______ ______ ______ - /\___ \ /\ __ \/\ \ - \/__/ /_\ \ __ \ \ \ \ + /\___ \ /\ __ \/\ __ \ + \/__/ /_\ \ __ \ \ \/\ \ /\_____\ \_____\ \_____\ -Zilog \/_____/\/_____/\/_____/ CPU Emulator +Zilog \/_____/\/_____/\/_____/ CPU Emulator ---------------------------------- Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This emulator is free software: you can redistribute it and/or modify it under @@ -15,7 +15,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this emulator. If not, see . */ +this emulator. If not, see . +--------------------------------------------------------------------------- */ #ifndef CPU_Z80_DEPENDENCIES_H # include