KO
|
EN
gitlite — search
Search
#php
#java
#javascript
#ruby
#python
#hacktoberfest
#shell
#wordpress
#library
#nodejs
#filter
#open-source
z80cpp
★ 33
Open GitHub ↗
Z80 core in C++
Download README (.md)
Explore Similar Repositories
OoT-Interactive-Map
:
Interactive Map for the world of Zelda: Ocarina of Time
AnotherKafkaMonitor-AKM-
:
Another app which used to monitor the progress of Kafka Producer and Consumer
NxEnabled
:
Library that allows you binding `enabled` property of button with textable elements (TextView, TextField)
skyvow.github.io
:
https://skyvow.github.io
droply
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
z80cpp
?
Download (.md)
## z80cpp #### Z80 core in C++ That's a port from Java to C++ of my [Z80Core](https://github.com/jsanchezv/Z80Core). To build: ``` mkdir build cd build cmake .. make ``` Then, you have an use case at dir *example*. The core have the same features of [Z80Core](https://github.com/jsanchezv/Z80Core): * Complete instruction set emulation * Emulates the undocumented bits 3 & 5 from flags register * Emulates the MEMPTR register (known as WZ in official Zilog documentation) * Strict execution order for every instruction * Precise timing for all instructions, totally decoupled from the core *jspeccy at gmail dot com*