https://github.com/davetcode/atari26k
This project aims to faithfully replicate an Atari 2600 machine in a browser
https://github.com/davetcode/atari26k
Last synced: 7 months ago
JSON representation
This project aims to faithfully replicate an Atari 2600 machine in a browser
- Host: GitHub
- URL: https://github.com/davetcode/atari26k
- Owner: DaveTCode
- License: mit
- Created: 2023-07-19T13:35:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:28:17.000Z (over 2 years ago)
- Last Synced: 2023-08-02T22:43:49.531Z (over 2 years ago)
- Language: Rust
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atari 2600 Emulator with Rust Web Assembly based 6507 CPU
This project aims to faithfully replicate an Atari 2600 machine in a browser. It is an educational project with several key goals:
1. Reuse the cycle accurate 6502 emulator I wrote for
2. Learn about web assembly
For a genuine Atari 2600 emulator please see [Stella](https://stella-emu.github.io/). For a better example of a web based emulator please see .
## Architecture
TODO
## Build
TODO