From 782927575908397a26a86c031e1fb71ab691afc4 Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 31 Oct 2018 22:19:20 +0100 Subject: [PATCH] ASCII logo. --- API/emulation/CPU/Z80.h | 11 +++++------ sources/Z80.c | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) 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