{"id":46227396,"url":"https://github.com/uweseimet/atari_public","last_synced_at":"2026-03-03T16:57:55.162Z","repository":{"id":63528071,"uuid":"173589257","full_name":"uweseimet/atari_public","owner":"uweseimet","description":"Atari ST/TT/Falcon: XHDI, SCSI Driver, SCSI2Pi, PMMU and other tools","archived":false,"fork":false,"pushed_at":"2026-02-01T08:28:16.000Z","size":343,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-01T19:06:38.966Z","etag":null,"topics":["atari","pmmu","scsi","scsi2pi","tos","xhdi"],"latest_commit_sha":null,"homepage":"https://www.seimet.de/atari/en/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uweseimet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-03T14:58:45.000Z","updated_at":"2025-10-23T11:21:05.000Z","dependencies_parsed_at":"2023-12-27T21:12:17.383Z","dependency_job_id":"63e049e4-1575-4e90-9d13-0d5d3baf4b68","html_url":"https://github.com/uweseimet/atari_public","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/uweseimet/atari_public","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uweseimet%2Fatari_public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uweseimet%2Fatari_public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uweseimet%2Fatari_public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uweseimet%2Fatari_public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uweseimet","download_url":"https://codeload.github.com/uweseimet/atari_public/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uweseimet%2Fatari_public/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atari","pmmu","scsi","scsi2pi","tos","xhdi"],"created_at":"2026-03-03T16:57:54.653Z","updated_at":"2026-03-03T16:57:55.155Z","avatar_url":"https://github.com/uweseimet.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes on the projects for Atari 16/32 bit computers in this repository\n\nEach 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.\n\n- 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).\n\n- 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).\n\n- MODULES - Modules for the HDDRIVER driver, see https://www.hddriver.net/en/modules.html for details and binaries.\n\n- NF_SCSI - SCSI Driver for Hatari and ARAnyM. See https://www.hddriver.net/en/scsidriver.html for details.\n\n- OUTSIDE - The virtual memory manager for TT and Falcon030. The binary is available on https://www.seimet.de/atari/en/.\n\n- 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).\n\n- RSSCONV - Converts .RSC and .H files created by a resource construction set like INTERFACE into a format suitable for assemblers like the EASYRIDER assembler.\n\n- SCSI2PI - Atari client tools for the \u003ca href=\"https://github.com/uweseimet/scsi2pi\"\u003eSCSI2Pi\u003c/a\u003e/\u003ca href=\"https://github.com/PISCSI/piscsi\"\u003ePiSCSI\u003c/a\u003e projects. The binaries are available on https://www.hddriver.net/en/scsi2pi_tools.html.\n\n- SCSI_MON - The SCSI Driver monitor. The binary is available on https://www.hddriver.net/en/scsidriver.html.\n\n- SCTARGET - Sample code for the SCSI Driver target interface.\n\n- SDRVTEST - The SCSI Driver/Firmware testsuite. The binaries are available on https://www.hddriver.net/en/scsidriver.html.\n\n- XHDI_MON - The XHDI monitor. The binary is available on https://www.hddriver.net/en/downloads.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuweseimet%2Fatari_public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuweseimet%2Fatari_public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuweseimet%2Fatari_public/lists"}