mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-12 16:16:28 +00:00
| .. | ||
| atapi.md | ||
| audio.md | ||
| console.md | ||
| gameport.md | ||
| input.md | ||
| keyboard.md | ||
| parallel.md | ||
| README.md | ||
| scsi.md | ||
| serial.md | ||
| timer.md | ||
| trackdisk.md | ||
Devices — Overview
Amiga devices are shared libraries with an exec I/O request interface. They provide standardised access to hardware peripherals via OpenDevice/CloseDevice and DoIO/SendIO patterns.
Section Index
| File | Description |
|---|---|
| trackdisk.md | Floppy disk DMA: MFM encoding, track format, disk geometry, track caching, direct HW access, 16-command reference, antipatterns, FPGA/MiSTer impact, 6 FAQ |
| scsi.md | Hard disk/CD-ROM I/O: per-model interfaces, Gayle bandwidth limits, native vs vendor drivers, HD_SCSICMD, CD-ROM commands, TD64/NSD 64-bit. See also: CD-ROM Filesystems |
| atapi.md | ATA/ATAPI wire protocol: task file registers, PIO/DMA transfer mechanics, ATAPI packet commands, driver ecosystem (IDE-fix, Buddha, FastATA), CompactFlash setup, removable media (Zip, MO), standards reference (ATA-1 through ATA/ATAPI-7, SFF-8020i/8070i) |
| serial.md | UART/RS-232: CIA registers, baud rate calculation, serial debugging (KPrintF) |
| parallel.md | Centronics parallel port: CIA-A Port B mapping, hardware pinout, direct register access |
| timer.md | Virtualised timing service: named antipatterns, use-case cookbook (blocking delay, UI timeout, game frame sync, audio refill, benchmarking, system time), decision flowchart, FPGA/MiSTer impact, 1985 competitive landscape, modern analogies, FAQ |
| audio.md | 4-channel DMA audio: Paula architecture, DMA slot budget, named antipatterns, use-case cookbook, decision flowchart (audio.device vs direct HW), FPGA/MiSTer impact, cross-platform comparison |
| keyboard.md | CIA-A serial handshake, raw key codes, key matrix, reset sequence, FPGA protocol notes |
| gameport.md | Joystick/mouse port: quadrature decoding, XOR state, fire buttons, controller types |
| input.md | Input handler chain: priority dispatch, event classes, key remapping, Commodities Exchange |
| console.md | Text terminal I/O: ANSI escape sequences, cursor/color control, raw key events, CON:/RAW: handlers, decision guide, TUI/progress bar cookbooks, antipatterns, pitfalls, 6 FAQ |