From aab6cbffee2d3d89ac96d3a33ba29dd0f2f9866c Mon Sep 17 00:00:00 2001 From: Lemaru <34491084+LemaruX@users.noreply.github.com> Date: Mon, 22 May 2023 18:40:02 +0100 Subject: [PATCH] Update README.md Amended the command to run the emulator to include bitstream.bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4688f48..c38a66b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Now the final steps to get things up and running, all of this is done from a com * `cd pistorm` * `make` -If you are running the PiStorm in an Amiga computer, you can start the emulator with a basic default Amiga config by typing `sudo ./emulator --config amiga.cfg`. +If you are running the PiStorm in an Amiga computer, you can start the emulator with a basic default Amiga config by typing `sudo ./emulator bitstream.bin --config amiga.cfg`. In addition, the emulator will attempt to load a file called `default.cfg` if no config file is specified on the command line, so if you wish for the emulator to start up with for instance the basic default Amiga config, you can copy `amiga.cfg` to `default.cfg`. **Important note:** Try not to edit the sample config files such as `amiga.cfg`, always save them under a different name, for instance one directory level below the `pistorm` directory. One way to do this would be to copy for instance `amiga.cfg` like this: `cp ./amiga.cfg ../amiga.cfg` and then running the emulator using `sudo ./emulator --config ../amiga.cfg`. This way, you will never have any problems using `git pull` to update your PiStorm repo to the latest commit.