Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corax89/chip8-test-rom
ROM for testing chip8 emulator
https://github.com/corax89/chip8-test-rom
chip-8 octoide testing
Last synced: 4 days ago
JSON representation
ROM for testing chip8 emulator
- Host: GitHub
- URL: https://github.com/corax89/chip8-test-rom
- Owner: corax89
- License: mit
- Created: 2019-04-04T15:05:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T10:47:53.000Z (over 2 years ago)
- Last Synced: 2024-04-12T17:17:34.835Z (7 months ago)
- Topics: chip-8, octoide, testing
- Language: Roff
- Size: 9.77 KB
- Stars: 244
- Watchers: 2
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chip-8 - chip8-test-rom - corax89's CHIP-8 test program, which tests most instructions for correct (Super-CHIP compliant) behavior. (Emulator/interpreter development / Testing)
README
# chip8-test-rom
ROM for testing chip8 emulator![work preview](test_rom.png)
3XNN 00EE 8XY5
4XNN 8XY0 8XY6
5XY0 8XY1 8XYE
7XNN 8XY2 FX55
9XY0 8XY3 FX33
ANNN 8XY4 1NNNFor more information on CHIP-8, see https://en.wikipedia.org/wiki/CHIP-8.