https://github.com/radad/radz80
Z80 emulator
https://github.com/radad/radz80
z80 z80-emulator
Last synced: 6 months ago
JSON representation
Z80 emulator
- Host: GitHub
- URL: https://github.com/radad/radz80
- Owner: RadAd
- Created: 2023-08-23T06:06:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T06:29:59.000Z (9 months ago)
- Last Synced: 2025-05-18T22:14:15.151Z (8 months ago)
- Topics: z80, z80-emulator
- Language: C++
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RadZ80
Z80 emulator

[](https://github.com/RadAd/RadZ80/releases/latest)
[](commits/master)
[](https://ci.appveyor.com/project/RadAd/RadZ80)
## Clone with Submodules
```
git clone --recurse-submodules https://github.com/RadAd/RadZ80.git
```
## Install zmac
```
MSBuild zmac.vcxproj /t:Update
```