From 6e807013c570ed6b5ff7f950a3b131914b9718f3 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 27 Sep 2020 11:00:56 +1000 Subject: Disable SOUND_DEBUG for non-debug builds, and srcclean --- src/devices/cpu/unsp/unspdasm_extended.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/unsp/unspdasm_extended.cpp') 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; -- cgit v1.2.3-70-g09d2