summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56156/inst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56156/inst.cpp')
-rw-r--r--src/devices/cpu/dsp56156/inst.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/cpu/dsp56156/inst.cpp b/src/devices/cpu/dsp56156/inst.cpp
index 339156aa35e..c091659ba67 100644
--- a/src/devices/cpu/dsp56156/inst.cpp
+++ b/src/devices/cpu/dsp56156/inst.cpp
@@ -2,10 +2,9 @@
// copyright-holders:Andrew Gardner
#include "emu.h"
#include "inst.h"
-#include "emu.h"
-namespace DSP_56156
-{
+namespace DSP_56156 {
+
// Factory
std::unique_ptr<Instruction> Instruction::decodeInstruction(const Opcode* opc,
const uint16_t word0,
@@ -783,4 +782,4 @@ std::unique_ptr<Instruction> Instruction::decodeInstruction(const Opcode* opc,
return nullptr;
}
-}
+} // namespace DSP_56156