Skip to content

Commit

Permalink
Bump to v44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Jan 14, 2024
1 parent f6a7604 commit ea19f46
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/Identify-D.guide
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/Identify-E.guide
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/IdentifyDev.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: Identify hardware and more
Author: Richard 'Shred' Koerber
Uploader: [email protected] (Richard Koerber)
Type: util/libs
Version: 44.0
Version: 44.1
Requires: AmigaOS 2.0 or higher
Architecture: m68k-amigaos >= 2.0.4

Expand Down
10 changes: 4 additions & 6 deletions docs/IdentifyUsr.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: Identify hardware and more
Author: Richard 'Shred' Koerber
Uploader: [email protected] (Richard Koerber)
Type: util/libs
Version: 44.0
Version: 44.1
Requires: AmigaOS 2.0 or higher
Architecture: m68k-amigaos >= 2.0.4

Expand All @@ -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
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions include/identify.library_rev.i
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea19f46

Please sign in to comment.