From c5d6492b8140973aaee7e583914a6ef209fa5f38 Mon Sep 17 00:00:00 2001 From: Chati-SidecarTridge Date: Sat, 9 May 2026 21:24:32 +0200 Subject: [PATCH] docs(readme): link ACSI2STM mentions to docs.sidecartridge.com The README mentions ACSI2STM in three places (the hardware- bridges intro list, the per-device target list in "Writing the image to a physical device", and the after-write target list). Convert each mention to a reference-style link pointing to the canonical SidecarTridge docs page for ACSI2STM, mirroring how SidecarTridge Multi-device is already linked via [sct-drives]. A new reference [a2stm-docs] is added next to [sct-drives] at the bottom of the file. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82acf23..1561645 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ straight into any tool that reads a block image: - Atari ST emulators — Hatari, STeem. - Hardware bridges — [SidecarTridge Multi-device][sct-drives], - ACSI2STM, SatanDisk. + [ACSI2STM][a2stm-docs], SatanDisk. - Direct media — write the image to a microSD / SD / CompactFlash card with `dd` (or the Windows equivalent) and plug it into a real SCSI / IDE / CF adapter on the Atari side. There's a @@ -578,7 +578,7 @@ several ways: microfirmware reads the image from its own SD card. See the [drives-emulator microfirmware docs][sct-drives] for how to load images onto the device; you don't need to `dd` for that workflow. -- **ACSI2STM** — TinyUSB / Raspberry Pi-based ACSI bridge that reads +- **[ACSI2STM][a2stm-docs]** — TinyUSB / Raspberry Pi-based ACSI bridge that reads raw `.img` files off a microSD / SD card. - **SatanDisk** — SD-card-backed ACSI hard disk for the Atari ST. - **Direct SCSI / IDE / CompactFlash** — written to a CF / IDE / SCSI @@ -678,7 +678,7 @@ make sure no Explorer windows are open on the card before writing. - **Eject** the card via your OS (don't just yank it; pending writes may not be flushed). -- **Insert** it into the target device (SidecarTridge / ACSI2STM / +- **Insert** it into the target device (SidecarTridge / [ACSI2STM][a2stm-docs] / SatanDisk / etc.). - **Boot** the Atari. For bootable AHDI / PPDRIVER images this should be cold-boot; for HDDRIVER you'll need to install the driver via @@ -699,4 +699,5 @@ See the [LICENSE](https://github.com/sidecartridge/atari-hd/blob/main/LICENSE) f Made with ❤️ by [SidecarTridge](https://sidecartridge.com) with the help of OpenAI Codex and Claude Code. Contributions welcome! Fork, fix, and open a pull request. For major changes, please open an issue first to discuss what you'd like to change. [sct-drives]: https://docs.sidecartridge.com/sidecartridge-multidevice/microfirmwares/drives_emulator/ +[a2stm-docs]: https://docs.sidecartridge.com/acsi2stm-atari-st/ [releases]: https://github.com/sidecartridge/atari-hd/releases