Skip to content

Commit 974d6bb

Browse files
committed
Documentation.
1 parent 339bf6f commit 974d6bb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

API/Z80.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* including the undocumented behaviors, MEMPTR, Q and the special RESET.
3232
*
3333
* @version 0.2
34-
* @date 2022-05-29
34+
* @date 2022-10
3535
* @author Manuel Sainz de Baranda y Goñi. */
3636

3737
#ifdef Z80_DEPENDENCIES_HEADER

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
email: "manuel@zxe.io"
77
website: "https://zxe.io"
88
cff-version: 1.2.0
9-
date-released: "2022-05-29"
9+
date-released: "2022-12"
1010
keywords:
1111
- CPU
1212
- LLE

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Z80 v0.2 (2022-XX-XX)
1+
Z80 v0.2 (2022-12-xx)
22
=====================
33

44
This is an important update that addresses a number of issues and also includes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -587,13 +587,13 @@ Except for `Z80_DEPENDENCIES_HEADER`, the above macros do not need to be defined
587587

588588
This emulator has been used by the following projects (listed in alphabetical order):
589589

590-
* [Augmentinel](https://simonowen.com/spectrum/augmentinel/), _by [Simon Owen](https://simonowen.com/)_ - [GitHub](https://github.com/simonowen/augmentinel)
591-
* CPM-Emulator, _by [Marc Sibert](https://github.com/Marcussacapuces91)_ - [GitHub](https://github.com/Marcussacapuces91/CPM-Emulator)
592-
* [tihle: a unique TI calculator emulator](https://www.taricorp.net/2020/introducing-tihle/), _by [Peter Marheine](https://www.taricorp.net/about/)_ - [GitHub](https://github.com/tari/tihle), [GitLab](https://gitlab.com/taricorp/tihle)
593-
* [TileMap](https://simonowen.com/spectrum/tilemap/), _by [Simon Owen](https://simonowen.com/)_ - [GitHub](https://github.com/simonowen/tilemap)
590+
* [Augmentinel](https://simonowen.com/spectrum/augmentinel/), _by [Simon Owen](https://simonowen.com/)_ · [GitHub](https://github.com/simonowen/augmentinel)
591+
* CPM-Emulator, _by [Marc Sibert](https://github.com/Marcussacapuces91)_ · [GitHub](https://github.com/Marcussacapuces91/CPM-Emulator)
592+
* [tihle: a unique TI calculator emulator](https://www.taricorp.net/2020/introducing-tihle/), _by [Peter Marheine](https://www.taricorp.net/about/)_ · [GitHub](https://github.com/tari/tihle) · [GitLab](https://gitlab.com/taricorp/tihle)
593+
* [TileMap](https://simonowen.com/spectrum/tilemap/), _by [Simon Owen](https://simonowen.com/)_ · [GitHub](https://github.com/simonowen/tilemap)
594594
* <a href="https://eaw.app/tranzputer-fusionx/">tranZPUter<sup>FusionX</sup></a>, _by [Philip Smart](https://eaw.app/about/)_
595-
* Z80Plus, _by [Sofía Ortega Sosa](https://github.com/Agaxia)_ - [GitHub](https://github.com/Agaxia/Z80Plus)
596-
* [Zemu](https://github.com/jayvalentine/zemu), _by [Jay Valentine](https://jayvalentine.github.io/)_ - [GitHub](https://github.com/jayvalentine/zemu), [RubyGems](https://rubygems.org/gems/zemu)
595+
* Z80Plus, _by [Sofía Ortega Sosa](https://github.com/Agaxia)_ · [GitHub](https://github.com/Agaxia/Z80Plus)
596+
* Zemu, _by [Jay Valentine](https://jayvalentine.github.io/)_ · [GitHub](https://github.com/jayvalentine/zemu) · [RubyGems](https://rubygems.org/gems/zemu)
597597

598598
# Thanks
599599

0 commit comments

Comments
 (0)