{"id":15945887,"url":"https://github.com/bgourlie/rs-nes","last_synced_at":"2025-10-19T06:30:33.292Z","repository":{"id":34309405,"uuid":"38226262","full_name":"bgourlie/rs-nes","owner":"bgourlie","description":"A work-in-progress NES emulator written in Rust","archived":false,"fork":false,"pushed_at":"2023-03-02T16:15:44.000Z","size":1706,"stargazers_count":100,"open_issues_count":15,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-29T08:11:16.941Z","etag":null,"topics":["emulation","nes-emulator","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgourlie.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-06-29T03:41:35.000Z","updated_at":"2024-12-14T04:36:46.000Z","dependencies_parsed_at":"2023-01-16T23:00:52.485Z","dependency_job_id":null,"html_url":"https://github.com/bgourlie/rs-nes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2Frs-nes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2Frs-nes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2Frs-nes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2Frs-nes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgourlie","download_url":"https://codeload.github.com/bgourlie/rs-nes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237073128,"owners_count":19251034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["emulation","nes-emulator","rust"],"created_at":"2024-10-07T09:08:10.371Z","updated_at":"2025-10-19T06:30:27.892Z","avatar_url":"https://github.com/bgourlie.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rs-nes [![Build Status](https://travis-ci.org/bgourlie/rs-nes.svg?branch=master)](https://travis-ci.org/bgourlie/rs-nes)\nA work-in-progress NES emulator written in rust.\n\n### Debugger\n\nThe old debugger has been removed as I refactor the code. Checkout [this](https://github.com/bgourlie/rs-nes/commit/178a96a514f0f49d25842c86e83a8b7617be78a7) commit to use the debugger. The demo for the debugger can be seen on [youtube](https://www.youtube.com/watch?v=YC2FvozglPc).\n\n### Running\n```\ncd rs-nes\ncargo run --bin native_client --release --features=\"native_client\"  -- path/to/rom.nes\n```\n\n### Current Status\n\n- The CPU is fully-implemented and well-tested.\n- The PPU is fairly accurately emulated but has a few minor bugs.\n- Audio is not implemented yet.\n- Mappers\n  - NROM (Mario Bros., Super Mario Bros., Excite Bike, etc)\n  - UxROM is partially implemented (Mega Man, Castlevania, Contra, etc)\n\n### Controls\n\n    W: Up\n    A: Left\n    S: Down\n    D: Right\n    J: B\n    K: A\n    Shift: Select\n    Enter: Start\n\n**Attribution**\n\nMuch of the inline documentation for NES specific components (PPU, APU) are taken directly from [The NES dev wiki](https://wiki.nesdev.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgourlie%2Frs-nes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgourlie%2Frs-nes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgourlie%2Frs-nes/lists"}