From: Toni Wilen Date: Sat, 22 Jul 2017 19:37:34 +0000 (+0300) Subject: Previous update fix. X-Git-Tag: 3600~150 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f33b45577dd725283674eb00dfb8918484cceb23;p=francis%2Fwinuae.git Previous update fix. --- diff --git a/a2091.cpp b/a2091.cpp index af5371e9..60c57d72 100644 --- a/a2091.cpp +++ b/a2091.cpp @@ -3756,7 +3756,7 @@ static void wd_execute_cmd(struct wd_state *wds, int cmd, int msg, int unit) if (msg == 0) { if (WD33C93_DEBUG > 0) write_log (_T("%s command %02X\n"), WD33C93, cmd); - switch (cmd) + switch (cmd & 0x7f) { case WD_CMD_RESET: wd_cmd_reset(wd, true);