Page 1 of 1

trying to find a working copy.

Posted: 26 Mar 2021 19:10
by Bikerbob
This was also posted on Atari-Forum, but I know some dont use both.. so I thought I would post here as well.

Hello all. I am using an Eiffel 3 keyboard adapter for my Ataris.

If you have heard of this you know it is a PD project.. source etc has been released.

https://didierm.pagesperso-orange.fr/files/eiffel.lzh . I am trying to use the control panel program that is supposed to be for the ST(e) TT and Falcon.

It will currently only run on the TT or Falcon, and when it does for me the RSC included with it.. is not viewable in B/W or Colour.

Anyone willing to take a look at the source.. maybe debug why it will not run on the ST platforms? and also why the RSC makes it unviewable???

Thanks

James

eiffel2.jpg
eiffel1.jpg

Re: trying to find a working copy.

Posted: 26 Mar 2021 19:26
by frank.lukas
Try it ...
EIFFELCF.zip

Re: trying to find a working copy.

Posted: 27 Mar 2021 15:27
by Bikerbob
Thankyou frank.

Works well in TT030.. but takes a very long time to load.. not sure why.. but works.

I also got it to load in ST high.. does something kind of funny to fit the screen.. but works.

Now I need to learn and understand why in the original basic 3 set.. ( the full set) the tilde key was not programmed.. it is an existing key on an Atari keyboard. SO.. even if I say.. screw it.. it does not exist.. how to change the set.. can I download what is in there?? and will it make it into an .inf file that I can modify? or do I need to know how to modify a .hex file?

I guess I might need to find some kind of program that will report to me what the codes from the tilde key are? unshift and shift.

Well.. it's a fantastic step.. thanks. Are you good with me posting this up on facebook frank? there were people there that could not get it working as well.

James

Re: trying to find a working copy.

Posted: 27 Mar 2021 16:55
by frank.lukas
The Software package is original only the rsc file are revised by a user from atari-home.de. Not from me. Post it on Facebook, am not active on Facebook.

Re: trying to find a working copy.

Posted: 28 Mar 2021 04:08
by Bikerbob
frank.lukas wrote: 27 Mar 2021 16:55 The Software package is original only the rsc file are revised by a user from atari-home.de. Not from me. Post it on Facebook, am not active on Facebook.
WOW.. so after all that discussion on atari-home.de all that ended up being changed was the rsc file?? sounded like there was actual reprogramming?

James

Re: trying to find a working copy.

Posted: 28 Mar 2021 09:22
by czietz
frank.lukas wrote: 27 Mar 2021 16:55 The Software package is original only the rsc file are revised by a user from atari-home.de.
That is not correct. As I had explained to you here: https://forum.atari-home.de/index.php/t ... #msg218753, I patched the binary, as well.

Re: trying to find a working copy.

Posted: 28 Mar 2021 18:07
by frank.lukas
Sorry ...

... forget everything !

@Bikerbob ask @czietz about the fakebook posting.

Re: trying to find a working copy.

Posted: 30 Mar 2021 02:27
by Bikerbob
I need to understand. I am sorry if this is causing any friction.

So the last posted version by frank.lucas. IS it good to go for me? using a US TOS and US PS/2 KEYBOARD?

I have read the readme file and I am having a hard time understanding the flash process for the tables.

is the eiffel.hex in the archive frank uploaded good for me to load? I load the .hex.. then I can flash the .inf?

IF all I want to change is this line.

:5B /* offset + 0x0E <2> (`) ( at left key 1 ) */ in the unshifted table to

:29 /* offset + 0x0E <2> (`) ( at left key 1 ) */ - the reason the key does not work I THINK.. because 5B is not a valid Atari code.

I just change that line in the unshifted.inf - load the eiffel.hex and then flash the .inf??

James

edit - I went ahead and did it. All working as it should.