Minor touch-ups to readme
This commit is contained in:
parent
342fb9cb26
commit
cb087a35fe
12
README.md
12
README.md
|
@ -1,12 +1,16 @@
|
|||
# BizHawk
|
||||
|
||||
A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners).
|
||||
An emulation project.
|
||||
|
||||
EmuHawk is a multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners). More info [below](#features-and-systems).
|
||||
|
||||
A7800Hawk, Atari2600Hawk, C64Hawk, ColecoHawk, GBHawk, IntelliHawk, NesHawk, O2Hawk, PCEHawk, SMSHawk, TI83Hawk, VectrexHawk, and ZXHawk are bespoke emulation cores written in C#. MSXHawk is a bespoke emulation core written in C++. More info [below](#cores).
|
||||
|
||||
[](https://github.com/TASEmulators/BizHawk/releases/latest)
|
||||
[](https://gitlab.com/TASVideos/BizHawk/-/pipelines/master/latest)
|
||||
[](https://github.com/TASEmulators/BizHawk/issues)
|
||||
|
||||
[](https://builtwithnix.org)
|
||||
[](#nixnixos)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/5365)
|
||||
|
||||
---
|
||||
|
@ -33,7 +37,7 @@ Jump to:
|
|||
|
||||
## Features and systems
|
||||
|
||||
The BizHawk common features (across all cores) are:
|
||||
EmuHawk's features (common across all cores) are:
|
||||
* format, region, and integrity detection for game images
|
||||
* 10 save slots with hotkeys and infinite named savestates
|
||||
* speed control, including frame stepping and rewinding
|
||||
|
@ -397,7 +401,7 @@ Those with hardware or other domain knowledge may be able to help triage [issues
|
|||
|
||||
### Localization
|
||||
|
||||
ping YoshiRulz on IRC or Discord (`YoshiRulz#4472`)
|
||||
Not available. Contact YoshiRulz on Discord or [elsewhere](https://yoshirulz.dev) if you're interested in translating.
|
||||
|
||||
[to top](#bizhawk)
|
||||
|
||||
|
|
Loading…
Reference in New Issue