Outils pour utilisateurs

Outils du site


tutos:software:systemes:acornelectron
Cette version est dépassée. Une version approuvée plus récente existe.DiffCette version (2017/02/02 16:36) est en ébauche.
Approuvés: 0/1
La version précédemment approuvée (2017/01/09 18:23) est disponible.Diff

Ceci est une ancienne révision du document !


Ajout du système ACORN ELECTRON

Auteur : micaelo14 le 27 avril 2017

ACORN BBC MICRO

Prendre ElectrEm v0.6c (released 18/01/07) comme version de l'émulateur, disponible ici: http://www.webring.org/l/rd?ring=theacornelectron;id=1;url=http%3A%2F%2Felectrem%2Eemuunlim%2Ecom%2F.

Nous utiliserons ce module :

MEmu = ElectrEm
MEmuV = ElectrEm v0.6c (released 18/01/07)
MURL = http://electrem.emuunlim.com/
MAuthor = craiganderson
MVersion = 1.0
MCRC =
iCRC =
MID =
MSystem = "Acorn Electron"
;----------------------------------------------------------------------------
; There are TWO (2) ways to set FullScreen mode:
; ------preferred #1: Set fullscreen mode in HyperLaunch HQ "Edit Global Module Settings".
;------not preferred #2: You also have the option to Select "Go straight to full screen mode when emulator starts" On the Emulator Menu Bar: Under Tools>Preference BUT if you do this you will need to go into the ElectrEm.cfg file and change fullscreen from true to false to get back to windowed mode. The location of the "ElectrEm.cfg" file is located at the following location on my computer: C:\Users\craig\AppData\Roaming.
;
; On the Emulator Menu Bar: Under Tools>Preference: Make Sure the Following are Selected:
;---------"Automatically type commands to execute the inserted file"
;---------"Automatically configure Electron to handle the inserted file"
;---------"Load tapes quickly"
;---------"Use enhanced graphics if available (sure, why not?)
;
;----------------------------------------------------------------------------
StartModule()
BezelGUI()
FadeInStart()

settingsFile := modulePath . "\" . moduleName . ".ini"
Fullscreen := IniReadCheck(settingsFile, "settings", "Fullscreen","true",,1)
BezelStart()

7z(romPath, romName, romExtension, 7zExtractPath)

Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)

WinWait("ElectrEm ahk_class SDL_app")
WinWaitActive("ElectrEm ahk_class SDL_app")

If Fullscreen = true
{
Sleep,1000
WinMenuSelectItem, ElectrEm ahk_class SDL_app, , Tools, Full Screen
}

BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
WinClose("ElectrEm ahk_class SDL_app")

Return

Pour RL faire ainsi :

Lien du sujet : http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/acorn-electron-t10253.html

tutos/software/systemes/acornelectron.1486049804.txt.gz · Dernière modification: 2017/02/02 16:36 (modification externe)