English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 11 April 2021, 01:37   #61
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,631
Kier put the patched "lowlevel.library" into "the zone" in 2016 (long since gone) send him a PM and ask him to re-upload it?

It was Kier Fraser of FlashFloppy fame. I'm sure you can get him via Facebook or Github

Last edited by alexh; 11 April 2021 at 01:58.
alexh is offline  
Old Yesterday, 12:21   #62
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
I patched the ROM image directly. Re-zoned. Perhaps lowlevel.library can be extracted, else the patch could be applied straightforwardly to lowlevel.library if someone provides it.
Keir is offline  
Old Yesterday, 12:23   #63
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,631
Many thanks
alexh is offline  
Old Yesterday, 12:36   #64
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Hello Keir,
Patrik here

Here is the normal lowlevel.library found on the cd game "Flink". This should be the version 40.34

Hope this may help.

PS: It would help if you could change the Version to 41 or above. Otherwise LoadModule will sent an error because this version is already loaded.
Attached Files
File Type: zip lowlevel.zip (4.1 KB, 5 views)
Trigger58 is offline  
Old Yesterday, 12:55   #65
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Trigger58 View Post
Hello Keir,
Patrik here

Here is the normal lowlevel.library found on the cd game "Flink". This should be the version 40.34

Hope this may help.

PS: It would help if you could change the Version to 41 or above. Otherwise LoadModule will sent an error because this version is already loaded.
The patched library is in the zone. I also included the trivial script which generated the patched library file.
Keir is offline  
Old Yesterday, 13:00   #66
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Keir View Post
The patched library is in the zone. I also included the trivial script which generated the patched library file.
I didn't bump the version number. I think it's in plain text in the library file. Could patch that too if you need.
Keir is offline  
Old Yesterday, 13:00   #67
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
The patched library is in the zone. I also included the trivial script which generated the patched library file.






THANK YOU
Trigger58 is offline  
Old Yesterday, 13:07   #68
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
I didn't bump the version number. I think it's in plain text in the library file. Could patch that too if you need.

This would be nice. If i try to use it with loadmodule and the versions are the same then loadmodule won't update it.


By the way, were can i find it in the zone?
Trigger58 is offline  
Old Yesterday, 13:13   #69
TCD
Global Moderator
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 32,517
Quote:
Originally Posted by Trigger58 View Post
By the way, were can i find it in the zone?
'cd32_fwsi_lowlevel_library.zip' in the Zone contains two library files.
TCD is offline  
Old Yesterday, 13:19   #70
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by TCD View Post
'cd32_fwsi_lowlevel_library.zip' in the Zone contains two library files.



DAMN. I looked at the wrong place. My fault


Thank you.
Trigger58 is offline  
Old Yesterday, 13:44   #71
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
I didn't bump the version number. I think it's in plain text in the library file. Could patch that too if you need.

I gave it a try and it happens what i wrote. It won't load it because the versions are the same. I tried to change it with an hex editor and changed the version from 40.34 to 45.00 but this changed nothing.



Version says still 40.34
Trigger58 is offline  
Old Yesterday, 13:51   #72
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Trigger58 View Post
I gave it a try and it happens what i wrote. It won't load it because the versions are the same. I tried to change it with an hex editor and changed the version from 40.34 to 45.00 but this changed nothing.



Version says still 40.34
I'll need to investigate how the version is determined.
Keir is offline  
Old Yesterday, 14:37   #73
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Keir View Post
I'll need to investigate how the version is determined.
Done. Updated zip file is in the zone.
Keir is offline  
Old Yesterday, 14:42   #74
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Great

BIG THANK YOU
Trigger58 is offline  
Old Yesterday, 15:39   #75
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
Done. Updated zip file is in the zone.

Sorry to say it but it doens't work too.


If the file called lowlevel_fwsi.library then the version is 45.35 but if i rename it to lowlevel.library then the version changes back to 40.34


Attached Thumbnails
Click image for larger version

Name:	20240819_154159.jpg
Views:	12
Size:	853.2 KB
ID:	82936  

Last edited by Trigger58; Yesterday at 15:45.
Trigger58 is offline  
Old Yesterday, 15:50   #76
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Trigger58 View Post
Sorry to say it but it doens't work too.


If the file called lowlevel_fwsi.library then the version is 45.35 but if i rename it to lowlevel.library then the version changes back to 40.34


"version" probably checks for resident libraries and devices before files. How about if you fully specify the path to the library file ("version Daten:fwsi/lowlevel.library")
Keir is offline  
Old Yesterday, 15:57   #77
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
"version" probably checks for resident libraries and devices before files. How about if you fully specify the path to the library file ("version Daten:fwsi/lowlevel.library")



It is exact the same result
Attached Thumbnails
Click image for larger version

Name:	20240819_155526.jpg
Views:	11
Size:	831.7 KB
ID:	82937  
Trigger58 is offline  
Old Yesterday, 16:11   #78
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 694
Quote:
Originally Posted by Trigger58 View Post
It is exact the same result
You'll need someone with more AmigaOS-fu to work that one out I'm afraid.
Keir is offline  
Old Yesterday, 16:24   #79
Trigger58
Registered User
 
Trigger58's Avatar
 
Join Date: May 2011
Location: Germany
Age: 46
Posts: 100
Quote:
Originally Posted by Keir View Post
You'll need someone with more AmigaOS-fu to work that one out I'm afraid.



Thanks for your help. I hope someone else can change it. I don't have the skills.
Trigger58 is offline  
Old Yesterday, 16:41   #80
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,631
And you've tried

loadmodule dh1:/fwsi/low_level_fwsi.library

But it says the two modules are identical?
alexh is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cd32 from analogic computers not working properly fondpondforever Amiga scene 11 22 August 2013 14:24
Analogic cd32 floppy nixxjsteve support.Hardware 12 25 February 2012 14:24
CD32 Analogic Floppy drive problems? Cooljerk support.Hardware 2 25 February 2012 13:33
Index Information's fWSI for CD32 Paul_s MarketPlace 6 08 October 2010 12:44
Analogic CD32 floppy drive questions Twiggy support.Hardware 18 04 May 2010 02:43

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:13.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16416 seconds with 14 queries