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