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

https://github.com/megatokio/z80

Configurable & fast Z80 CPU emulation written in c++
https://github.com/megatokio/z80

cpp emulation z80

Last synced: 6 months ago
JSON representation

Configurable & fast Z80 CPU emulation written in c++

Awesome Lists containing this project

README

          

# Z80

Configurable & fast Z80 CPU Emulation.

Implemented as class Z80 based on class Item (example included).
Customizable by Macros for INPUT, OUTPUT and others.
* Simple example: https://github.com/megatokio/Z80EMUF

This Z80 engine is based on the Z80 used in zxsp but stripped from all it's complexity.
* https://github.com/megatokio/zxsp
* https://k1.spdns.de/Develop/Projects/zxsp-osx/Source/Uni/Items/Z80/