mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
One more OSX fix (no whatsnew)
This commit is contained in:
parent
dfba68f60d
commit
1b08b5d529
@ -1642,7 +1642,7 @@ void spu_device::update_voice_loop(const unsigned int v)
|
||||
{
|
||||
// voicereg *vr=&spureg.voice[v];
|
||||
voiceinfo *vi=&voice[v];
|
||||
unsigned int ra;
|
||||
unsigned int ra = 0;
|
||||
|
||||
// Check for looping using the voices repeat address register and get
|
||||
// a pointer to the loop position if enabled
|
||||
|
Loading…
Reference in New Issue
Block a user