From f754e51bcc34b361df6f8748af5e053bf8a89a5c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 3 Feb 2024 16:10:56 +0200 Subject: [PATCH] ALG Marbella Vice needs LD Frame # Mode command. --- arcadia.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.3