BBC Micro / Acorn Electron Emu
-
@folly said in BBC Micro / Acorn Electron Emu:
When are you going to try ?
Here a few pictures.
ps
I also made a test port to install a pico_pi build of kilograhams b-em fork.
Interested ?
read this postWhat is the second screenshot here? I think I recognise it...
-
It is Blagger from Alligata.
With BBC you can do the same now as what you did with cdimono1.
(I just improved the naming in my script, so you will see the BBC Micro theme if it is there(carbon is ok))curl "https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/main/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh" | bash -s bbcb mv /home/pi/RetroPie-Setup/ext/RetroPie-Share/scriptmodules/libretrocores/* /home/pi/RetroPie-Setup/scriptmodules/libretrocores
Use roms/bbcmicro/ for the games
Place the bbcb.zip and saa5050.zip bios file in /home/pi/RetroPie/BIOS/mame ( I used the one from the MESS-0.151.BIOS.ROMs set ) -
@folly Nice, thank you! I'll try that tonight.
-
Because this thread is only for BBC Micro I also add this new module-script here.
I have made the emulator module-script for the b-em fork,
so we can run the discs from the bbcmicro rom directory !
Read the package help for some extra information.Get it with this command :
wget -nv -O /home/pi/RetroPie-Setup/scriptmodules/emulators/b-em-pico-pi.sh https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/main/00-scriptmodules-00/emulators/b-em-pico-pi.sh
Then install from the RetroPie-Setup.
-
@folly This all seems to work - I needed to change my es_systems from bbcb to bbcmicro in order to use that.
Any idea if there is a better way of doing that...? Or do I need two BBC Micro systems?
Also, I was looking at trying to get Stunt Car Racer and Prince of Persia by BitShifters (the guys who do all those demos) working. Stunt Car Racer says it "needs master", so I thought that might work on the new b-em emulator that I've added. But where does that look for discs (I feel like you've told me or linked me this before but I can't find it yet)? I am still seeing Twisted Brain, etc when I go to the disk select.
-
@adambegood said in BBC Micro / Acorn Electron Emu:
@folly This all seems to work - I needed to change my es_systems from bbcb to bbcmicro in order to use that.
Any idea if there is a better way of doing that...? Or do I need two BBC Micro systems?
Well the
bbcmicro
name should be an improvement so the the names match the themes in emulationstation.
For examplebbcb
is a mame/lr-mess name and for these names there are no themes.
That's why a whole bunch of mame/lr-mess system names are converted to RetroPie names to match with RetroPie.Also, I was looking at trying to get Stunt Car Racer and Prince of Persia by BitShifters (the guys who do all those demos) working. Stunt Car Racer says it "needs master", so I thought that might work on the new b-em emulator that I've added. But where does that look for discs (I feel like you've told me or linked me this before but I can't find it yet)? I am still seeing Twisted Brain, etc when I go to the disk select.
You have to install from this post :
https://retropie.org.uk/forum/topic/29402/bbc-micro-acorn-electron-emu/20When you boot the disc in emulationstation from bbcmicro, you have to press a key and select xmaster if you want to run it with b-em. Only .ssd are supported for that emulator.
If it loads you will see this in the gui. <cmd-line>
Hope it helps.
-
You can install more BBC Micro types just alter the last name in the curl line.:
Driverbbca
(BBC Micro Model A):
Driverbbcb
(BBC Micro Model B):
Driverbbcb_de
(BBC Micro Model B (German)):
Driverbbcb_us
(BBC Micro Model B (US)):
Driverbbcbp
(BBC Micro Model B+ 64K):
Driverbbcbp128
(BBC Micro Model B+ 128K):
pi@raspberrypi:~ $ /opt/retropie/emulators/mame/mame -listdevices | grep Driver | grep "BBC Master"
Driverbbcm
(BBC Master 128):
Driverbbcm512
(BBC Master 512):
Driverbbcmaiv
(BBC Master AIV):
Driverbbcmarm
(BBC Master (ARM Evaluation)):
Driverbbcmc
(BBC Master Compact):
Driverbbcmc_ar
(BBC Master Compact (Arabic)):
Driverbbcmet
(BBC Master ET):
Driverbbcmt
(BBC Master Turbo):You have to use the appropriate BIOS files though.
-
@folly It's weird. I've tried both the Bitshifters games and neither of them have the <cmd line> option, despite being ssd files. I haven't been able to get either of them to work. They are available at
removed
.
I shouldn't be bothered but those demos were so cool that I am interested what their game conversions are like.The games are conversions of Prince of Persia and Stunt Car Racer.
-
@adambegood said in BBC Micro / Acorn Electron Emu:
@folly It's weird. I've tried both the Bitshifters games and neither of them have the <cmd line> option, despite being ssd files. I haven't been able to get either of them to work. They are available at bbcmicro
I shouldn't be bothered but those demos were so cool that I am interested what their game conversions are like.
The games are conversions of Prince of Persia and Stunt Car Racer.
Ok, that's weird.
When I am at home I will try them too with b-em-xmaster.
Can't do this because this doesn't work on my x86 laptop.I tried it now with lr-mess and system bbcm (works) :
-
Are you aware of the magic scraper line ?
Goto your directory where the files have to go then (creates with subdirectory's) :wget -c -r https://<the website> -A ssd
Or
Goto your directory where the files have to go then (creates
without
subdirectory's) :wget -c -r https://<the website> -A ssd -nd
-
@folly So the scraper just takes the first game it finds of that name does it?
I'll try bbcm for those games, thank you!
-
@adambegood said in BBC Micro / Acorn Electron Emu:
@folly So the scraper just takes the first game it finds of that name does it?
I'll try bbcm for those games, thank you!
You don' have to click anymore.
It will get all the ssd files it finds from a website and places them in the directory you are in.Real magic, just try.
-
@folly said in BBC Micro / Acorn Electron Emu:
@adambegood said in BBC Micro / Acorn Electron Emu:
@folly So the scraper just takes the first game it finds of that name does it?
I'll try bbcm for those games, thank you!
You don' have to click anymore.
I will get all the ssd files it finds from a website and places them in the directory you are in.Real magic, just try.
Hahaha that is madness! Not sure I want all the files but I will try it...
Do I need a BIOS for the Master? If I run lr-mess-system-bbcm-flop1 then I just get an Initialising screen and have to turn my Pi off. I guess that is the core you are using?
-
yep, the bbcm.zip and the saa5050.zip I think.
-
@folly said in BBC Micro / Acorn Electron Emu:
yep, the bbcm.zip and the saa5050.zip I think.
Yes, Fol! You are quite right, those games work now. I am enjoying exploring the BBC! I definitely had Citadel as a kid, I played that yesterday.
Edit: Stunt Car Racer glitches for me when I get into the actual racing sections. Prince of Persia is fine.
-
@folly said in BBC Micro / Acorn Electron Emu:
Are you aware of the magic scraper line ?
Goto your directory where the files have to go then (creates with subdirectory's) :wget -c -r https://<the website> -A ssd
Or
Goto your directory where the files have to go then (creates
without
subdirectory's) :wget -c -r https://<the website> -A ssd -nd
I am running this on a site now, very clever!
-
@adambegood What the status of the ROM distributed via the above site ? Do they have a free/shareware license atttached ? If unsure, then please remove the link to the site.
-
@mitu I think it is okay, but for safety I have removed.
-
Works with b-em-xmaster :
-
@folly Is that xmaster as a core name or not?
I don't get the option to select the disk for this game when I select "xmaster". Is there something else I should have installed for this? Arggg
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.