From bffe605873fa57acea5498c14fb8330284fbdf8e Mon Sep 17 00:00:00 2001 From: Thorsten Kattanek Date: Mon, 23 Aug 2021 20:10:13 +0200 Subject: [PATCH] [#211] mos6526_port.h --> cia_port.h und mos6526_port.cpp --> cia_port.cpp --- src/{mos6526_port.cpp => cia_port.cpp} | 6 ++++-- src/{mos6526_port.h => cia_port.h} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename src/{mos6526_port.cpp => cia_port.cpp} (89%) rename src/{mos6526_port.h => cia_port.h} (100%) diff --git a/src/mos6526_port.cpp b/src/cia_port.cpp similarity index 89% rename from src/mos6526_port.cpp rename to src/cia_port.cpp index 822c9fa..f8f4006 100755 --- a/src/mos6526_port.cpp +++ b/src/cia_port.cpp @@ -8,12 +8,14 @@ // Dieser Sourcecode ist Copyright geschützt! // // Geistiges Eigentum von Th.Kattanek // // // -// Letzte Änderung am 15.06.2019 // +// Letzte Änderung am 23.08.2021 // // www.emu64.de // // // ////////////////////////////////////////////////// +/// +/// Für MOS6526 und MOS8520 -#include "mos6526_port.h" +#include "cia_port.h" PORT::PORT() { diff --git a/src/mos6526_port.h b/src/cia_port.h similarity index 100% rename from src/mos6526_port.h rename to src/cia_port.h