Search found 209 matches

by chernandezba
Sat Apr 14, 2018 8:51 am
Forum: Emulators
Topic: ZEsarUX 6.1 RC
Replies: 4
Views: 6383

ZEsarUX 6.1 RC

Hi I have uploaded a new beta version of ZEsarUX. This is ZEsarUX 6.1 RC so next version will be a final stable version :) You can download it from: https://github.com/chernandezba/zesarux/releases You can see the full changelog here: https://github.com/chernandezba/zesarux/blob/master/src/Changelog...
by chernandezba
Fri Apr 13, 2018 1:50 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA March 2018
Replies: 7
Views: 8502

Re: ZEsarUX 6.1 BETA March 2018

In case, I rember that it was not possible to distinguish inverse characters (white on black) from standard ones (black on white): would be possible to make the inverse ones using non capitals and the standard ones using capitals character? (so that it will be possible to distinguish them, especial...
by chernandezba
Fri Apr 13, 2018 1:48 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA March 2018
Replies: 7
Views: 8502

Re: ZEsarUX 6.1 BETA March 2018

I remember that time ago I used an "only text output" instead of the graphical window (curses/stdout/simpletext), but I'm not anymore able to get the command line flag to enable it: it still exist? curses, stdout and simpletext are text interfaces, they don't use graphical window ;) --vo curses --v...
by chernandezba
Wed Apr 04, 2018 7:59 pm
Forum: Emulators
Topic: ZEsarUX beta 5.1
Replies: 20
Views: 19309

Re: ZEsarUX beta 5.1

marste wrote: Wed Apr 04, 2018 6:11 pm Wow, you really "expanded" the concept, nice!!! :))
Thanks :)
by chernandezba
Mon Apr 02, 2018 8:02 pm
Forum: Emulators
Topic: ZEsarUX beta 5.1
Replies: 20
Views: 19309

Re: ZEsarUX beta 5.1

The trace on port $35 / $53 ! :) Hi This is an old thread but I want to follow it as I have added ZEsarUX hardware debug ports for ZX80/81 :) I have chosen these ports 35H/53H for register/value ports, and I have added a new register port (6) to output a byte to a file. The file must be chosen from...
by chernandezba
Wed Mar 28, 2018 12:24 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA March 2018
Replies: 7
Views: 8502

Re: ZEsarUX 6.1 BETA March 2018

Raising the bar, as always! Very, very, very minor observation, prompting the post: the old sourceforge address is still in your signature. That's really my only relevant observation. Thanks. I have changed it :) Completely off-topic observation: your documentation of the Spectrum Next opcodes spec...
by chernandezba
Tue Mar 13, 2018 6:38 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA March 2018
Replies: 7
Views: 8502

ZEsarUX 6.1 BETA March 2018

Hi I have uploaded a new BETA version of ZEsarUX. I have moved from Sourceforge to Github, so this beta release can be found at https://github.com/chernandezba/zesarux/releases/tag/v6.1-13032018 Like other beta versions, there are executable packages for Windows and Mac. Linux and other operating sy...
by chernandezba
Tue Feb 27, 2018 10:20 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA
Replies: 8
Views: 8454

Re: ZEsarUX 6.1 BETA

marste wrote: Sat Feb 24, 2018 1:16 am

In the meantime I would like just to show what I did with the trace (out 53) and some postprocessing scripts: an interactive navigation of all the engine calls equote]xecuted in the
Port 53??
by chernandezba
Wed Feb 21, 2018 3:41 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA
Replies: 8
Views: 8454

Re: ZEsarUX 6.1 BETA

marste wrote: Wed Feb 21, 2018 1:08 pm

Maybe creating an extension for this fantastic editor https://code.visualstudio.com/docs/editor/debugging , or similar extendable (and hopefully multiplatform) ones, can be a way to do it?
Maybe someone has already done it

https://github.com/Tenebrous/vscode-zx-debugger

;)
by chernandezba
Wed Feb 21, 2018 3:36 pm
Forum: Emulators
Topic: ZEsarUX 6.1 BETA
Replies: 8
Views: 8454

Re: ZEsarUX 6.1 BETA

You should really take a look at what ZRCP (ZEsarUX remote command protocol) is.... ;) https://www.youtube.com/watch?v=bk29R4BU5_Y According to ZEsarUX FAQ: Debugging --------- Q: What is ZEsarUX remote command protocol? A: ZEsarUX remote command protocol (or ZRCP) is a kind of API you can connect t...