Fixed typo.

This commit is contained in:
Saffron
2021-08-28 00:52:41 +02:00
parent 0976a9c5b8
commit bd7ac37e13

View File

@@ -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.