https://github.com/timendus/chip8-binary-format
An effort to standardise on a file format for CHIP-8 and friends
https://github.com/timendus/chip8-binary-format
Last synced: 8 months ago
JSON representation
An effort to standardise on a file format for CHIP-8 and friends
- Host: GitHub
- URL: https://github.com/timendus/chip8-binary-format
- Owner: Timendus
- License: gpl-3.0
- Created: 2022-07-07T20:53:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T14:38:18.000Z (over 3 years ago)
- Last Synced: 2025-09-27T02:37:01.014Z (9 months ago)
- Language: JavaScript
- Homepage: https://timendus.github.io/chip8-binary-format/
- Size: 520 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHIP-8 binary format (`.c8b` files)
_A file format for CHIP-8 programs that can hold multiple ROMs, interpreter
settings and other meta-data._
**Be warned: This project may undergo changes while it is at version zero. Feel
free to implement it, but don't be surprised when things change until we
release the first official format: version one.**
* File format specification:
* [Version 0](./CHIP-8%20binary%20format.md) (alpha version, may change at any time)
* [NPM package for encoding and decoding CBF files](./parser)
* [File converter `ch8` ↔ `c8b`](https://timendus.github.io/chip8-binary-format/) (very much a work in progress)