Skip to content

Commit

Permalink
tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Oct 27, 2024
1 parent 3cf4a33 commit cacc875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Emulator/Components/CPU/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ namespace vamiga {

class CPU : public moira::Moira, public Inspectable<CPUInfo>
{
friend class Moira;

Descriptions descriptions = {{

.type = CPUClass,
Expand All @@ -37,8 +39,6 @@ class CPU : public moira::Moira, public Inspectable<CPUInfo>
OPT_CPU_RESET_VAL
};

friend class Moira;

// The current configuration
CPUConfig config = {};

Expand Down

0 comments on commit cacc875

Please sign in to comment.