An open API service indexing awesome lists of open source software.

https://github.com/radad/radz80

Z80 emulator
https://github.com/radad/radz80

z80 z80-emulator

Last synced: 6 months ago
JSON representation

Z80 emulator

Awesome Lists containing this project

README

          

# RadZ80
Z80 emulator

![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)
[![Releases](https://img.shields.io/github/release/RadAd/RadZ80.svg)](https://github.com/RadAd/RadZ80/releases/latest)
[![commits-since](https://img.shields.io/github/commits-since/RadAd/RadZ80/latest.svg)](commits/master)
[![Build](https://img.shields.io/appveyor/ci/RadAd/RadZ80.svg)](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
```