From ddf359a7ff57a1d419f186fc61a601cbadc1b9bd Mon Sep 17 00:00:00 2001 From: jaburns Date: Mon, 19 Oct 2020 22:59:49 -0600 Subject: [PATCH] Add ROM instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe88fe1..34a2191 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ and SDL2 + GLEW for the test program. - `make lib`: Build the `dist` directory, containing the shared object and public-facing header. - `make test`: (Default) Builds the library `dist` directory as well as the test program. -- `make run`: Build and run the SDL+OpenGL test program. \ No newline at end of file +- `make run`: Build and run the SDL+OpenGL test program. + +To run the test program you'll need a SM64 US ROM in the root of the repository with the name `baserom.us.z64`. \ No newline at end of file