diff --git a/share/target/zx-spectrum-nex.target b/share/target/zx-spectrum-next.target similarity index 100% rename from share/target/zx-spectrum-nex.target rename to share/target/zx-spectrum-next.target diff --git a/tests/hello-world-zx-spectrum-nex.test b/tests/hello-world-zx-spectrum-next.test similarity index 73% rename from tests/hello-world-zx-spectrum-nex.test rename to tests/hello-world-zx-spectrum-next.test index a0343a6..4c4a5ae 100644 --- a/tests/hello-world-zx-spectrum-nex.test +++ b/tests/hello-world-zx-spectrum-next.test @@ -1,5 +1,5 @@ description Hello World on C64 -arguments --target zx-spectrum-nex --symbol-map hello-world.sym -o hello-world.nex hello-world.s zx-spectrum.lib +arguments --target zx-spectrum-next --symbol-map hello-world.sym -o hello-world.nex hello-world.s zx-spectrum.lib file zx-spectrum.lib ../share/lib/zx-spectrum.lib file hello-world.s ../examples/hello-world-zx-spectrum.s file hello-world.nex {} hello-world-zx-spectrum.nex