From f015dc506e79157b922932d53fd1dccf673a48bd Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 28 Mar 2024 09:24:20 +0100 Subject: [PATCH] Read me! --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b79c12b..459a0ed 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,28 @@ # Emulator of the HP 48GX, HP 49, and HP 40 -1. Building +## Building ``` shell make ``` -2. Using +## Using ``` shell -cd dist/ -./run48.sh +./dist/run48.sh ``` -3. Post-fork changelog +## Installing +// TODO + +## Post-fork changelog - replaced the build system with a basic Makefile - updated license from GPL2-or-later to GPL3-or-later - moved binaries and their dependencies under ./dist/ - new helper scripts run48.sh and run49.sh - embed ROMs -4. Known bugs -- I could neither get the 49 nor the 40 ROM running yet. +## Known bugs +- 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.**