Hi,
I received a Raspberry PI 3B+ when I renewd my Elektor magazine subscription.
Whats is the best QL emulator for the Raspberry PI 3B+, UQLX or SMSQmulator using Java.
Or does the implementation of WINE in the ExaGear Desktop able to to run QPC2 or Q-Emulator.
Raspberry PI 3B+
-
- Font of All Knowledge
- Posts: 4656
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
- NormanDunbar
- Forum Moderator
- Posts: 2459
- Joined: Tue Dec 14, 2010 9:04 am
- Location: Buckie, Scotland
- Contact:
Re: Raspberry PI 3B+
Hi Derek,
probably SMSQmulator on Java. Although I have not tried the ability to run x86 code under any form of emulated system on any of my Pis, even the 3b+.
However, uQLx is compiled natively, so should be the faster option. Try both?
Cheers,
Norm.
probably SMSQmulator on Java. Although I have not tried the ability to run x86 code under any form of emulated system on any of my Pis, even the 3b+.
However, uQLx is compiled natively, so should be the faster option. Try both?
Cheers,
Norm.
Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts
No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
Author of Arduino Software Internals
Author of Arduino Interrupts
No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
Re: Raspberry PI 3B+
There’s also ZEsarUX which is available as a pre-built binary for the raspberry pi https://github.com/chernandezba/zesarux/releases - this package emulates a number of Sinclair computers, including the QL - I’ve mainly used it as a ZX81 emulator on the pi, so I’m not sure how the QL emulator compares with the alternatives, but it may be worth a look...
- XorA
- Site Admin
- Posts: 1609
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: Raspberry PI 3B+
Probably best to re-compile for 3B+ though as armv6 exe's on armv7/8 doesn't make use of many of the nice optimisation's possible.lcww1 wrote:There’s also ZEsarUX which is available as a pre-built binary for the raspberry pi https://github.com/chernandezba/zesarux/releases - this package emulates a number of Sinclair computers, including the QL - I’ve mainly used it as a ZX81 emulator on the pi, so I’m not sure how the QL emulator compares with the alternatives, but it may be worth a look...