Skip to content

A simple Space Invaders Arcade(8080 CPU) Emulator buit on Rust, based on emulator101.com

Notifications You must be signed in to change notification settings

luccasmmg/rust-invaders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Description
  2. Prerequisites
  3. Features
  4. Configuration

Description

Disclaimer: The project is not nearly close to finishing, it will probably do nothing in the current state. This is a 8080 Emulator built on Rust, that intends to emulate the 1978 Space Invaders Arcade game, most of the logic was taken from the 8080 Emulator built on C in the tutorial emulator101.com. The plan is to after the project is in a usable state to convert into WASM and host in a heroku instance.

Prerequisites

Cargo and Rust

Features

  1. A Dissassembler that takes a vec with byte codes and convert at least the first index into 8080 Instructions
  2. The CPU emulation which is currently being built

Configuration

Just run cargo run “rom file”

About

A simple Space Invaders Arcade(8080 CPU) Emulator buit on Rust, based on emulator101.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages