Skip to content

Commit 08e9fb1

Browse files
authored
Create README.md
1 parent 504679b commit 08e9fb1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Z80Explorer
2+
Visual Zilog Z-80 netlist-level simulator
3+
4+
Z80 Explorer is a Zilog Z80 netlist-level simulator capable of running Z80 machine code and also an educational tool with features that help reverse engineer and understand this chip better.
5+
6+
It is described in more detail here: https://baltazarstudios.com/z80explorer
7+
8+
![Z80 Explorer](https://baltazarstudios.com/wp-content/uploads/2020/07/z80explorer-app.png)
9+
10+
## Getting a pre-built binary (Windows)
11+
12+
## Compiling
13+
14+
The application is built on the Qt framework.
15+
16+
* On Windows, install MS Visual Studio 2015 (+latest Service Pack, Update3). On Linux, gcc will do.
17+
* Install Qt 5.15.0 framework (with support for x64 MS Visual Studio 2015 on Windows).
18+
* Add the “Qt Script (deprecated)” component to the Qt installation.
19+
* Compile with QtCreator selecting the “Release” build.
20+
21+

0 commit comments

Comments
 (0)