Page 5 of 5

Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Fri Apr 22, 2022 11:04 pm
by kelli217

The emulator is the one thing that gets massive amounts of downloads. It's also rather large. Bandwidth on the server side can be expensive. Github has a lot more capacity than ordinary web hosting services.


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Wed Oct 12, 2022 2:40 am
by LazyNerdTV

is there a 32 bit version for the x16 emulator?


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Wed Oct 12, 2022 8:34 am
by Juergen Frank

HI !!

I just download the emulator running it on Linux. In general; all is good. But I like to switch to the German keyboard, right from the start. So I add the "-keymap de" option. This is accepted by the emulator, but the mapping isn't perfect e.g. z & y are still US like. But If I press F9 key in the emulator I can choose de-de. After the mapping is correct ! But using de-de as a -keymap paramter isn't accepted by the emulator. 

Is this a bug or did I done something wrong ?

thanks 

  Juergen


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Wed Oct 12, 2022 8:43 am
by AndyMt

Maybe the parameter would be "-keymap de-de". At least for the Swiss layout it's "de-ch". Cannot test it right now.


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Wed Oct 12, 2022 10:20 am
by Juergen Frank


On 10/12/2022 at 10:43 AM, AndyMt said:




Maybe the parameter would be "-keymap de-de". At least for the Swiss layout it's "de-ch". Cannot test it right now.



Nop ... de-de isn't offered as console parameter only de; and I try it wasn't accepted.

But I found the solution in the BASIC docu. Create the autoboot.x16 file

10 KEYMAP"DE-DE"

SAVE"AUTOBOOT.X16

This seems to work!

thanks

  Juergen


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Wed Oct 12, 2022 5:16 pm
by kelli217


On 10/11/2022 at 9:40 PM, LazyNerdTV said:




is there a 32 bit version for the x16 emulator?



Not an official one. But someone did make an unofficial 32-bit recompile of it. I think it's mentioned here, in the context of Windows XP? Try the forum's search function.


Official software uploaded: Commander X16 Emulator (Win/Mac/Linux)

Posted: Thu Oct 13, 2022 6:48 pm
by PierreKLW


On 10/12/2022 at 12:20 PM, Juergen Frank said:




Nop ... de-de isn't offered as console parameter only de; and I try it wasn't accepted.

But I found the solution in the BASIC docu. Create the autoboot.x16 file



10 KEYMAP"DE-DE"

SAVE"AUTOBOOT.X16



This seems to work!



thanks

  Juergen



Thanks. It works very well. ?

I only added a second line to clear all.

Otherwise the program stays in memory.

That gives:

10KEYMAP"FR-FR"

20NEW

SAVE"AUTOBOOT.X16