Skip to content

Commit b63a7f4

Browse files
committed
Thanks.
1 parent e60dc6e commit b63a7f4

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,8 @@ Many thanks to the following individuals (in alphabetical order):
705705
* For validating the _"Z80 Test Suite"_ on several Z80 clones. <sup>[15](#r_15)</sup>
706706
* **Cooke, Simon** <sup>:trophy:</sup>
707707
* For discovering how the <code>out&nbsp;(c),0</code> instruction behaves on the Zilog Z80 CMOS. <sup>[16](#r_16)</sup>
708+
* **creator**
709+
* For testing the `ccf/scf` instructions on real hardware. <sup>[2](#r_2), [3](#r_3)</sup>
708710
* **Cringle, Frank D.**
709711
* For writing the _"Z80 Instruction Set Exerciser"_. <sup>[17](#r_17)</sup>
710712
* **Devic, Goran**
@@ -719,13 +721,16 @@ Many thanks to the following individuals (in alphabetical order):
719721
1. For his research work. <sup>[20](#r_20)</sup>
720722
2. For writing the first-ever ZX Spectrum emulator. <sup>[21](#r_21), [22](#r_22)</sup>
721723
* **goodboy**
722-
* For testing the behavior of MEMPTR on real hardware. <sup>[8](#r_8), [9](#r_9), [10](#r_10), [11](#r_11)</sup>
724+
1. For testing the behavior of MEMPTR on real hardware. <sup>[8](#r_8), [9](#r_9), [10](#r_10), [11](#r_11)</sup>
725+
2. For testing the `ccf/scf` instructions on real hardware. <sup>[2](#r_2)</sup>
723726
* **Greenway, Ian**
724727
* For testing the `ccf/scf` instructions on real hardware. <sup>[12](#r_12), [23](#r_23)</sup>
725728
* **Harston, Jonathan Graham**
726729
1. For his research work.
727730
2. For his technical documents about the Zilog Z80. <sup>[24](#r_24), [25](#r_25), [26](#r_26)</sup>
728731
3. For porting the _"Z80 Instruction Set Exerciser"_ to the ZX Spectrum. <sup>[27](#r_27)</sup>
732+
* **haywire**
733+
* For testing the `ccf/scf` instructions on real hardware. <sup>[3](#r_3)</sup>
729734
* **Helcmanovsky, Peter (Ped7g)** <sup>:medal_military:</sup>
730735
1. For helping me to write the _"IN-MEMPTR"_ test.
731736
2. For writing the _"Z80 Block Flags Test"_. <sup>[1](#r_1), [28](#r_28)</sup>
@@ -761,6 +766,8 @@ Many thanks to the following individuals (in alphabetical order):
761766
* For the idea of the hooking method used in this emulator.
762767
* **Ownby, Matthew P.**
763768
* For his research on the state of the registers after POWER-ON. <sup>[29](#r_29)</sup>
769+
* **P321**
770+
* For testing the `ccf/scf` instructions on real hardware. <sup>[2](#r_2)</sup>
764771
* **Rak, Patrik** <sup>:trophy:</sup>
765772
1. For improving the _"Z80 Instruction Set Exerciser for Spectrum"_. <sup>[30](#r_30)</sup>
766773
2. For deciphering the behavior of the `ccf/scf` instructions. <sup>[15](#r_15), [30](#r_30)</sup>
@@ -777,6 +784,8 @@ Many thanks to the following individuals (in alphabetical order):
777784
* For validating tests on real hardware. <sup>[31.1](#r_31_1), [33](#r_33)</sup>
778785
* **Sevillano Mancilla, Marta (TheMartian)**
779786
* For validating tests on real hardware. <sup>[14.1](#r_14_1)</sup>
787+
* **SoftLight**
788+
* For testing the `ccf/scf` instructions on real hardware. <sup>[2](#r_2)</sup>
780789
* **Stevenson, Dave**
781790
1. For testing the special RESET on real hardware. <sup>[13](#r_13)</sup>
782791
2. For conducting low-level tests on real hardware. <sup>[4.4](#r_4_4)</sup>

THANKS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Many thanks to the following individuals (in alphabetical order):
3737
* Cooke, Simon
3838
For discovering how the `out (c),0` instruction behaves on the Zilog Z80
3939
CMOS [16].
40+
* creator
41+
For testing the `ccf/scf` instructions on real hardware [2, 3].
4042
* Cringle, Frank D.
4143
For writing the "Z80 Instruction Set Exerciser" [17].
4244
* Devic, Goran
@@ -51,13 +53,16 @@ Many thanks to the following individuals (in alphabetical order):
5153
1. For his research work [20].
5254
2. For writing the first-ever ZX Spectrum emulator [21, 22].
5355
* goodboy
54-
For testing the behavior of MEMPTR on real hardware [8, 9, 10, 11].
56+
1. For testing the behavior of MEMPTR on real hardware [8, 9, 10, 11].
57+
2. For testing the `ccf/scf` instructions on real hardware [2].
5558
* Greenway, Ian
5659
For testing the `ccf/scf` instructions on real hardware [12, 23].
5760
* Harston, Jonathan Graham
5861
1. For his research work.
5962
2. For his technical documents about the Zilog Z80 [24, 25, 26].
6063
3. For porting the "Z80 Instruction Set Exerciser" to the ZX Spectrum [27].
64+
* haywire
65+
For testing the `ccf/scf` instructions on real hardware [3].
6166
* Helcmanovsky, Peter (Ped7g)
6267
1. For helping me to write the "IN-MEMPTR" test.
6368
2. For writing the "Z80 Block Flags Test" [1, 28].
@@ -94,6 +99,8 @@ Many thanks to the following individuals (in alphabetical order):
9499
For the idea of the hooking method used in this emulator.
95100
* Ownby, Matthew P.
96101
For his research on the state of the registers after POWER-ON [29].
102+
* P321
103+
For testing the `ccf/scf` instructions on real hardware [2].
97104
* Rak, Patrik
98105
1. For improving the "Z80 Instruction Set Exerciser for Spectrum" [30].
99106
2. For deciphering the behavior of the `ccf/scf` instructions [15, 30].
@@ -110,6 +117,8 @@ Many thanks to the following individuals (in alphabetical order):
110117
For validating tests on real hardware [31.1, 33].
111118
* Sevillano Mancilla, Marta (TheMartian)
112119
For validating tests on real hardware [14.1].
120+
* SoftLight
121+
For testing the `ccf/scf` instructions on real hardware [2].
113122
* Stevenson, Dave
114123
1. For testing the special RESET on real hardware [13].
115124
2. For conducting low-level tests on real hardware [4.4].

documentation/thanks.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Many thanks to the following individuals (in alphabetical order):
8484

8585
* For discovering how the ``out (c),0`` instruction behaves on the Zilog Z80 CMOS. |re| |fe| :ref:`16<r_16>` |ren| |ces|
8686

87+
* **creator**
88+
89+
* For testing the ``ccf/scf`` instructions on real hardware. |re| |fe| :ref:`2<r_2>`, :ref:`3<r_3>` |ren| |ces|
90+
8791
* **Cringle, Frank D.**
8892

8993
* For writing the *"Z80 Instruction Set Exerciser"*. |re| |fe| :ref:`17<r_17>` |ren| |ces|
@@ -111,7 +115,8 @@ Many thanks to the following individuals (in alphabetical order):
111115

112116
* **goodboy**
113117

114-
* For testing the behavior of MEMPTR on real hardware. |re| |fe| :ref:`8<r_8>`, :ref:`9<r_9>`, :ref:`10<r_10>`, :ref:`11<r_11>` |ren| |ces|
118+
1. For testing the behavior of MEMPTR on real hardware. |re| |fe| :ref:`8<r_8>`, :ref:`9<r_9>`, :ref:`10<r_10>`, :ref:`11<r_11>` |ren| |ces|
119+
2. For testing the ``ccf/scf`` instructions on real hardware. |re| |fe| :ref:`2<r_2>` |ren| |ces|
115120

116121
* **Greenway, Ian**
117122

@@ -123,6 +128,10 @@ Many thanks to the following individuals (in alphabetical order):
123128
2. For his technical documents about the Zilog Z80. |re| |fe| :ref:`24<r_24>`, :ref:`25<r_25>`, :ref:`26<r_26>` |ren| |ces|
124129
3. For porting the *"Z80 Instruction Set Exerciser"* to the ZX Spectrum. |re| |fe| :ref:`27<r_27>` |ren| |ces|
125130

131+
* **haywire**
132+
133+
* For testing the ``ccf/scf`` instructions on real hardware. |re| |fe| :ref:`3<r_3>` |ren| |ces|
134+
126135
* **Helcmanovsky, Peter (Ped7g)**
127136

128137
1. For helping me to write the *"IN-MEMPTR"* test.
@@ -186,6 +195,10 @@ Many thanks to the following individuals (in alphabetical order):
186195

187196
* For his research on the state of the registers after POWER-ON. |re| |fe| :ref:`29<r_29>` |ren| |ces|
188197

198+
* **P321**
199+
200+
* For testing the ``ccf/scf`` instructions on real hardware. |re| |fe| :ref:`2<r_2>` |ren| |ces|
201+
189202
* **Rak, Patrik**
190203

191204
1. For improving the *"Z80 Instruction Set Exerciser for Spectrum"*. |re| |fe| :ref:`30<r_30>` |ren| |ces|
@@ -214,6 +227,10 @@ Many thanks to the following individuals (in alphabetical order):
214227

215228
* For validating tests on real hardware. |re| |fe| :ref:`14.1<r_14_1>` |ren| |ces|
216229

230+
* **SoftLight**
231+
232+
* For testing the ``ccf/scf`` instructions on real hardware. |re| |fe| :ref:`2<r_2>` |ren| |ces|
233+
217234
* **Stevenson, Dave**
218235

219236
1. For testing the special RESET on real hardware. |re| |fe| :ref:`13<r_13>` |ren| |ces|

0 commit comments

Comments
 (0)