diff --git a/Cargo.lock b/Cargo.lock index 2fdcc3b4d7882fd4d90a236dc58ca6793978544a..926188a29b4de46796fc8eb45bbbae136a950ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "tudelft-nes-test" -version = "1.1.1" +version = "1.1.2" dependencies = [ "bitflags", "log", diff --git a/Cargo.toml b/Cargo.toml index bdc35e4aaaac32f76fc20791948e8e9cfe16d706..9184977f1fde2fa0061cabfee1914f808c67a216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tudelft-nes-test" -version = "1.1.1" +version = "1.1.2" edition = "2021" authors = [ "Victor Roest <victor@xirion.net>", diff --git a/src/lib.rs b/src/lib.rs index 5a3d78969028a1a40c17666fae6db30f8e318406..85c7195e7194e3efade6557e802f1d2bb32eaad5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,7 +37,7 @@ bitflags! { const OFFICIAL_INSTRS = 0b00000100; /// `NROM_TEST` is a very simple rom that tests some basic functionality, this is a good starting test to try and pass. - /// The source for this rom can be found [here](https://gitlab.ewi.tudelft.nl/software-fundamentals/nes-nrom-test/-/blob/main/src/nrom.s) + /// The source for this rom can be found [here](https://gitlab.ewi.tudelft.nl/software-fundamentals/nes-nrom-test/-/blob/main/src/init.s) const NROM_TEST = 0b00001000; /// This test selector runs all available tests