From ea19f468d23426004239c104bda869cbc0b0fc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Sun, 14 Jan 2024 11:22:52 +0100 Subject: [PATCH] Bump to v44.1 --- README.md | 2 +- docs/Identify-D.guide | 7 +++++++ docs/Identify-E.guide | 7 +++++++ docs/IdentifyDev.readme | 2 +- docs/IdentifyUsr.readme | 10 ++++------ include/identify.library_rev.i | 6 +++--- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ce5e240..7f6682b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The source code was closed, like almost all of my Amiga projects. I have now rev * Identifies expansion card names, alerts, and function call names * Gives information about your Amiga model, CPU, OS version, available memory, chipset, and much more... * Supports from AmigaOS 2.0 up to the latest AmigaOS 3.2.2 -* The expansion database contains 364 manufacturers and 700 boards +* The expansion database contains 364 manufacturers and 701 boards * Distinguishes between most GVP and Phase5 boards with unique ID * Tries to give at least a hint if the board name is not known yet * Fully FPGA, DraCo, and PowerPC compatible diff --git a/docs/Identify-D.guide b/docs/Identify-D.guide index eee9413..34e1d8c 100644 --- a/docs/Identify-D.guide +++ b/docs/Identify-D.guide @@ -518,6 +518,13 @@ Eine FAQ in Englisch findest du online unter: History ******* +@{i}V 44.1@{ui} + @{b}*@{ub} Bugfix: Emu68 MMU wurde fehlerhaft angezeigt + @{b}*@{ub} Bugfix: OCS Denise wurde nicht erkannt + @{b}*@{ub} Bugfix: Apollo 2030 wurde nicht erkannt + @{b}*@{ub} 68EC030 wird nun erkannt (falls mmu.library installiert ist) + @{b}*@{ub} Emu68 Unicam Board hinzugefügt + @{i}V 44.0@{ui} @{b}*@{ub} Emu68 (PiStorm lite) wird erkannt und als CPU/FPU/MMU angezeigt @{b}*@{ub} MMU wird über mmu.library erkannt (vorher wurde die Präsenz einer diff --git a/docs/Identify-E.guide b/docs/Identify-E.guide index dc8cc79..019e5de 100644 --- a/docs/Identify-E.guide +++ b/docs/Identify-E.guide @@ -471,6 +471,13 @@ A FAQ can be found online here: History ******* +@{i}V 44.1@{ui} + @{b}*@{ub} Bugfix: Emu68 MMU was not detected correctly + @{b}*@{ub} Bugfix: OCS Denise was not detected + @{b}*@{ub} Bugfix: Apollo 2030 was not detected + @{b}*@{ub} 68EC030 is recognized now (if mmu.library is present) + @{b}*@{ub} Added Emu68 Unicam Board + @{i}V 44.0@{ui} @{b}*@{ub} Emu68 (PiStorm lite) is detected as CPU/FPU/MMU @{b}*@{ub} MMU is detected via mmu.library (it was only guessed before) diff --git a/docs/IdentifyDev.readme b/docs/IdentifyDev.readme index f724eea..c76c054 100644 --- a/docs/IdentifyDev.readme +++ b/docs/IdentifyDev.readme @@ -2,7 +2,7 @@ Short: Identify hardware and more Author: Richard 'Shred' Koerber Uploader: aminet@shredzone.de (Richard Koerber) Type: util/libs -Version: 44.0 +Version: 44.1 Requires: AmigaOS 2.0 or higher Architecture: m68k-amigaos >= 2.0.4 diff --git a/docs/IdentifyUsr.readme b/docs/IdentifyUsr.readme index 86bc1dd..a3d31a4 100644 --- a/docs/IdentifyUsr.readme +++ b/docs/IdentifyUsr.readme @@ -2,7 +2,7 @@ Short: Identify hardware and more Author: Richard 'Shred' Koerber Uploader: aminet@shredzone.de (Richard Koerber) Type: util/libs -Version: 44.0 +Version: 44.1 Requires: AmigaOS 2.0 or higher Architecture: m68k-amigaos >= 2.0.4 @@ -19,7 +19,7 @@ Features: - Gives information about your Amiga model, CPU, OS version, available memory, chipset, and much more... - Supports from AmigaOS 2.0 up to the latest AmigaOS 3.2.2 - - The expansion database contains 363 manufacturers and 700 boards + - The expansion database contains 363 manufacturers and 701 boards - Distinguishes between most GVP and Phase5 boards with unique ID - Tries to give at least a hint if the board name is not known yet - Fully FPGA, DraCo, and PowerPC compatible @@ -30,10 +30,8 @@ Features: New in this release: - - More boards - - mmu.library is now used for MMU detection. It was only guessed by - the CPU type before, but did not detect 68EC030 correctly. - - Emu68 is detected and shown as CPU/FPU/MMU + - Some bugfixes + - Emu68 1.0RC3 is supported Identify is Open Source Software. The source code is distributed under the LGPLv3 Lesser Gnu Public License. diff --git a/include/identify.library_rev.i b/include/identify.library_rev.i index 3a0bf49..19df404 100755 --- a/include/identify.library_rev.i +++ b/include/identify.library_rev.i @@ -19,14 +19,14 @@ * VERSION EQU 44 -REVISION EQU 0 +REVISION EQU 1 VERSNR MACRO - dc.b '44.0' + dc.b '44.1' ENDM DATE MACRO - dc.b '7.1.2024' + dc.b '14.1.2024' ENDM PRGNAME MACRO