From 59a4f70cffb3f55a5fb991693d6903a2e3ce4636 Mon Sep 17 00:00:00 2001 From: dgis Date: Sun, 25 Jun 2023 09:20:55 +0200 Subject: [PATCH] - Patch the ROM files to prevent the calculator to sleep (Fix #22). --- ReadMe.txt | 5 ++--- app/src/main/assets/ReadMe.txt | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index f538943..3952936 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -62,11 +62,10 @@ Version 2.7 (2023-07-XX) - Updated source code with Emu48 version 1.65+. This new version improve the serial communication. - Attempt to fix haptic feedback with Android 13 (API deprecation). -- Patch the ROM files to prevent the calculator to sleep for HP38G, HP39G, HP40G, HP48SX and HP48GX. - There is an issue with this patch and the Flashcard for the HP49/50 because an already existing Flashcard embed the non patched ROM file, - and the CRC check failed and make a CPU reset! +- Patch the ROM files to prevent the calculator to sleep (Fix #22). - Fix a potential crash about the permission to access the files. + Version 2.6 (2022-08-19) - Updated source code from Eric Rechlin's Emu48 version 1.64+ that was merged from Christoph Gießelink's Emu48 version 1.65. This new version improve the serial communication. diff --git a/app/src/main/assets/ReadMe.txt b/app/src/main/assets/ReadMe.txt index 6afc755..26508c2 100644 --- a/app/src/main/assets/ReadMe.txt +++ b/app/src/main/assets/ReadMe.txt @@ -62,11 +62,10 @@ Version 2.7 (2023-07-XX) - Updated source code with Emu48 version 1.65+. This new version improve the serial communication. - Attempt to fix haptic feedback with Android 13 (API deprecation). -- Patch the ROM files to prevent the calculator to sleep for HP38G, HP39G, HP40G, HP48SX and HP48GX. - There is an issue with this patch and the Flashcard for the HP49/50 because an already existing Flashcard embed the non patched ROM file, - and the CRC check failed and make a CPU reset! +- Patch the ROM files to prevent the calculator to sleep (Fix #22). - Fix a potential crash about the permission to access the files. + Version 2.6 (2022-08-19) - Updated source code from Eric Rechlin's Emu48 version 1.64+ that was merged from Christoph Gießelink's Emu48 version 1.65. This new version improve the serial communication.