]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
ALG Marbella Vice needs LD Frame # Mode command.
authorToni Wilen <twilen@winuae.net>
Sat, 3 Feb 2024 14:10:56 +0000 (16:10 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 3 Feb 2024 14:10:56 +0000 (16:10 +0200)
arcadia.cpp

index 0358b35a4692cdc270e0b89686ccc997080b818c..039be11b45a9d0497fa1dc78e2fa2372644925a2 100644 (file)
@@ -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;