From: Alan Cox Date: Sun, 10 Jun 2018 20:09:35 +0000 (+0100) Subject: trs80m1: update floppy FIXME list, grow cmd table a byte for size X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5dd2486062e7f4e42c823ecdbdcd557b1e6acfa2;p=FUZIX.git trs80m1: update floppy FIXME list, grow cmd table a byte for size We don't yet support different sizes but it will be needed --- diff --git a/Kernel/platform-trs80m1/floppy.s b/Kernel/platform-trs80m1/floppy.s index c9aca356..f7fd42ce 100644 --- a/Kernel/platform-trs80m1/floppy.s +++ b/Kernel/platform-trs80m1/floppy.s @@ -6,9 +6,7 @@ ; FIXME: tandy doubler ; FIXME: correct step rates (per drive ?) ; FIXME: precompensation ?? -; FIXME: support speed setting (turbo cards) out 254,0 / 1 if present -; (but how to tell ??) -; FIXME: do we want to support switching between M1 and M3 ? +; FIXME: 512 byte sector support ; .globl _fd_reset .globl _fd_operation @@ -449,4 +447,4 @@ _fd_selected: _fd_tab: .db 0xFF, 0xFF, 0xFF, 0xFF _fd_cmd: - .ds 6 + .ds 7