From d57635fd38f9a4d596eeed039fdd95596c5a891d Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 23 May 2022 15:18:55 +0200 Subject: [PATCH] README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 30acac5..1fe6b19 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)**](https://github.com/hoglet67) +* **Banks, David (hoglet)** 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**](https://github.com/gdevic) +* **Devic, Goran** * 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**](https://mdfs.net/User/JGH/) +* **Harston, Jonathan Graham** 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)**](https://github.com/ped7g) +* **Helcmanovsky, Peter (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**](https://github.com/ArjunNair) +* **Nair, Arjun** * For validating tests on real hardware. [26](#r26) -* [**Nicolás-González, César**](http://cngsoft.no-ip.org) +* **Nicolás-González, César** * For helping me to research the unstable flag behavior of the `ccf/scf` instructions. -* [**Ortega Sosa, Sofía**](https://github.com/Agaxia) +* **Ortega Sosa, Sofía** * For her support. -* [**Owen, Simon**](https://simonowen.com) +* **Owen, Simon** * For the idea of the hooking method used in this emulator. -* [**Rak, Patrik**](https://github.com/raxoft) +* **Rak, Patrik** 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)**](https://github.com/mcleod-ideafix) +* **Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)** * For his reseach on the state of the registers after POWER/RESET. [31](#r31) -* [**Rodríguez Palomino, Mario (r-lyeh)**](https://github.com/r-lyeh) +* **Rodríguez Palomino, Mario (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)**](https://jisanchez.com) +* **Sánchez Ordiñana, José Ismael (Vaporatorius)** * For validating tests on real hardware. [32](#r32), [33](#r33) -* [**Stevenson, Dave**](http://www.primrosebank.net/about.htm) +* **Stevenson, Dave** 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)**](https://github.com/floooh) +* **Weissflog, Andre (Floh)** 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)**](https://github.com/evolutional) +* **Wilkinson, Oli (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**](https://github.com/ZXGuesser) +* **ZXGuesser** * For validating tests on real hardware. ### References