CompaqDisc / zippy

A cycle-accurate Z80 emulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zippy

Zippy aims to be a cycle-accurate emulator based off of the Zilog Z80 microprocessor.

Project Status

Currently implementing M-Cycles and T-States.

Goals

  • Cycle accuracy
  • Compatibility with most Z80 software and systems. (eg. CP/M, Arcades, etc.)
  • Compatibility with undocumented opcodes
  • Modularity

Todo List

  • Basic emulation capability (LD, ADD, SUB, JP, etc.).

About

A cycle-accurate Z80 emulator.

License:MIT License


Languages

Language:C++ 97.7%Language:Makefile 1.2%Language:Assembly 1.1%