Search found 2703 matches

by tofro
Tue Apr 09, 2024 3:52 pm
Forum: General QL Chat
Topic: HxC floppy emulator
Replies: 3
Views: 243

Re: HxC floppy emulator

Does anyone have any knowledge about the HxC floppy emulator on the QL, it works like the Vdrive on a sd-card but you can hook up like a floppie drive. Well, you obviously need a floppy controller card for an HxC drive, and otherwise, the HxC behaves just like a physical floppy. Today, however, HxC...
by tofro
Mon Apr 08, 2024 8:05 pm
Forum: Software & Programming
Topic: George Gwilt's Programs
Replies: 6
Views: 414

Re: George Gwilt's Programs

Hi Norman,

good idea to make the files public available again. Thanks!

I can't access the Github page without forking (and I think that would defeat the purpose), so sent you an e-mail with a link to all the files I downloaded like a year ago when George's pages were still up.

Thanks,
Tobias
by tofro
Tue Apr 02, 2024 5:51 pm
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 267
Views: 103371

Re: FPGA replacment for the ZX8301 ULA and more

Really impressive!
by tofro
Tue Apr 02, 2024 3:32 pm
Forum: QL Emulation
Topic: How to run QPC2 in Wine/Crossover on Apple Silicon Macs
Replies: 1
Views: 375

How to run QPC2 in Wine/Crossover on Apple Silicon Macs

Just to have this documented somewhere: In case you want to run QPC2 v5 on an Apple Silicon Mac, you have to tweak the emulation a bit to get proper keyboard shortcuts. The default settings will not allow you to enter <ALT> key combinations using the "Option" key. QPC2 V5 wants a specific ...
by tofro
Mon Apr 01, 2024 4:39 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 2777

Re: Run a SuperBasic program from Assembler?

Unfortunately, Wolfgang's documentation describes the raw binary format expected by config. Tony's macros, however (which are a bit fragile and not absolutely obvious to use) are not described there. I seem to recall my original QPTR documentation had some description of the config macros, but more ...
by tofro
Mon Apr 01, 2024 12:37 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 2777

Re: Run a SuperBasic program from Assembler?

Config blocks work in just about everything, even S*BASIC programs. (It's plain simple, just some embedded bytes with a tag header so Config can find them. No obligation to use any specific compilation approach.)
by tofro
Sun Mar 31, 2024 8:19 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 2777

Re: Run a SuperBasic program from Assembler?

Hi Norm, I did take it as a light hearted comment But genuinely interested in what a config might look like in the “ QL world” though Maybe, for something like this, pass the string to the code as a parameter at initialisation time in the boot file maybe? (If that’s possible) Many thanks Tony Have ...
by tofro
Fri Mar 29, 2024 3:20 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 2777

Re: Run a SuperBasic program from Assembler?

Simple answer: You can't just return from an executing job - The system doesn't know where to return to. (Or did you "CALL" that code from BASIC?) The proper way to end a job is to call MT.FRJB with -1 as job id (Which basically tells QDOS "kill me"). Although that code doesn't l...
by tofro
Fri Mar 29, 2024 11:13 am
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 2777

Re: Run a SuperBasic program from Assembler?

I'm trying to find a way to run a SuperBasic program from within assembler code The only 2 things I can think of, but I don't know how to do either, is to be able to do an equivalent to LRUN from within the assembler or send keystrokes to the console I'm pretty sure both of these should be possible...
by tofro
Fri Mar 29, 2024 10:42 am
Forum: Hardware
Topic: QIMSI
Replies: 105
Views: 48468

Re: QIMSI (EDIT: Correcture)

BSJR wrote: Fri Mar 29, 2024 10:29 am I cannot comment on the HISTORY stuff because I have not used it so far.
I tend to object, you certainly have. The history device is the thing that allows you to do command line recall and editing with the cursor keys. Apart from that, it has indeed not much use as a device.