(Currently running music [YT]: Blackberry Smoke)
Has anyone the Scrap Extension with functioning synchronisation between QDOS and Windows running on sQLux (or UQLX with WSL[2]).
I think I have installed all the toolkits mentioned above, but syncing the scrap between Windows and QDOS (Minerva 1.98 ...
Search found 1649 matches
- Tue Jul 15, 2025 8:15 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 77
- Views: 8197
- Mon Jul 14, 2025 10:03 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
No that should be suitable!Will James wrote:Hi XorA
I'm doing this as the first line in my m68k_write_memory_8() and m68k_read_memory_8()
address = address & 0x03FFFF;
Do you think that would cause the problem?
Tried 0x0FFFFF instead but it still crashes...
- Mon Jul 14, 2025 9:01 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
If I remember my issues in emulation, Minerva actually requires that the memory wraps round at 24 bits. If it doesn't it goes wrong (TM).
- Sun Jul 13, 2025 6:09 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
Sqlay3/sq68uxPeter wrote:That's good. Which of your emulators use Musashi, as you are maintaining several?
- Sun Jul 13, 2025 10:35 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
Funny you should mention Minerva, as I get a perfect boot up to the F1 F2 screen with a JS ROM, but Minerva goes a bit wonky, I think it has a very different RAM test procedure...
Minerva is also more demanding in terms of correctness of the CPU emulation.
I would not take for granted that ...
- Sat Jul 12, 2025 2:46 pm
- Forum: The Off-Topic Section
- Topic: ZX80 Colour Output
- Replies: 1
- Views: 67
Re: ZX80 Colour Output
It's an amazing bit of kit, I love mine on zx81
- Sat Jul 12, 2025 2:42 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
Okay, the microdrives are point I understand. For me they always were good riddance and unused for over 30 years, so I didn't consider.
It would probably not too hard to make microdrive work on a Pi connected to GPIO port. If someone was particularly driven!
One could use a kernel with ...
- Sat Jul 12, 2025 12:06 am
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 99
- Views: 9486
Re: My current QL accelerator project
It would probably not too hard to make microdrive work on a Pi connected to GPIO port. If someone was particularly driven!Okay, the microdrives are point I understand. For me they always were good riddance and unused for over 30 years, so I didn't consider.
- Thu Jul 10, 2025 10:21 pm
- Forum: Software & Programming
- Topic: QPack2 Exec Menu
- Replies: 10
- Views: 487
Re: QPack2 Exec Menu
QPC2 is smsq/e only isnt it? Thats utterly different than the OS you are using in sQLux!ql_freak wrote: Thu Jul 10, 2025 10:14 pm
I do not use a "completely different OS":Code: Select all
PRINT#0,VER$!VER$(1) JSL1 1.98
- Thu Jul 10, 2025 8:38 pm
- Forum: Software & Programming
- Topic: QPack2 Exec Menu
- Replies: 10
- Views: 487
Re: QPack2 Exec Menu
Because of the UPN problem mentioned in the starting thread: It seems the problem is with sQLux. On QPC2 UPN seems to be okay, i.e.
4 3*
results in 12 (on sQLux I get "Der Stack ist voll !" [the stack is full]) Sounds like the problem is the completely different OS your using not the emulator.
4 3*
results in 12 (on sQLux I get "Der Stack ist voll !" [the stack is full]) Sounds like the problem is the completely different OS your using not the emulator.