salut,
en utilisant JTK en effet je reviens bien sur les Wheels des jeux N64. pour éventuellement en choisir un autre et y jouer .... et ce autant de fois que je le souhaite .... :cheers:
voici le module que j'utilise :
;----------------------------------------------------------------------------
; Nintendo 64
; Project64 v1.6.1
; by djvj
; 1.5
;
; Project64 stores its config in the registry @ HKEY_CURRENT_USER\Software\JaboSoft\Project64 DLL
; and also @ HKEY_CURRENT_USER\Software\N64 Emulation
;----------------------------------------------------------------------------
HideLoading = true ; This speeds up loading roms but can cause some PCs to get stuck at the Open Rom window. Disable it if you have this issue
SelectGameMode = 2 ; 1 = Uses a loop to detect the Edit Box has the romname and path in it. This doesn't work on all PCs, so if you get stuck at the open rom window, use mode 2.
; 2 = Uses a simple Ctrl+v to paste the romname and path, then press Enter to load the game.
;----------------------------------------------------------------------------
Run, "C:\Hyperspin\Pantallas de Espera\Nintendo 64\hypersplash.exe"
sleep, 4000
Run, %executable% "%romPath%%romName%%romExtension%" /A, %emuPath%
Process, Close, hypersplash.exe
CloseProcess:
Process, WaitClose, %executable%
WinActivate, Hyperspin
ExitApp
Return
et pour finir avec JOYTOKEY, pour sortir de P64, le bouton de mon arcade stick émul la touche F12 (ne me demandez pas pourquoi ce n'est pas "Q" ou "ESC" ....)