Read me!
This commit is contained in:
parent
5130281e25
commit
f015dc506e
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1,26 +1,28 @@
|
||||||
# Emulator of the HP 48GX, HP 49, and HP 40
|
# Emulator of the HP 48GX, HP 49, and HP 40
|
||||||
|
|
||||||
1. Building
|
## Building
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Using
|
## Using
|
||||||
``` shell
|
``` shell
|
||||||
cd dist/
|
./dist/run48.sh
|
||||||
./run48.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Post-fork changelog
|
## Installing
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
## Post-fork changelog
|
||||||
- replaced the build system with a basic Makefile
|
- replaced the build system with a basic Makefile
|
||||||
- updated license from GPL2-or-later to GPL3-or-later
|
- updated license from GPL2-or-later to GPL3-or-later
|
||||||
- moved binaries and their dependencies under ./dist/
|
- moved binaries and their dependencies under ./dist/
|
||||||
- new helper scripts run48.sh and run49.sh
|
- new helper scripts run48.sh and run49.sh
|
||||||
- embed ROMs
|
- embed ROMs
|
||||||
|
|
||||||
4. Known bugs
|
## Known bugs
|
||||||
- I could neither get the 49 nor the 40 ROM running yet.
|
- I could get neither the 49 nor the 40 ROM running yet.
|
||||||
|
|
||||||
|
|
||||||
**This is a fork of saturn v4.1.1.1 originally by Ivan Cibrario Bertolotti.**
|
**This is a fork of saturn v4.1.1.1 originally by Ivan Cibrario Bertolotti.**
|
||||||
|
|
Loading…
Reference in a new issue