Skip to content

Commit 1195036

Browse files
committed
Thanks.
1 parent 379140e commit 1195036

File tree

3 files changed

+35
-18
lines changed

3 files changed

+35
-18
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,9 @@ Many thanks to the following individuals (in alphabetical order):
771771
2. For writing the _"Z80 Block Flags Test"_. <sup>[1](#r_1), [28](#r_28)</sup>
772772
3. For writing the _"Z80 CCF SCF Outcome Stability"_ test. <sup>[28](#r_28)</sup>
773773
4. For writing the _"Z80 INT Skip"_ test. <sup>[28](#r_28)</sup>
774-
5. For his research on the unstable behavior of the `ccf/scf` instructions.
775-
6. For his invaluable help.
774+
5. For writing _"FDDD2"_, _"Z80 DDFD3"_, _"Z80 IM1 vs JR"_ and many other tests.
775+
6. For his research on the unstable behavior of the `ccf/scf` instructions.
776+
7. For his invaluable help.
776777
* **Iborra Debón, Víctor (Eremus)**
777778
* For validating tests on real hardware.
778779
* **icebear**
@@ -806,7 +807,8 @@ Many thanks to the following individuals (in alphabetical order):
806807
3. For writing the _"Zilog Z80 CPU Test Suite"_. <sup>[30](#r_30), [31](#r_31)</sup>
807808
4. For his research on the unstable behavior of the `ccf/scf` instructions.
808809
* **Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)**
809-
* For his research on the state of the registers after POWER-ON/RESET. <sup>[32](#r_32)</sup>
810+
1. For his research on the state of the registers after POWER-ON/RESET. <sup>[32](#r_32)</sup>
811+
2. For writing the _"Z80 Initial Condition Retriever"_. <sup>[32.1](#r_32_1)</sup>
810812
* **Rodríguez Palomino, Mario (r-lyeh)**
811813
* For teaching me how emulators work.
812814
* **Sainz de Baranda y Romero, Manuel**
@@ -832,9 +834,8 @@ Many thanks to the following individuals (in alphabetical order):
832834
* **Woodmass, Mark (Woody)** <sup>:medal_military:</sup>
833835
1. For his invaluable contributions to the emuscene.
834836
2. For writing the _"Z80 Test Suite"_. <sup>[15](#r_15)</sup>
835-
3. For his research on the `ccf/scf` instructions. <sup>[36](#r_36)</sup>
836-
4. For writing the _"HALT2INT"_ test.
837-
5. For writing the _"EIHALT"_ test.
837+
3. For writing _"ED777F"_, _"FDDD"_, _"EI48K"_, _"EIHALT"_, _"HALT2INT"_, _"IFF2 Bug"_, _"Super HALT Invaders Test"_ and many other tests.
838+
4. For his research on the `ccf/scf` instructions. <sup>[36](#r_36)</sup>
838839
* **Young, Sean** <sup>:trophy:</sup>
839840
1. For his research work.
840841
2. For his technical documents about the Zilog Z80. <sup>[20](#r_20), [29](#r_29), [37](#r_37)</sup>
@@ -902,6 +903,8 @@ Many thanks to the following individuals (in alphabetical order):
902903
* https://github.com/raxoft/z80test
903904
1. <span id="r_31_1">https://worldofspectrum.org/forums/discussion/comment/668760/#Comment_668760</span>
904905
32. <span id="r_32">https://worldofspectrum.org/forums/discussion/34574</span>
906+
1. <span id="r_32_1">https://worldofspectrum.org/forums/discussion/comment/539714/#Comment_539714</span>
907+
* http://zxprojects.com/images/stories/z80_startup/reg_start_value.zip
905908
33. <span id="r_33">https://jisanchez.com/test-a-dos-placas-de-zx-spectrum</span>
906909
34. <span id="r_34">Weissflog, Andre (2021-12-17). _"New Cycle-Stepped Z80 Emulator, A"_.</span>
907910
* https://floooh.github.io/2021/12/17/cycle-stepped-z80.html

THANKS

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ Many thanks to the following individuals (in alphabetical order):
6363
2. For writing the "Z80 Block Flags Test" [1, 28].
6464
3. For writing the "Z80 CCF SCF Outcome Stability" test [28].
6565
4. For writing the "Z80 INT Skip" test [28].
66-
5. For his research on the unstable behavior of the `ccf/scf` instructions.
67-
6. For his invaluable help.
66+
5. For writing "FDDD2", "Z80 DDFD3", "Z80 IM1 vs JR" and many other tests.
67+
6. For his research on the unstable behavior of the `ccf/scf` instructions.
68+
7. For his invaluable help.
6869
* Iborra Debón, Víctor (Eremus)
6970
For validating tests on real hardware.
7071
* icebear
@@ -99,7 +100,8 @@ Many thanks to the following individuals (in alphabetical order):
99100
3. For writing the "Zilog Z80 CPU Test Suite" [30, 31].
100101
4. For his research on the unstable behavior of the `ccf/scf` instructions.
101102
* Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)
102-
For his research on the state of the registers after POWER-ON/RESET [32].
103+
1. For his research on the state of the registers after POWER-ON/RESET [32].
104+
2. For writing the "Z80 Initial Condition Retriever" [32.1].
103105
* Rodríguez Palomino, Mario (r-lyeh)
104106
For teaching me how emulators work.
105107
* Sainz de Baranda y Romero, Manuel
@@ -126,9 +128,9 @@ Many thanks to the following individuals (in alphabetical order):
126128
* Woodmass, Mark (Woody)
127129
1. For his invaluable contributions to the emuscene.
128130
2. For writing the "Z80 Test Suite" [15].
129-
3. For his research on the `ccf/scf` instructions [36].
130-
4. For writing the "HALT2INT" test.
131-
5. For writing the "EIHALT" test.
131+
3. For writing "ED777F", "FDDD", "EI48K", "EIHALT", "HALT2INT", "IFF2 Bug",
132+
"Super HALT Invaders Test" and many other tests.
133+
4. For his research on the `ccf/scf` instructions [36].
132134
* Young, Sean
133135
1. For his research work.
134136
2. For his technical documents about the Zilog Z80 [20, 29, 37].
@@ -204,6 +206,9 @@ References
204206
1. https://worldofspectrum.org/forums/discussion/comment/668760/#Comment_668
205207
760
206208
32. https://worldofspectrum.org/forums/discussion/34574
209+
1. https://worldofspectrum.org/forums/discussion/comment/539714/#Comment_539
210+
714
211+
* http://zxprojects.com/images/stories/z80_startup/reg_start_value.zip
207212
33. https://jisanchez.com/test-a-dos-placas-de-zx-spectrum
208213
34. Weissflog, Andre (2021-12-17). "New Cycle-Stepped Z80 Emulator, A".
209214
* https://floooh.github.io/2021/12/17/cycle-stepped-z80.html

documentation/thanks.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ Many thanks to the following individuals (in alphabetical order):
129129
2. For writing the *"Z80 Block Flags Test"*. |re| |fe| :ref:`1<r_1>`, :ref:`28<r_28>` |ren| |ces|
130130
3. For writing the *"Z80 CCF SCF Outcome Stability"* test. |re| |fe| :ref:`28<r_28>` |ren| |ces|
131131
4. For writing the *"Z80 INT Skip"* test. |re| |fe| :ref:`28<r_28>` |ren| |ces|
132-
5. For his research on the ``ccf/scf`` instructions.
133-
6. For his invaluable help.
132+
5. For writing *"FDDD2"*, *"Z80 DDFD3"*, *"Z80 IM1 vs JR"* and many other tests.
133+
6. For his research on the ``ccf/scf`` instructions.
134+
7. For his invaluable help.
134135

135136
* **Iborra Debón, Víctor (Eremus)**
136137

@@ -194,7 +195,8 @@ Many thanks to the following individuals (in alphabetical order):
194195

195196
* **Rodríguez Jódar, Miguel Ángel (mcleod_ideafix)**
196197

197-
* For his research on the state of the registers after POWER-ON/RESET. |re| |fe| :ref:`32<r_32>` |ren| |ces|
198+
1. For his research on the state of the registers after POWER-ON/RESET. |re| |fe| :ref:`32<r_32>` |ren| |ces|
199+
2. For writing the *"Z80 Initial Condition Retriever"*. |re| |fe| :ref:`32.1<r_32_1>` |ren| |ces|
198200

199201
* **Rodríguez Palomino, Mario (r-lyeh)**
200202

@@ -242,9 +244,8 @@ Many thanks to the following individuals (in alphabetical order):
242244

243245
1. For his invaluable contributions to the emuscene.
244246
2. For writing the *"Z80 Test Suite"*. |re| |fe| :ref:`15<r_15>` |ren| |ces|
245-
3. For his research on the behavior of the `ccf/scf` instructions. |re| |fe| :ref:`36<r_36>` |ren| |ces|
246-
4. For writing the *"HALT2INT"* test.
247-
5. For writing the *"EIHALT"* test.
247+
3. For writing *"ED777F"*, *"FDDD"*, *"EI48K"*, *"EIHALT"*, *"HALT2INT"*, *"IFF2 Bug"*, *"Super HALT Invaders Test"* and many other tests.
248+
4. For his research on the behavior of the ``ccf/scf`` instructions. |re| |fe| :ref:`36<r_36>` |ren| |ces|
248249

249250
* **Young, Sean**
250251

@@ -535,6 +536,14 @@ References
535536

536537
https://worldofspectrum.org/forums/discussion/34574
537538

539+
1.
540+
541+
.. _r_32_1:
542+
543+
https://worldofspectrum.org/forums/discussion/comment/539714/#Comment_539714
544+
545+
* http://zxprojects.com/images/stories/z80_startup/reg_start_value.zip
546+
538547
33.
539548

540549
.. _r_33:

0 commit comments

Comments
 (0)