jgharston
jgharston
On 15-04-2017 15:14, Chris Needham wrote: > @jgharston [1] Please take a look. This is missing some changes to the > resource file beebem.rc to add menu items for the...
Chris Needham wrote: > In Src/host.cpp [1]: > >> + fclose(handles[idx]); > + handles[idx]=nullptr; (snip) > Note sure that code running in the emualor should be able to do this....
Chris Needham wrote: > My comment was in reference specifically to minimising the application > window: ShowWindow(GETHWND, SW_MINIMIZE); Ah, sorry. What else should *QUIT (which calls OS_QUIT) do? It's what...
That looks familiar from over a year ago! I'll have to try and remember what it was.
"some star command like *DIR take a long time, even though they should be serviced by Applecorn itself. Not sure why this is. Other command like *CAT seem to be...
On 01-01-2023 02:49, xotmatrix wrote: > Personally, I dislike it when emulators favor physical key mappings > over logical key mappings. I would lose my mind if I had to...
On 16-01-2023 01:40, Bobbi Webber-Manners wrote: > @jgharston [1] Is this your intent for *SHOW ? It could be an option, yes. *SHOW - list all 16 soft key strings...
Startup MODE. On Acorn systems, on Reset the initial screen mode is read from OSBYTE 255. On power-on, OSBYTE 255 is set to the hardware default (either keyboard links or...
I wrote the KEYREAD cursor code so that it could be turned on/off/changed shape, so that VDU 23,1,n and VDU 23,0,10/11 could be written. I'll review the code and write...
The clipping still has some flaws. This: MOVE 500,500:DRAW 500,1600:DRAW 1600,500:DRAW 500,500 should draw a triangle where half of it is missing off the screen. Instead it clamps the cords...