I apologize if i exhumed a post of over 3 years old, but i can't find nothing else about this subject, at least here in the forum.
 
	Imho, i prefer to use official MAME release instead of old RetroArch-cores and Emulators (at the moment i'm using version 0.261)
 
	From Tools > Manage > Emulators > MAME > Associated Platforms > Acorn Electron > Default Command Line Parameters,
 
	based on what's discussed here, all working parameters i've found so far are:
 
	 
 
	for DISCS:
 
	electron -exp plus3,bios=4 -autoboot_command "n\n*exec !boot\n" -flop
 
	 
	for TAPES (i use uppercase for "chain" command otherwise i get the ">MISTAKE" error):
 
	electron -autoboot_delay "2" -autoboot_command "*tape\nCHAIN""""""\n" -cass
 
	 
	for CARTRIDGES:
 
	electron -exp plus1 -cart1    
 
	 
 
	Unfortunately i didn't understand how to create a script/ini/lua configuration file, to start all my Acorn Electron collection, avoiding to: 
	- change these parameters depending of file format 
	- add a personalized configuration for each game
 
	Is it possible to create/edit a single configuration with this "official mame" method?
 
	 
 
	P.S. it would be nice to have a sort of single pinned section containing all the info collected so far, for all the platforms that are currently supported by LB... probably it's not a simple thing to do