From de54eee4e77a06b082d20924e5033b97a2051bc1 Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Sat, 30 Dec 2017 13:35:00 +0100 Subject: [PATCH] Updated Hardware: Floppy Drive (markdown) --- Hardware:-Floppy-Drive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware:-Floppy-Drive.md b/Hardware:-Floppy-Drive.md index 8250205..f191830 100644 --- a/Hardware:-Floppy-Drive.md +++ b/Hardware:-Floppy-Drive.md @@ -13,7 +13,7 @@ Floppies contains 80 tracks with 18 sectors per track. That's 1440 sectors of 51 ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `POLL` | `0 kJ` | Get the status of the drive (`READY` = `0`, `NO_MEDIA`=`1`) | +| `1` | `POLL` | `0 kJ` | Put the status of the drive (`READY` = `0`, `NO_MEDIA`=`1`) in register `B` | | `2` | `READ_SECTOR` | `1 kJ` | Reads sector X to CPU ram starting at address Y | | `3` | `WRITE_SECTOR` | `1 kJ` | Writes sector X from CPU ram starting at Y |