mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
Expand documentation suite: 30+ articles enriched with diagrams, code examples, and hardware details
Graphics: text_fonts (bitmap layout, styles), sprites (DMA, multiplexing), gfx_base (chipset detection), rastport (draw modes, clipping), ham_ehb (mermaid fixes), display_modes (HAM palettes) Devices: scsi (per-model interfaces, Gayle limits, CD-ROM, native vs vendor drivers), console (ANSI sequences, CON:/RAW:), parallel (CIA registers, pinout), timer (resource exhaustion), gameport (quadrature, XOR state) Libraries: workbench (WBStartup, AppWindow/Icon/MenuItem), rexxsyslib (ARexx port hosting, command parsing), diskfont (font directory, colour fonts), keymap (rawkey codes, dead keys), locale (catalogue system, date formatting), layers (ClipRect, refresh types), utility (TagItem chains), icon (DiskObject, ToolTypes), iffparse (IFF structure, ByteRun1), expansion (Zorro AutoConfig) Networking: tcp_ip_stacks (major rewrite - Amiga vs Unix architecture, SANA-II pipeline, PPP/SLIP dial-up, Ethernet cards, MiSTer), bsdsocket (pure API ref), sana2 (buffer hooks, driver requirements), protocols (all code examples). Deduplicated overlap between the three files. Toolchain: debugging (Enforcer patterns, SnoopDOS, GDB remote, kprintf checklist), sasc (pragma encoding, __saveds idioms), stormc (NEW - StormC IDE, C++, PowerPC) References: error_codes (DOS, Exec, trackdisk, Intuition error tables) Driver development: rtg_driver (Native driver analysis, P96 tuning) All 22 README indexes updated. Root README synced with stormc.md entry.
This commit is contained in:
parent
0ded078134
commit
f61c26b542
38 changed files with 6402 additions and 1065 deletions
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
# References — Quick Lookup Tables
|
||||
|
||||
Condensed reference tables for frequently needed constants, register addresses, LVO offsets, and error codes.
|
||||
|
||||
## Section Index
|
||||
|
||||
| File | Description |
|
||||
|---|---|
|
||||
| [custom_chip_registers.md](custom_chip_registers.md) | Complete custom chip register map |
|
||||
| [custom_chip_registers.md](custom_chip_registers.md) | Complete custom chip register map ($DFF000–$DFF1FE) |
|
||||
| [exec_lvo_table.md](exec_lvo_table.md) | exec.library LVO offset table |
|
||||
| [dos_lvo_table.md](dos_lvo_table.md) | dos.library LVO offset table |
|
||||
| [error_codes.md](error_codes.md) | Complete DOS error code reference |
|
||||
| [error_codes.md](error_codes.md) | DOS error codes, Exec device errors, trackdisk errors, Intuition errors |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue