An open API service indexing awesome lists of open source software.

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

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