Outils pour utilisateurs

Outils du site


tutos:software:systemes:alice32

Différences

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

Lien vers cette vue comparative

Prochaine révision Les deux révisions suivantes
tutos:software:systemes:alice32 [2017/01/09 18:35]
himura95 créée
tutos:software:systemes:alice32 [2017/02/02 16:49]
stephco08
Ligne 1: Ligne 1:
-Utiliser l'émulateur "DcAlice" en version v2014.01.23, laisser l'émulateur en français et cocher la case "alice90+disk"+====== Ajout du système ALICE 32FTVGAME ====== 
 + 
 +Auteur : **[[http://forum.hfsplay.fr/membre2.html|micaelo14]] **le 28 avril 2016 
 + 
 +Modifier 
 + 
 +===== ALICE 32 ===== 
 + 
 +Utiliser l'émulateur "DcAlice" en version v2014.01.23, laissez l'émulateur en français et cochez la case "alice90+disk".
  
 Utiliser ce module : Utiliser ce module :
Ligne 22: Ligne 30:
 FadeInStart() FadeInStart()
  
-dialogOpen := i18n("dialog.open") ; Looking up local translation+dialogOpen := i18n("dialog.open"   ; Looking up local translation
  
-primaryExe := new Emulator(emuPath . "\" . executable) ; instantiate emulator executable object +primaryExe := new Emulator(emuPath . "\" . executable)    ; instantiate emulator executable object 
-emuPrimaryWindow := new Window(new WindowTitle("","DCAlice")) ; instantiate primary emulator window object+emuPrimaryWindow := new Window(new WindowTitle("","DCAlice"))    ; instantiate primary emulator window object
 emuOpenWindow := new Window(new WindowTitle(dialogOpen,"#32770")) emuOpenWindow := new Window(new WindowTitle(dialogOpen,"#32770"))
  
Ligne 53: Ligne 61:
 TimerUtils.Sleep(100) TimerUtils.Sleep(100)
  
-emuPrimaryWindow.PostMessage("0x111","9001") ; Opens Load Tape window+emuPrimaryWindow.PostMessage("0x111","9001"   ; Opens Load Tape window
 emuOpenWindow.OpenROM(romPath . "\" . romName . romExtension) emuOpenWindow.OpenROM(romPath . "\" . romName . romExtension)
  
 emuPrimaryWindow.WaitActive() emuPrimaryWindow.WaitActive()
-TimerUtils.Sleep(500) ; increase If CLOAD is not appearing in the emu window or some just some letters+TimerUtils.Sleep(500)    ; increase If CLOAD is not appearing in the emu window or some just some letters
  
 If (Model = "mc10") If (Model = "mc10")
Ligne 65: Ligne 73:
  
 KeyUtils.SetKeyDelay(50) KeyUtils.SetKeyDelay(50)
-KeyUtils.SendCommand(StartCommand) ; This will type CLOAD in the screen (french systems are AZERTY so q=a)+KeyUtils.SendCommand(StartCommand)    ; This will type CLOAD in the screen (french systems are AZERTY so q=a)
  
 If (Fullscreen = "true") If (Fullscreen = "true")
Ligne 82: Ligne 90:
  
 ExitModule() ExitModule()
- 
  
 HaltEmu: HaltEmu:
Ligne 92: Ligne 99:
 emuPrimaryWindow.Activate() emuPrimaryWindow.Activate()
 If (Fullscreen = "true") If (Fullscreen = "true")
-KeyUtils.Send("{PGUP}") ; PgDown gets back to windowed mode+KeyUtils.Send("{PGUP}"   ; PgDown gets back to windowed mode
 Return Return
  
Ligne 104: Ligne 111:
 Paramétrer RL ainsi : Paramétrer RL ainsi :
  
-{{ :tutos:rocketlauncher:alice_32.png?nolink |}}+{{  :tutos:rocketlauncher:alice_32.png?nolink&  }} 
 + 
 +Lien vers le sujet : [[http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/alice-besoin-aide-t10265.html|http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/alice-besoin-aide-t10265.html]] 
  
-Lien vers le sujet : [[http://forum.hfsplay.fr/tutos-pour-rocketlauncher-f26/alice-besoin-aide-t10265.html]] 
tutos/software/systemes/alice32.txt · Dernière modification: 2017/02/14 11:16 de thesalan