Markus Pyykkö

Results 10 comments of Markus Pyykkö

But empty diskettes don't have a rootblock yet. I'm using adfCreateFlop() to initialize diskettes that may have whatever on them. I can work around this by writing a template filesystem...

Sorry, forgot to reply! I'm just creating adf images within another image file. Using my own low-level functions, like ``` nFct->adfInitDevice = ercInitDevice ; nFct->adfNativeReadSector = ercReadSector ; nFct->adfNativeWriteSector =...

In this case it has 14416 wavefronts, so I'd guess something should be visible? I'll have to ask from my supervisor if I can share the .rgp

My usecase is an emulator window and it's debugger in terminal. With a stacking window manager, I launch the emulator from terminal window. The emulator's window opens somewhere on screen,...

Hi! Sorry for fading out last year, my laptop running this experimental setup with Cagebreak got smashed to ice and it took me a while to get a new setup!...

@project-repo sorry I don't know if I have the power to re-open threads :thinking:

Does an empty workspace have 1 view, and once-splitted workspace has 2 views etc? With my proposal I meant that I'd like to be able to identify views and send...

Ah, gotcha. Yes, I think that could enable automatic creation of those window (or view) ensembles I was thinking.

well, found some way to do this. it still uses the intermediate storage though ``` procedure setstuff(funcaddr : integer); begin asm(" ldx #funcaddr+0 ldy #funcaddr+1 jsr $F000 "); end; ......

..and if setstuff is set inline, the compiler fails to use the function address at all. ``` ; LineNumber: 55 lda #myfunc ; Calling storevariable on generic assign expression sta...