From e6af2372be007ec0e0704e4f78c9b1d0eb3d4064 Mon Sep 17 00:00:00 2001 From: Philip Smart <28005720+pdsmart@users.noreply.github.com> Date: Fri, 28 Sep 2018 22:14:17 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d693c7..99c30ac 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,18 @@ The current emulations provide: ## Installation 1. Follow the Setup Guide to create a new SD boot disk. https://github.com/MiSTer-devel/Main_MiSTer/wiki/Setup-Guide 2. Copy across to the SD (via scp or mount the SD under Windows/Linux and use local copy commands) the latest RBF file from the releases folder, ie:- -scp SharpMZ_MiSTer/releases/SharpMZ_.rbf root@/media/fat/SharpMZ.rbf # Target name can be anything you like ending with .rbf + + scp SharpMZ_MiSTer/releases/SharpMZ_\.rbf root@\/media/fat/SharpMZ.rbf + + Target name can be anything you like ending with .rbf 3. Make a SharpMZ directory on the SD card, ie: -ssh root@ -mkdir /media/fat/SharpMZ + + ssh root@\ + + mkdir /media/fat/SharpMZ 4. Copy any Rom Files, MZF Tape Files, DSK files across to the new directory, ie: -scp *.mzf root@:/media/fat/SharpMZ/ + + scp \*.mzf root@\:/media/fat/SharpMZ/ 5. Start the MiSTer menu (ie. press the DE10 reset button if it is not showing). 6. Select the SharpMZ core (or whatever name you called it). 7. The emulator will boot into an MZ80K model with the SP-1002 monitor.