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++
- Host: GitHub
- URL: https://github.com/megatokio/z80
- Owner: Megatokio
- License: bsd-2-clause
- Created: 2019-10-30T09:15:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T11:03:07.000Z (over 6 years ago)
- Last Synced: 2024-11-27T15:39:54.319Z (over 1 year ago)
- Topics: cpp, emulation, z80
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/