Hola DANI_KICK, de emulador utilice el MESS 0.104
En el HyperLaunch.ahk añadi este modulo y lo compile.
; GCE Vectrex
; MESS v0.143
; by djvj
; 1.3
;
; Notes:
; This module assumes you have vextrex bios in your MESS roms directory, which might be different than your actual roms directory.
; Exit fade will only work correctly if you don't have Esc, the default MESS exit key, as your exit key. If you use Esc, turn off the ExitScreen
;----------------------------------------------------------------------------
if (systemName = "Vectrex" && (executable = "mess.exe"))
{
Run, %executable% vectrex -cart "%romPath%%romName%%romExtension%" -skip_gameinfo -nowindow, %emuPath%, Hide
}
Si necesitaras algo me lo dices e intentare ayudarte, aunque me salio un poco de chiripa y no controlo muy bien el hyperspin.
Saludetes


