summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56k/dsp56mem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56k/dsp56mem.cpp')
-rw-r--r--src/devices/cpu/dsp56k/dsp56mem.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/dsp56k/dsp56mem.cpp b/src/devices/cpu/dsp56k/dsp56mem.cpp
index 31ed7503acb..257865cb325 100644
--- a/src/devices/cpu/dsp56k/dsp56mem.cpp
+++ b/src/devices/cpu/dsp56k/dsp56mem.cpp
@@ -7,8 +7,8 @@
#include "dsp56mem.h"
#include "dsp56pcu.h"
-namespace DSP56K
-{
+namespace DSP56K {
+
/* IPR Accessor Implementations */
void IPR_set(dsp56k_core* cpustate, uint16_t value)
{
@@ -486,9 +486,6 @@ void dsp56k_io_reset(dsp56k_core* cpustate)
}
-} // namespace DSP56K
-
-
/* Work */
READ16_MEMBER( dsp56k_device::peripheral_register_r )
{
@@ -947,3 +944,6 @@ uint16_t dsp56k_device::get_peripheral_memory(uint16_t addr)
dsp56k_core* cpustate = &m_dsp56k_core;
return cpustate->peripheral_ram[A2O(addr)];
}
+
+
+} // namespace DSP56K