summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp16/dsp16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/dsp16/dsp16.c')
-rw-r--r--src/emu/cpu/dsp16/dsp16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/dsp16/dsp16.c b/src/emu/cpu/dsp16/dsp16.c
index b5d3ad3bf8c..0c253b24621 100644
--- a/src/emu/cpu/dsp16/dsp16.c
+++ b/src/emu/cpu/dsp16/dsp16.c
@@ -173,7 +173,7 @@ void dsp16_device::device_reset()
void dsp16_device::state_import(const device_state_entry &entry)
{
-
+
}
@@ -243,7 +243,7 @@ void dsp16_device::execute_run()
// instruction fetch
//UINT16 op = opcode_read();
-
+
m_icount--;
} while (m_icount > 0);
}