1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-01 11:16:16 +00:00

Adds files for the M50740 and corrects namespace errors elsewhere.

This commit is contained in:
Thomas Harte
2021-01-15 21:30:30 -05:00
parent 15bedc74d4
commit 3c20e1f037
12 changed files with 213 additions and 32 deletions

View File

@@ -11,8 +11,7 @@
#include "Instruction.hpp"
namespace CPU {
namespace Decoder {
namespace InstructionSet {
namespace PowerPC {
enum class Model {
@@ -51,7 +50,6 @@ struct Decoder {
}
};
}
}
}