Skip to content

Commit

Permalink
[#211]
Browse files Browse the repository at this point in the history
mos6526_port.h --> cia_port.h und mos6526_port.cpp --> cia_port.cpp
  • Loading branch information
ThKattanek committed Aug 23, 2021
1 parent b09b947 commit bffe605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/mos6526_port.cpp → src/cia_port.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
File renamed without changes.

0 comments on commit bffe605

Please sign in to comment.