Works fine
Here is table script, try it
https://drive.google...?usp=drive_link
@GaryInMotion
Search tablescript for wiesshund
you will want to copy those items to your Wednessday script (The one where it was working except you had a sound issue)
That is it
Mind placement in the script, keep items in same places
@Xenonph
dont try exiting a taito nvrampatched table while match counter is still running or needs to run, you will get held hostage until the ROM is done in the background
and you wont see the ROM doing anything
might be why you thought you were locked up?
nvpatchexit makes sure the ROM is no longer busy before it will allow the table to exit
Oh @Xenonpf
to answer your question
things done in vpm interface are not saved to registry or nvram
nor does vpx make use of them.
Those are a remnant of the MAME core itself and they are stored in cfg
but VPX can not directly use them.
VPinMAME saves the cfg's in binary as opposed to MAME saving in plain text
so you cannot read parse or edit them in any easy fashion in vbscript
you would have to hex edit, so not super useful