Search found 205 matches

by chernandezba
Mon Nov 17, 2014 5:27 pm
Forum: Emulators
Topic: New version emulator ZEsarUX-1.1
Replies: 4
Views: 4577

Re: New version emulator ZEsarUX-1.1

I peeped in it with Windows but MinGW misses a lot of stuff, so all I could see is a crappy messed-up display and errors like: ERROR //// Invalid opcode ED254. Final PC: F4AA ...for the zx81 and.. ERROR //// Invalid opcode ED205. Final PC: 6724 for the Spectrum. I have not tested it under Windows, ...
by chernandezba
Wed Oct 29, 2014 9:10 am
Forum: Emulators
Topic: New version emulator ZEsarUX-1.3
Replies: 0
Views: 3310

New version emulator ZEsarUX-1.3

Hi I have uploaded a new version of my ZX80/81/Spectrum emulator at http://sourceforge.net/projects/zesarux/ Changes are: Added experimental support for raspberry (raspbian) Added Framebuffer Device video driver (fbdev) Added functions to overlay machine information on display Added Quickload functi...
by chernandezba
Mon Aug 25, 2014 10:14 pm
Forum: Emulators
Topic: New version emulator ZEsarUX-1.2
Replies: 1
Views: 3454

New version emulator ZEsarUX-1.2

Hi I have uploaded a new version of my ZX80/81/Spectrum emulator at http://sourceforge.net/projects/zesarux/ Changes are: Added emulation of Spectrum snow effect Added Help menu Added tooltips and help for menu options Added option to inverse video Added joystick emulation with cursors: Kempston, Si...
by chernandezba
Sat Jul 05, 2014 1:41 am
Forum: Emulators
Topic: New version emulator ZEsarUX-1.1
Replies: 4
Views: 4577

Re: New version emulator ZEsarUX-1.1

1024MAK wrote:Sounds like you are making good progress :D

Keep at it ;)

Mark
Thanks a lot Mark! :)
by chernandezba
Fri Jul 04, 2014 8:14 pm
Forum: Emulators
Topic: New version emulator ZEsarUX-1.1
Replies: 4
Views: 4577

New version emulator ZEsarUX-1.1

Hi I have uploaded a new version of my ZX80/81/Spectrum emulator on http://sourceforge.net/projects/zesarux/ Changes are: Added support for loading .z80 snapshots with unsupported machines like Spectrum +3, Pentagon. Added support for zip,rar,tar & gz files on menu (uses external programs) Added loa...
by chernandezba
Mon May 26, 2014 7:45 pm
Forum: Emulators
Topic: New version emulator ZEsarUX-1.0
Replies: 0
Views: 2835

New version emulator ZEsarUX-1.0

Hi I have uploaded a new version of my Spectrum/ZX80/ZX81 emulator. This is a major stable version, with real timing for all the models and with hi-res colour support for Spectrum (rainbow). It can be found, as always, at http://sourceforge.net/projects/zesarux/ Changelog is: Version 1.0. May, 26th ...
by chernandezba
Wed Apr 23, 2014 3:01 pm
Forum: Emulators
Topic: ZEsarUX-0.6 - new version of ZX80/81/Spectrum emulator
Replies: 0
Views: 1730

ZEsarUX-0.6 - new version of ZX80/81/Spectrum emulator

Hi I have uploaded a new version of my ZX Spectrum/ZX80/ZX81 emulator. Changes are: Added ZX Spectrum smp tape loading (raw audio) Added Image stabilization for hi-res modes on ZX80/81 Added real video display for curses and stdout for ZX80/81 Added Pulse Audio driver Added experimental support for ...
by chernandezba
Sat Apr 05, 2014 2:04 am
Forum: Emulators
Topic: The best ZX81 emulator for Linux?
Replies: 33
Views: 27530

Re: The best ZX81 emulator for Linux?

I've just compiled the source 0.6 SN March 31st. The configure detects the presence of the ssl library and adds it to the ld flags, but an ldd of the executable does not show the library... With spiro and --realvideo the options are all set as you described, but the image is not stable in the x dir...
by chernandezba
Fri Apr 04, 2014 8:31 pm
Forum: Emulators
Topic: The best ZX81 emulator for Linux?
Replies: 33
Views: 27530

Re: The best ZX81 emulator for Linux?

Hi Cesar, yes I did (version of 27 March)- it is a great project! I've tried the examples I mentioned (with and without --realvideo) but the video was not ok; I may have missed another option? I'm getting closer to understanding how xz81 works so my hope was that the patches may be of some help. Hi...
by chernandezba
Fri Apr 04, 2014 12:50 pm
Forum: Emulators
Topic: The best ZX81 emulator for Linux?
Replies: 33
Views: 27530

Re: The best ZX81 emulator for Linux?

Attached is an attempt to patch xz81 (by Marks) for hires, so that it seems to work at least for two examples (JUL-FFP.P and SPIRO.P). The first change to z80.c relaxes the timing of the bytes to be plotted, the second gets them using IR, the third one avoids early fake syncs). The change to common...