From bd7ac37e138f13ccf34523a3c8fbe60b5b3e9dd4 Mon Sep 17 00:00:00 2001 From: Saffron Date: Sat, 28 Aug 2021 00:52:41 +0200 Subject: [PATCH] Fixed typo. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b28c62b..79b4516 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,18 @@ It's being created in GRAPHIC 4, SCREEN 5 mode (resolution: 256 x 212 pixels, 16 * Download the repository with your git client of your choice. * The project is configured for Visual Code, but any other editor will do. -* Download and install SDCC 4.1.0 (http://sdcc.sourceforge.net/). Make sure it's added to your PATH. +* Download and install SDCC 4.1.0 (http://sdcc.sourceforge.net/). Make sure it's added to your PATH. * You need to modify SDCC included libraries to make them compatible with Fusion-C. Open a terminal window and browse to the Z80 library folder (SDCC\lib\z80), then type these commands: > copy z80.lib z80.save -> +> > sdar -d z80.lib printf.rel -> +> > sdar -d z80.lib sprintf.rel -> +> > sdar -d z80.lib vprintf.rel -> +> > sdar -d z80.lib putchar.rel -> +> > sdar -d z80.lib getchar.rel * Download and install OpenMSX (https://openmsx.org/). Create a folder inside the project called "openmsx" and extract the emulator to it. You will also need to find and install the system roms in the "share/systemroms" folder. * In Visual Code you can select "Terminal/Run Build Task" to build and run the game. @@ -59,7 +59,7 @@ It's being created in GRAPHIC 4, SCREEN 5 mode (resolution: 256 x 212 pixels, 16 ## License -Star Raiders is being created by Cristina Ramos. +Star Rangers is being created by Cristina Ramos. The game code is licensed under a BSD-3-Clause License.