{"id":19430248,"url":"https://github.com/8dcc/chip-8","last_synced_at":"2026-01-31T21:36:46.809Z","repository":{"id":246958645,"uuid":"824310460","full_name":"8dcc/chip-8","owner":"8dcc","description":"A CHIP-8 emulator made in C with SDL2","archived":false,"fork":false,"pushed_at":"2024-07-08T21:02:41.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T22:30:57.146Z","etag":null,"topics":["c","chip-8","chip8","chip8-emulator","emulator","sdl2"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8dcc.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-07-04T20:44:47.000Z","updated_at":"2025-03-17T10:24:28.000Z","dependencies_parsed_at":"2024-07-09T01:39:51.146Z","dependency_job_id":null,"html_url":"https://github.com/8dcc/chip-8","commit_stats":null,"previous_names":["8dcc/chip-8"],"tags_count":0,"template":false,"template_full_name":"8dcc/sdl-template","purl":"pkg:github/8dcc/chip-8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fchip-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fchip-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fchip-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fchip-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/chip-8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fchip-8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["c","chip-8","chip8","chip8-emulator","emulator","sdl2"],"created_at":"2024-11-10T14:24:07.805Z","updated_at":"2026-01-31T21:36:46.771Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: CHIP-8 Emulator\n#+options: toc:nil\n#+startup: showeverything\n#+author: 8dcc\n\n#+begin_comment\n*TODO*: Change project-name and title\n*TODO*: Change output.out in Makefile\n#+end_comment\n\n*A [[https://en.wikipedia.org/wiki/CHIP-8][CHIP-8]] emulator made in C with SDL2.*\n\n#+TOC: headlines 2\n\n* Description\n\nThis is meant to be a simple and easy to understand emulator. I tried to keep\nthe code as clean and separated as possible.\n\nCredits:\n- Cowgod's (Thomas P. Greene) CHIP-8 reference: [[https://devernay.free.fr/hacks/chip8/C8TECH10.HTM][Link]]. Note that some information\n  appears to be wrong.\n- Gulrak's opcode table: [[https://chip8.gulrak.net/][Link]].\n- Timendus' test suite: [[https://github.com/Timendus/chip8-test-suite][Link]].\n\n* Building\n\n#+begin_src console\n$ git clone https://github.com/8dcc/chip-8\n$ cd chip-8\n$ make\n...\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fchip-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fchip-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fchip-8/lists"}