1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Switch to = default.

This commit is contained in:
Thomas Harte
2024-02-16 21:47:23 -05:00
parent a758112084
commit bc5727af14
67 changed files with 52 additions and 89 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class AllRAMProcessor:
public ::CPU::AllRAMProcessor {
public:
static AllRAMProcessor *Processor(CPU::MOS6502Esque::Type type, bool has_cias = false);
virtual ~AllRAMProcessor() {}
virtual ~AllRAMProcessor() = default;
virtual void run_for(const Cycles cycles) = 0;
virtual void run_for_instructions(int) = 0;