diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 6ba92bc..99b0c59 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 library is free software: you can redistribute it and/or modify it under diff --git a/README b/README index 33b7dc2..b948401 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - ______ ______ ______ - /\___ \ /\ __ \ /\ \ - \/__/ /__\ \ __ \\ \ \ \ - /\_____\\ \_____\\ \_____\ -Zilog \/_____/ \/_____/ \/_____/ CPU Emulator v0.1 + ______ ______ ______ + /\___ \ /\ __ \/\ \ + \/__/ /_\ \ __ \ \ \ \ + /\_____\ \_____\ \_____\ +Zilog \/_____/\/_____/\/_____/ CPU Emulator v0.1 Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi This is a very accurate Z80 emulator that I wrote many years ago. It is fast, diff --git a/sources/Z80.c b/sources/Z80.c index f86f996..b1a570d 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -1,8 +1,8 @@ -/* ______ ______ ______ - /\___ \ /\ __ \ /\ \ - \/__/ /__\ \ __ \\ \ \ \ - /\_____\\ \_____\\ \_____\ -Zilog \/_____/ \/_____/ \/_____/ CPU Emulator v0.1 +/* ______ ______ ______ + /\___ \ /\ __ \/\ \ + \/__/ /_\ \ __ \ \ \ \ + /\_____\ \_____\ \_____\ +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