This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
emulator_vpx [2020/03/16 10:47] pinupadmin |
emulator_vpx [2021/01/12 11:38] (current) pinupadmin |
||
---|---|---|---|
Line 16: | Line 16: | ||
This is different than a TV blank blink, if you TV goes/ | This is different than a TV blank blink, if you TV goes/ | ||
- | vpx launch script in emulator setup replace/ | + | vpx launch script in emulator setup replace/ |
+ | < | ||
START "" | START "" | ||
+ | |||
</ | </ | ||
Line 36: | Line 39: | ||
< | < | ||
START "" | START "" | ||
+ | |||
</ | </ | ||
Line 41: | Line 45: | ||
the 3 number is the # of seconds after its loaded to press it, so if you need more than 3 seconds you can increase that 3. | the 3 number is the # of seconds after its loaded to press it, so if you need more than 3 seconds you can increase that 3. | ||
+ | |||
+ | ==== Still have focus issues with vpx? Use this if all others have failed. ==== | ||
+ | |||
+ | Grab this file (unblock before unzip) and put in your launch subfolder: | ||
+ | |||
+ | then put at bottom of launch script for vpx this line (15 seconds it will attempt to lock focus, | ||
+ | |||
+ | < | ||
+ | START "" | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== ===== | ||
===== Weird crashes on certain tables when launched via Popper FrontEnd ===== | ===== Weird crashes on certain tables when launched via Popper FrontEnd ===== | ||
- | AT91Jit must be 1 for the following tables:\ | + | AT91Jit must be 1 for the following tables: |
- | Walking Dead LE\ | + | Walking Dead LE\ Star Trek LE\ ACDC Premium\ Metallica Premium\ Mustang\Elvis |
- | Star Trek LE\ | + | |
- | ACDC Premium\ | + | |
- | Metallica Premium\ | + | |
- | Mustang | + | |
[[https:// | [[https:// | ||
Line 59: | Line 72: | ||
if yes, then Need to set DDRAW=0 in registry for each game (good to do it on default when starting out). | if yes, then Need to set DDRAW=0 in registry for each game (good to do it on default when starting out). | ||
+ | |||
+ | (this is a VPinMAME issue/ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Typical Emulator Setup For VP-10 (VPX) ===== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | <font inherit/ | ||
+ | < | ||
+ | |||
+ | @echo off | ||
+ | START "" | ||
+ | cd /d " | ||
+ | if " | ||
+ | START /min "" | ||
+ | ) else ( | ||
+ | START /min "" | ||
+ | ) | ||
+ | |||
+ | </ | ||
+ | |||
+ | <font inherit/ | ||
+ | |||
+ | < | ||
+ | " | ||
+ | |||
+ | </ | ||
---- | ---- | ||