jgharston

Results 34 comments of jgharston

I spent yesterday frustatedly trying to get my Android tablet to re-install KEGS and Apple2ix. I think it's near death, and at this rate if it doesn't behave it's going...

This: https://mdfs.net/Docs/Comp/Keyboard/Apple/AppleIIkey is updated from documantation and testing to be what various AppleII keyboards keypresses "should" return. A perennial problem is that emulators tend to omit corner cases, or things...

On 31-12-2022 17:49, ksherlock wrote: > MAME (250) doesn't handle control-6 or control-- correctly (because it > uses the IIe keyboard mapping?). MAME also loses the keypad modifier > bit...

On 11-03-2021 13:34, Michael McConnell wrote: > Trawling back to very old versions via git, the version prior to where > I merged your Banana Brandy changes fell over with...

On 11-12-2018 11:32, Michael McConnell wrote: > This was a side-effect of fixing another bug where some keys (notably > the cursor keys) returned two values in quick succession -...

Non-envelope sound might be easily do-able. Certainly, SOUND to MIDI is quite simple.

How much space is left in mainmemory? The code goes up to about 6000, how far can it go?

On 31-12-2022 07:25, Bobbi Webber-Manners wrote: > The absolute limit is BFFF. ProDOS keeps some stuff up there so you > can't go all the way to the top. There...

I'm going to investigate moving some of the keyboard driver into main.

There's the coordinate clipping stuff mentioned in the other issue. I think this would be easier to deal with after moving the code into main. I think I might need...