Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@soumitradev soumitradev released this 07 Apr 17:15

πŸŽ‰ First working release!

Usage

Usage: chip8 [--scaling SCALING] [--fps FPS] [--cpuspeed CPUSPEED] ROMPATH

Positional arguments:
  ROMPATH                Path to CHIP8 ROM file.

Options:
  --scaling SCALING, -s SCALING
                         Pixel scaling. Adjusts size of display. [default: 15]
  --fps FPS, -f FPS      FPS to run display at. [default: 60]
  --cpuspeed CPUSPEED, -c CPUSPEED
                         Speed of CPU relative to FPS. [default: 10]
  --help, -h             display this help and exit
  --version              display version and exit

Controls

Keys

1234
QWER
ASDF
ZXCV

map to

123C
456D
789E
A0BF

respectively