jgharston

Results 34 comments of jgharston

Gaffaw! The clipping is definitely dodgy! https://mdfs.net/Software/BBCBasic/Apple/img/demo13.gif LOL!

On 22-01-2023 17:50, Bobbi Webber-Manners wrote: > There is no clipping in MODE 2. Try MODE 0 or MODE 1. > In general MODE 2 is pretty rubbish, and we...

To do: allocate a proper osbyte sysvar for the control variable. Will look at list for appropriate alias.

On 27-12-2022 00:27, ksherlock wrote: > * Keypad enter generates a $0d key code. > * Keypad Clear generates a $1b key code. > * (in both cases the keypad...

On 27-12-2022 00:27, ksherlock wrote: > * Keypad enter generates a $0d key code. > * Keypad Clear generates a $1b key code. So, now updated, this should be correct:...

On 27-12-2022 03:58, Bobbi Webber-Manners wrote: > Not sure what you are intending with the numeric pad but results of > testing here on GS + Wombat + USB keyboard...

On 27-12-2022 04:12, Bobbi Webber-Manners wrote: > KEGS is probably right. If the KEYPAD bit is set (I assume that is the > 16 above, without checking), is the keyboard...

Something that would be useful is to run in Apple Basic on real hardware: 10 LET A=PEEK(49152) 20 IF A>127 THEN PRINT A-128 30 GOTO 10 And tell me what...

On 28-12-2022 03:48, Bobbi Webber-Manners wrote: > And I get 48 for keypad 0, same as 0 on the main keyboard. What machine/keyboard is this? What does this give for...

Weird. It looks like oddities of emulator implementation. On my desktop, but not my laptop, Applecorn doesn't give anything from Ctrl-digit, but KEGS gives digits from Ctrl-digit, which is a...