--- hatari/src/falcon/dsp_disasm.c 2019/04/09 08:53:21 1.1.1.7 +++ hatari/src/falcon/dsp_disasm.c 2019/04/09 08:54:34 1.1.1.8 @@ -26,6 +26,7 @@ #include #include #include +#include #include "dsp_core.h" #include "dsp_cpu.h" @@ -677,6 +678,9 @@ static void opcode8h_0(void) case 0x00008c: dsp_enddo(); break; + default: + dsp_undefined(); + break; } }