Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 333 Bytes

Invaders is an emulator for Space Invaders written in C. Build requirements are SDL2 and a C compiler. To build for Unix and Unix-like, simply use make. Invaders requires a single combined ROM image of all of the Space Invaders ROM chips.

Todo

* Fix bug with daa instruction - Fixed within the scope of Space Invaders