Hi Martin
I also noticed this, look for the bit marked <<<<<<-----------
btst #$05,$04(a2,d4.w) <<<<<<-----------
It tests bit 5, I don't know why. It's too low down to be a flag like the others.
I have not investigated it any further, yet.
It's testing bit $05 of the high byte, which is ...
Search found 86 matches
- Sun Apr 20, 2025 10:07 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 20654
- Sat Apr 19, 2025 11:51 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 20654
Re: Q_Liberator malaise
Hi Martin,
Yes, I too can confirm that the test program "q602test_obj" runs OK on my Q60.
Also QDOCK which previously crashed for me also loads without issue, although I am unable to test its functionality as I don't have it configured. I don't really use SMSQ/E on my Q60 so have to load ...
Yes, I too can confirm that the test program "q602test_obj" runs OK on my Q60.
Also QDOCK which previously crashed for me also loads without issue, although I am unable to test its functionality as I don't have it configured. I don't really use SMSQ/E on my Q60 so have to load ...
- Tue Apr 15, 2025 9:47 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 20654
Re: Q_Liberator malaise
Hello,
If the affected copyback cache line is not yet written out to memory (bad luck) and the (expected same) data is read with an upper address bit set , it will read from external memory, not cache, which differ. (Because the cache address does not wrap around like external memory, generating ...
If the affected copyback cache line is not yet written out to memory (bad luck) and the (expected same) data is read with an upper address bit set , it will read from external memory, not cache, which differ. (Because the cache address does not wrap around like external memory, generating ...
- Wed Apr 09, 2025 7:48 am
- Forum: QL Emulation
- Topic: QDOS on Google TV walkthrough
- Replies: 8
- Views: 5326
Re: QDOS on Google TV walkthrough
Fire OS next...
I have this working on an old Kindle Fire 7 running FireOS 5 (android 5.1) that had been relegated to the tech drawer.
I had to copy "puae_libretro_global.uae" from the "saves" directory into the config directory, then rename that copy to be "puae_libretro_android.cfg ...
- Fri Apr 04, 2025 10:50 pm
- Forum: QL Emulation
- Topic: QDOS on Google TV walkthrough
- Replies: 8
- Views: 5326
Re: QDOS on Google TV walkthrough
Hi
I have a few impertinent questions:-
The very first very welcome question.
Maybe those 200+ downloads were all AI bots. :)
1. Can one use a Google Chromecast rather than a Google Chromecast with TV?
No, I don't think that the original Chromecast runs Android.
2. I could not find ...
I have a few impertinent questions:-
The very first very welcome question.
Maybe those 200+ downloads were all AI bots. :)
1. Can one use a Google Chromecast rather than a Google Chromecast with TV?
No, I don't think that the original Chromecast runs Android.
2. I could not find ...
- Sun Feb 02, 2025 9:01 pm
- Forum: Software & Programming
- Topic: Universal Boot
- Replies: 27
- Views: 2042
Re: Universal Boot
Thanks.pjw wrote: Sun Feb 02, 2025 12:58 pm Very nice!I havent tested extensively, but it seems to do what it says on the tin..
It took longer than expected and I nearly gave up on it a few times.
Current v1.01 source for the HOME_DIR extension here...
- Sat Feb 01, 2025 2:07 pm
- Forum: Compatibles Corner
- Topic: Best AND fastest(!) Amiga to emulate a QL?
- Replies: 11
- Views: 2178
Re: Best AND fastest(!) Amiga to emulate a QL?
I hope this is not too far off topic...
The thing that originally killed my enthusiasm in developing QDOS Classic any further, was that it was developed to run on hardware that eventually became obsolete. And if you had a laptop, I couldn't see a reason why you would run it over QPC2 or Q-emulator ...
The thing that originally killed my enthusiasm in developing QDOS Classic any further, was that it was developed to run on hardware that eventually became obsolete. And if you had a laptop, I couldn't see a reason why you would run it over QPC2 or Q-emulator ...
- Sat Feb 01, 2025 9:49 am
- Forum: Software & Programming
- Topic: Universal Boot
- Replies: 27
- Views: 2042
Re: Universal Boot
Hi RalfR,
If you want to load the "Home" extension separately into QemuLator, you can use this file.
I just mis-read this hoping that it would be a working version of the full HOME_ extensions...
...wondered why it was so small, then realised that I had just downloaded my own code :D
If you ...
If you want to load the "Home" extension separately into QemuLator, you can use this file.
I just mis-read this hoping that it would be a working version of the full HOME_ extensions...
...wondered why it was so small, then realised that I had just downloaded my own code :D
If you ...
- Fri Jan 31, 2025 1:25 am
- Forum: Software & Programming
- Topic: Universal Boot
- Replies: 27
- Views: 2042
Universal Boot
Recently in-between life, work and DIY I have been working on a "universal boot" proof of concept,
The objective is to be able to remove all references to physical media from a boot file and replace those references with "HOME_DIR$", "HOME_FILE$", "HOME_CURR$" etc while still being compatible with ...
The objective is to be able to remove all references to physical media from a boot file and replace those references with "HOME_DIR$", "HOME_FILE$", "HOME_CURR$" etc while still being compatible with ...
- Sat Jan 25, 2025 9:14 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 237
- Views: 20654
Re: Q_Liberator malaise
Hi RalfR,
The Qlib/Copyback problem will exist on QDOS Classic too although I haven't had any time recently to confirm.
If I get a chance to test I'll post results.
As was mentioned in this thread somewhere the issue is likely due to having separate data and instruction caches.
Data in the data ...
The Qlib/Copyback problem will exist on QDOS Classic too although I haven't had any time recently to confirm.
If I get a chance to test I'll post results.
As was mentioned in this thread somewhere the issue is likely due to having separate data and instruction caches.
Data in the data ...