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