Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadamka/chip8-emulatorcpp
A Chip8 emulator
https://github.com/jadamka/chip8-emulatorcpp
chip8 chip8-emulator cpp emulator
Last synced: 10 days ago
JSON representation
A Chip8 emulator
- Host: GitHub
- URL: https://github.com/jadamka/chip8-emulatorcpp
- Owner: Jadamka
- Created: 2023-11-09T22:28:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T15:04:22.000Z (about 1 year ago)
- Last Synced: 2024-12-18T17:18:27.012Z (10 days ago)
- Topics: chip8, chip8-emulator, cpp, emulator
- Language: C++
- Homepage:
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip8-Emulator
Its pretty much working for many games, only games that are not working are those on which i need to implement load_store_quirk (Astro Dodge)
Audio was implemented using Beep function from windows.h
Also while playing tank.ch8 I noticed sometimes it crashes because of access violation.