36 lines
835 B
YAML
36 lines
835 B
YAML
|
Categories:
|
||
|
- Games
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/dkanada/Chip8
|
||
|
IssueTracker: https://github.com/dkanada/Chip8/issues
|
||
|
Changelog: https://github.com/dkanada/Chip8/blob/HEAD/CHANGELOG.md
|
||
|
|
||
|
AutoName: Chip8
|
||
|
Description: |-
|
||
|
This is a basic Chip8 emulator that supports all of the Chip8 instructions, key
|
||
|
input, and video output. If you are having issues with a specific game, try
|
||
|
enabling one of the two common emulation quirks in the settings.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/dkanada/Chip8
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.7'
|
||
|
versionCode: 1
|
||
|
commit: v0.7
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 0.7.1
|
||
|
versionCode: 2
|
||
|
commit: v0.7.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 0.7.1
|
||
|
CurrentVersionCode: 2
|