Search found 1354 matches

by XorA
Wed Oct 06, 2021 5:36 pm
Forum: Compatibles Corner
Topic: Aurora Minerva Boot Error
Replies: 33
Views: 25970

Re: Aurora Minerva Boot Error

Its taken me a while, but I have now replaced the battery, replaced the dead floppy drive with a gotek. Loaded the minerva utils disk into the gotek with SH drivers. Set the D1 to 4M limit, and the date/time. Now all is working nicely. Next i guess is to update smsq/e to the latest edition. Will nee...
by XorA
Wed Oct 06, 2021 12:02 pm
Forum: Hardware
Topic: Still possible to get Minerva ROM
Replies: 77
Views: 23179

Re: Still possible to get Minerva ROM

Still going strong, yes. He even resuscitated his mailbox QL recently for me to look for the Hermes source codes, but alas no luck. They seem to be confined to Lau's vault. Would that be for SuperHermes as well ? Same guy, soooo... maybe? As long as the vault remains closed it could contain the ori...
by XorA
Wed Oct 06, 2021 9:23 am
Forum: Wanted
Topic: Working QL Motherboard
Replies: 2
Views: 5868

Re: Working QL Motherboard

Derek_Stewart wrote:Hi,

I have Issue 5 QL boards with all plug in chips working and tested, for £50 plus postage.
That would be awesome, Ill email you!
by XorA
Tue Oct 05, 2021 9:32 pm
Forum: Wanted
Topic: Working QL Motherboard
Replies: 2
Views: 5868

Working QL Motherboard

As the subject says, want one outside of case for development work.
by XorA
Sat Oct 02, 2021 2:50 pm
Forum: QL Emulation
Topic: SMSQmulator for Android?
Replies: 11
Views: 3130

Re: SMSQmulator for Android?

How does sQLux get compiled on Android?
Thats for someone to work out, I no longer have any android devices!
by XorA
Sat Oct 02, 2021 2:09 pm
Forum: QL Emulation
Topic: SMSQmulator for Android?
Replies: 11
Views: 3130

Re: SMSQmulator for Android?

There is SDL2 for Android AFAIK, Id accept patches for Android build of sQLux!
by XorA
Thu Sep 30, 2021 5:39 pm
Forum: Hardware
Topic: Another Minerva Manual
Replies: 3
Views: 1469

Re: Another Minerva Manual

You didn't. It was our "played a lawyer on TV once" advice to provide Minerva only to existing QL owners. Much like running MacOS on non Apple hardware. I don't believe I actually checked the ROM image that got supplied. Ooops did I say that out loud ? After a while, we dropped that requi...
by XorA
Thu Sep 30, 2021 4:39 pm
Forum: Hardware
Topic: Another Minerva Manual
Replies: 3
Views: 1469

Re: Another Minerva Manual

Why did you need a rom image to get a rom replacement?
by XorA
Sun Sep 26, 2021 10:17 pm
Forum: Software & Programming
Topic: 32 bit random numbers
Replies: 26
Views: 4855

Re: 32 bit random numbers

repeatability and for cryptography and software engineering you want that Hell no, crypto really likes true random for exactly the opposite of that reason. The problem with true randomness is that when you encrypt something you can't decrypt it. What you want is the appearance of true randomness. T...
by XorA
Sun Sep 26, 2021 9:57 pm
Forum: Software & Programming
Topic: 32 bit random numbers
Replies: 26
Views: 4855

Re: 32 bit random numbers

repeatability and for cryptography and software engineering you want that
Hell no, crypto really likes true random for exactly the opposite of that reason.