{"id":16847412,"url":"https://github.com/koute/phantom2c02","last_synced_at":"2026-07-17T14:34:09.293Z","repository":{"id":66117478,"uuid":"38972873","full_name":"koute/phantom2c02","owner":"koute","description":"PhantomJS wrapper of Visual2c02","archived":false,"fork":false,"pushed_at":"2023-09-30T09:18:13.000Z","size":1773,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-13T13:42:59.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/koute.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-12T18:29:45.000Z","updated_at":"2023-09-30T09:18:17.000Z","dependencies_parsed_at":"2025-06-11T21:09:55.480Z","dependency_job_id":"1f1d0128-af36-40a2-8ae3-5b4181d8bce2","html_url":"https://github.com/koute/phantom2c02","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koute/phantom2c02","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koute%2Fphantom2c02","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koute%2Fphantom2c02/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koute%2Fphantom2c02/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koute%2Fphantom2c02/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koute","download_url":"https://codeload.github.com/koute/phantom2c02/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koute%2Fphantom2c02/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35585713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T13:07:50.264Z","updated_at":"2026-07-17T14:34:09.234Z","avatar_url":"https://github.com/koute.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this?\n\n[Visual2C02](http://www.qmtpro.com/~nes/chipimages/visual2c02/) wrapped in a convenient API\nto allow easy and fully automated simulation through [PhantomJS](http://phantomjs.org/).\n\n# Usage\n\n`OPENSSL_CONF=/etc/ssl phantomjs example01.js`\n\n# API reference\n\n### Toplevel\n\n##### `create()` -\u003e `Context`\n\u003chr\u003e\n\n##### `ppumask( [value] )` -\u003e `{...}`\n\u003chr\u003e\n\n##### `ppuctrl( [value] )` -\u003e `{...}`\n\u003chr\u003e\n\n### Context\n\n##### `.step_pixel()`\n\u003chr\u003e\n\n##### `.step_scanline()`\n\u003chr\u003e\n\n##### `.reset()`\n\u003chr\u003e\n\n##### `.read_oam( offset )` -\u003e `u8`\n\u003chr\u003e\n\n##### `.write_oam( offset, value )`\n\u003chr\u003e\n\n##### `.read_secondary_oam( offset )` -\u003e `u8`\n\u003chr\u003e\n\n##### `.write_secondary_oam( offset, value )`\n\u003chr\u003e\n\n##### `.read_palette_ram( offset )` -\u003e `u8`\n\u003chr\u003e\n\n##### `.write_palette_ram( offset, value )`\n\u003chr\u003e\n\n##### `.read_vram( address )` -\u003e `u8`\n\u003chr\u003e\n\n##### `.write_vram( address, value )`\n\u003chr\u003e\n\n##### `.read_bits( node_name )` -\u003e `Number`\n\u003chr\u003e\n\n##### `.dump_oam()` -\u003e `[256]`\n\u003chr\u003e\n\n##### `.dump_secondary_oam()` -\u003e `[32]`\n\u003chr\u003e\n\n##### `.dump_palette_ram()` -\u003e `[32]`\n\u003chr\u003e\n\n##### `.dump_vram()` -\u003e `[16384]`\n\u003chr\u003e\n\n##### `.get_scanline()` -\u003e `Number`\n\u003chr\u003e\n\n##### `.get_dot()` -\u003e `Number`\n\u003chr\u003e\n\n##### `.get_address_bus()` -\u003e `u16`\n\u003chr\u003e\n\n##### `.get_data_bus()` -\u003e `u8`\n\u003chr\u003e\n\n##### `.get_current_address()` -\u003e `u16`\n\u003chr\u003e\n\n##### `.get_temporary_address()` -\u003e `u16`\n\u003chr\u003e\n\n##### `.is_reading_from_vram()` -\u003e `bool`\n\u003chr\u003e\n\n##### `.is_writing_to_vram()` -\u003e `bool`\n\u003chr\u003e\n\n##### `.queue_cpu_read( address, [callback] )`\n\u003chr\u003e\n\n##### `.queue_cpu_write( address, value )`\n\u003chr\u003e\n\n##### `.exit()`\n\u003chr\u003e\n\n##### `.screenshot( filename )`\n\u003chr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoute%2Fphantom2c02","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoute%2Fphantom2c02","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoute%2Fphantom2c02/lists"}