ytmytm / c64-lng

LUnix Next Generation - a Little Unix operating system for C64/128/Atari and any 6502-based machine
http://lng.sourceforge.net/
GNU General Public License v2.0
70 stars 6 forks source link

Keyboard input messed up (in VICE) #2

Closed SvenMichaelKlose closed 3 years ago

SvenMichaelKlose commented 3 years ago

Just compiled it on some Linux.

Cannot get a '/' to boot it. Also it seems like the SHIFT key has to be released before pressing the next key with it down.

Amazing stuff... 8)

ytmytm commented 3 years ago

If you do "make disc" or "make cbmdisc" you will get a D64 file with all apps and modules that can be autostarted in VICE. It runs the .lunixrc init script and leaves you in the shell with "#" prompt.

I just tried it and it seems to be working fine - a little less responsive than it should with tasks running in the background, but no problems with SHIFT whatsoever.

SvenMichaelKlose commented 3 years ago

Thanks! Found out what was wrong: it takes "true drive emulation" and keyboard set to "positional" in VICE. 8)