summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unspdasm_extended.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
commit6e807013c570ed6b5ff7f950a3b131914b9718f3 (patch)
tree86eb67544d14d9ee32a18467d7ba859f19f36a51 /src/devices/cpu/unsp/unspdasm_extended.cpp
parent7dad0f4f58e2e0e59b72f3df672ecfe2c8168545 (diff)
Disable SOUND_DEBUG for non-debug builds, and srcclean
Diffstat (limited to 'src/devices/cpu/unsp/unspdasm_extended.cpp')
-rw-r--r--src/devices/cpu/unsp/unspdasm_extended.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/unsp/unspdasm_extended.cpp b/src/devices/cpu/unsp/unspdasm_extended.cpp
index 3caa182b237..1655936647b 100644
--- a/src/devices/cpu/unsp/unspdasm_extended.cpp
+++ b/src/devices/cpu/unsp/unspdasm_extended.cpp
@@ -147,7 +147,7 @@ offs_t unsp_20_disassembler::disassemble_extended_group(std::ostream& stream, of
uint8_t rb = (ximm & 0x000f) >> 0;
uint8_t size = (ximm & 0x7000) >> 12;
uint8_t rx = (ximm & 0x0e00) >> 9;
-
+
if (size == 0) size = 8;
int start = (rx + 1)&7;