2017-07-21 09:26:47 +00:00
|
|
|
The unofficial higan repository
|
|
|
|
===============================
|
2017-06-02 12:43:07 +00:00
|
|
|
|
|
|
|
higan emulates a number of classic videogame consoles of the 1980s and 1990s,
|
|
|
|
allowing you to play classic games on a modern general-purpose computer.
|
|
|
|
|
2017-07-21 09:26:47 +00:00
|
|
|
This repository includes
|
|
|
|
the source-code for
|
|
|
|
stable and WIP releases of higan,
|
|
|
|
starting during the development of v068.
|
|
|
|
It also includes community-maintained documentation.
|
|
|
|
|
|
|
|
Basically,
|
|
|
|
apart from `.gitignore` files,
|
|
|
|
anything in the
|
|
|
|
[higan](higan/),
|
|
|
|
[hiro](hiro/),
|
|
|
|
[icarus](icarus/),
|
|
|
|
[libco](libco/),
|
|
|
|
[nall](nall/),
|
|
|
|
[ruby](ruby/),
|
|
|
|
or [shaders](shaders/)
|
|
|
|
directories should be exactly as it appeared in official releases.
|
|
|
|
Everything else has been added for various reasons.
|
2017-06-02 12:43:07 +00:00
|
|
|
|
|
|
|
Official higan resources
|
|
|
|
------------------------
|
|
|
|
|
2017-06-05 05:31:36 +00:00
|
|
|
- [Official homepage](https://byuu.org/emulation/higan/)
|
|
|
|
- [Official forum](https://board.byuu.org/viewforum.php?f=4)
|
|
|
|
|
2017-06-02 12:43:07 +00:00
|
|
|
Unofficial higan resources
|
|
|
|
--------------------------
|
|
|
|
|
2017-07-21 11:32:46 +00:00
|
|
|
- Documentation for
|
|
|
|
[the current stable version][stadocs]
|
2017-06-05 05:34:39 +00:00
|
|
|
- [Source code repository](https://gitlab.com/higan/higan/)
|
2017-06-05 05:31:36 +00:00
|
|
|
archives official higan releases
|
|
|
|
and WIP snapshots
|
2017-07-21 11:32:46 +00:00
|
|
|
since approximately v067r21
|
|
|
|
- [Latest WIP build for Windows][wipwin]
|
|
|
|
- Documentation for
|
|
|
|
[the latest WIP version][wipdocs]
|
|
|
|
|
2017-06-02 12:43:07 +00:00
|
|
|
|
2017-07-21 09:26:47 +00:00
|
|
|
[wipwin]: https://gitlab.com/higan/higan/-/jobs/artifacts/master/download?job=windows-x86_64-binaries
|
2017-07-21 11:32:46 +00:00
|
|
|
[stadocs]: https://higan.readthedocs.io/
|
|
|
|
[wipdocs]: https://higan.readthedocs.io/en/latest/
|