From 3f568bd49b37bc2b15f99733a70266ca92ce6105 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 23 May 2022 06:26:35 +0200 Subject: [PATCH] README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1fe6b19..30acac5 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ Many thanks to the following individuals (in alphabetical order): 1. For validating tests on real hardware. [1](#r1) 2. For his research on the unstable flag behavior of the `ccf/scf` instructions. 3. For his invaluable help. -* **Banks, David (hoglet)** +* [**Banks, David (hoglet)**](https://github.com/hoglet67) 1. For cracking the flag behavior of the block instructions. [2](#r2), [3](#r3) 2. For his research on the flag behavior of the `ccf/scf` instructions. [3](#r3) * **Beliansky, Anatoly (Tolik_Trek)** @@ -470,7 +470,7 @@ Many thanks to the following individuals (in alphabetical order): * For finding out how the `out (c),0` instruction behaves on the Zilog Z80 CMOS. [14](#r14) * **Cringle, Frank D.** * For writing the _"Z80 Instruction Set Exerciser"_. [15](#r15) -* **Devic, Goran** +* [**Devic, Goran**](https://github.com/gdevic) * For his research on undocumented behaviors of the Z80 CPU. [16](#r16) * **Flammenkamp, Achim** * For his article on Z80 interrupts. [17](#r17) @@ -481,11 +481,11 @@ Many thanks to the following individuals (in alphabetical order): * For testing the behavior of the MEMPTR register on real Z80 chips. [6](#r6), [7](#r7), [8](#r8), [9](#r9) * **Greenway, Ian** * For testing the flag behavior of the `ccf/scf` instructions on real hardware. [10](#r10), [21](#r21) -* **Harston, Jonathan Graham** +* [**Harston, Jonathan Graham**](https://mdfs.net/User/JGH/) 1. For his research work. 2. For his technical documents about the Zilog Z80. [22](#r22), [23](#r23), [24](#r24) 3. For porting the _"Z80 Instruction Set Exerciser"_ to the ZX Spectrum. [25](#r25) -* **Helcmanovsky, Peter (Ped7g)** +* [**Helcmanovsky, Peter (Ped7g)**](https://github.com/ped7g) 1. For helping me to write the _"IN-MEMPTR"_ test. 2. For writing the _"Z80 Block Flags Test"_. [26](#r26), [27](#r27) 3. For writing the _"Z80 CCF SCF Outcome Stability"_ test. [27](#r27) @@ -502,34 +502,34 @@ Many thanks to the following individuals (in alphabetical order): * For validating tests on real hardware. * **Molodtsov, Aleksandr** * For testing the behavior of the MEMPTR register on real Z80 chips. [6](#r6), [7](#r7), [8](#r8), [9](#r9) -* **Nair, Arjun** +* [**Nair, Arjun**](https://github.com/ArjunNair) * For validating tests on real hardware. [26](#r26) -* **Nicolás-González, César** +* [**Nicolás-González, César**](http://cngsoft.no-ip.org) * For helping me to research the unstable flag behavior of the `ccf/scf` instructions. -* **Ortega Sosa, Sofía** +* [**Ortega Sosa, Sofía**](https://github.com/Agaxia) * For her support. -* **Owen, Simon** +* [**Owen, Simon**](https://simonowen.com) * For the idea of the hooking method used in this emulator. -* **Rak, Patrik** +* [**Rak, Patrik**](https://github.com/raxoft) 1. For improving the _"Z80 Instruction Set Exerciser for Spectrum"_. [29](#r29) 2. For cracking the flag behavior of the `ccf/scf` instructions. [13](#r13), [29](#r29) 3. For writing the _"Zilog Z80 CPU Test Suite"_. [29](#r29), [30](#r30) 4. For his research on the unstable flag behavior of the `ccf/scf` instructions. -* **Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)** +* [**Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)**](https://github.com/mcleod-ideafix) * For his reseach on the state of the registers after POWER/RESET. [31](#r31) -* **Rodríguez Palomino, Mario (r-lyeh)** +* [**Rodríguez Palomino, Mario (r-lyeh)**](https://github.com/r-lyeh) * For teaching me how emulators work. * **Sainz de Baranda y Romero, Manuel** * For teaching me programming and giving me my first computer. -* **Sánchez Ordiñana, José Ismael (Vaporatorius)** +* [**Sánchez Ordiñana, José Ismael (Vaporatorius)**](https://jisanchez.com) * For validating tests on real hardware. [32](#r32), [33](#r33) -* **Stevenson, Dave** +* [**Stevenson, Dave**](http://www.primrosebank.net/about.htm) 1. For testing the special RESET on real hardware. [11](#r11) 2. For performing low-level tests on real hardware. [34](#r34) -* **Weissflog, Andre (Floh)** +* [**Weissflog, Andre (Floh)**](https://github.com/floooh) 1. For finding out that the `reti/retn` instructions defer the acceptance of the maskable interrupt. [35](#r35) 2. For writing the _"Visual Z80 Remix"_ simulator. [36](#r36) -* **Wilkinson, Oli (evolutional)** +* [**Wilkinson, Oli (evolutional)**](https://github.com/evolutional) * For validating tests on real hardware. [26](#r26) * **Wlodek** * For testing the behavior of the MEMPTR register on real Z80 chips. [6](#r6), [7](#r7), [8](#r8), [9](#r9) @@ -542,7 +542,7 @@ Many thanks to the following individuals (in alphabetical order): * **Young, Sean** 1. For his research work. 2. For his technical documents about the Zilog Z80. [18](#r18), [38](#r38), [39](#r39) -* **ZXGuesser** +* [**ZXGuesser**](https://github.com/ZXGuesser) * For validating tests on real hardware. ### References