https://github.com/uweseimet/atari_public
Atari ST/TT/Falcon: XHDI, SCSI Driver, SCSI2Pi, PMMU and other tools
https://github.com/uweseimet/atari_public
atari pmmu scsi scsi2pi tos xhdi
Last synced: 21 days ago
JSON representation
Atari ST/TT/Falcon: XHDI, SCSI Driver, SCSI2Pi, PMMU and other tools
- Host: GitHub
- URL: https://github.com/uweseimet/atari_public
- Owner: uweseimet
- Created: 2019-03-03T14:58:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T08:28:16.000Z (about 2 months ago)
- Last Synced: 2026-02-01T19:06:38.966Z (about 2 months ago)
- Topics: atari, pmmu, scsi, scsi2pi, tos, xhdi
- Language: C
- Homepage: https://www.seimet.de/atari/en/
- Size: 335 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes on the projects for Atari 16/32 bit computers in this repository
Each folder contains a separate project. There are no dependencies between these projects. They share a single repository in order to reduce the maintenance overhead. There is a tag for each individual project release. For historical reasons the comments in some sources are in German.
- FIX24 - Limits the TT address space to 24 bit. Work-arounds like this were required in the distant past to run some pieces of software for the ST also on the TT. Also see https://www.stcarchiv.de/stc1991/04/tt-manipulation-auf-24-bit (German only).
- MAGTOROM - Protects the MagiC operating system against write access, as if it were in ROM. The binary is available on https://www.seimet.de/atari/en. Also see https://www.stcarchiv.de/stc1994/10/magtorom (German only).
- MODULES - Modules for the HDDRIVER driver, see https://www.hddriver.net/en/modules.html for details and binaries.
- NF_SCSI - SCSI Driver for Hatari and ARAnyM. See https://www.hddriver.net/en/scsidriver.html for details.
- OUTSIDE - The virtual memory manager for TT and Falcon030. The binary is available on https://www.seimet.de/atari/en/.
- ROMSPEED - Copies the TOS ROM to the Fast-RAM and accelerates the system. The binary is available on https://www.seimet.de/atari/en. Also see https://www.stcarchiv.de/stc1991/09/romspeed-und-virtuelle-speicherverwaltung (German only).
- RSSCONV - Converts .RSC and .H files created by a resource construction set like INTERFACE into a format suitable for assemblers like the EASYRIDER assembler.
- SCSI2PI - Atari client tools for the SCSI2Pi/PiSCSI projects. The binaries are available on https://www.hddriver.net/en/scsi2pi_tools.html.
- SCSI_MON - The SCSI Driver monitor. The binary is available on https://www.hddriver.net/en/scsidriver.html.
- SCTARGET - Sample code for the SCSI Driver target interface.
- SDRVTEST - The SCSI Driver/Firmware testsuite. The binaries are available on https://www.hddriver.net/en/scsidriver.html.
- XHDI_MON - The XHDI monitor. The binary is available on https://www.hddriver.net/en/downloads.html.