Press 'R' during game
A nice intro of the game can be found here:
The table is adjusted to use the rom, but you need a fast computer.
If your computer is old you'll need to do this:
Go to line 62
.Games(cGameName).Settings.Value("sound") = 1
and change 1 to 0:
.Games(cGameName).Settings.Value("sound") = 0
Go to line 50
' Set MotorCallback = GetRef("TrackSounds")
and remove the ':
Set MotorCallback = GetRef("TrackSounds")
Save the table
There is a third option if your computer is neither old but not very fast either. The option consist in using teh samples for the sound, but at the same time the rom sound is turned on, but the sound volume of the rom is turned down.
This is:
You use set the line 50 to track the sounds:
Set MotorCallback = GetRef("TrackSounds")
but line 62 is:
.Games(cGameName).Settings.Value("sound") = 1
this is the ROM is turned on. Now you need to press the 9 key until the rom sound is completely off.
Now Elvis will dance also using the samples.