u880 0.1.4

A cycle-stepped MME U880 emulator
Documentation
<div align="center"><a href="https://github.com/coignard/u880">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/coignard/u880/blob/main/assets/logo-dark.svg?raw=true">
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/coignard/u880/blob/main/assets/logo.svg?raw=true">
    <img src="assets/logo.svg" alt="Lottie Logo" height="24">
  </picture>
</a>

A cycle-stepped MME U880 emulator

[![CI](https://github.com/coignard/u880/workflows/CI/badge.svg)](https://github.com/coignard/u880/actions)
[![Documentation](https://img.shields.io/docsrs/u880?logo=docs.rs)](https://docs.rs/u880)
[![Crates.io](https://img.shields.io/crates/v/u880.svg?logo=rust)](https://crates.io/crates/u880)
[![License: GPLv3](https://img.shields.io/github/license/coignard/u880?color=blue)](LICENSE)
[![Ko-fi](https://img.shields.io/badge/Ko--fi-FF5E5B?logo=ko-fi&logoColor=white)](https://ko-fi.com/coignard)

</div>

## Credits

Originally ported from Andre Weissflog's [z80.h](https://github.com/floooh/chips/blob/master/chips/z80.h) with U880-specific behavior patched in.

## License

The u880 source code is © 2026 René Coignard and licensed under the [GNU General Public License v3.0 or later](LICENSE).

The z80.h source code is © 2018 Andre Weissflog and licensed under the [zlib License](LICENSE.zlib).