Welcome, Guest. Please login or register.

Author Topic: Aros keyboard issues  (Read 4294 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline broadblues

Re: Aros keyboard issues
« on: December 03, 2024, 02:36:14 PM »
Can you give me some more details? Got any src code? This could be clue for a problem with something else, where I have less info.

What in particular is "RawStatus" a quick autodoc search returned no results (but they were Os4 autodocs :-))
« Last Edit: December 03, 2024, 02:38:49 PM by broadblues »
 

Offline broadblues

Re: Aros keyboard issues
« Reply #1 on: December 04, 2024, 03:46:56 PM »
@thread

Thanks for the replies, I had tracked down that command in the mean time, compile a test program with AmiBlitz and confirmed it worked under 3,5 and not AmiBench,

Goods to know we are talking about the same thing.

Currently my attempts to reassemble it with In_Go and see what might be going on have failed. 'll have another go at some point, anyone with original src code to Blitz about?
 

Offline broadblues

Re: Aros keyboard issues
« Reply #2 on: December 05, 2024, 09:14:29 AM »
Here“s the BlitzBasic2 Source code -> https://github.com/nitrologic/blitz2


Thansk, didn't know that was out there, but unfortunately looks like it only the src of the compiler tools and examples, the deflibs / acidlibs whatever they are correctly called are not there except as a binary blob, so near so far :-/
 

Offline broadblues

Re: Aros keyboard issues
« Reply #3 on: December 07, 2024, 12:19:33 PM »
Thanks for the various links, I have studied the various relevant fragments of assembler and worked out that that I don't have clue what its doing LOL :-)

More seriously I tracked down that it writes and reads key data to an address via some input "stream handlers" where this stream is coming from is the bit I can't yet find, and is likely the bit that AROS rom is not supporting.What they aren't is conventional input device handlers. Console device maybe? r worse something completely custom....
 

Offline broadblues

Re: Aros keyboard issues
« Reply #4 on: January 21, 2025, 02:26:12 PM »
This issue is fixed with Update 46.1.972
 
The following users thanked this post: amyren, amigakit, notel98, SkulleateR