ZX80/81/Spectrum emulator for Unix

Emulator and emulator development specific topics
User avatar
chernandezba
Posts: 205
Joined: Tue Mar 11, 2014 4:30 pm

Re: ZX80/81/Spectrum emulator for Unix

Post by chernandezba »

zsolt wrote:done
Hi
I think your system is too slow to play ZEsarUX. I suppose you can only run it at a normal speed with --zoom 1. Sorry
You can try to compile with gcc optimization:
export CFLAGS="-O3"
export LDFLAGS="-O3"
./configure
make clean
make
...

It will run a bit faster with this

You talked about Fuse some days ago.... Well, I think Fuse is one of the best emulators of ZX Spectrum. My emulator is only "6 months old" and still a lot of work to do ;)

Thanks for all your testing

One more question... Which is the program on the ClckFreqTst screenshot?

Cheers
Cesar
----

ZEsarUX
ZX Second-Emulator And Released for UniX
https://github.com/chernandezba/zesarux
User avatar
zsolt
Posts: 214
Joined: Wed Apr 20, 2011 11:43 am
Location: Fót, Hungary

Re: ZX80/81/Spectrum emulator for Unix

Post by zsolt »

chernandezba wrote:I think your system is too slow to play ZEsarUX. I suppose you can only run it at a normal speed with --zoom 1. Sorry
:cry: :cry: I'm very sad to read :cry: :cry:
chernandezba wrote:... Which is the program on the ClckFreqTst screenshot?
You can find it (ClckFreq.p) in the attachment of my first response.
Please don't give up, see if you will have any good idea.
Thanks,
Zsolt
ZX81 (8K), ENTERPRISE 128, [ZX SPECTRUM (48K,+,+128K,+2,+2A), TS1000, TS1500, TS2068, Cambridge Z88, PRIMO A64 (red)]
User avatar
chernandezba
Posts: 205
Joined: Tue Mar 11, 2014 4:30 pm

Re: ZX80/81/Spectrum emulator for Unix

Post by chernandezba »

zsolt wrote:
chernandezba wrote:I think your system is too slow to play ZEsarUX. I suppose you can only run it at a normal speed with --zoom 1. Sorry
:cry: :cry: I'm very sad to read :cry: :cry:
chernandezba wrote:... Which is the program on the ClckFreqTst screenshot?
You can find it (ClckFreq.p) in the attachment of my first response.
Please don't give up, see if you will have any good idea.
Thanks,
Zsolt
Hi

Thanks. Try what I said, gcc optimization:
export CFLAGS="-O3"
export LDFLAGS="-O3"
./configure
make clean
make
...

And tell me if it plays well with --zoom 1.
In the future I will support a full screen version, and it will only need zoom 1, making it faster

Regards
Cesar
----

ZEsarUX
ZX Second-Emulator And Released for UniX
https://github.com/chernandezba/zesarux
Post Reply