Search found 253 matches

by marste
Thu May 19, 2022 10:19 pm
Forum: Emulators
Topic: ZEsarUX 10.1
Replies: 3
Views: 2157

Re: ZEsarUX 10.1

Always amazed about the amount of features and fixes you're able to deliver each single release!
Thank you again for your work!!
by marste
Thu May 19, 2022 10:15 pm
Forum: Sinclair Misc
Topic: John Grant
Replies: 0
Views: 1516

John Grant

Pity he does not feel our nostalgia and excitement to keep these beautiful machine running, and surely he missed some details (eg no microdrive for spectrum), but anyway here https://floppydays.libsyn.com/floppy-days-85-interview-with-john-grant-developer-of-zx80-os-basic you can find an interesting...
by marste
Sat May 07, 2022 7:11 pm
Forum: Development
Topic: Convert a .jpg or .png whatever to a BW ZX image?
Replies: 10
Views: 10142

Re: Convert a .jpg or .png whatever to a BW ZX image?

Just willing to add that the algorithm is extremely important in the conversion, and depending on the source image various one can be better than others...
by marste
Sun Feb 27, 2022 11:49 pm
Forum: Development
Topic: FasmG, ZEsarUX and DeZog finally together!
Replies: 3
Views: 1905

Re: FasmG, ZEsarUX and DeZog finally together!

IMPORTANT : I've modified the original message adding a new version (v2) of the zip file with a bugfix on the makesld file. Please load the new version! I'll keep this post updated, but if someone want I've also created a github repository where to download the kit files or to contribute (for examp...
by marste
Thu Feb 24, 2022 9:03 pm
Forum: Development
Topic: FasmG, ZEsarUX and DeZog finally together!
Replies: 3
Views: 1905

Re: FasmG, ZEsarUX and DeZog finally together!

This is an example of what is looking like a debugging session: https://user-images.githubusercontent.com/3081973/154847336-632ee2a5-cec0-47c0-a9ff-ce90b909f1ef.gif Among things: - easy navigating/stepping through assembler source files with conditional breakpoints, step-over, step-into and step-out...
by marste
Wed Feb 23, 2022 10:27 pm
Forum: Development
Topic: FasmG, ZEsarUX and DeZog finally together!
Replies: 3
Views: 1905

FasmG, ZEsarUX and DeZog finally together!

It has been a long time that I was trying to have the possibility of a “source level debugging” for FasmG compiled programs. Recently I tried again, and with the kind support of both “Maziac” (DeZog author) and “Jacobly0” (Z80 compiler infrastructure for FasmG author), I finally managed to complete ...
by marste
Sun Feb 20, 2022 11:56 pm
Forum: Development
Topic: ZX 81 development on Linux. What tools?
Replies: 19
Views: 8518

Re: ZX 81 development on Linux. What tools?

I got the answer: "load" works only for ZX Spectrum program (eg SNA) not for ZX81 ones (.p)!
by marste
Tue Feb 15, 2022 11:47 pm
Forum: Development
Topic: ZX 81 development on Linux. What tools?
Replies: 19
Views: 8518

Re: ZX 81 development on Linux. What tools?

Today I tested the last ZesarUX communicating with the last DeZog and the latter was perfectly able to send the program to debug. Or it has been corrected or maybe there is some configuration to adjust.
And I'm using Linux versions of both.
by marste
Tue Feb 15, 2022 7:08 pm
Forum: Development
Topic: Lightning Driver Coding Examples
Replies: 3
Views: 2358

Re: Lightning Driver Coding Examples

Far from being a hires expert, but curious of this driver I had a look at the LightningDriver.asm, and the source is wonderfully documented and is not long at all to be read. Moreover itself is a demo, and the part that is writing the screen (simply cleaning it in this case) is: CLEAR_HIRES_DFILE: L...
by marste
Sat Jan 29, 2022 2:29 am
Forum: Emulators
Topic: ZX81 emulator "command-line edition"
Replies: 14
Views: 20395

Re: ZX81 emulator "command-line edition"

Everyone fond of text emulators should also try the "text modes" of zesarux ;)