Welcome, Guest. Please login or register.

Author Topic: 68LC060.library update  (Read 2482 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SpeedGeekTopic starter

68LC060.library update
« on: March 01, 2020, 02:38:09 PM »
68LC060.library update

INTRODUCTION:
This 40.1 version of 68LC060.library is partly based on the
40.37 version of Carsten Schlote's library. It has all of
the FPU support code removed which makes it much smaller and
also LC060 specific. However, it is still very much a
"Generic" library.

Updates (by SpeedGeek):
40.1
- Removed all FPU support code
- Removed Store/Load Bypass fix code (not needed for LC060)
- Removed EC/LC060 detection code
- Replaced library frame with simpler code (Thanks to
Peter K.)
- Changed revision number to one digit (to separate LC
versions)

NOTES:
A3000 and A4000 owners may need to replace the
mathieeesingbas.library (FPU version) found in the Kickstart
ROMs. It works very well with TurboMMU040+ and FastCache040+!
Please understand a "Generic" library does NOT offer support
for all the features of proprietary 3rd party accelerator
cards.

REQUIREMENTS:
- Amiga with 68LC060 CPU
- Non_FPU versions of math#?.libraries

USAGE:
- Copy to LIBS:
- OS3.1 Setpatch loads the "Dummy" 68040.library first
- OS3.9 Setpatch (BB2) directly loads the 68060.library

HISTORY:
v40.1 - First release

Here is the link:

http://eab.abime.net/showthread.php?p=1382329
« Last Edit: March 01, 2020, 02:38:41 PM by SpeedGeek »
 

Offline SpeedGeekTopic starter

Re: 68LC060.library update
« Reply #1 on: September 07, 2020, 09:03:50 PM »
** NEWS UPDATE **

v40.2 released!

- CPU Performance improved with Superscalar mode
(finally) working now!
 

Offline SpeedGeekTopic starter

Re: 68LC060.library update
« Reply #2 on: December 04, 2022, 08:05:01 PM »
 ** 2ND NEWS UPDATE **

v40.3 released!

Minor changes:
- Added code to skip Mult64u/s patch for v45+ utility.library
- Changed longword function table to word function table
- Removed Allocpatchport code from MMU setup code