From cbb894789cd6b261f5bcaebd38196f219f08a3be Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Sun, 4 Nov 2018 10:10:54 -0800 Subject: [PATCH] Update readme.md --- readme.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 26a1cd3..3d5d40e 100644 --- a/readme.md +++ b/readme.md @@ -92,14 +92,12 @@ The source files can now be located properly. #### For Qt 1. Run once to create the directory tree - 2. Copy "palmRoms/Palm m515/rom(selfDumped).bin" to "~/Mu" - 3. Rename "rom(selfDumped).bin" to "palmos41-en-m515.rom" - 4. Copy "palmBootloaders/Palm m515/bootloader(type 2).bin" to "~/Mu" - 5. Rename "bootloader(type 2).bin" to "bootloader-en-m515.rom" - 6. Run emu and press start button + 2. Copy "palmos41-en-m515.rom" to "~/Mu" + 3. Copy "bootloader-en-m515.rom" to "~/Mu" + 4. Run emu and press start button #### For RetroArch - 1. Copy and rename the same files as above but to the RetroArch "system" directory + 1. Copy the same files as above but to the RetroArch "system" directory 2. Copy mu_libretro.(so/dylib/dll) to the RetroArch "cores" directory 3. Run RetroArch, select "Load Core", select "Mu", select "Start Core"