ZX81 development with DeZog

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
Post Reply
maziac
Posts: 2
Joined: Mon Sep 30, 2024 6:55 pm

ZX81 development with DeZog

Post by maziac »

Hi,
I was not sure if I should put this topic under Emulators or Development.
But I think it fits more into development:
There is a new version in beta (3.5.0-rc2) for the DeZog vscode Z80 debug adapter.
It is dedicated to ZX81 development and comes with an internal simulator of the ZX81 especially the ZX81 ULA display
with support for hires graphic modes (wrx, arx, chr$64/128). Additionally there is also chroma 81 support.
Any feedback is appreciated, errors, improvement request, etc. Of course, also if it works for you.

Please give it a try, you find it here:
https://github.com/maziac/DeZog/releases

DeZog is mainly for Z80 assembly development and debugging.
An example how to setup an assembler program with p-file generation and BASIC wrapper can be found here:
https://github.com/maziac/zx81-sample-program
Post Reply