zxplay / vz80r

VisualZ80 Remixed.

Home Page:https://floooh.github.io/visualz80remix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vz80r

VisualZ80 Remixed

WASM Version for the Z80: https://floooh.github.io/visualz80remix/

TL;DR: Take the visual6502 project and turn it into a native+wasm app via perfect6502, Dear ImGui and Sokol.

Feature Gallery

Z80 simulation:

Z80 screenshot

Log CPU state and revert to a previous cycle:

Tracelog

Integrated assembler:

Assembler

I/O pin timing diagram:

Timing Diagram

Visualize difference between two cycles:

Diff View

Explore netlist nodes by their name, group or number:

Node Explorer

...and a kickass About box ;)

About Box

How To Build:

Make sure python and cmake is in the path.

To get an idea about additional required tools, first run

> ./fips diag tools

To build and run the native version, run:

> ./fips build
...
> ./fips run vz80r

Linux may require additional development packages for X11 and OpenGL development.

To build the WASM version:

> ./fips setup emscripten
> ./fips set config wasm-ninja-release
> ./fips build
> ./fips run vz80r

Software used in this project:

Many thanks to:

Please be aware of the various licenses in the respective github repositories, subdirectories and files.

About

VisualZ80 Remixed.

https://floooh.github.io/visualz80remix/


Languages

Language:C 95.5%Language:JavaScript 3.1%Language:C++ 0.9%Language:HTML 0.3%Language:Python 0.1%Language:Assembly 0.0%Language:CMake 0.0%Language:GLSL 0.0%Language:Objective-C 0.0%Language:Batchfile 0.0%