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

@@ -8,7 +8,7 @@
#include "Decoder.hpp"
using namespace CPU::Decoder::PowerPC;
using namespace InstructionSet::PowerPC;
Decoder::Decoder(Model model) : model_(model) {}