Skip to content
Snippets Groups Projects
Commit db7bba50 authored by Vivian Roest's avatar Vivian Roest :gay_pride_flag:
Browse files

fix doc link

parent d0b4920a
No related branches found
No related tags found
No related merge requests found
......@@ -1031,7 +1031,7 @@ dependencies = [
[[package]]
name = "tudelft-nes-test"
version = "1.1.1"
version = "1.1.2"
dependencies = [
"bitflags",
"log",
......
[package]
name = "tudelft-nes-test"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
authors = [
"Victor Roest <victor@xirion.net>",
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment