I just tried it now and you are compleately right. I don't understand why ... for sure I must mixed up something and it is my mistake.bwinkel67 wrote: Sun Dec 15, 2024 6:58 pm I just tried it on Q-emuLator 3.5.1 (the latest version) with 128K and ROMs: QL_ROM_JS & TK2_rom it works. I usually do it in F2, but also tried it to F1. Note it doesn't need TK2_rom since I soft-load it as well. With my stock QL, I use JSU ROM and have the ICE ROM in the back with only 128K.
Now if you look at the BASIC program, there is no reason it shouldn't work. All it does is:
That's it, so 74 of 128K of RAM is all this needs. As I said, it's just a BASIC script that runs two programs and loads a screen, all done in a particular order to make it appear it's a Amiga Workbench-like GUI -- though it's not, it's just simulation...there is really nothing to it.
- Soft-load TK2 (17K of memory) - not needed if you have the TK2 ROM
- Start a Supercharged program: WBLines_exe (<5K of memory)
- Start a Digital 'C' SE program: WBBasic_exe (37K of memory)
- Resizes windows #0, #1, #2 to overlap at bottom of screen making it appear to be single Workbench shell (no memory)
- Loads Workbench screen to give final appearance of being an Amiga: QLWB21_scr (32K of memory)
In your video, on real hardware, it crashes on the Supercharged program (Baton.exe but renamed to WBLines.exe for this simulation). You can just reboot your actual QL, insert the cartridge and type EXEC MDV1_WBLines.exe to see if it runs (no reason it shouldn't that I can see)
Sorry for inconvenience.
Tomorrow I will check a little deeper what is happening.
And thank you
