Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 279 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 279 Bytes

invaders-emulator

This is an emulator for the Space Invaders arcade machine based on the virtual-cpu 8080 emulation, using Rust and SDL2. It requires a copy of the original ROM, concatenated into a single file, which must be named invaders and placed in the root directory.