Thank you, Martin! I was hoping that someone would be able to add some more context around those snippets of code.
I am currently going through QLib_run_asm trying to add comments
This is what I have for these areas
Involves FOR loops.
I am mostly working on the initialisation stuff at the ...
Search found 26 matches
- Fri Mar 28, 2025 9:46 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 19724
- Thu Mar 27, 2025 6:29 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 19724
Re: Q_Liberator malaise
I've been doing a bit of digging into this, mainly out of curiosity since I recently received a QXL...
There are some "interesting" sequences of code in qlib_run_asm:
Here we seem to be testing bit 30 of a pointer in A3 (I apologize for not understanding the context of this in the least, but that ...
There are some "interesting" sequences of code in qlib_run_asm:
Here we seem to be testing bit 30 of a pointer in A3 (I apologize for not understanding the context of this in the least, but that ...
- Sat Mar 22, 2025 7:08 am
- Forum: Hardware
- Topic: Another Trump Card clone...
- Replies: 16
- Views: 1149
Re: Another Trump Card clone...
I suspect it doesn't need any of the funky timing for RAS / CAS that the original GAL's use to provide.
But was the trick to relocate the ROM used I wonder? (needed for non Minverva versions of QDOS)
This is the correct answer, no more RAS/CAS timing logic. And yes, the ROM relocation logic is ...
- Thu Mar 20, 2025 12:35 am
- Forum: Hardware
- Topic: Another Trump Card clone...
- Replies: 16
- Views: 1149
Re: Another Trump Card clone...
Hi Techfury,
Thanks for the info! I have already ordered the components. And I have two spare WD1772 at hand.
I assume these work just as well as the WD1770?
Instead of the GAL I will try to make it work with an ATF16V8B. Those are still being made and sold.
I might redraw the board so the card ...
- Tue Mar 18, 2025 10:26 pm
- Forum: The Off-Topic Section
- Topic: Forum E-mail Notifications
- Replies: 4
- Views: 249
Re: Forum E-mail Notifications
Thanks techfury
No problem!
Sorry this took a whole day to sort out, but the long story short is that the hosting provider decided to block outgoing SMTP (even on ports 465/587) to external servers about a week and a half ago, and didn't tell us.
Unfortunately, I spent a whole day going ...
- Mon Mar 17, 2025 9:14 pm
- Forum: The Off-Topic Section
- Topic: Forum E-mail Notifications
- Replies: 4
- Views: 249
Re: Forum E-mail Notifications
It does seem that email notifications seem a bit broken at the moment, thanks for letting us know. I'll dig into this right now and see what's going on.
- Mon Mar 17, 2025 9:03 pm
- Forum: Hardware
- Topic: Another Trump Card clone...
- Replies: 16
- Views: 1149
Re: Another Trump Card clone...
It does get fairly warm but it is not too hot to keep your finger on. There's a copper fill underneath the 7805 to help reduce the heat- I've found it does a great job of keeping the warmth confined to that single corner.
As far as power reduction, here's some quick "back of the envelope" math ...
As far as power reduction, here's some quick "back of the envelope" math ...
- Thu Mar 13, 2025 10:21 pm
- Forum: Software & Programming
- Topic: Quanta Library
- Replies: 12
- Views: 627
Re: Quanta Library
Right here. Self-deprecating humor is allowed.
- Wed Mar 12, 2025 5:58 pm
- Forum: General QL Chat
- Topic: My current QL accelerator project
- Replies: 36
- Views: 3188
Re: My current QL accelerator project
I think the GST ROM board does it too... or at least it seems to from my superficial reading of the schematic.
Come to think of it, I just realized I could test this by modifying one of my Trump Card clones' GAL equations such that $C000-FFFF pulls up DSMCL and triggers the CS for SRAM 2, and ...
Come to think of it, I just realized I could test this by modifying one of my Trump Card clones' GAL equations such that $C000-FFFF pulls up DSMCL and triggers the CS for SRAM 2, and ...
- Wed Mar 12, 2025 4:27 pm
- Forum: QL Emulation
- Topic: sQLux v1.1.1 (Deutshland Edition)
- Replies: 33
- Views: 1162
Re: sQLux v1.1.1 (Deutschland Edition)
Typically, a pointer appears when ptr_gen is loaded and you move the mouse. If you're in Basic, this is the "K" pointer.
In sQLux, however, nothing happens with ptr_gen 2.06. However, it works with 2.01.
That may be a ptr_gen thing, I've observed the same behavior (or lack thereof) with mice ...