https://github.com/roydejong/chip8emu
Unfinished C# based CHIP-8 emulator
https://github.com/roydejong/chip8emu
chip-8 chip8 chip8-emulator emulator
Last synced: 9 months ago
JSON representation
Unfinished C# based CHIP-8 emulator
- Host: GitHub
- URL: https://github.com/roydejong/chip8emu
- Owner: roydejong
- License: mit
- Created: 2018-05-04T02:18:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T11:59:08.000Z (about 8 years ago)
- Last Synced: 2025-01-01T12:17:33.231Z (over 1 year ago)
- Topics: chip-8, chip8, chip8-emulator, emulator
- Language: C#
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FakeEight
**Unfinished C# based emulator for CHIP-8**

## State of affairs
- Only a basic subset of CPU opcodes is implemented
- Basically only runs very simple roms
- Hopefully I'll have the time to work on it more at some point in the future
- It was a good learning experience, hope it's useful in some way to someone
## ROMs that work
ROMs that currently run as expected in the emulator:
- `ibm.ch8`: IBM Logo
- `chip9pic.ch8`: Chip-8 Logo
- `chip8em.ch8`: Chip-8 Emulator Logo