diff options
author | Anthony Wang | 2020-05-19 15:13:44 -0500 |
---|---|---|
committer | GitHub | 2020-05-19 15:13:44 -0500 |
commit | 34fd828c388789bc2385d6c447196dfb4c9c02aa (patch) | |
tree | 6763932797e47568aff45762e6dc5b18e3e4866b | |
parent | f75f7eb618f7d2a1946257da69324f1d4af230da (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,11 +27,13 @@ C++ 1 6 60 757 ## Features - Cycle accurate - Savestates (beta, expect bugs) -- Extremely compact: only 700 lines in one source file with no dependencies +- Extremely compact: only 750 lines in one source file with no dependencies ## Usage First, head over to the release tab and grab a release. Releases marked as `beta` may be unstable! +If a release doesn't work, you can also build it yourself, as described below. + ### *nix systems ```sh ./badnes [path to ROM] @@ -45,8 +47,6 @@ Alternatively, use badnes.exe [path to ROM] ``` -If it doesn't work you can also build it yourself, as described below. - ## Controls UP - UP DOWN - DOWN |