reverted prev commit, it breaks other games.

Vertigo problem is elsewhere
This commit is contained in:
Michaël Banaan Ananas 2010-05-14 21:48:45 +00:00
parent 8d19d0b233
commit 857eba61b6

View File

@ -670,8 +670,6 @@ static void play_cvsd(running_machine *machine, int ch)
int length = m6844_channel[ch].counter; int length = m6844_channel[ch].counter;
INT16 *base; INT16 *base;
assert(length <= MAX_CACHE_ENTRIES);
/* add the bank number to the address */ /* add the bank number to the address */
if (sound_banks[ch] & 1) if (sound_banks[ch] & 1)
address += 0x00000; address += 0x00000;