diff options
| author | 2010-05-14 21:48:45 +0000 | |
|---|---|---|
| committer | 2010-05-14 21:48:45 +0000 | |
| commit | 857eba61b688d16ea40555a88a79e163c526bbb9 (patch) | |
| tree | fc4379799953668bc78a766c479f2a6994a098a4 | |
| parent | 8d19d0b2338737ecf07fd0a5456321e0e88e92de (diff) | |
reverted prev commit, it breaks other games.
Vertigo problem is elsewhere
| -rw-r--r-- | src/mame/audio/exidy440.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/audio/exidy440.c b/src/mame/audio/exidy440.c index 1eea599fa3d..88de303e3b3 100644 --- a/src/mame/audio/exidy440.c +++ b/src/mame/audio/exidy440.c @@ -670,8 +670,6 @@ static void play_cvsd(running_machine *machine, int ch) int length = m6844_channel[ch].counter; INT16 *base; - assert(length <= MAX_CACHE_ENTRIES); - /* add the bank number to the address */ if (sound_banks[ch] & 1) address += 0x00000; |
