Outils pour utilisateurs

Outils du site


tutos:software:systemes:acornbbcmicro

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision Les deux révisions suivantes
tutos:software:systemes:acornbbcmicro [2017/01/09 18:24]
himura95
tutos:software:systemes:acornbbcmicro [2017/02/02 16:29]
stephco08 [Acorn BBC Micro]
Ligne 5: Ligne 5:
 ===== Acorn BBC Micro ===== ===== Acorn BBC Micro =====
  
-Prendre la version 4.14 de l'émulateur BeebEm+Prendre la version 4.14 de l'émulateur BeebEm.
  
 Nous utiliserons ce module : Nous utiliserons ce module :
Ligne 63: Ligne 63:
 } }
  
-hideEmuObj := Object("ahk_class BEEBWIN",1) ; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later+hideEmuObj := Object("ahk_class BEEBWIN",1)    ; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
 7z(romPath, romName, romExtension, 7zExtractPath) 7z(romPath, romName, romExtension, 7zExtractPath)
  
Ligne 75: Ligne 75:
 ScriptError("Model " . Model . " is not one of the known supported systems for this module: " . moduleName . ". Please use the option to configure the type of system needed through RocketLauncherUI.") ScriptError("Model " . Model . " is not one of the known supported systems for this module: " . moduleName . ". Please use the option to configure the type of system needed through RocketLauncherUI.")
  
-configIni := LoadProperties(configFile) ; load the config into memory+configIni := LoadProperties(configFile)    ; load the config into memory
 SetTube := If SetTube = "true" ? "01" : "00" SetTube := If SetTube = "true" ? "01" : "00"
 ShowFPS := If ShowFPS = "true" ? "01" : "00" ShowFPS := If ShowFPS = "true" ? "01" : "00"
Ligne 112: Ligne 112:
 ;MultiGame support for disk games (load both disks in the 2 drives) ;MultiGame support for disk games (load both disks in the 2 drives)
 If ( romExtension != ".uef" ) { If ( romExtension != ".uef" ) {
-RomTableCheck() ; make sure romTable is created already so the next line can calculate correctly+RomTableCheck()    ; make sure romTable is created already so the next line can calculate correctly
 romCount = % romTable.MaxIndex() romCount = % romTable.MaxIndex()
 If romName contains (Disk 1) If romName contains (Disk 1)
 { {
-If romCount > 1+If romCount> 1
 { {
 Params := Params . " """ . romTable[2,1] . """" Params := Params . " """ . romTable[2,1] . """"
Ligne 133: Ligne 133:
 WriteProperty(configIni,"TubeEnabled", SetTube) WriteProperty(configIni,"TubeEnabled", SetTube)
 WriteProperty(configIni,"Tape Clock Speed", TapeSpeed) WriteProperty(configIni,"Tape Clock Speed", TapeSpeed)
-SaveProperties(configFile,configIni) ; save changes to Preferences.cfg+SaveProperties(configFile,configIni)    ; save changes to Preferences.cfg
  
 BezelStart() BezelStart()
Ligne 161: Ligne 161:
 If (W != initialwidth) If (W != initialwidth)
 Break Break
-If(timeout < A_TickCount - 2000)+If(timeout <A_TickCount - 2000)
 Break Break
 } }
Ligne 201: Ligne 201:
 {{  :tutos:rocketlauncher:acorn_bbc_micro.png?nolink&  }} {{  :tutos:rocketlauncher:acorn_bbc_micro.png?nolink&  }}
  
-Lien du sujet : [[http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/acorn-bbc-micro-t10252.html]]+Lien du sujet : [[http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/acorn-bbc-micro-t10252.html|http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/acorn-bbc-micro-t10252.html]] 
 + 
tutos/software/systemes/acornbbcmicro.txt · Dernière modification: 2017/02/14 11:16 de thesalan