Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbowers authored Nov 24, 2024
1 parent 6f0d40c commit 6cdb487
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

An Intel 8080 emulator using SDL, meant for running Space Invaders by Taito.

![Build Status](https://github.com/dustinbowers/intel8080emu/actions/workflows/build.yml/badge.svg)

## Gameplay

<img src="https://github.com/dustinbowers/intel8080emu/blob/master/screens/gameplay.gif" width="40%">
Expand All @@ -16,6 +18,16 @@ An Intel 8080 emulator using SDL, meant for running Space Invaders by Taito.
| W | P1 shoot |
| T | Tilt machine (Game Over) |



## Requirements:

Install necessary dependencies:

**Mac:** `brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config`

**Linux:** `sudo apt install -y libsdl2{,-image,-mixer,-ttf,-gfx}-dev`

## Build / Run

Build with `make` (you may need to modify the Makefile to build for your particular OS).
Expand All @@ -39,7 +51,7 @@ MICROCOSM ASSOCIATES 8080/8085 CPU DIAGNOSTIC
- [ ] Add sound
- [ ] Add player 2 support

## More info
## Resources
https://pastraiser.com//cpu/i8080/i8080_opcodes.html

http://www.classiccmp.org/dunfield/r/8080.txt
Expand Down

0 comments on commit 6cdb487

Please sign in to comment.