Tiny i8080 emulator Code
Customized C# Intel 8080 emulator
Status: Alpha
Brought to you by:
masterpiece
File | Date | Author | Commit |
---|---|---|---|
CS8080 | 2018-07-06 |
![]() |
[dd01a1] First Release rev.01 |
Stuff | 2018-07-06 |
![]() |
[fcda27] First Release |
CS8080.sln | 2018-07-06 |
![]() |
[fcda27] First Release |
README.md | 2018-07-06 |
![]() |
[fcda27] First Release |
Controls
* C = Insert Coin
* X = Start Player 1 Mode
* Z = Shoot Player 1
* Left = Move left
* Right = Move Right
Working
* Game is fully playable (1 player).
* Clock timing is fairly okay, could use some work.
* All instructions needed for Space Invaders implemented.
* Some sounds are working.
TODO
* Player 2 controls.
* Rest of the sounds.
* Maybe fine tune the clock timing.
* Look into supporting Balloon Bomber and other Intel 8080 games.
* Support for loading rom, right now it's just hardcoded.