Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluestormdna/chip8
Chip 8 Interpreter / Emulator
https://github.com/bluestormdna/chip8
chip8 emulator interpreter java wip
Last synced: about 21 hours ago
JSON representation
Chip 8 Interpreter / Emulator
- Host: GitHub
- URL: https://github.com/bluestormdna/chip8
- Owner: BluestormDNA
- Created: 2018-09-27T18:16:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T16:46:03.000Z (over 6 years ago)
- Last Synced: 2025-01-23T18:50:09.864Z (4 days ago)
- Topics: chip8, emulator, interpreter, java, wip
- Language: Java
- Homepage:
- Size: 141 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip8
Chip 8 Interpreter / EmulatorThis is a Java WIP Chip8 Interpreter / Emulator mainly as an educational exercice
What has been implemented:
* My basic approach to the architecture of the emulator and the interpreter.
* A rom loader.
* A swing window to see something (doh!)
* Keyboard input
* CPU stack, stackpointer, registers and a all the cpu opcodes for fetch decode and execution.
* Passes test rom
* At the moment almost all games bootTodo List:
* Sound