From: Toni Wilen Date: Sat, 3 Feb 2024 14:10:56 +0000 (+0200) Subject: ALG Marbella Vice needs LD Frame # Mode command. X-Git-Tag: 5200~25 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f754e51bcc34b361df6f8748af5e053bf8a89a5c;p=francis%2Fwinuae.git ALG Marbella Vice needs LD Frame # Mode command. --- diff --git a/arcadia.cpp b/arcadia.cpp index 0358b35a..039be11b 100644 --- a/arcadia.cpp +++ b/arcadia.cpp @@ -838,6 +838,11 @@ static void sony_serial_read(uae_u16 w) if (log_ld) write_log(_T("LD: INDEX OFF\n")); break; + case 0x55: // Frame mode + ack(); + if (log_ld) + write_log(_T("LD: Frame Mode\n")); + break; case 0x56: // CL ld_mode = LD_MODE_STILL; ld_direction = 0;