Search found 1677 matches

by pser1
Sun Oct 08, 2017 10:16 am
Forum: Dragon General
Topic: The MOOH memory & SPI board
Replies: 19
Views: 27350

Re: The MOOH memory & SPI board

Hi Tormod,
very good!
I have downloaded the .bin and used instead of the DOS dweeb.
Both ways work flawlessly
Thanks a lot to you and Ciaran for modifying XRoar to suport MOOH
cheers
pere
FreeMemory.jpg
FreeMemory.jpg (57.14 KiB) Viewed 12281 times
by pser1
Sat Oct 07, 2017 10:27 pm
Forum: Dragon General
Topic: TOTAL MADNESS
Replies: 6
Views: 5052

Re: TOTAL MADNESS

Hi Simon,
as usual another brilliant opus coming from deep madness.
It is magic!
cheers
pere
by pser1
Thu Oct 05, 2017 8:52 am
Forum: Dragon Hardware
Topic: DragonMMC Announcement.
Replies: 65
Views: 99981

Re: DragonMMC Announcement.

Hi Phill, back again to complement previous message. Tha patch I commented will only work for Dragon computers, but adding a single line we can make it work for CoCo-Draco machines too. 2669 IF MGETCFG(255)=2 THEN POKE&H2BE,&HAC:POKE&H2BF,&H9A This line changes the Interpreter address to be called i...
by pser1
Wed Oct 04, 2017 10:23 pm
Forum: Dragon Hardware
Topic: DragonMMC Announcement.
Replies: 65
Views: 99981

Re: DragonMMC Announcement.

Hi Phill, I have worked a bit on the 'BIG' programs that could cause problems when loaded from inside the Explorer due to the stack being too low. I include here the 'small' mods needed in the basic program so that it works flawlessly 2665 PRINT @511,""; 2666 LM$="1A50308C0C9FA610CE7F361CAF7E839839"...
by pser1
Mon Oct 02, 2017 10:22 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

I've actually pushed something that I hope will fix & also recognise diacritics as the normal character they resemble (as though you'd pressed it twice). If this doesn't work, there's one more thing I can try tomorrow. Kinda wish Wine represented AltGr better, this would be a lot easier to test! Hi...
by pser1
Mon Oct 02, 2017 9:56 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

Ah thanks for testing. I guess "key 0" (as in virtual key with id of 0, not the "0" key) is seen as a no-op. Ok, there has to be a way, but it'll need experimentation. Tomorrow! no need to hurry! previous snapshot allows working with no problems ... Again, thanks a lot for fighting to make it even ...
by pser1
Mon Oct 02, 2017 9:45 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

Ok, one more snapshot (2017-41301). This one asks for a translation of virtual key 0 after every request to hopefully clear the dead key state before the next one. It also only asks for one translation. Hopefully this works - don't worry if you can't test straight away, I'll be able to tomorrow. He...
by pser1
Mon Oct 02, 2017 8:47 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

So, another day another snapshot. This one uses the last returned character from ToUnicode() to map keys, and seems to work with the Spanish layout. Hopefully it doesn't break other layouts - not well tested. Also adds the "-C" (that's capital 'C' - lowercase "-c filename" already specifies an alte...
by pser1
Mon Oct 02, 2017 2:40 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

Hi Ciaran,
with previous snapshot I can see the codes for keystrokes, both press and release,
but I don't know how to do the same with the very last snapshot :-(

cheers
pere
previous version.jpg
previous version.jpg (75.28 KiB) Viewed 4710 times
by pser1
Mon Oct 02, 2017 2:35 pm
Forum: Dragon General
Topic: xroar keyboard mapping for windows 7
Replies: 34
Views: 18918

Re: xroar keyboard mapping for windows 7

Ok, confirmed. In the Spanish layout, ToUnicode() returns two characters for unshifted '5' key: first one is '~', second one is '5'. This makes perfect sense. Though I'm a bit slow today, so if anyone can explain it to me, much obliged. Now have to reason about whether using the *last* character re...