diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e1f533..d685bb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Z80 XCF Flavor Changelog
+## 1.2 / 2024-01-30
+
+### Enhancements
+
+* Removed superfluous code.
+* Minor optimizations.
+
+### Project
+
+* Moved the source code file to the root directory of the project.
+
## 1.1 / 2024-01-27
### Bugfixes
@@ -9,7 +20,7 @@
### Enhancements
* Added a brief description of the test on the screen.
-* Modified the BASIC loader to make it easy for the user to re-run the test by typing `RUN 2`.
+* Modified the BASIC loader to make it easy for the user to re-run the test by typing `RUN 2` (thanks, [Ped7g](https://github.com/ped7g)).
## 1.0 / 2024-01-16
diff --git a/CITATION.cff b/CITATION.cff
index 848e6eb..1dcfd2c 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -6,7 +6,7 @@ authors:
email: manuel@zxe.io
website: https://zxe.io
cff-version: 1.2.0
-date-released: 2024-01-27
+date-released: 2024-01-30
keywords:
- CPU
- NEC
@@ -21,5 +21,5 @@ message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/redcode/Z80_XCF_Flavor
title: Z80 XCF Flavor
type: software
-version: 1.1
+version: 1.2
url: https://zxe.io/software/Z80_XCF_Flavor
diff --git a/README.md b/README.md
index 53fe566..07c1386 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ In 2018, according to the [results](https://stardot.org.uk/forums/viewtopic.php?
## Test Details
-
+
Z80 XCF Flavor displays the values of YF and XF after the execution of `ccf` and `scf` for every possible combination of states of Q, F, and A. The left column represents the values of each factor (`1` is used to indicate that bits 5 and 3 in the factor are set to 1, due to the limited space on the ZX Spectrum screen). The central columns labeled "Any Zilog", "NEC NMOS", and "ST CMOS" show the reference values of YF and XF on those CPU variants for both `ccf` and `scf`. Finally, the two columns on the right display the values of YF and XF obtained on the host CPU for `ccf` and `scf` separately.
@@ -30,7 +30,7 @@ The program exists to BASIC after printing the results. To run it again, type `R
You will need [SjASMPlus](https://github.com/z00m128/sjasmplus) to assemble the source code.
-To build the tape image, type `make` or sjasmplus "sources/Z80 XCF Flavor.asm"
.
+To build the tape image, type `make` or sjasmplus "Z80 XCF Flavor.asm"
.
## Thanks
@@ -53,6 +53,6 @@ Copyright © 2022-2024 Manuel Sainz de Baranda y Goñi.
This program is [free software](https://www.gnu.org/philosophy/free-sw.html): you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
-This program is distributed in the hope that it will be useful, but **WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE**. See the GNU General Public License for more details.
+**This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE**. See the GNU General Public License for more details.
You should have received a [copy](COPYING) of the GNU General Public License along with this program. If not, see .
diff --git a/Z80 XCF Flavor.tap b/Z80 XCF Flavor.tap
index 640e86b..9248243 100644
Binary files a/Z80 XCF Flavor.tap and b/Z80 XCF Flavor.tap differ