Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsmart committed Sep 28, 2018
1 parent 4cd1af5 commit e6af237
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Expand Up @@ -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_<data>.rbf root@<de10 ip address>/media/fat/SharpMZ.rbf # Target name can be anything you like ending with .rbf

scp SharpMZ_MiSTer/releases/SharpMZ_\<date\>.rbf root@\<de10 ip address\>/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@<de10 ip address>
mkdir /media/fat/SharpMZ

ssh root@\<de10 ip address\>

mkdir /media/fat/SharpMZ
4. Copy any Rom Files, MZF Tape Files, DSK files across to the new directory, ie:
scp *.mzf root@<de10 ip address>:/media/fat/SharpMZ/

scp \*.mzf root@\<de10 ip address\>:/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.
Expand Down

0 comments on commit e6af237

Please sign in to comment.